Difference between revisions of "MediaWiki:Common.css"

From CADA
Jump to: navigation, search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
body, div#mw-page-base, div#mw-head-base, div#mw-navigation, div#footer { background-color: red; }
+
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; }

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