|
1 /****************************************************************/ |
|
2 /* 1. BACKGROUND AND TEXT COLOURS */ |
|
3 /****************************************************************/ |
|
4 |
|
5 /* 1.1 Default background colour and text colour */ |
|
6 |
|
7 BODY {BACKGROUND-COLOR: #FFF} |
|
8 |
|
9 .pun {COLOR: #333} |
|
10 |
|
11 DIV.box, .pun BLOCKQUOTE, DIV.codebox, #adminconsole FIELDSET TH, .rowodd, .roweven {BACKGROUND-COLOR: #F1F1F1} |
|
12 #adminconsole TD, #adminconsole TH {BORDER-COLOR: #F1F1F1} |
|
13 |
|
14 /* 1. 2 Darker background colours */ |
|
15 |
|
16 TD.tc2, TD.tc3, TD.tcmod, #postpreview, #viewprofile DD, DIV.forminfo, |
|
17 #adminconsole FIELDSET TD, DIV.blockmenu DIV.box, #adstats DD {BACKGROUND-COLOR: #DEDFDF} |
|
18 |
|
19 /* 1.3 Main headers and navigation bar background and text colour */ |
|
20 |
|
21 .pun H2, #brdmenu {BACKGROUND-COLOR: #7090B0; COLOR: #FFF} |
|
22 |
|
23 /* 1.4 Table header rows */ |
|
24 |
|
25 .pun TH {BACKGROUND-COLOR: #D1D1D1} |
|
26 |
|
27 /* 1.5 Fieldset legend text colour */ |
|
28 |
|
29 .pun LEGEND {COLOR: #005CB1} |
|
30 |
|
31 /* 1.6 Highlighted text for various items */ |
|
32 |
|
33 .pun DIV.blockmenu LI.isactive A, #posterror LI STRONG {COLOR: #333} |
|
34 |
|
35 /****************************************************************/ |
|
36 /* 2. POST BACKGROUNDS AND TEXT */ |
|
37 /****************************************************************/ |
|
38 |
|
39 /* 2.1 This is the setup for posts. */ |
|
40 |
|
41 DIV.blockpost DIV.box, DIV.postright, DIV.postfootright {BACKGROUND-COLOR: #DEDFDF} |
|
42 DIV.postright, DIV.postfootright {BORDER-LEFT-COLOR: #f1f1f1} |
|
43 DIV.postleft, DIV.postfootleft, DIV.blockpost LABEL {BACKGROUND-COLOR: #F1F1F1} |
|
44 |
|
45 /* 2.2 Background for post headers and text colour for post numbers in viewtopic */ |
|
46 |
|
47 DIV.blockpost H2 {BACKGROUND-COLOR: #7090B0} |
|
48 DIV.blockpost H2 SPAN.conr {COLOR: #AABDCD} |
|
49 |
|
50 /* 2.3 This is the line above the signature in posts. Colour and background should be the same */ |
|
51 |
|
52 .pun HR {BACKGROUND-COLOR: #333; COLOR: #333} |
|
53 |
|
54 /****************************************************************/ |
|
55 /* 3. BORDER COLOURS */ |
|
56 /****************************************************************/ |
|
57 |
|
58 /* 3.1 All external borders */ |
|
59 |
|
60 DIV.box {BORDER-COLOR: #7090B0} |
|
61 |
|
62 /* 3.2 Makes the top border of posts match the colour used for post headers */ |
|
63 |
|
64 DIV.blockpost DIV.box {BORDER-COLOR: #7090B0 #7090B0 #7090B0} |
|
65 |
|
66 /* 3.3 Table internal borders. By default TH is same as background so border is invisible */ |
|
67 |
|
68 .pun TD {BORDER-COLOR: #BBCEDE} |
|
69 .pun TH {BORDER-COLOR: #D1D1D1} |
|
70 |
|
71 /* 3.4 Creates the inset border for quote boxes, code boxes and form info boxes */ |
|
72 |
|
73 .pun BLOCKQUOTE, DIV.codebox, DIV.forminfo, DIV.blockpost LABEL {BORDER-COLOR: #ACA899 #FFF #FFF #ACA899} |
|
74 |
|
75 /* 3.5 Gecko's default fieldset borders are really nasty so this gives them a colour |
|
76 without interferring with IE's rather nice default */ |
|
77 |
|
78 .pun DIV>FIELDSET {BORDER-COLOR: #ACA899} |
|
79 |
|
80 /****************************************************************/ |
|
81 /* 4. LINK COLOURS */ |
|
82 /****************************************************************/ |
|
83 |
|
84 /* 4.1 This is the default for all links */ |
|
85 |
|
86 .pun A:link, .pun A:visited {COLOR: #7090B0} |
|
87 .pun A:hover {COLOR: #90B0D0} |
|
88 |
|
89 /* 4.2 This is the colour for links in header rows and the navigation bar */ |
|
90 |
|
91 .pun H2 A:link, .pun H2 A:visited, #brdmenu A:link, #brdmenu A:visited {COLOR: #FFF} |
|
92 .pun H2 A:hover, #brdmenu A:hover {COLOR: #FFF} |
|
93 |
|
94 /* 4.3 This is for closed topics and "hot" links */ |
|
95 |
|
96 LI.postreport A:link, LI.postreport A:visited, TR.iclosed TD.tcl A:link, TR.iclosed TD.tcl A:visited {COLOR: #888} |
|
97 LI.postreport A:hover, TR.iclosed TD.tcl A:hover {COLOR: #AAA} |
|
98 LI.maintenancelink A:link, LI.maintenancelink A:visited {COLOR: #B42000} |
|
99 LI.maintenancelink A:hover {COLOR: #B42000} |
|
100 |
|
101 /****************************************************************/ |
|
102 /* 5. POST STATUS INDICATORS */ |
|
103 /****************************************************************/ |
|
104 |
|
105 /* These are the post status indicators which appear at the left of some tables. |
|
106 .inew = new posts, .iredirect = redirect forums, .iclosed = closed topics and |
|
107 .isticky = sticky topics. The default is "icon". By default only .inew is different.*/ |
|
108 |
|
109 DIV.icon {BORDER-COLOR: #E6E6E6 #DEDEDE #DADADA #E2E2E2} |
|
110 TR.iredirect DIV.icon {BORDER-COLOR: #76B696 #6EAE8E #5A9A7A #72B292} |
|
111 DIV.inew {BORDER-COLOR: #7696B6 #6E8EAE #5A7A9A #7292B2} |