Difference between revisions of "MediaWiki:Common.css"

From CADA
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* 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, .noprint, div#mw-page-base, div#mw-head-base, div#mw-navigation, div#footer { background-color: white; }
 +
body {
 +
    width: 85%; 
 +
    text-align: center;
 +
    margin-top: 1em;
 +
    margin: auto;
 +
    position:relative;
 +
}
 +
div { text-align: left; }

Revision as of 22:01, 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: 85%;   
    text-align: center;
    margin-top: 1em; 
    margin: auto; 
    position:relative;
}
div { text-align: left; }