MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
body { | body { | ||
background-color: #E6E6DD; | background-color: #E6E6DD; | ||
} | |||
#p-logo { | |||
display: block !important; | |||
background-image: url("/mediawiki/images/120px-LightModeLogo.png") !important; | |||
background-size: contain; | |||
height: 135px; /* Adjust to fit */ | |||
width: 135px; /* Adjust to fit */ | |||
} | } | ||
Revision as of 15:43, 18 December 2024
/* CSS placed here will be applied to all skins */
body {
background-color: #E6E6DD;
}
#p-logo {
display: block !important;
background-image: url("/mediawiki/images/120px-LightModeLogo.png") !important;
background-size: contain;
height: 135px; /* Adjust to fit */
width: 135px; /* Adjust to fit */
}