Difference between revisions of "MediaWiki:Common.css"

From BOINC Wiki
Jump to: navigation, search
(perhaps like this)
(set toclimits)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* 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 {
 
#content {
Line 12: Line 19:
 
#mw-sidebar {
 
#mw-sidebar {
 
     background-color: #e9e9e9;
 
     background-color: #e9e9e9;
 
 
}
 
}
  
 
#mw-panel {
 
#mw-panel {
 
     background-color: #e9e9e9;
 
     background-color: #e9e9e9;
 
 
}
 
}
  
 
#mw-head-base {
 
#mw-head-base {
 
     background-color: #e9e9e9;
 
     background-color: #e9e9e9;
 
 
}
 
}
  
 
#footer {
 
#footer {
 
     background-color: #e9e9e9;
 
     background-color: #e9e9e9;
 
 
}
 
}

Revision as of 20:52, 26 September 2016

/* 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-sidebar {
    background-color: #e9e9e9;
}

#mw-panel {
    background-color: #e9e9e9;
}

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

#footer {
    background-color: #e9e9e9;
}