2 The orightinal christmas Theme for phpBB version 2+
3 Created by subBlue design
8 /* General page style. The scroll bar colours only visible in IE5.5+ */
10 background-color: #E5E5E5;
11 scrollbar-face-color: #DEE3E7;
12 scrollbar-highlight-color: #FFFFFF;
13 scrollbar-shadow-color: #DEE3E7;
14 scrollbar-3dlight-color: #D1D7DC;
15 scrollbar-arrow-color: #006699;
16 scrollbar-track-color: #EFEFEF;
17 scrollbar-darkshadow-color: #98AAB1;
20 /* General font families for common tags */
21 font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
22 a:link,a:active,a:visited { color : #006699; }
23 a:hover { text-decoration: underline; color : #DD6900; }
24 hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
27 /* This is the border line & background colour round the entire page */
28 .bodyline { background-color: #FFFFFF; border: 1px #98AAB1 solid; }
30 /* This is the outline round the main forum tables */
31 .forumline { background-color: #FFFFFF; border: 2px #006699 solid; }
34 /* Main table cell colours and backgrounds */
35 td.row1 { background-color: #EFEFEF; }
36 td.row2 { background-color: #DEE3E7; }
37 td.row3 { background-color: #D1D7DC; }
41 This is for the table cell above the Topics, Post & Last posts on the index.php page
42 By default this is the fading out gradiated silver background.
43 However, you could replace this with a bitmap specific for each forum
46 background-color: #FFFFFF;
47 background-image: url(images/cellpic2.jpg);
48 background-repeat: repeat-y;
51 /* Header cells - the blue and silver gradient backgrounds */
53 color: #FFA34F; font-size: 11px; font-weight : bold;
54 background-color: #006699; height: 25px;
55 background-image: url(images/cellpic3.gif);
58 td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
59 background-image: url(images/cellpic1.gif);
60 background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
65 Setting additional nice inner borders for the main table cells.
66 The names indicate which sides the border will be on.
67 Don't worry if you don't understand this, just ignore it :-)
69 td.cat,td.catHead,td.catBottom {
71 border-width: 0px 0px 0px 0px;
73 th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
74 font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; }
75 td.row3Right,td.spaceRow {
76 background-color: #D1D7DC; border: #FFFFFF; border-style: solid; }
78 th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
79 th.thSides,td.catSides,td.spaceRow { border-width: 0px 1px 0px 1px; }
80 th.thRight,td.catRight,td.row3Right { border-width: 0px 1px 0px 0px; }
81 th.thLeft,td.catLeft { border-width: 0px 0px 0px 1px; }
82 th.thBottom,td.catBottom { border-width: 0px 1px 1px 1px; }
83 th.thTop { border-width: 1px 0px 0px 0px; }
84 th.thCornerL { border-width: 1px 0px 0px 1px; }
85 th.thCornerR { border-width: 1px 1px 0px 0px; }
88 /* The largest text used in the index page title and toptic title etc. */
90 font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
91 text-decoration: none; line-height : 120%; color : #000000;
96 .gen { font-size : 12px; }
97 .genmed { font-size : 11px; }
98 .gensmall { font-size : 10px; }
99 .gen,.genmed,.gensmall { color : #000000; }
100 a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
101 a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #DD6900; text-decoration: underline; }
104 /* The register, login, search etc links at the top of the page */
105 .mainmenu { font-size : 11px; color : #000000 }
106 a.mainmenu { text-decoration: none; color : #006699; }
107 a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }
110 /* Forum category titles */
111 .cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
112 a.cattitle { text-decoration: none; color : #006699; }
113 a.cattitle:hover{ text-decoration: underline; }
116 /* Forum title: Text and link to the forums used in: index.php */
117 .forumlink { font-weight: bold; font-size: 12px; color : #006699; }
118 a.forumlink { text-decoration: none; color : #006699; }
119 a.forumlink:hover{ text-decoration: underline; color : #DD6900; }
122 /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
123 .nav { font-weight: bold; font-size: 11px; color : #000000;}
124 a.nav { text-decoration: none; color : #006699; }
125 a.nav:hover { text-decoration: underline; }
128 /* titles for the topics: could specify viewed link colour too */
129 .topictitle { font-weight: bold; font-size: 11px; color : #000000; }
130 a.topictitle:link { text-decoration: none; color : #006699; }
131 a.topictitle:visited { text-decoration: none; color : #5493B4; }
132 a.topictitle:hover { text-decoration: underline; color : #DD6900; }
135 /* Name of poster in viewmsg.php and viewtopic.php and other places */
136 .name { font-size : 11px; color : #000000;}
138 /* Location, number of posts, post date etc */
139 .postdetails { font-size : 10px; color : #000000; }
142 /* The content of the posts (body of text) */
143 .postbody { font-size : 12px;}
144 a.postlink:link { text-decoration: none; color : #006699 }
145 a.postlink:visited { text-decoration: none; color : #5493B4; }
146 a.postlink:hover { text-decoration: underline; color : #DD6900}
149 /* Quote & Code blocks */
151 font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
152 background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
153 border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
157 font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
158 background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
159 border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
163 /* Copyright and bottom info */
164 .copyright { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
165 a.copyright { color: #444444; text-decoration: none;}
166 a.copyright:hover { color: #000000; text-decoration: underline;}
170 input,textarea, select {
172 font: normal 11px Verdana, Arial, Helvetica, sans-serif;
173 border-color : #000000;
176 /* The text input fields background colour */
177 input.post, textarea.post, select {
178 background-color : #FFFFFF;
181 input { text-indent : 2px; }
183 /* The buttons used for bbCode styling in message post */
185 background-color : #EFEFEF;
187 font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
190 /* The main submit button option */
192 background-color : #FAFAFA;
196 /* None-bold submit button */
198 background-color : #FAFAFA;
199 font-weight : normal;
202 /* This is the line in the posting page which shows the rollover
203 help line. This is actually a text box, but if set to be the same
204 colour as the background no one will know ;)
206 .helpline { background-color: #DEE3E7; border-style: none; }
209 /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
210 @import url("formIE.css");