source: trunk/forum/styles/wowred/theme/stylesheet.css

Last change on this file was 400, checked in by george, 16 years ago
  • Přidáno: Nové forum phpBB 3.
File size: 10.0 KB
Line 
1/* Layout
2 ------------ */
3* {
4 /* Reset browsers default margin, padding and font sizes */
5 margin: 0;
6 padding: 0;
7
8}
9
10html {
11 font-size: 100%;
12 background:#000000;
13}
14
15body {
16 font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
17 color: #DDDDDD;
18 font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
19 margin: 0px 0px 0px 0px;
20 padding: 0px;
21 border-width: 0px;
22 background:#000000;
23}
24
25#wrapheader {
26 min-height: 150px;
27 height: auto !important;
28 height: 150px;
29 padding: 0px;
30}
31
32#wrapcentre {
33 margin: 25px 25px 0 25px;
34}
35
36#wrapfooter {
37 text-align: center;
38 clear: both;
39 padding: 10px;
40
41}
42
43#wrapnav {
44 font-size: 70.5%;
45 width: 100%;
46 margin: 0;
47 background-color: #FFFFFF;
48 border-width: 1px;
49 border-style: solid;
50 border-color: #000000;
51}
52
53#logodesc {
54 margin-bottom: 0px;
55 padding: 0px 0px 0px 25px;
56 background:#000000 url(images/banner.jpg);
57 background-repeat: no-repeat;
58 background-position: top right;
59 height: 150px;
60}
61
62#menubar {
63 font-size: 1.5em;
64 padding: 11px 15px;
65 border-width: 0px;
66 background:#000000 url(images/main-nav-bg.gif);
67 background-repeat: repeat-x;
68}
69
70#datebar {
71 font-size: 1.0em;
72 margin: 0px 0px 0px 0px;
73 padding: 5px 25px;
74 border-width: 0px;
75 background:#000000 url(images/date-bg.gif);
76 background-repeat: repeat-x;
77}
78
79#findbar {
80 width: 100%;
81 margin: 0;
82 padding: 0;
83 border: 0;
84}
85
86.forumrules {
87 background-color: #111111;
88 border: 1px solid #3F3F3F;
89 padding: 4px;
90 font-weight: normal;
91 font-size: 1.1em;
92 font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
93}
94
95.breadcrumbs{
96 color:#CCCCCC;
97 font-size: 1.0em;
98 font-weight: bold;
99 background-color: #000000;
100 margin: 0px 0px 0px 0px;
101 padding: 5px 0px;
102}
103
104#pageheader { }
105#pagecontent { }
106#pagefooter { }
107
108#poll { }
109#postrow { }
110#postdata { }
111
112/* Text
113 --------------------- */
114.sub_title {
115 color: #EEEEEE;
116 font-family: Verdana, "Lucida Grande", "Trebuchet MS", sans-serif;
117 font-weight: normal;
118 font-size: 1.2em;
119 text-decoration: none;
120 margin: 0px 0px;
121}
122
123
124h1 {
125 color: #EEEEEE;
126 font-family: Verdana, "Lucida Grande", "Trebuchet MS", sans-serif;
127 font-weight: normal;
128 font-size: 3.0em;
129 text-decoration: none;
130}
131
132h2 {
133 font-family: Arial, Helvetica, sans-serif;
134 font-weight: bold;
135 font-size: 2.8em;
136 text-decoration: none;
137 line-height: 120%;
138 color: #FFD5B9;
139}
140
141h3 {
142 font-size: 1.3em;
143 font-weight: bold;
144 font-family: Arial, Helvetica, sans-serif;
145 line-height: 120%;
146}
147
148h4 {
149 margin: 0;
150 font-size: 1.1em;
151 font-weight: bold;
152}
153
154p {
155 font-size: 1.1em;
156}
157
158p.moderators {
159 margin: 0;
160 float: left;
161 color: #FCC263;
162 font-weight: bold;
163}
164
165.rtl p.moderators {
166 float: right;
167}
168
169p.linkmcp {
170 margin: 0;
171 float: right;
172 white-space: nowrap;
173}
174
175.rtl p.linkmcp {
176 float: left;
177}
178
179p.breadcrumbs {
180 margin: 0;
181 float: left;
182 color: #DDDDDD;
183 font-weight: bold;
184 white-space: normal;
185 font-size: 1.6em;
186}
187
188.rtl p.breadcrumbs {
189 float: right;
190}
191
192p.datetime {
193 margin: 0;
194 float: right;
195 font-size: 1.0em;
196}
197
198.rtl p.datetime {
199 float: left;
200}
201
202p.searchbar {
203 padding: 2px 0;
204 white-space: nowrap;
205}
206
207p.searchbarreg {
208 margin: 0;
209 float: right;
210 white-space: nowrap;
211}
212
213.rtl p.searchbarreg {
214 float: left;
215}
216
217p.forumdesc {
218 padding-bottom: 4px;
219}
220
221p.topicauthor {
222 margin: 1px 0;
223}
224
225p.topicdetails {
226 margin: 1px 0;
227}
228
229.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
230 margin: 1px 0;
231 color: red;
232 font-weight:bold;
233}
234
235.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
236 color: green;
237 font-weight:bold;
238}
239
240.postapprove img, .postreported img {
241 vertical-align: bottom;
242}
243
244.postauthor {
245 color: #DDDDDD;
246}
247
248.postdetails {
249 color: #CCCCCC;
250}
251
252.postbody {
253 font-size: 1.3em;
254 line-height: 1.4em;
255 font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
256}
257
258.postbody li, ol, ul {
259 margin: 0 0 0 1.5em;
260}
261
262.rtl .postbody li, .rtl ol, .rtl ul {
263 margin: 0 1.5em 0 0;
264}
265
266.posthilit {
267 background-color: #FFCC66;
268 color: #000000;
269}
270
271.nav {
272 margin: 0;
273 color: #DDDDDD;
274 font-weight: bold;
275}
276
277.pagination {
278 padding: 4px;
279 color: black;
280 font-size: 1em;
281 font-weight: bold;
282}
283
284.cattitle {
285}
286
287.gen {
288 margin: 1px 1px;
289 font-size: 1.2em;
290}
291
292.genmed {
293 margin: 1px 1px;
294 font-size: 1.0em;
295}
296
297.gensmall {
298 margin: 1px 1px;
299 font-size: 0.9em;
300 color: #ABABAB;
301}
302
303.copyright {
304 color: #BBBBBB;
305 font-weight: normal;
306 font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
307}
308
309.titles {
310 font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
311 font-weight: bold;
312 font-size: 1.3em;
313 text-decoration: none;
314}
315
316.error {
317 color: red;
318}
319
320
321/* Tables
322 ------------ */
323th {
324 color: #CCCCCC;
325 font-size: 1.1em;
326 font-weight: bold;
327 white-space: nowrap;
328 padding: 7px 5px;
329 background:#000000 url(images/cat-bg.jpg);
330}
331
332td {
333 padding: 2px;
334}
335td.profile {
336 padding: 4px;
337 background-color: #000000;
338}
339
340.tablebg {
341 background-color: #3E3E3E;
342}
343
344.catdiv {
345 height: 28px;
346 margin: 0;
347 padding: 0;
348 border: 0;
349 background:#000000;
350}
351.rtl .catdiv {
352 background:#000000;
353}
354
355.cat {
356 height: 28px;
357 margin: 0;
358 padding: 0;
359 border: 0;
360 background:#000000;
361 text-indent: 10px;
362}
363
364.row1 {
365 background-color: #000000;
366 padding: 4px;
367}
368
369.row2 {
370 background-color: #000000;
371 padding: 4px;
372}
373
374.row3 {
375 background-color: #000000;
376 padding: 4px;
377}
378
379.rowgood {
380 background-color: #003300;
381 padding: 4px;
382}
383
384.rowneutral {
385 background-color: #191919;
386 padding: 4px;
387}
388
389.rowbad {
390 background-color: #6C0000;
391 padding: 4px;
392}
393
394
395hr {
396 height: 1px;
397 border-width: 0;
398 color: #3F3F3F;
399}
400
401.legend {
402 text-align:center;
403 margin: 0 auto;
404}
405
406/* Links
407 ------------ */
408a:link {
409 color: #FC5221;
410 text-decoration: none;
411}
412
413a:active,
414a:visited {
415 color: #FC5221;
416 text-decoration: none;
417}
418
419a:hover {
420 color: #FFD5B9;
421 text-decoration: none;
422}
423
424a.forumlink {
425 color: #FC5221;
426 font-weight: bold;
427 font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
428 font-size: 1.2em;
429}
430
431a.forumlink:hover {
432 color: #FFD5B9;
433 text-decoration: none;
434}
435
436a.topictitle {
437 margin: 1px 0;
438 font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
439 font-weight: bold;
440 font-size: 1.2em;
441}
442
443a.topictitle:visited {
444 text-decoration: none;
445}
446
447th a,
448th a:visited {
449 color: #DDDDDD !important;
450 text-decoration: none;
451}
452
453th a:hover {
454 text-decoration: underline;
455}
456
457
458/* Form Elements
459 ------------ */
460form {
461 margin: 0;
462 padding: 0;
463 border: 0;
464}
465
466input {
467 color: #DDDDDD;
468 font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
469 font-size: 1.1em;
470 font-weight: normal;
471 padding: 1px;
472 border: 1px solid #5E5E5E;
473 background-color: #000000;
474}
475
476textarea {
477 background-color: #000000;
478 color: #DDDDDD;
479 font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
480 font-size: 1.3em;
481 line-height: 1.4em;
482 font-weight: normal;
483 border: 1px solid #5E5E5E;
484 padding: 2px;
485}
486
487select {
488 color: #DDDDDD;
489 background-color: #000000;
490 font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
491 font-size: 1.1em;
492 font-weight: normal;
493 border: 1px solid #5E5E5E;
494 padding: 1px;
495}
496
497option {
498 padding: 0 1em 0 0;
499}
500
501.rtl option {
502 padding: 0 0 0 1em;
503}
504
505input.radio {
506 border: none;
507}
508
509.post {
510 background-color: #000000;
511 border: 1px solid #5E5E5E;
512 color: #DDDDDD;
513}
514
515.btnbbcode {
516 color: #FC5221;
517 font-weight: bold;
518 font-size: 1.1em;
519 font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
520 background-color: #000000;
521 border: 1px solid #5E5E5E;
522}
523
524.btnmain {
525 color: #FC5221;
526 font-weight: bold;
527 background-color: #000000;
528 border: 1px solid #5E5E5E;
529 cursor: pointer;
530 padding: 1px 5px;
531 font-size: 1.1em;
532}
533
534.btnlite {
535 color: #FC5221;
536 font-weight: bold;
537 background-color: #000000;
538 border: 1px solid #5E5E5E;
539 cursor: pointer;
540 padding: 1px 5px;
541 font-size: 1.1em;
542}
543
544.btnfile {
545 color: #FC5221;
546 font-weight: bold;
547 background-color: #000000;
548 border: 1px solid #5E5E5E;
549 padding: 1px 5px;
550 font-size: 1.1em;
551}
552
553.helpline {
554 background-color: #191919;
555 border-style: none;
556 color: #DDDDDD;
557 padding: 2px;
558}
559
560
561/* BBCode
562 ------------ */
563.quotetitle, .attachtitle {
564 margin: 10px 5px 0 5px;
565 padding: 4px;
566 border-width: 1px 1px 0 1px;
567 border-style: solid;
568 border-color: #5E5E5E;
569 color: #DDDDDD;
570 background-color: #000000;
571 font-size: 0.85em;
572 font-weight: bold;
573}
574
575.quotetitle .quotetitle {
576 font-size: 1em;
577}
578
579.quotecontent, .attachcontent {
580 margin: 0 5px 10px 5px;
581 padding: 5px;
582 border-color: #5E5E5E;
583 border-width: 0 1px 1px 1px;
584 border-style: solid;
585 font-weight: normal;
586 font-size: 1em;
587 line-height: 1.4em;
588 font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
589 background-color: #262626;
590 color: #DDDDDD;
591}
592
593.attachcontent {
594 font-size: 0.85em;
595}
596
597.codetitle {
598 margin: 10px 5px 0 5px;
599 padding: 2px 4px;
600 border-width: 1px 1px 0 1px;
601 border-style: solid;
602 border-color: #5E5E5E;
603 color: #DDDDDD;
604 background-color: #000000;
605 font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
606 font-size: 0.8em;
607}
608
609.codecontent {
610 direction: ltr;
611 margin: 0 5px 10px 5px;
612 padding: 5px;
613 border-color: #5E5E5E;
614 border-width: 0 1px 1px 1px;
615 border-style: solid;
616 font-weight: normal;
617 color: #DDDDDD;
618 font-size: 0.85em;
619 font-family: Monaco, 'Courier New', monospace;
620 background-color: #262626;
621}
622
623.syntaxbg {
624 color: #FFFFFF;
625}
626
627.syntaxcomment {
628 color: #FF8000;
629}
630
631.syntaxdefault {
632 color: #0000BB;
633}
634
635.syntaxhtml {
636 color: #000000;
637}
638
639.syntaxkeyword {
640 color: #006633;
641}
642
643.syntaxstring {
644 color: #990000;
645}
646
647
648/* Private messages
649 ------------------ */
650.pm_marked_colour {
651 background-color: #FC5221;
652}
653
654.pm_replied_colour {
655 background-color: #2A2A2A;
656}
657
658.pm_friend_colour {
659 background-color: #006600;
660}
661
662.pm_foe_colour {
663 background-color: #990000;
664}
665
666
667/* Misc
668 ------------ */
669img {
670 border: none;
671}
672
673.sep {
674 color: black;
675 background-color: #FFA34F;
676}
677
678table.colortable td {
679 padding: 0;
680}
681
682pre {
683 font-size: 1.1em;
684 font-family: Monaco, 'Courier New', monospace;
685}
686
687.nowrap {
688 white-space: nowrap;
689}
690
691.username-coloured {
692 font-weight: bold;
693}
Note: See TracBrowser for help on using the repository browser.