Difference between revisions of "MediaWiki:Monobook.css"

From "A B C"
Jump to navigation Jump to search
Line 1: Line 1:
 
/* edit this file to customize the monobook skin for the entire site */
 
/* edit this file to customize the monobook skin for the entire site */
 +
 +
.ns-0 .firstHeading {
 +
display: none;
 +
}
  
 
tr.st td {
 
tr.st td {

Revision as of 15:57, 9 September 2008

/* edit this file to customize the monobook skin for the entire site */

.ns-0 .firstHeading { 
display: none;
}

tr.st td {
padding: 5px;
background-color: #457DB5;
color: #FFFFFF;
border: solid 3px #000000;
}

tr.sh td {
padding: 5px;
background-color: #A6AFD0;
border: solid 1px #000000;
font-weight: bold;
}

tr.sp td {
padding: 0;
}

tr.s0 td {
padding: 5px;
background-color: #EEEEEE;
border: solid 1px #000000;
}

tr.s1 td {
padding: 5px;
background-color: #DDEEFF;
border: solid 1px #000000;
}