Difference between revisions of "MediaWiki:Monobook.css"

From "A B C"
Jump to navigation Jump to search
Line 3: Line 3:
 
td.syllabus {
 
td.syllabus {
 
border: solid 1px #000000;
 
border: solid 1px #000000;
 +
}
 +
 +
tr.s0 td {
 +
background-color: #EEEEEE;
 +
}
 +
 +
tr.s1 td {
 +
background-color: #DDEEFF;
 
}
 
}

Revision as of 05:49, 9 September 2008

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

td.syllabus {
border: solid 1px #000000;
}

tr.s0 td {
background-color: #EEEEEE;
}

tr.s1 td {
background-color: #DDEEFF;
}