]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/WikiTrek/WikiTrek.css
alternating row coloring
[SourceForge/phpwiki.git] / themes / WikiTrek / WikiTrek.css
1 /**
2  * $Id: WikiTrek.css,v 1.12 2002-01-22 09:23:09 carstenklapp Exp $
3  *
4  * This PhpWiki theme is experimental and will likely not appear as
5  * part of any release. ("accessories not included"--download
6  * seperately)
7  *
8  * http://www.w3.org/TR/REC-CSS2/indexlist.html
9  *
10         #fff; /white/
11         #000; /black/
12         #ffcf00; /yellow/
13         #ddc300; /darker-yellow/
14         #0700ff; /bright-blue/
15         #0c10bc; /blue/
16         #8452b5; /magenta/
17         #982505; /red/
18         #ef0032; /light-red/
19         #009000; /green/
20         #1bab11; /light-green/
21         #ff7e00; /orange/
22 */
23
24 /* NS4 doesn't grok @import.  This allows us to put things which
25  * break NS4 in another file.
26  */
27 @import url(WikiTrek-gravimetric.css);
28
29 body { 
30 /* the background image url is relative to this file's directory */
31         color :             #fff;
32         background-color :  #000;
33         background-image :  url(images/starfield.png);
34         background-repeat : repeat;
35         font-size :         larger;
36 }
37
38 body {
39         font-family : "Helvetica Narrow", "Arial Narrow", Helvetica,
40                       Arial, sans-serif;
41 }
42
43 .rssicon {
44         border-color : #000;
45         border-width : 2px;
46 }
47
48 .wikitext , .toolbar , p , td {
49         font-family : "Helvetica Narrow", "Arial Narrow", Helvetica,
50                       Arial, sans-serif;
51 }
52
53 .wikitext td { color: white; }
54
55 input.button {
56         font-family : "Helvetica Narrow", "Arial Narrow", Helvetica,
57                       Arial, sans-serif;
58 }
59
60 .wikitext pre {
61         font-family : monospace;
62 }
63
64 div.wikitext {
65         color :       #fff;
66         background :  url("images/tchecker-black.png") repeat;
67         font-weight : normal;
68         padding :     1em;
69         margin :      0.5ex;
70         clear :       both;
71 }
72
73 h1 {
74         color :            #000;
75         background-color : #0c10bc;
76         width :            100%;
77         padding-top :      0.25em;
78         padding-left :     0.5ex;
79         padding-bottom :   1px;
80 }
81
82 .backlinks {
83         color :            #ffcf00;
84         background-color : #000;
85         text-decoration :  none;
86         padding-top :      0.25em;
87         padding-left :     0.5ex;
88         padding-right :    0.5ex;
89         padding-bottom :   1px;
90 }
91
92 h2 , h3 , h4 {
93         color :            #000;
94         background-color : #ffcf00;
95         padding-top :      0.25em;
96         padding-left :     0.5ex;
97         padding-right :    0.5ex;
98         padding-bottom :   1px;
99 }
100
101 .wiki {
102         color :           #ffcf00;
103         background :      #000;
104         font-weight :     bold;
105         text-decoration : none;
106 }
107 .wiki:hover {
108         color : #000;
109         background : #ddc300;
110 }
111
112 .rc-major {
113         color :           #fff;
114         background :      #000;
115         font-weight :     normal;
116         text-decoration : none;
117 }
118
119 .toolbar .wiki {
120         color :           #000;
121         background :      #0c109c;
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 .toolbar .wiki:hover {
131         color : #000;
132         background :   #0c10bc;
133         font-weight :  bold;
134 }
135
136 .wikiaction {
137         color : #000;
138         background :      #009000;
139         text-decoration : none;
140         font-weight :     bold;
141         padding :         2px;
142         margin :          1px;
143         border :          1px none ;
144         border-color :    #000;
145         border-style :    solid;
146 }
147 .wikiaction:hover {
148         color : #000;
149         background : #1bab11;
150 }
151
152 .wikiadmin {
153         color : #000;
154         background :      #982505;
155         text-decoration : none;
156         font-weight :     bold;
157         padding :         2px;
158         margin :          1px;
159         border :          1px none ;
160         border-color :    #000;
161         border-style :    solid;
162 }
163 .wikiadmin:hover {
164         color : #000;
165         background :      #ef0032;
166 }
167
168 b.wikisummary {
169         color :           #ffcf00;
170         background :      #000;
171         text-decoration : none;
172         font-weight :     bold;
173         padding :         2px;
174         margin :          1px;
175         border :          1px none ;
176         border-color :    #000;
177         border-style :    solid;
178 }
179
180 img.linkicon, img.rssicon {
181         border : 0px;
182 }
183
184 img.rssicon {
185         vertical-align : top;
186 }
187
188 /* Not all browsers support this, but it's a cool trick when is!
189  * It maybe better to do this with a new wiki Theme element.
190  * yes=OmniWeb 4.1sp28; No=IE5.1Mac, Mozilla0.97Mac, iCAB2.6Mac.
191  * For now this is also the same image as the thank-you signature.
192  */
193 .wikitext hr {
194     background-image :   url("images/lights.gif");
195     background-repeat:   no-repeat;
196     background-position: center;
197 }
198
199 div.wiki-edithelp { font-size: smaller;
200                background: url("images/tchecker-black.png") repeat;
201 }
202
203 /****************************************************************
204  **
205  ** Diff Output
206  **
207  *****************************************************************/
208 .diff .block    { padding: 0.5ex 0.5em; margin: 0.5ex 0; }
209 .diff .block tt { font-weight: bold; }
210 .diff del,
211 .diff ins       { font-weight: normal; text-decoration: none; }
212
213 /* These screw up NS4 --- moved to phpwiki-heavy.css
214 .diff .block div { position: relative; padding-left: 1.5em; } 
215 .diff .prefix   { position: absolute; left: 0.5em; top: 0; }
216 */
217
218 .diff .block    { color: #000; background: #ffcf00; }
219 .diff .context  { color: #fff; background: #000; }
220 .diff .original,
221 .diff .deleted  { background: #a40024; }
222 .diff .final,
223 .diff .added    { background: #cfc; }
224 /*
225 .diff .original { background: #feb; }
226 .diff .final    { background: #efb; }
227 */
228 /* These don't work in NS4 -- it completely ignores <del> and <ins>. */
229 .diff del       { background: #a40024; }
230 .diff ins       { background: #9f9; }
231
232
233 /* PageList output */
234 tr.pagelistcolor { background: #222222; }
235 tr.pagelistnocolor { background: black; }
236