Modul:Portal/styles.css: Perbedaan antara revisi
Loncat ke navigasi
Loncat ke pencarian
dw>Nyilvoskt Tidak ada ringkasan suntingan |
(Created page with "→{{pp-template}}: .portalbox { padding: 0; →Timeless adds padding: margin: 0.5em 0; display: table; box-sizing: border-box; max-width: 175px; list-style: none; } .portalborder { border: solid #aaa 1px; padding: 0.1em; background: #f9f9f9; } .portalbox-entry { display: table-row; font-size: 85%; line-height: 110%; height: 1.9em; →sets min height: font-style: italic; font-weight: bold; } .portalbox-image { display: table-cell; padding: 0.2em...") |
||
Baris 2: | Baris 2: | ||
.portalbox { | .portalbox { | ||
padding: 0; /* Timeless adds padding */ | padding: 0; /* Timeless adds padding */ | ||
margin: 0.5em 0; | |||
display: table; | |||
box-sizing: border-box; | |||
max-width: 175px; | |||
list-style: none; | |||
} | } | ||
.portalborder { | .portalborder { | ||
border: solid #aaa 1px; | border: solid #aaa 1px; | ||
padding: 0.1em; | |||
background: #f9f9f9; | |||
} | } | ||
.portalbox | .portalbox-entry { | ||
display: table-row; | |||
display: table | |||
font-size: 85%; | font-size: 85%; | ||
line-height: 110%; | line-height: 110%; | ||
height: 1.9em; /* sets min height */ | |||
font-style: italic; | font-style: italic; | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
.portalbox-image { | |||
.portalbox | |||
display: table-cell; | display: table-cell; | ||
padding: 0.2em; | padding: 0.2em; | ||
Baris 41: | Baris 31: | ||
} | } | ||
.portalbox | .portalbox-link { | ||
display: table-cell; | display: table-cell; | ||
padding: 0.2em 0.2em 0.2em 0.3em; | padding: 0.2em 0.2em 0.2em 0.3em; | ||
vertical-align: middle; | vertical-align: middle; | ||
} | |||
@media (min-width: 720px) { | |||
.portalleft { | |||
clear: left; | |||
float: left; | |||
margin: 0.5em 1em 0.5em 0 | |||
} | |||
.portalright { | |||
clear: right; | |||
float: right; | |||
margin: 0.5em 0 0.5em 1em | |||
} | |||
} | } |
Revisi per 22 September 2023 17.15
/* {{pp-template}} */
.portalbox {
padding: 0; /* Timeless adds padding */
margin: 0.5em 0;
display: table;
box-sizing: border-box;
max-width: 175px;
list-style: none;
}
.portalborder {
border: solid #aaa 1px;
padding: 0.1em;
background: #f9f9f9;
}
.portalbox-entry {
display: table-row;
font-size: 85%;
line-height: 110%;
height: 1.9em; /* sets min height */
font-style: italic;
font-weight: bold;
}
.portalbox-image {
display: table-cell;
padding: 0.2em;
vertical-align: middle;
text-align: center;
}
.portalbox-link {
display: table-cell;
padding: 0.2em 0.2em 0.2em 0.3em;
vertical-align: middle;
}
@media (min-width: 720px) {
.portalleft {
clear: left;
float: left;
margin: 0.5em 1em 0.5em 0
}
.portalright {
clear: right;
float: right;
margin: 0.5em 0 0.5em 1em
}
}