MediaWiki:Common.css: Difference between revisions

From TenthFleet
Jump to navigation Jump to search
mNo edit summary
No edit summary
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;
}