Difference between revisions of "MediaWiki:Common.css"

From CADA
Jump to: navigation, search
 
Line 2: Line 2:
 
body, .noprint, div#mw-page-base, div#mw-head-base, div#mw-navigation, div#footer { background-color: white; }
 
body, .noprint, div#mw-page-base, div#mw-head-base, div#mw-navigation, div#footer { background-color: white; }
 
body {
 
body {
     width: 85%;   
+
     width: 75%;   
 
     text-align: center;
 
     text-align: center;
 
     margin-top: 1em;  
 
     margin-top: 1em;  

Latest revision as of 22:02, 10 January 2018

/* CSS placed here will be applied to all skins */
body, .noprint, div#mw-page-base, div#mw-head-base, div#mw-navigation, div#footer { background-color: white; }
body {
    width: 75%;   
    text-align: center;
    margin-top: 1em; 
    margin: auto; 
    position:relative;
}
div { text-align: left; }