Difference between revisions of "MediaWiki:Monobook.css"

From CS Codex
Jump to: navigation, search
Line 6: Line 6:
  
 
#globalWrapper {
 
#globalWrapper {
         background-color: #e6ffb4;
+
         background-color: #a1c6eb;
 
}
 
}

Revision as of 19:11, 7 August 2021

/* CSS placed here will affect users of the MonoBook skin */

#column-content { 
        background-image: url('./skins/MonoBook/headbg.jpg');
}

#globalWrapper {
        background-color: #a1c6eb;
}