Difference between revisions of "MediaWiki:Monobook.css"

From CS Codex
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will affect users of the MonoBook skin */
 
/* CSS placed here will affect users of the MonoBook skin */
  
#column-content {
+
#column-content {  
    background-color: ##9FB5C8
+
        background-image: url('/skins/MonoBook/headbg.jpg');
 +
        background-color: #e6ffb4;
 
}
 
}

Revision as of 18:49, 7 August 2021

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

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