Difference between revisions of "MediaWiki:Common.css"

From Scarlet Wiki
Jump to: navigation, search
 
Line 20: Line 20:
 
margin-left:5em;
 
margin-left:5em;
 
margin-right:5em;
 
margin-right:5em;
 +
}
 +
#mw-head-base{
 +
margin-left:15em;
 
}
 
}

Latest revision as of 14:25, 14 September 2012

/* CSS placed here will be applied to all skins */


div#content{
margin-left:15em;
}
div#footer{
margin-left:15em;
}

div#left-navigation{
left:15em;
border:none;
}
div#mw-content-text{
margin-left:10em;
padding-right:10em;
}
h1.firstHeading {
margin-left:5em;
margin-right:5em;
}
#mw-head-base{
margin-left:15em;
}