Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Wikimaster (talk | contribs) |
Wikimaster (talk | contribs) |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
body { | |||
background-color: # | background-color: #bb1100; | ||
} | |||
div#mw-head { | |||
background-color: #bb1100; | |||
} | } | ||
div#content { | |||
background-color: # | background-color: #000; | ||
border-color: #ffff00; | |||
} | } |
Revision as of 22:30, 15 September 2014
/* CSS placed here will be applied to all skins */
body {
background-color: #bb1100;
}
div#mw-head {
background-color: #bb1100;
}
div#content {
background-color: #000;
border-color: #ffff00;
}