Difference between revisions of "MediaWiki:Monobook.css"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
tr.sh td { | tr.sh td { | ||
padding: 5px; | padding: 5px; | ||
− | |||
background-color: #A6AFD0; | background-color: #A6AFD0; | ||
border: solid 1px #000000; | border: solid 1px #000000; | ||
Line 17: | Line 16: | ||
tr.sp td { | tr.sp td { | ||
− | padding: | + | padding: 0; |
font-size: 1pt; | font-size: 1pt; | ||
} | } |
Revision as of 14:42, 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;
}
tr.s0 td {
padding: 5px;
background-color: #EEEEEE;
border: solid 1px #000000;
}
tr.s1 td {
padding: 5px;
background-color: #DDEEFF;
border: solid 1px #000000;
}