Difference between revisions of "MediaWiki:Monobook.css"

From "A B C"
Jump to navigation Jump to search
Line 18: Line 18:
 
padding: 0;
 
padding: 0;
 
font-size: 1pt;
 
font-size: 1pt;
 +
background-color: #FF0000;
 
}
 
}
  

Revision as of 14:46, 9 September 2008

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

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;
font-size: 1pt;
background-color: #FF0000;
}

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

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