Difference between revisions of "MediaWiki:Common.css"

From BOINC Wiki
Jump to: navigation, search
(trying something)
(seeing black?)
Line 11: Line 11:
  
 
#mw-page-base {
 
#mw-page-base {
     background-color: #e9e9e9;
+
     background-color: #252525;
  
 
}
 
}

Revision as of 20:39, 26 September 2016

/* CSS placed here will be applied to all skins */

#content {
    background-color: #e9fef4;
}

#toc {
    background-color: #e9ebfe;
    border-radius: 10px 10px 10px 10px;
}

#mw-page-base {
    background-color: #252525;

}

#mw-head-base {
    background-color: #e9e9e9;

}

#footer {
    background-color: #e9e9e9;

}