MediaWiki:Common.css

From BOINC Wiki
Revision as of 22:27, 15 October 2016 by Jord (talk | contribs) (testing css)
Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */

.toclimit-2 .toclevel-2 {display:none;}
.toclimit-3 .toclevel-3 {display:none;}
.toclimit-4 .toclevel-4 {display:none;}
.toclimit-5 .toclevel-5 {display:none;}
.toclimit-6 .toclevel-6 {display:none;}
.toclimit-7 .toclevel-7 {display:none;}

#content {
    background-color: #e9fef4;
}

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

#mw-panel {
    background-color: #9fef4;
}

#firstHeading {
    background-color: #e9fef4;
}

#catlinks { 
    background-color: #e9fef4; 
}

#p-logo { 
    background-color: #e9fef4; 
}

#p-navigation { 
    background-color: #e9fef4;
}

#p-navigation .pBody { 
    background-color: #e9fef4; 
}

#p-search { 
    background-color: #e9fef4; 
}

#p-search .pBody { 
    background-color: #e9fef4; 
}

#p-tb { 
    background-color: #e9fef4; 
}

#p-tb .pBody { 
    background-color: #e9fef4; 
}

#footer { 
    background-color: #e9fef4!important; 
}

body { 
    background-color: #e9fef4 
}

#globalWrapper { 
    background-color: #e9fef4; 
}

#column-content { 
    background-color: #e9fef4; 
}

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

code {
    background-color: #eecefe;
}