Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
m |
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 */ | ||
div#content { | |||
background-color: #000; | |||
border-color: #ffff00; | |||
} | |||
body { | |||
background-color: #bb1100; | |||
} |
Revision as of 22:28, 15 September 2014
/* CSS placed here will be applied to all skins */
div#content {
background-color: #000;
border-color: #ffff00;
}
body {
background-color: #bb1100;
}