Difference between revisions of "MediaWiki:Monobook.css"

From "A B C"
Jump to navigation Jump to search
 
(11 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 {
 
tr.st td {
 
padding: 5px;
 
padding: 5px;
background-color: #457DB5;
+
background-color: #A6AFD0;
color: #FFFFFF;
+
color: #000000;
border: solid 3px #000000;
+
border: solid 1px #000000;
 
}
 
}
  
 +
/* syllabus header row */
 
tr.sh td {
 
tr.sh td {
 
padding: 5px;
 
padding: 5px;
background-color: #A6AFD0;
+
background-color: #BBBBBB;
 
border: solid 1px #000000;
 
border: solid 1px #000000;
 
font-weight: bold;
 
font-weight: bold;
 
}
 
}
  
 +
/* syllabus spacer row */
 
tr.sp td {
 
tr.sp td {
padding: 0px;
+
padding: 0;
font-size: 1pt;
+
background-color: #FFFFFF;
 
}
 
}
  
 +
/* syllabus white */
 
tr.s0 td {
 
tr.s0 td {
 
padding: 5px;
 
padding: 5px;
background-color: #EEEEEE;
+
background-color: #FFFFFF;
border: solid 1px #000000;
+
border: none;
 
}
 
}
  
 +
/* syllabus blue */
 
tr.s1 td {
 
tr.s1 td {
 
padding: 5px;
 
padding: 5px;
 
background-color: #DDEEFF;
 
background-color: #DDEEFF;
 
border: solid 1px #000000;
 
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;
}