DansFriend (talk | contribs) No edit summary |
DansFriend (talk | contribs) No edit summary Tag: Reverted |
||
Line 23: | Line 23: | ||
.mw-sidebar-action-link { | .mw-sidebar-action-link { | ||
display: none; | display: none; | ||
} | |||
.client-dark-mode .infobox { | |||
border: 1px solid #222222; | |||
float: right; | |||
font-size: 0.85em; | |||
margin-left: 15px; | |||
background-color: #3b3b3b; | |||
padding: 5px; | |||
} | } |
Revision as of 11:55, 25 March 2022
/* CSS placed here will be applied to all skins */ @font-face { font-family: Tico; src: url('fonts/Tico/font.woff') format('woff'), url('fonts/Tico/font.woff2') format('woff2'); } .mw-logo { color: black; font-family: Tico; text-transform: uppercase; } .mw-logo a:visited { color: black; } .mw-logo-wordmark { font-weight: normal; } .mw-sidebar-action-link { display: none; } .client-dark-mode .infobox { border: 1px solid #222222; float: right; font-size: 0.85em; margin-left: 15px; background-color: #3b3b3b; padding: 5px; }