]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/WikiTrek/WikiTrek.css
new class .numeric for right-aligning numeric text input
[SourceForge/phpwiki.git] / themes / WikiTrek / WikiTrek.css
1 /**
2  * $Id: WikiTrek.css,v 1.23 2002-02-08 22:56:37 carstenklapp Exp $
3  *
4  * This theme will probably be renamed something like "Space" to
5  * avoid any potential copyright issues.
6  *
7  * http://www.w3.org/TR/REC-CSS2/indexlist.html
8  *
9  * #fff; white
10  * #000; black
11  * #fff313; yellow
12  * #ddc300; darker-yellow
13  * #5791ff; bright-blue
14  * #0053db; blue
15  * #8452b5; magenta
16  * #982505; red
17  * #ef0032; light-red
18  * #009000; green
19  * #1bab11; light-green
20  * #ff7e00; orange
21  */
22
23
24 /**
25  * NS4 doesn't grok @import.  This allows us to put things which
26  * break NS4 in another file.
27  */
28 @import url(WikiTrek-gravimetric.css);
29
30
31 /**
32  * General
33  */
34 body {
35   /* the background image url is relative to this file's directory */
36   /*background-image:  url(images/starfield.png) repeat; */
37   color:             #fff;
38   background-color:  #000;
39 }
40
41 body {
42   font-family: Helvetica, Arial, sans-serif;
43 }
44
45 a { color: #0053db; }
46
47 img.linkicon, img.rssicon {
48   border: 0px;
49 }
50
51 /**
52  * <hr>
53  * Not all browsers support this, but it's a cool trick when it is!
54  * yes=OmniWeb 4.1sp28; No=IE5.1Mac, Mozilla0.97Mac, iCAB2.6Mac.
55  * It maybe better to do this with a new wiki Theme element??
56  */
57 .wikitext hr {
58   background-image:   url("images/hr.png");
59   background-repeat:   repeat-x;
60   background-position: center;
61 }
62
63
64 /**
65  * Forms
66  */
67 textarea, input {
68   color:      white;
69   background: black;
70 }
71
72 input.numeric {
73   text-align: right;
74 }
75
76 textarea {
77   border: 2px solid #0053db;
78   padding-top:   .5ex;
79   padding-bottom:.5ex;
80   padding-left:  .5em;
81   padding-right: .25em;
82 }
83
84 input {
85   border: 2px solid #0053db;
86   text-align:  center;
87   font-family: Helvetica, Arial, sans-serif;
88 }
89
90 div.toolbar input {
91   border:  1px solid #0053db;
92   padding: 1px;
93   font-size:   smaller;
94   text-align:  left;
95   font-family: Helvetica, Arial, sans-serif;
96 }
97
98 input.button {
99   font-family: Helvetica, Arial, sans-serif;
100 }
101
102 b.wikisummary {
103   color:        #fff313;
104   background:   #000;
105   text-decoration: none;
106   font-weight:  bold;
107   padding:      2px;
108   margin:       1px;
109   border:       1px none ;
110   border-color: #000;
111   border-style: solid;
112 }
113
114
115 /**
116  * RecentChanges
117  */
118 .rssicon {
119   border-color: #000;
120   border-width: 2px;
121 }
122 .rc-major {
123   color:       #fff;
124   background:  #000;
125   font-weight: normal;
126   text-decoration: none;
127 }
128
129 img.rssicon {
130   vertical-align: top;
131 }
132
133
134 /**
135  * Main text area
136  */
137 .wikitext , .toolbar , p , td {
138   font-family: Helvetica, Arial, sans-serif;
139 }
140
141 .wikitext td { color: white; }
142
143 .wikitext pre {
144   font-family: monospace;
145 }
146
147 div.wikitext {
148   font-weight: normal;
149   color:       #fff;
150   background:  url("images/tchecker-black.png") repeat;
151   padding: 1em;
152   margin:  0.5ex;
153   clear:   both;
154 }
155
156 p.editdate {
157   color:            #000;
158   background-color: #96c;
159   padding-top:    0.25ex;
160   padding-left:   0.5em;
161   padding-right:  0.5em;
162   padding-bottom: 1px;
163   margin-top:     2em;
164   margin-bottom:  0ex;
165 }
166
167
168 /**
169  * Headings
170  */
171 h1 {
172   color:            #000;
173   background-color: #fff313;
174   padding-top:      0.25ex;
175   padding-left:     0.5em;
176   padding-right:    0.25em;
177   padding-bottom:   1px;
178 }
179 h1 a.wiki, h1 a.backlinks {
180   color:            #fff313;
181   background-color: #000;
182   text-decoration:  none;
183   padding-top:      0.25ex;
184   padding-left:     0.25em;
185   padding-right:    0.25em;
186   padding-bottom:   1px;
187 }
188
189 h2 {
190 color:            #000;
191   background-color: #0053db;
192   padding-top:      0.25ex;
193   padding-left:     0.5em;
194   padding-right:    0.5em;
195   padding-bottom:   1px;
196   margin-top:       2ex;
197   margin-left:      0.5em;
198 }
199
200 h3 {
201   color:            #000;
202   background-color: #96c;
203   padding-top:      0.25ex;
204   padding-left:     0.5em;
205   padding-right:    0.5em;
206   padding-bottom:   1px;
207   margin-top:       2ex;
208   margin-left:      1.0em;
209 }
210
211 h4 {
212   color:            #000;
213   background-color: #639;
214   padding-top:      0.25ex;
215   padding-left:     0.5em;
216   padding-right:    0.5em;
217   padding-bottom:   1px;
218   margin-top:       2ex;
219   margin-left:      1.5em;
220 }
221
222 h5 {
223   color:            #000;
224   background-color: #888;
225   padding-top:      0.25ex;
226   padding-left:     0.5em;
227   padding-right:    0.5em;
228   padding-bottom:   1px;
229   margin-top:       2ex;
230   margin-left:      2.0em;
231 }
232
233 h6 {
234   color:            #000;
235   background-color: #aaa;
236   padding-top:      0.25ex;
237   padding-left:     0.5em;
238   padding-right:    0.5em;
239   padding-bottom:   1px;
240   margin-top:       2ex;
241   margin-left:      2.5em;
242 }
243
244
245 /**
246  * Toolbars
247  */
248 .wikitext a.wiki {
249   color:           #fff313;
250   background:      inherit;
251   font-weight:     bold;
252   text-decoration: none;
253 }
254 .wikitext a.wiki:hover, .wiki:hover {
255   color: #44cff4;
256 }
257
258 .toolbar {
259   color: white;
260   font-size: larger;
261 }
262
263 div.toolbar { margin-top: 1ex; }
264
265 .toolbar .wiki {
266   color:           #0053db;
267   background:      inherit;
268   text-decoration: none;
269   font-weight:   bold;
270   border-left:   1.5em solid #0053db;
271   border-right:  0.15em solid #0053db;
272   padding-left:  0.15em;
273   padding-right: 0.3em;
274 }
275 .toolbar .wiki:hover {
276 color: #5791ff;
277   border-right: 0.15em solid #5791ff;
278   font-weight:  bold;
279 }
280
281 .wikiaction {
282   color:           #115511;
283   background:      inherit;
284   text-decoration: none;
285   font-weight:     bold;
286   border-left:   1.5em solid #115511;
287   border-right:  0.15em solid #115511;
288   padding-left:  0.15em;
289   padding-right: 0.3em;
290 }
291 .wikiaction:hover {
292   color: #1bab11;
293   border-right: 0.15em solid #1bab11;
294 }
295
296 .wikiadmin {
297   color: #982505;
298   text-decoration: none;
299   font-weight:     bold;
300   border-left:   1.5em solid #982505;
301   border-right:  0.15em solid #982505;
302   padding-left:  0.15em;
303   padding-right: 0.3em;
304 }
305 .wikiadmin:hover {
306 color:       #ef0032;
307   border-right: .15em solid #ef0032;
308 }
309
310
311 /**
312  * IncludePage plugin
313  */
314 .transclusion-title {
315   font-style: oblique;
316   font-size: smaller; /* 0.75em; */
317   text-decoration: underline;
318   text-align: right;
319 }
320
321 div.transclusion {
322 background: #1b1722;
323 border:     1px solid #403752;
324 margin:     0.5ex 0px;
325 }
326
327 /* The transclusion of the TextEditingRules Synopsis on templates/editpage.html */
328 div.wiki-edithelp .transclusion {
329   font-size:   smaller;
330   background:  inherit;
331   margin:     0.2ex 5%;
332 }
333 div.wiki-edithelp .transclusion p {
334   margin: 0;
335 }
336 div.wiki-edithelp {
337   color: #a2a2a2;
338   background-color: #1b1722;
339   /*background: url(images/tchecker-grey.png);*/
340   border: 1px solid #403752;
341   padding-top:    0;
342   padding-left:   1em;
343   padding-bottom: 0;
344   padding-right:  1em;
345   font-size:  smaller;
346 }
347 div.wiki-edithelp .wiki {
348   color:           #fff313;
349   background:      inherit;
350   font-weight:     bold;
351   text-decoration: none;
352 }
353
354 /****************************************************************
355 **
356 ** Diff Output
357 **
358 *****************************************************************/
359 .diff .block    { padding: 0.5ex 0.5em; margin: 0.5ex 0; }
360 .diff .block tt { font-weight: bold; }
361 .diff del,
362 .diff ins       { font-weight: normal; text-decoration: none; }
363
364 /* These screw up NS4 --- moved to phpwiki-heavy.css
365 .diff .block div { position: relative; padding-left: 1.5em; }
366 .diff .prefix   { position: absolute; left: 0.5em; top: 0; }
367 */
368
369 .diff .block    { color: #000; background: #fff313; }
370 .diff .context  { color: #fff; background: #000; }
371 .diff .original,
372 .diff .deleted  { background: #a40024; }
373 .diff .final,
374 .diff .added    { background: #cfc; }
375 /*
376  .diff .original        { background: #feb; }
377  .diff .final   { background: #efb; }
378  */
379 /* These don't work in NS4 -- it completely ignores <del> and <ins>. */
380 .diff del       { background: #a40024; }
381 .diff ins       { background: #9f9; }
382
383
384 /**
385  * PageList output
386  */
387 .pagelist tr.evenrow  { background: #111; }
388 .pagelist tr.oddrow   { background: black url("images/tchecker-black.png") repeat; }
389