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