Difference between revisions of "MediaWiki:Common.css"

From Polar Lights Wiki
Jump to: navigation, search
Line 4: Line 4:
  
  
body {
+
#mw-page-base {
 +
    height: 5em;
 +
    background-position: left bottom;
 +
    background-repeat: repeat-x;
 +
    background-image: linear-gradient(#FFF 50%, #F6F6F6 100%);
 
     background-color: #000000;
 
     background-color: #000000;
 
}
 
}

Revision as of 15:27, 12 December 2014

/* 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; }