Difference between revisions of "MediaWiki:Monobook.css"

From CS Codex
Jump to: navigation, search
Line 2: Line 2:
  
 
#column-content {  
 
#column-content {  
         background-image: url('./skins/MonoBook/headbg.jpg' 0 0 no-repeat);
+
         background-image: url('skins/MonoBook/headbg.jpg');
 +
        background-repeat: no-repeat;
 
}
 
}
  

Revision as of 19:20, 7 August 2021

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

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

#column-one {
        background-color: #a1c6eb;
}