]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/WikiTrek/WikiTrek.css
uploaded files to wrong folder
[SourceForge/phpwiki.git] / themes / WikiTrek / WikiTrek.css
1 /**
2  * This PhpWiki theme is experimental and will likely not appear as part of any release.
3  * ("accessories not included"--download seperately)
4  *
5  * http://www.w3.org/TR/REC-CSS2/indexlist.html
6  *
7         #fff; /white/
8         #000; /black/
9         #ffcf00; /yellow/
10         #0700ff; /blue/
11         #8452b5; /magenta/
12 */
13
14 BODY {
15 /* Mozilla ignores the background image, with or without a background color specified (?) */
16         color :             #fff;
17         background-color :  #000;
18         background-image :  url("themes/WikiTrek/starfield.png");
19         background-repeat : repeat;
20 }
21
22 BODY {
23         font-family : "Helvetica Narrow", "Arial Narrow", Helvetica, Arial, sans-serif;
24 }
25
26 .rssicon {
27         border-color : #000;
28         border-width : 2px;
29 }
30
31 .wikitext , .toolbar , P , TD {
32         font-family : "Helvetica Narrow", "Arial Narrow", Helvetica, Arial, sans-serif;
33 }
34
35 INPUT.button {
36         font-family : "Helvetica Narrow", "Arial Narrow", Helvetica, Arial, sans-serif;
37 }
38
39 .wikitext PRE {
40         font-family : monospace;
41 }
42
43 DIV.wikitext {
44         color :       #fff;
45         background :  #000;
46         font-weight : normal;
47         padding :     1em;
48         margin :      0.5ex;
49         clear :       both;
50 }
51
52 h1 {
53         color :            #000;
54         background-color : #0700ff;
55         width :            100%;
56         padding-top :      0.25em;
57         padding-left :     0.5ex;
58         padding-bottom :   1px;
59 }
60
61 .backlinks {
62         color :            #ffcf00;
63         background-color : #000;
64         text-decoration :  none;
65         padding-top :      0.25em;
66         padding-left :     0.5ex;
67         padding-right :    0.5ex;
68         padding-bottom :   1px;
69 }
70
71 H2 , H3 , H4 {
72         color :            #000;
73         background-color : #ffcf00;
74         padding-top :      0.25em;
75         padding-left :     0.5ex;
76         padding-right :    0.5ex;
77         padding-bottom :   1px;
78 }
79
80 .wiki {
81         color :           #ffcf00;
82         background :      #000;
83         font-weight :     bold;
84         text-decoration : none;
85 }
86
87 .rc-major {
88         color :           #fff;
89         background :      #000;
90         font-weight :     normal;
91         text-decoration : none;
92 }
93
94 .toolbar .wiki {
95         color :           #000;
96         background :      #8452b5;
97         text-decoration : none;
98         font-weight :     bold;
99         padding :         2px;
100         margin :          1px;
101         border :          1px none ;
102         border-color :    #000;
103         border-style :    solid;
104 }
105
106 .wikiaction {
107         color :           #000;
108         background :      #0b0;
109         text-decoration : none;
110         font-weight :     bold;
111         padding :         2px;
112         margin :          1px;
113         border :          1px none ;
114         border-color :    #000;
115         border-style :    solid;
116 }
117
118
119 b.wikisummary {
120         color :           #ffcf00;
121         background :      #000;
122         text-decoration : none;
123         font-weight :     bold;
124         padding :         2px;
125         margin :          1px;
126         border :          1px none ;
127         border-color :    #000;
128         border-style :    solid;
129 }
130
131 .wiki:hover {
132         color :      #000;
133         background : #6300ce;
134 }
135
136 .wikiaction:hover {
137         color :      #000;
138         background : #ffcf00;
139 }
140
141 img.linkicon, img.rssicon {
142         border : 0px;
143 }
144
145 img.rssicon {
146         vertical-align : top;
147 }
148
149 /* this doesn't work! */
150 .wikitext HR {
151         background-image :  url("themes/WikiTrek/lights5.gif");
152 }
153 /* this image also used for the thank-you signature */