]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Hawaiian/Hawaiian.css
Fixed photograph not showing in calendar.
[SourceForge/phpwiki.git] / themes / Hawaiian / Hawaiian.css
1 /**
2  * $Id: Hawaiian.css,v 1.24 2002-03-03 04:08:37 carstenklapp Exp $
3  *
4  * This incarnation of this stylesheet is a complete rewrite from the
5  * ground up. It has not yet been tested against NS4.
6  *
7  * Mozilla's "DOM Inspector" Sidebar was an invaluable troubleshooting
8  * tool for mapping the more complex CSS node selectors, such as those
9  * used to reference the various CalendarPlugin elements.
10  */
11
12 /**
13  * NS4 doesn't grok @import.  This allows us to put things which
14  * break NS4 in another file. As of OmniWeb 4.1, OW now @imports :-(
15  */
16 @import url(Hawaiian-heavy.css);
17
18
19 /**
20  * General
21  */ 
22 img {
23   border: 0;
24   vertical-align: baseline;
25 }
26
27 form  { margin: 0; }
28 input { margin: 0.1em; }
29 input.numeric { text-align: right; }
30 table {
31   border-spacing: 1px;
32   /* For Mozilla */
33   empty-cells: show;
34 }
35 caption {
36   caption-side: top;
37   text-align: left;
38   margin-bottom: .5ex;
39   /* Allow the caption to extend to the full page width
40      Mac ie5.1 ignores this*/
41   width: 100%;
42 }
43
44
45 /**
46  * Wiki
47  */
48
49 /* Main wiki text box */
50 body {
51   color: black;
52   background: white url("images/uhhbackground.jpg") repeat;
53   font-family: Arial, Helvetica, sans-serif;
54   margin: 1ex 0.5em;
55 }
56 body p {
57   margin-left: 1em;
58 }
59
60 #logo img {
61   border: 1px outset gray;
62   margin-left: 1em;
63   margin-bottom: 1ex;
64 }
65 img#signature {
66   background: white;
67   border: 1px outset gray;
68   padding-left:  8px; 
69   padding-right: 8px;
70   padding-top:    8px;
71   padding-bottom: 14px;
72 }
73 div.wikitext {
74   margin-top:    1ex;
75   margin-bottom: 0.5ex;
76   padding-left:  0.8em; 
77   padding-right: 0.8em;
78   padding-top:    0.5ex;
79   padding-bottom: 0.5ex;
80   /*This breaks Netscape 4: (display does not go full width).
81    * width: auto;
82    */
83   clear: both;
84   /* user's browser settings *
85   font-family: none; */
86 }
87 div.wikitext hr { height: 1px; }
88
89 div.wikitext pre { font-family: monospace; }
90
91
92 /**
93  * Link styles
94  */
95 .wiki, .named-wiki {
96   font-weight: bold;
97   color: #87785c;
98 }
99 .wiki { text-decoration: none; }
100 .named-wiki { text-decoration: underline; }
101
102 /**
103  * wikiaction, wikiadmin, wikiunsafe:
104  */
105 .wikiaction, .wikiadmin, .wiki-rc-action, .backlinks { text-decoration: none; }
106 .wikiaction, .wikiadmin { font-weight: bold; }
107
108 .wikiaction, .wikiaction table, span.wikiaction { color: #4d5a6b; }
109 .wikiadmin, .wikiadmin table { color :#ff7e00; }
110 .wikiunsafe { }
111
112 .backlinks { color: #1d4fc0; }
113 h1 .backlinks { text-decoration: underline; }
114
115
116 /* Unknown links */
117 .wikiunknown a, .named-wikiunknown a, .wikiunknown u { color: #a6977a; }
118
119 /* Interwiki links */
120 .wikipage  { font-weight: bold; }
121 .interwiki { text-decoration: none; }
122 .interwiki, i.interwiki .wikipage, em .interwiki .wikipage {
123   font-style: oblique;
124 }
125 .interwiki .wikipage, i .interwiki, em .interwiki {
126   font-style: normal;
127 }
128
129
130 /**
131  * headings
132  */
133 h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; }
134
135 h1 { margin: 0; }
136
137 /**
138  * tables
139  */
140 caption { font-family: Arial, Helvetica, sans-serif; }
141 .pagelist {
142 }
143 .pagelist thead, .pagelist thead u {
144 }
145 .pagelist tr.evenrow { background: #eee; }
146 .pagelist tr.oddrow  { background: white; }
147
148
149 /**
150  * Toolbar
151  */
152 .toolbar, input.button { font-family: Arial, Helvetica, sans-serif; }
153
154 .toolbar {
155   padding: 0;
156   margin:  0;
157 }
158 /* Prevent buttons from overlapping when wrapped */
159 #navbar, #actionbar { line-height: 140%; }
160
161 .editdate {
162   font-family: Arial, Helvetica, sans-serif;
163   margin: 0;
164   padding: 0;
165   padding-top:    0.25ex;
166 }
167
168
169 /**
170  * Edit Page & View Source
171  */
172
173 /* Make the textarea the full page width */
174 .wikiedit {
175   width: 100%;
176   margin-bottom: 0.5ex;
177   margin-top:    0.5ex;
178   padding: 2px;
179 }
180
181 input.button { font-family: Arial, Helvetica, sans-serif; }
182 #editarea-size {
183   margin-top: 1ex;
184   text-align: right;
185   font-size: smaller;
186 }
187
188 /* IncludePage plugin */
189 .transclusion-title {
190   text-align: right;
191   font-style: oblique;
192   font-size:  smaller;
193   text-decoration: underline;
194   margin-bottom: 0.25ex;
195   margin-right:  0.25em;
196
197 .transclusion, .wiki-edithelp {
198   font-size: smaller;
199 }
200 .transclusion {
201   background: inherit;
202   border: 1px dotted #a6977a;
203   padding-left:  0.8em; 
204   padding-right: 0.8em; 
205   padding-top:     0px;
206   padding-bottom:  0px;
207   margin-left:   0.25em;
208   margin-right:  0.25em;
209   margin-bottom: 0.1ex;
210 }
211 .wiki-edithelp {
212   border: medium solid #d8caae;
213   padding-left:  0.5em;
214   padding-right: 0.5em;
215   padding-top:    0.75ex;
216   padding-bottom: 0.75ex;
217   margin-left:  0;
218   margin-right: 0;
219   margin-top: 1ex;
220   margin-bottom: 1ex;
221 }
222 .wiki-edithelp .wiki {
223   color: #87785c;
224 }
225 .wiki-edithelp p {
226   font-family: Arial, Helvetica, sans-serif;
227   padding-left:  0.5em;
228   padding-right: 0.5em;
229   padding-top:    0.5ex;
230   padding-bottom: 0.5ex;
231   margin: 0;
232 }
233
234
235 /**
236  * Calendar plugin
237  */
238 table.cal {
239   border: 1px outset gray;
240   margin: 0.5ex 0.5em;
241   padding: 1px;
242   /* For Mozilla */
243   empty-cells: hide;
244 }
245 /* Month-name & arrows area */
246 table.cal thead {
247 }
248 table.cal table.cal-header td {
249   padding-top: 110px;
250 }
251 table.cal thead tr:first-child {
252   background: url("images/pictures/SteamVolcanoDusk.jpg") no-repeat;
253   background-position: center;
254   font-size: larger;
255 }
256  /* Month-name & arrows cells */
257 table.cal table.cal-header td {
258   text-align: center;
259   color: white;
260   background: transparent;
261   border: 0;
262 }
263  /* arrow text */
264 .cal-arrow {
265   text-decoration: none;
266   color: white;
267   font-weight: bold;
268 }
269
270 /* Day-names header */
271 table.cal tr .cal-dayname {
272   background: inherit;
273 }
274 .cal-dayname td {
275   text-align: center;
276   font-size: smaller;
277   text-decoration: none;
278   color: black;
279   padding-bottom: 0.5ex;
280 }
281
282 /* Individual days */
283  /* cells */
284 table.cal tbody td {
285   border: 0.5pt solid #ddd;
286   background: white;
287   text-align: right;
288
289  /* text */
290 a.cal-hide {
291   text-decoration: none;
292   color: black;
293   font-weight: normal;
294 }
295  /* Today */
296   /* cell */
297 table.cal td.cal-today {
298   margin: 1px;
299   background: white;
300   border: 0.5pt solid black;
301 }
302   /* text */
303 table.cal td.cal-today a {
304   color: blue;
305 }
306  /* Day with a data page */
307   /* cell */
308 table.cal td.cal-day {
309   margin: 1px;
310   background: white;
311   border: 0.5pt solid black;
312 }
313   /* text */
314 table.cal td.cal-day a {
315   color: red;
316   text-decoration: none;
317 }
318
319
320 /**
321  * Diff Output
322  */
323
324 /* main box */
325 .diff .block {
326   background: #ccc;
327   /*border: 1px solid black;*/
328   padding: 0.5ex 0.5em;
329   margin:  0.5ex 0;
330 }
331
332 /* individual lines */
333 .diff .context { background: white; }
334
335 /* + - line prefix */
336 .diff .block tt{
337   font-weight: bold;
338   font-family: monospace;
339   margin-left: -.6em;
340   color: black;
341 }
342
343 .diff del, .diff ins {
344   font-weight: bold;
345   text-decoration: none;
346 }
347 .diff .original, .diff .deleted { background: #fcc; }
348 .diff .final, .diff .added { background: #cfc; }
349
350 /* These don't work in NS4 -- it completely ignores <del> and <ins>. */
351 .diff del { background: #f99; }
352 .diff ins { background: #9f9; }
353
354
355 /**
356  * Other
357  */
358 .printer { display: none; }
359
360 /* PHP Warnings */
361 div.errors {
362   color: black;
363   border: medium solid #d8caae;
364   margin-top:    1em;
365   margin-bottom: 1em;
366   padding-left:  0.8em; 
367   padding-right: 0.8em; 
368   padding-top:    0.8ex;
369   padding-bottom: 0;
370   font-size: smaller;
371   clear: both;
372 }
373 .errors h4 {
374   color: #87785c;
375   margin:  0;
376   padding: 0;
377   text-decoration: none;
378   font-weight: bold;
379 }
380 .error { font-family: monospace; }
381 .error ul { font-family: monospace; }
382
383 /* Debug */
384 .debug {
385   color: black;
386   font-family: monospace;
387   margin: 1ex 0;
388   padding: 0.5ex 0.5em;
389   border: medium solid #d8caae;
390 }
391
392
393 /* For emacs users
394  *
395  * Local Variables:
396  * mode: c
397  * c-file-style: cc-mode
398  * End:
399  */