MediaWiki:Vector.css: Difference between revisions
DansFriend (talk | contribs) No edit summary Tags: Reverted Mobile edit Mobile web edit |
DansFriend (talk | contribs) No edit summary Tag: Manual revert |
||
Line 7: | Line 7: | ||
.mw-logo-container { | .mw-logo-container { | ||
color: black; | color: black; | ||
} | |||
.infobox { | |||
border: 1px solid #a2a9b1; | |||
float: right; | |||
font-size: 0.85em; | |||
margin-left: 15px; | |||
margin-bottom: 10px; | |||
background-color: #f8f9fa; | |||
padding: 10px; | |||
} | |||
.infobox th { | |||
font-size: 1.25em; | |||
} | |||
.client-dark-mode .infobox { | |||
border: 1px solid #222222; | |||
background-color: #121212; | |||
} | } |
Revision as of 22:59, 27 March 2022
/* All CSS here will be loaded for users of the Vector skin */ .mw-htmlform-field-HTMLLegacySkinVersionField { display: none; } .mw-logo-container { color: black; } .infobox { border: 1px solid #a2a9b1; float: right; font-size: 0.85em; margin-left: 15px; margin-bottom: 10px; background-color: #f8f9fa; padding: 10px; } .infobox th { font-size: 1.25em; } .client-dark-mode .infobox { border: 1px solid #222222; background-color: #121212; }