1 | >>> /* Layout
|
---|
2 |
|
---|
3 |
|
---|
4 | >> .body { }
|
---|
5 |
|
---|
6 | SET :
|
---|
7 | font-family: Arial, Helvetica, Verdana, "Lucida Grande", sans-serif;
|
---|
8 | background-color: #000000;
|
---|
9 | color: #FFFFFF;
|
---|
10 |
|
---|
11 | >> .forumrules { }
|
---|
12 | SET :
|
---|
13 | background-color: #202020;
|
---|
14 | border-width: 2px;
|
---|
15 | border-color: #101010;
|
---|
16 | font-family: Arial, Helvetica, Verdana, sans-serif, "Lucida Grande";
|
---|
17 |
|
---|
18 | >> ADD :
|
---|
19 | .forumrules h3, .forumrules a b {
|
---|
20 | font-weight: normal;
|
---|
21 | }
|
---|
22 |
|
---|
23 |
|
---|
24 | >> #logodesc { }
|
---|
25 | SET :
|
---|
26 | background: none;
|
---|
27 | REMOVE :
|
---|
28 | border-bottom: 1px solid #4787A7;
|
---|
29 |
|
---|
30 |
|
---|
31 | >> ADD :
|
---|
32 | #pagecontent .gensmall {
|
---|
33 | color:#707070;
|
---|
34 | }
|
---|
35 |
|
---|
36 |
|
---|
37 | >>> /* Text
|
---|
38 |
|
---|
39 |
|
---|
40 | >> h1 { }
|
---|
41 | SET :
|
---|
42 | color: #FFFFFF;
|
---|
43 |
|
---|
44 |
|
---|
45 | >> h4 { }
|
---|
46 | SET :
|
---|
47 | margin: 0.5em 0px 0px 0px;
|
---|
48 | ADD :
|
---|
49 | color: #FFCC33;
|
---|
50 |
|
---|
51 |
|
---|
52 | >> .postdetails { }
|
---|
53 | SET :
|
---|
54 | color: #AAAAAA;
|
---|
55 |
|
---|
56 |
|
---|
57 | >> .postbody { }
|
---|
58 | SET :
|
---|
59 | font-family: Arial, Helvetica, Verdana, "Trebuchet MS", "Lucida Grande", sans-serif;
|
---|
60 |
|
---|
61 |
|
---|
62 | >> .copyright { }
|
---|
63 | SET :
|
---|
64 | color: #999999;
|
---|
65 | font-weight: normal;
|
---|
66 | font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Grande";
|
---|
67 | ADD :
|
---|
68 | letter-spacing: -1px;
|
---|
69 |
|
---|
70 |
|
---|
71 | >> .titles { }
|
---|
72 | SET :
|
---|
73 | font-family: "Trebuchet MS" , Arial , Helvetica , "Lucida Grande", sans-serif , Verdana;
|
---|
74 | font-size: 1.4em;
|
---|
75 | ADD :
|
---|
76 | font-variant: small-caps;
|
---|
77 | line-height : 150%;
|
---|
78 |
|
---|
79 |
|
---|
80 | >> ADD :
|
---|
81 | a.copyright:link, a.copyright:visited, a.copyright:active {
|
---|
82 | color: #999999;
|
---|
83 | }
|
---|
84 |
|
---|
85 |
|
---|
86 | >> ADD :
|
---|
87 | a.copyright:hover {
|
---|
88 | color: #FFFFFF;
|
---|
89 | text-decoration: underline;
|
---|
90 | }
|
---|
91 |
|
---|
92 |
|
---|
93 | >> ADD :
|
---|
94 | div.searchbar {
|
---|
95 | margin: 0;
|
---|
96 | float: right;
|
---|
97 | color: #FFFFFF;
|
---|
98 | font-weight: bold;
|
---|
99 | white-space: normal;
|
---|
100 | font-size: 1em;
|
---|
101 | }
|
---|
102 |
|
---|
103 |
|
---|
104 | >> ADD :
|
---|
105 | .breadcrumbs {
|
---|
106 | margin: 0;
|
---|
107 | float: left;
|
---|
108 | color: black;
|
---|
109 | font-weight: bold;
|
---|
110 | white-space: normal;
|
---|
111 | font-size: 1em;
|
---|
112 | }
|
---|
113 |
|
---|
114 |
|
---|
115 | >> .nav { }
|
---|
116 |
|
---|
117 | SET :
|
---|
118 | color: #707070;
|
---|
119 |
|
---|
120 |
|
---|
121 | >> p.moderators { }
|
---|
122 |
|
---|
123 | SET :
|
---|
124 | color: #707070;
|
---|
125 |
|
---|
126 |
|
---|
127 |
|
---|
128 | >> .postauthor { }
|
---|
129 |
|
---|
130 | ADD :
|
---|
131 | font-weight : bold;
|
---|
132 | font-size : 120%;
|
---|
133 |
|
---|
134 |
|
---|
135 | >> .posthilit { }
|
---|
136 |
|
---|
137 | SET :
|
---|
138 | background-color: #007700;
|
---|
139 | ADD :
|
---|
140 | color: white;
|
---|
141 | padding: 0 2px 0 2px;
|
---|
142 | font-weight: bold;
|
---|
143 |
|
---|
144 | >> .pagination { }
|
---|
145 |
|
---|
146 | SET :
|
---|
147 | color: #707070;
|
---|
148 |
|
---|
149 |
|
---|
150 | >>> /* Tables
|
---|
151 |
|
---|
152 |
|
---|
153 | >> th { }
|
---|
154 |
|
---|
155 | SET :
|
---|
156 | background-color: #000000;
|
---|
157 |
|
---|
158 | REMOVE :
|
---|
159 | padding: 7px 5px;
|
---|
160 | ADD :
|
---|
161 | padding-left: 6px;
|
---|
162 | padding-right: 6px;
|
---|
163 | color: #FFCC33;
|
---|
164 | height:25px;
|
---|
165 |
|
---|
166 | >> th a:visited { }
|
---|
167 |
|
---|
168 | SET :
|
---|
169 | color: #FFCC33 !important;
|
---|
170 |
|
---|
171 |
|
---|
172 | >> td { }
|
---|
173 |
|
---|
174 | SET :
|
---|
175 | padding: 6px 3px 3px 6px;
|
---|
176 |
|
---|
177 | >> ADD :
|
---|
178 |
|
---|
179 | #colorpalette td {
|
---|
180 | padding: 1px;
|
---|
181 | }
|
---|
182 |
|
---|
183 |
|
---|
184 | >> .cat {}
|
---|
185 | SET :
|
---|
186 | background-color: #202020;
|
---|
187 | background-image: url('./images/cellpic3.gif');
|
---|
188 |
|
---|
189 |
|
---|
190 | >> .catdiv { }
|
---|
191 | SET:
|
---|
192 | background: #202020 url('./images/cellpic3.gif') repeat-x scroll top left;
|
---|
193 |
|
---|
194 |
|
---|
195 | >> .rtl .catdiv { }
|
---|
196 | SET:
|
---|
197 | background: #202020 url('./images/cellpic3.gif') repeat-x scroll top right;
|
---|
198 |
|
---|
199 |
|
---|
200 | >> .tablebg { }
|
---|
201 | SET :
|
---|
202 | background-color: transparent;
|
---|
203 | ADD :
|
---|
204 | border: 2px solid #202020;
|
---|
205 |
|
---|
206 |
|
---|
207 | >> .row1 { }
|
---|
208 | SET :
|
---|
209 | background-color: #202020;
|
---|
210 |
|
---|
211 | >> ADD :
|
---|
212 | .row1b {
|
---|
213 | background-color: #202020;
|
---|
214 | padding: 7px 4px 6px 4px;
|
---|
215 | }
|
---|
216 |
|
---|
217 |
|
---|
218 | >> .row2 { }
|
---|
219 | SET :
|
---|
220 | background-color: #353535;
|
---|
221 |
|
---|
222 | >> .row3 { }
|
---|
223 | SET :
|
---|
224 | background-color: #454545;
|
---|
225 |
|
---|
226 | >> hr { }
|
---|
227 | SET :
|
---|
228 | background-color: #303030;
|
---|
229 |
|
---|
230 |
|
---|
231 | >> .spacer { }
|
---|
232 | SET :
|
---|
233 | background-color: #444;
|
---|
234 | ADD:
|
---|
235 | padding:3px 0 0 0;
|
---|
236 |
|
---|
237 |
|
---|
238 |
|
---|
239 |
|
---|
240 | >>> /* Links
|
---|
241 |
|
---|
242 |
|
---|
243 | >> a:link { }
|
---|
244 |
|
---|
245 | SET :
|
---|
246 | color: #006699;
|
---|
247 |
|
---|
248 |
|
---|
249 | >> a:active,
|
---|
250 | a:visited { }
|
---|
251 |
|
---|
252 | SET :
|
---|
253 | color: #006699;
|
---|
254 |
|
---|
255 |
|
---|
256 | >> a:hover { }
|
---|
257 |
|
---|
258 | SET :
|
---|
259 | color: #006699;
|
---|
260 |
|
---|
261 |
|
---|
262 | >> a.topictitle:visited { }
|
---|
263 | SET :
|
---|
264 | color: #006699;
|
---|
265 |
|
---|
266 | >> ADD:
|
---|
267 | a.link02:link, a.link02:active, a.link02:visited, a.link02:hover {
|
---|
268 | text-decoration: none;
|
---|
269 | }
|
---|
270 |
|
---|
271 |
|
---|
272 |
|
---|
273 | >>> /* Form Elements
|
---|
274 |
|
---|
275 |
|
---|
276 | >> ADD:
|
---|
277 | .cat form {
|
---|
278 | margin: 6px 0px 4px 0px;
|
---|
279 | }
|
---|
280 |
|
---|
281 | >> select { }
|
---|
282 | color: #FFFFFF;
|
---|
283 | background-color: #000000;
|
---|
284 |
|
---|
285 |
|
---|
286 | >> input { }
|
---|
287 | SET :
|
---|
288 | color: #FFFFFF;
|
---|
289 | border: 1px solid #555555;
|
---|
290 | background-color: #000000;
|
---|
291 |
|
---|
292 |
|
---|
293 | >> textarea { }
|
---|
294 | SET :
|
---|
295 | background-color: #000000;
|
---|
296 | color: #FFFFFF;
|
---|
297 | border: 1px solid #555555;
|
---|
298 |
|
---|
299 |
|
---|
300 | >> .post { }
|
---|
301 | SET :
|
---|
302 | background-color: #000000;
|
---|
303 |
|
---|
304 |
|
---|
305 | >> .btnbbcode { }
|
---|
306 | SET :
|
---|
307 | color: #FFFFFF;
|
---|
308 | background-color: #000000;
|
---|
309 | border: 1px solid #555555;
|
---|
310 |
|
---|
311 |
|
---|
312 | >> .btnlite { }
|
---|
313 | SET :
|
---|
314 | background-color: #000000;
|
---|
315 |
|
---|
316 |
|
---|
317 | >> .btnmain { }
|
---|
318 | SET :
|
---|
319 | background-color: #000000;
|
---|
320 |
|
---|
321 |
|
---|
322 | >> .btnfile { }
|
---|
323 | SET :
|
---|
324 | background-color: #000000;
|
---|
325 |
|
---|
326 |
|
---|
327 | >> .helpline { }
|
---|
328 | SET :
|
---|
329 | background-color: #000000;
|
---|
330 |
|
---|
331 |
|
---|
332 | >> ADD :
|
---|
333 |
|
---|
334 | .cat input.btnmain, .cat input.btnlite, #pagecontent .cat input.btnmain, #pagecontent .cat input.btnlite {
|
---|
335 | margin: 5px 0 0 0;
|
---|
336 | }
|
---|
337 |
|
---|
338 |
|
---|
339 | >> ADD :
|
---|
340 | #pagecontent .cat .btnmain, #pagecontent .cat .btnlite, #pagecontent .cat form input.btnlite {
|
---|
341 | margin: 0;
|
---|
342 | }
|
---|
343 |
|
---|
344 |
|
---|
345 | >>> /* BBCode
|
---|
346 |
|
---|
347 |
|
---|
348 | >> .quotetitle, .attachtitle { }
|
---|
349 | SET :
|
---|
350 | border-color: #666666;
|
---|
351 | background-color: #0A0A0A;
|
---|
352 |
|
---|
353 |
|
---|
354 | >> .quotecontent, .attachcontent { }
|
---|
355 | SET :
|
---|
356 | padding: 0 5px 5px 5px;
|
---|
357 | border-color: #555555;
|
---|
358 | line-height: 1.2em;
|
---|
359 | font-family: Verdana, Arial, Helvetica, "Lucida Grande", "Trebuchet MS", sans-serif;
|
---|
360 | background-color: #0A0A0A;
|
---|
361 | color: #999999;
|
---|
362 |
|
---|
363 |
|
---|
364 | >> .codetitle { }
|
---|
365 | SET :
|
---|
366 | color: #999999;
|
---|
367 | background-color: #000000;
|
---|
368 | border-color: #555555;
|
---|
369 |
|
---|
370 |
|
---|
371 | >> .codecontent { }
|
---|
372 | SET :
|
---|
373 | padding: 0 5px 5px 5px;
|
---|
374 | background-color: #000000;
|
---|
375 | border-color: #666666;
|
---|
376 |
|
---|
377 |
|
---|
378 | >> REPLACE THE FOUR FOLLOWING :
|
---|
379 |
|
---|
380 |
|
---|
381 | .pm_marked_colour, .pm_marked_colour img {
|
---|
382 | background-color: #FFCC33;
|
---|
383 | }
|
---|
384 |
|
---|
385 | .pm_replied_colour, .pm_replied_colour img {
|
---|
386 | background-color: #A9B8C2;
|
---|
387 | }
|
---|
388 |
|
---|
389 | .pm_friend_colour, .pm_friend_colour img {
|
---|
390 | background-color: #007700;
|
---|
391 | }
|
---|
392 |
|
---|
393 | .pm_foe_colour, .pm_foe_colour img {
|
---|
394 | background-color: #DD0000;
|
---|
395 | }
|
---|
396 |
|
---|
397 |
|
---|
398 | >>> /* Misc
|
---|
399 |
|
---|
400 |
|
---|
401 | >> .username-coloured {
|
---|
402 | SET :
|
---|
403 | font-weight: normal;
|
---|
404 | ADD :
|
---|
405 | font-size: 1.1em;
|
---|
406 | }
|
---|