/****************************************************************/ /* 1. BACKGROUND AND TEXT COLOURS */ /****************************************************************/ /* 1.1 Default background colour and text colour */ BODY {BACKGROUND-COLOR: #000000; BACKGROUND-IMAGE:url('/forums/img/bg.jpg'); BACKGROUND-ATTACHMENT: fixed;} .pun {COLOR: #555555} DIV.box, #adminconsole FIELDSET TH, .rowodd, .roweven {BACKGROUND-COLOR: #FFFFFF} #adminconsole TD, #adminconsole TH {BORDER-COLOR: #FFFFFF} /* 1. 2 Darker background colours */ TD.tc2, TD.tc3, TD.tcmod, #brdfooter DIV.box {BACKGROUND-COLOR: #FFFFFF} #adminconsole FIELDSET TD, #viewprofile DD, DIV.forminfo, DIV.blockmenu DIV.box, #adstats DD {BACKGROUND-COLOR: #FFFFFF} .pun BLOCKQUOTE, DIV.codebox {BACKGROUND-COLOR: #FFFFFF} /* 1.3 Main headers and navigation bar background and text colour */ .pun H2, #brdmenu {BACKGROUND-COLOR: #AAAAAA; COLOR: #000000} /* 1.4 Table header rows */ .pun TH {BACKGROUND-COLOR: #888888} /* 1.5 Fieldset legend text colour */ .pun LEGEND {COLOR: #000000} /* 1.6 Highlighted text for various items */ .showhot, .pun DIV.blockmenu LI.isactive A, #posterror LI STRONG {COLOR: #000000} /* 1.7 Dark background for form elements */ .pun TEXTAREA, .pun INPUT, .pun SELECT {BACKGROUND-COLOR: #000000; COLOR: #D4D4D4} /****************************************************************/ /* 2. POST BACKGROUNDS AND TEXT */ /****************************************************************/ /* 2.1 This is the setup for posts. */ DIV.blockpost DIV.box, DIV.postright, DIV.postfootright, #postpreview {BACKGROUND-COLOR: #FFFFFF} DIV.postright, DIV.postfootright {BORDER-LEFT-COLOR: #000000} DIV.postleft, DIV.postfootleft, DIV.blockpost LABEL {BACKGROUND-COLOR: #888888} /* 2.2 Background for post headers and text colour for post numbers in viewtopic */ DIV.blockpost H2 {BACKGROUND-COLOR: #AAAAAA} DIV.blockpost H2 SPAN.conr {COLOR: #000000} /* 2.3 This is the line above the signature in posts. Colour and background should be the same */ .pun HR {BACKGROUND-COLOR: #000000; COLOR: #000000} /****************************************************************/ /* 3. BORDER COLOURS */ /****************************************************************/ /* 3.1 All external borders (H1 is the board title) */ DIV.box {BORDER-COLOR: #000000} /* 3.2 Makes the top border of posts match the colour used for post headers */ DIV.blockpost DIV.box {BORDER-COLOR: #565656 #525252 #525252} /* 3.3 Table internal borders. By default TH is same as background so border is invisible */ .pun TD {BORDER-COLOR: #565656} .pun TH {BORDER-COLOR: #484848} /* 3.4 Creates the inset border for quote boxes, code boxes and form info boxes */ .pun BLOCKQUOTE, DIV.codebox, DIV.forminfo, DIV.blockpost LABEL {BORDER-COLOR: #565656} /* 3.5 Gecko's default fieldset borders are really nasty so this gives them a colour without interferring with IE's rather nice default */ .pun DIV>FIELDSET {BORDER-COLOR: #909090} /****************************************************************/ /* 4. LINK COLOURS */ /****************************************************************/ /* 4.1 This is the default for all links */ .pun A:link, .pun A:visited {COLOR: #990000} .pun A:hover {COLOR: #BB0000} /* 4.2 This is the colour for links in header rows and the navigation bar */ .pun H2 A:link, .pun H2 A:visited {COLOR: #D4D4D4} .pun H2 A:hover {COLOR: #D4D4D4} /* 4.3 This is for closed topics and "hot" links */ A:link.showclosed, A:visited.showclosed {COLOR: #900} A:hover.showclosed {COLOR: #B00} A:link.showhot, A:visited.showhot {COLOR: #990000} A:hover.showhot {COLOR: #BB0000} /****************************************************************/ /* 5. POST STATUS INDICATORS */ /****************************************************************/ /* 5.1 These are the post status indicators which appear at the left of some tables. .inew = new posts, .iredirect = redirect forums, .iclosed = closed topics and .inormal = everything else. By default only .inew and .inormal are visible.*/ DIV.inew, DIV.inormal, DIV.iclosed, DIV.iredirect { FLOAT: left; MARGIN-TOP: 0.2em; MARGIN-LEFT: 0.2em; DISPLAY: block; BORDER-WIDTH: 0.6em 0.6em 0.6em 0.6em; BORDER-STYLE: solid } DIV.searchposts DIV.inew, DIV.searchposts DIV.inormal {MARGIN-LEFT: 0} DIV.iredirect {BORDER-COLOR: #383838 #383838 #383838 #383838} DIV.inormal, DIV.iclosed {BORDER-COLOR: #CC0000 #AA0000 #880000 #660000} DIV.inew {BORDER-COLOR: #FF0000 #DD0000 #BB0000 #990000} /* 5.2 Class .tclcon is a div inside the first column of tables with post indicators. The margin creates space for the post status indicator */ TD DIV.tclcon {MARGIN-LEFT: 2.3em}