Difference between revisions of "Template:Extension/styles.css"
Jump to navigation
Jump to search
>Tacsipacsi (Created page with ".tpl-infobox { float: right; clear: right; margin: 0 0 .5em .5em; border-spacing: 0; } .tpl-infobox-header { text-align: left; } .ext-infobox > tbody > tr > td:first-chil...") |
>TheDJ m |
||
(9 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
.ext-infobox > tbody > tr > td:first-child { | .ext-infobox > tbody > tr > td:first-child { | ||
vertical-align: top; | vertical-align: top; | ||
} | } | ||
.ext-infobox > tbody > tr > td abbr { | .ext-infobox > tbody > tr > td abbr { | ||
white-space: nowrap; | white-space: nowrap; | ||
} | } | ||
.ext-infobox .mw-collapsible-header, | .ext-infobox .mw-collapsible-header, | ||
.ext-infobox .mw-collapsible-toggle { | .ext-infobox .mw-collapsible-toggle { | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
.ext-infobox .mw-collapsible-content { | .ext-infobox .mw-collapsible-content { | ||
margin-top: .2em; | margin-top: .2em; | ||
padding-top: .2em; | padding-top: .2em; | ||
} | |||
.ext-infobox-header > th, | |||
.ext-infobox caption { | |||
text-align: center; | |||
} | } |
Latest revision as of 09:32, 31 August 2021
.ext-infobox > tbody > tr > td:first-child {
vertical-align: top;
}
.ext-infobox > tbody > tr > td abbr {
white-space: nowrap;
}
.ext-infobox .mw-collapsible-header,
.ext-infobox .mw-collapsible-toggle {
font-weight: bold;
}
.ext-infobox .mw-collapsible-content {
margin-top: .2em;
padding-top: .2em;
}
.ext-infobox-header > th,
.ext-infobox caption {
text-align: center;
}