Difference between revisions of "MediaWiki:Common.css"
From Polar Lights Wiki
| Line 9: | Line 9: | ||
| − | + | mw-body { | |
margin-left: 10em; | margin-left: 10em; | ||
padding: 1em; | padding: 1em; | ||
Revision as of 15:24, 12 December 2014
/* CSS placed here will be applied to all skins */
body {
background-color: #000000;
}
mw-body {
margin-left: 10em;
padding: 1em;
border-width: 1px 0px 1px 1px;
border-style: solid;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
margin-top: -1px;
background-color: #00101b;
color: #FFFFFF;
direction: ltr;
border-color: #00ff9e;
}
/************************************************
Hide the title and contents box on the front page
*************************************************/
body.page-Main_Page h1.firstHeading { display:none; }
body.page-Main_Page #contentSub { display:none; }