MediaWiki:Common.css
From Polar Lights Wiki
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Clear the cache in Tools → Preferences
/* CSS placed here will be applied to all skins */
#mw-page-base {
height: 5em;
background-position: left bottom;
background-repeat: repeat-x;
background-image: linear-gradient(#FFF 50%, #F6F6F6 100%);
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; }