MediaWiki:Monobook.css

From "A B C"
Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* 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;
}