MediaWiki:Common.css: Difference between revisions
mNo edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* Increases Logo size to fit with Nameplate */ | |||
.mw-logo-icon { | |||
height: 75px; | |||
width: 75px; | |||
margin-right: -10px; | |||
} | |||
/* Infobox template style */ | /* Infobox template style */ | ||
Line 91: | Line 98: | ||
} | } | ||
/* forced nightmode */ | /* forced nightmode */ | ||
@media screen { | @media screen { | ||
/* Approved Rev Indicator */ | |||
html.skin-theme-clientpref-night .approved-revision { | html.skin-theme-clientpref-night .approved-revision { | ||
background-color: transparent !important; | background-color: transparent !important; |