]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/WikiTrek/WikiTrek.css
Minor tweak for moved background images.
[SourceForge/phpwiki.git] / themes / WikiTrek / WikiTrek.css
1 /**
2  * $Id: WikiTrek.css,v 1.8 2002-01-17 20:34:53 dairiki 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. As of OmniWeb 4.1, OW now @imports :-(
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 input.button {
54         font-family : "Helvetica Narrow", "Arial Narrow", Helvetica,
55                       Arial, sans-serif;
56 }
57
58 .wikitext pre {
59         font-family : monospace;
60 }
61
62 div.wikitext {
63         color :       #fff;
64         background :  #000;
65         font-weight : normal;
66         padding :     1em;
67         margin :      0.5ex;
68         clear :       both;
69 }
70
71 h1 {
72         color :            #000;
73         background-color : #0c10bc;
74         width :            100%;
75         padding-top :      0.25em;
76         padding-left :     0.5ex;
77         padding-bottom :   1px;
78 }
79
80 .backlinks {
81         color :            #ffcf00;
82         background-color : #000;
83         text-decoration :  none;
84         padding-top :      0.25em;
85         padding-left :     0.5ex;
86         padding-right :    0.5ex;
87         padding-bottom :   1px;
88 }
89
90 h2 , h3 , h4 {
91         color :            #000;
92         background-color : #ffcf00;
93         padding-top :      0.25em;
94         padding-left :     0.5ex;
95         padding-right :    0.5ex;
96         padding-bottom :   1px;
97 }
98
99 .wiki {
100         color :           #ffcf00;
101         background :      #000;
102         font-weight :     bold;
103         text-decoration : none;
104 }
105 .wiki:hover {
106         background : #ddc300;
107 }
108
109 .rc-major {
110         color :           #fff;
111         background :      #000;
112         font-weight :     normal;
113         text-decoration : none;
114 }
115
116 .toolbar .wiki {
117         background :      #0c109c;
118         text-decoration : none;
119         font-weight :     bold;
120         padding :         2px;
121         margin :          1px;
122         border :          1px none ;
123         border-color :    #000;
124         border-style :    solid;
125 }
126 .toolbar .wiki:hover {
127         background :   #0c10bc;
128         font-weight :  bold;
129 }
130
131 .wikiaction {
132         background :      #009000;
133         text-decoration : none;
134         font-weight :     bold;
135         padding :         2px;
136         margin :          1px;
137         border :          1px none ;
138         border-color :    #000;
139         border-style :    solid;
140 }
141 .wikiaction:hover {
142         background : #1bab11;
143 }
144
145 .wikiadmin {
146         background :      #982505;
147         text-decoration : none;
148         font-weight :     bold;
149         padding :         2px;
150         margin :          1px;
151         border :          1px none ;
152         border-color :    #000;
153         border-style :    solid;
154 }
155 .wikiadmin:hover {
156         background :      #ef0032;
157 }
158
159 b.wikisummary {
160         color :           #ffcf00;
161         background :      #000;
162         text-decoration : none;
163         font-weight :     bold;
164         padding :         2px;
165         margin :          1px;
166         border :          1px none ;
167         border-color :    #000;
168         border-style :    solid;
169 }
170
171 img.linkicon, img.rssicon {
172         border : 0px;
173 }
174
175 img.rssicon {
176         vertical-align : top;
177 }
178
179 /* this doesn't work! */
180 .wikitext hr {
181         background-image :  url("themes/WikiTrek/lights5.gif");
182 }
183 /* this image also used for the thank-you signature */
184
185 /****************************************************************
186  **
187  ** Diff Output
188  **
189  *****************************************************************/
190 .diff .block    { padding: 0.5ex 0.5em; margin: 0.5ex 0; }
191 .diff .block tt { font-weight: bold; }
192 .diff del,
193 .diff ins       { font-weight: normal; text-decoration: none; }
194
195 /* These screw up NS4 --- moved to phpwiki-heavy.css
196 .diff .block div { position: relative; padding-left: 1.5em; } 
197 .diff .prefix   { position: absolute; left: 0.5em; top: 0; }
198 */
199
200 .diff .block    { color: #000; background: #ffcf00; }
201 .diff .context  { color: #fff; background: #000; }
202 .diff .original,
203 .diff .deleted  { background: #a40024; }
204 .diff .final,
205 .diff .added    { background: #cfc; }
206 /*
207 .diff .original { background: #feb; }
208 .diff .final    { background: #efb; }
209 */
210 /* These don't work in NS4 -- it completely ignores <del> and <ins>. */
211 .diff del       { background: #a40024; }
212 .diff ins       { background: #9f9; }