Difference between revisions of "MediaWiki:Common.css"
From Polar Lights Wiki
| Line 6: | Line 6: | ||
body { | body { | ||
background-color: #000000; | background-color: #000000; | ||
| + | } | ||
| + | |||
| + | div#content { | ||
| + | margin-left: 10em; | ||
| + | padding: 1em; | ||
| + | border-width: 1px 0px 1px 1px; | ||
| + | border-style: solid; | ||
| + | border-color: #00ff9e; | ||
| + | -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; | ||
} | } | ||
| Line 20: | Line 37: | ||
border-image: none; | border-image: none; | ||
margin-top: -1px; | margin-top: -1px; | ||
| − | background-color: # | + | background-color: #000000; |
color: #FFFFFF; | color: #FFFFFF; | ||
direction: ltr; | direction: ltr; | ||
Revision as of 15:26, 12 December 2014
/* CSS placed here will be applied to all skins */
body {
background-color: #000000;
}
div#content {
margin-left: 10em;
padding: 1em;
border-width: 1px 0px 1px 1px;
border-style: solid;
border-color: #00ff9e;
-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;
}
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: #000000;
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; }