Difference between revisions of "MediaWiki:Monobook.css"
Jump to navigation
Jump to search
| (19 intermediate revisions by 2 users not shown) | |||
| 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; | ||
| + | } | ||
| + | |||
| + | /* syllabus table */ | ||
| + | |||
| + | /* syllabus topic */ | ||
| + | tr.st td { | ||
| + | padding: 5px; | ||
| + | background-color: #A6AFD0; | ||
| + | color: #000000; | ||
border: solid 1px #000000; | border: solid 1px #000000; | ||
| + | } | ||
| + | |||
| + | /* syllabus header row */ | ||
| + | tr.sh td { | ||
| + | padding: 5px; | ||
| + | background-color: #BBBBBB; | ||
| + | border: solid 1px #000000; | ||
| + | font-weight: bold; | ||
| + | } | ||
| + | |||
| + | /* syllabus spacer row */ | ||
| + | tr.sp td { | ||
| + | padding: 0; | ||
| + | background-color: #FFFFFF; | ||
| + | } | ||
| + | |||
| + | /* syllabus white */ | ||
| + | tr.s0 td { | ||
| + | padding: 5px; | ||
| + | background-color: #FFFFFF; | ||
| + | border: none; | ||
| + | } | ||
| + | |||
| + | /* syllabus blue */ | ||
| + | tr.s1 td { | ||
| + | padding: 5px; | ||
| + | background-color: #DDEEFF; | ||
| + | border: solid 1px #000000; | ||
| + | } | ||
| + | |||
| + | /* syllabus grey */ | ||
| + | tr.s2 td { | ||
| + | padding: 5px; | ||
| + | background-color: #EEEEEE; | ||
| + | border: solid 1px #000000; | ||
| + | } | ||
| + | |||
| + | tr.as td { | ||
| + | padding: 5px; | ||
| + | background-color: #F3EBE9; | ||
| + | border: solid 1px #FFFFFF; | ||
} | } | ||
Latest revision as of 17:05, 23 July 2009
/* edit this file to customize the monobook skin for the entire site */
.ns-0 .firstHeading {
display: none;
}
/* syllabus table */
/* syllabus topic */
tr.st td {
padding: 5px;
background-color: #A6AFD0;
color: #000000;
border: solid 1px #000000;
}
/* syllabus header row */
tr.sh td {
padding: 5px;
background-color: #BBBBBB;
border: solid 1px #000000;
font-weight: bold;
}
/* syllabus spacer row */
tr.sp td {
padding: 0;
background-color: #FFFFFF;
}
/* syllabus white */
tr.s0 td {
padding: 5px;
background-color: #FFFFFF;
border: none;
}
/* syllabus blue */
tr.s1 td {
padding: 5px;
background-color: #DDEEFF;
border: solid 1px #000000;
}
/* syllabus grey */
tr.s2 td {
padding: 5px;
background-color: #EEEEEE;
border: solid 1px #000000;
}
tr.as td {
padding: 5px;
background-color: #F3EBE9;
border: solid 1px #FFFFFF;
}