No edit summary |
No edit summary |
||
Line 52: | Line 52: | ||
font-size: 130%; | font-size: 130%; | ||
} | } | ||
.navbox .mw-collapsible-toggle { | |||
position: absolute; | |||
right: 10px; | |||
padding-top: 2px; | |||
float: none; | |||
} | |||
.navbox-subhead { | .navbox-subhead { |
Revision as of 22:48, 27 July 2022
/* CSS placed here will be applied to all skins */ .mw-wiki-logo { background-size: 160px; margin-top: 10px; } .infobox { background: #f6f6f6; border: 1px solid #a2a9b1; float: right; margin: 0 0 1em 1em; padding: 0.5em; width: 300px; clear: both; } .infobox-title { font-size: 1.5em; text-align: center; } .infobox-image { text-align: center; padding-top: 0.5em; padding-bottom: 0.5em; } .infobox th { text-align: left; vertical-align: top; width: 100px; } .infobox td { vertical-align: top; } .navbox { background: #f6f6f6; border: 1px solid #a2a9b1; padding: 0.5em; display: block; text-align: center; margin-bottom: 1rem; clear: both; } .navbox-content { border-top: 1px solid #a2a9b1; } .navbox-title { font-size: 130%; } .navbox .mw-collapsible-toggle { position: absolute; right: 10px; padding-top: 2px; float: none; } .navbox-subhead { font-size: 110%; } .inspiration-box { background: #f6f6f6; border: 1px solid #a2a9b1; padding: 0.5em; display: block; text-align: center; margin-bottom: 1rem; clear: both; } .inspiration-box table { text-align: left; } .inspiration-title { font-size: 130%; border-bottom: 1px solid #a2a9b1; } .inspiration-box th { vertical-align: top; width: 150px; font-weight: bold; }