Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
MMtoolsSysop (talk | contribs) |
MMtoolsSysop (talk | contribs) |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
html { | html { | ||
− | background-color: | + | background-color: red; |
} | } | ||
body { | body { | ||
− | background- | + | background-color: green; |
+ | |||
} | } | ||
#mw-head { | #mw-head { |
Revision as of 11:45, 8 July 2018
/* CSS placed here will be applied to all skins */
html {
background-color: red;
}
body {
background-color: green;
}
#mw-head {
background-image: url(“resources/assets/headbg.png”) !important;
background-repeat: no-repeat;
background-position: 330px 10px;
}