From randallwiggins
Jump to: navigation, search
 
(15 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 {
 
body {
 
background-color:#def;
 
background-color:#def;
 
}
 
}
#mw-navigation {
 
background-color:#dfefff;
 
  
 +
#mw-navigation  #mw-head {
 +
background-color:darkred;
 +
}
 +
*/
 +
#footer > #footer-places, #footer > #footer-custom {
 +
display:none;
 +
}
 +
#contentwrapper {
 +
line-height:1.8em;
 
}
 
}

Latest revision as of 23:15, 18 June 2018

/* CSS placed here will be applied to all skins 
body {
background-color:#def;
}

#mw-navigation  #mw-head {
background-color:darkred;
}
*/
#footer > #footer-places, #footer > #footer-custom {
display:none;
}
#contentwrapper {
line-height:1.8em;
}