Difference between revisions of "MediaWiki:Monobook.css"
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 */ | ||
+ | |||
+ | tr.st td { | ||
+ | background-color: #EEEEEE; | ||
+ | border: solid 3px #000000; | ||
+ | } | ||
+ | |||
+ | tr.sh td { | ||
+ | background-color: #DDEEFF; | ||
+ | border: solid 1px #000000; | ||
+ | font-weight: bold; | ||
+ | } | ||
tr.s0 td { | tr.s0 td { |
Revision as of 12:31, 9 September 2008
/* edit this file to customize the monobook skin for the entire site */
tr.st td {
background-color: #EEEEEE;
border: solid 3px #000000;
}
tr.sh td {
background-color: #DDEEFF;
border: solid 1px #000000;
font-weight: bold;
}
tr.s0 td {
background-color: #EEEEEE;
border: solid 1px #000000;
}
tr.s1 td {
background-color: #DDEEFF;
border: solid 1px #000000;
}