Attachment 'screen.css'
Download 1 /* screen.css - MoinMoin Default Styles
2
3 Copyright (c) 2001, 2002, 2003 by Jürgen Hermann
4 */
5
6 /* content styles */
7
8 #content {
9 padding: 5px;
10 margin: 0px;
11 background-color: #FFFFFF;
12 }
13
14 h2,h3,h4,h5,h6 {
15 color: #000000;
16 background-color: inherit;
17 padding-left:0pt;
18 padding-right:0pt;
19 margin-top:2pt;
20 margin-bottom:8pt;
21 border-style:none;
22 border-width:thin;
23 width:99%;
24 text-decoration: underline;
25 }
26
27 a:link {
28 background-color: inherit;
29 color: #2060C0;
30 }
31
32 a:visited {
33 background-color: inherit;
34 color: #2060C0;
35 }
36
37 a.nonexistent, a.badinterwiki {
38 background-color: inherit;
39 color: red;
40 }
41
42 pre {
43 font-family: courier new, courier, monotype;
44 margin-top: 1ex;
45 margin-bottom: 1ex;
46 background-color: #FFFFEE;
47 color: #000000;
48 white-space: pre;
49 border: 1px #000000 solid;
50 border-spacing: 3px;
51 padding: 3px;
52 width: 99%
53 }
54
55 table {
56 border-spacing: 0px;
57 border-collapse: collapse;
58 }
59
60 td {
61 border: 1px solid #909090;
62 }
63
64 .footnotes div {
65 width: 5em;
66 border-top: 1px solid #CBCBCB;
67 }
68
69 /* user interface styles */
70
71 h1 {
72 font-size: 200%;
73 margin: 0px;
74 margin-left: -5px;
75 margin-right: 5px;
76 height: 60px;
77 padding: 5px;
78 background-color: rgb(213, 219, 225);
79 border-bottom: 1px black solid;
80 }
81
82 #logo {
83 position: absolute;
84 top: 0px;
85 left: 0px;
86 clear: right;
87 width: 200px;
88 \width: 210px;
89 w\idth: 200px;
90 height: 60px;
91 margin: 0px;
92 margin-left: -215px;
93 margin-right: 5px;
94 padding: 5px;
95 background-color: rgb(213, 219, 225);
96 border-bottom: 1px black solid;
97 }
98
99 *[dir="rtl"] #logo {
100 float: right;
101 }
102
103 #username {
104 float: right;
105 text-align: right;
106 background-color: rgb(213, 219, 225);
107 margin: 0px;
108 margin-left: -5px;
109 height: 60px;
110 padding: 5px;
111 border-bottom: 1px black solid;
112 }
113
114 *[dir="rtl"] #username {
115 float: left;
116 }
117
118 #navibar {
119 float: left;
120 clear: right;
121 display: block;
122 position: absolute;
123 left: 0px;
124 top: 80px;
125 border: 1px black solid;
126 border-left: none;
127 width: 200px;
128 \width: 210px;
129 w\idth: 200px;
130 margin: 0px;
131 margin-left: -215px;
132 margin-right: 5px;
133 padding: 5px;
134 background-color: rgb(223, 229, 245);
135 }
136
137 *[dir="rtl"] #navibar {
138 clear: right;
139 }
140
141 #pagetrail {
142 margin: 0px;
143 padding: 5px;
144 height: 20px;
145 background-color: #FFFFFF;
146 }
147
148 #iconbar {
149 float: left;
150 clear: right;
151 display: block;
152 position: absolute;
153 left: 0px;
154 top: 230px;
155 border: 1px black solid;
156 border-left: none;
157 width: 200px;
158 \width: 210px;
159 w\idth: 200px;
160 margin: 0px;
161 margin-left: -215px;
162 margin-right: 5px;
163 padding: 5px;
164 background-color: rgb(223, 229, 245);
165 }
166
167 *[dir="rtl"] #pagetrail {
168 clear: right;
169 }
170
171 #pagetrail a {
172 text-decoration: none;
173 }
174
175 #iconbar a, #navibar a {
176 text-decoration: none;
177 display: block;
178 }
179
180 #pagetrail li {
181 display: inline;
182 padding: 0 2px;
183 margin: 0;
184 background-color: #FFFFFF;
185 }
186
187 hr#pagetrail {
188 position: absolute;
189 left: -100px;
190 top: -100px;
191 width: 0px;
192 height: 0px;
193 background-color: #00FF00;
194 color: #FF0000;
195 margin: 0;
196 padding: 0;
197 border: none;
198 }
199
200 #navibar li,#iconbar li {
201 list-style-type: none;
202 overflow: clip;
203 padding: 0px 2px;
204 margin: 2px;
205 border: 1px solid #000000;
206 background-color: #E0F0FF;
207 color: black;
208 line-height: 2em;
209 }
210
211 #navibar li:hover, #iconbar li:hover {
212 background-color: #C0C0FF;
213 }
214
215 #pagetrail li span {
216 font-size: 90%;
217 border: 1px dashed #EEEECC;
218 background-color: #FFFFDD;
219 color: black;
220 }
221
222 #pagetrail a:hover {
223 background-color: #FFFF88;
224 }
225
226 #pagetrail li:before {
227 content: "» ";
228 }
229
230 *[dir="rtl"] #pagetrail li:before {
231 content: " «";
232 }
233
234 #pagetrail li:first-child:before {
235 content: "";
236 }
237
238 *[dir="rtl"] #iconbar {
239 float: left;
240 text-align: left;
241 }
242
243 #message, #footer {
244 background-color: #E0F0FF;
245 color: black;
246 margin: .5em 0;
247 padding: .5em;
248 font-size: small;
249 }
250
251 #message {
252 border: 1px #000000 dashed;
253 }
254
255 #footer {
256 border: 1px black solid;
257 background-color: rgb(213, 219, 225);
258 clear: both;
259 padding: 5px;
260 margin: 5px;
261 margin-top: 24px;
262 }
263
264 #footer p, #footer form {
265 margin: 0;
266 }
267
268 #credits {
269 float: left;
270 clear: right;
271 display: block;
272 position: absolute;
273 left: 0px;
274 top: 530px;
275 margin: 0px;
276 margin-left: -215px;
277 margin-right: 5px;
278 padding: 5px;
279 }
280
281 *[dir="rtl"] #credits {
282 float: left;
283 text-align: left;
284 }
285
286 #timings {
287 padding: 0;
288 font-size: 0.8em;
289 margin-left: 5px;
290 }
291
292 #timings li {
293 display: inline;
294 background-color: #E5E5E5;
295 color: black;
296 }
297
298 #preview {
299 border: 2px solid #CBCBCB;
300 padding: .5em;
301 background: url(../img/draft.png);
302 }
303
304 .recentchanges table {
305 width: 100%;
306 }
307
308 #pageinfo td, .recentchanges td {
309 padding: 0 .3em;
310 }
311
312 .rcdaybreak td {
313 background-color: #CCCCFF;
314 padding: .2em;
315 }
316
317 .rcicon1, .rcicon2 {
318 text-align: center;
319 }
320
321 .rcpagelink {
322 width: 33%;
323 }
324
325 .rctime {
326 font-size: .9em;
327 color: #4D4D4D;
328 }
329
330 .rceditor {
331 color: green;
332 }
333
334 .rccomment {
335 color: red;
336 width: 66%;
337 }
338
339 .rcrss {
340 float: right;
341 }
342
343 .recentchanges[dir="rtl"] .rcrss {
344 float: left;
345 }
346
347 .diff-title {
348 background-color: #C0C0C0;
349 }
350
351 .diff-added {
352 background-color: #E0FFE0;
353 vertical-align: sub;
354 }
355
356 .diff-removed {
357 background-color: #FFFFE0;
358 vertical-align: sub;
359 }
360
361 .diff-added span {
362 background-color: #80FF80;
363 }
364
365 .diff-removed span {
366 background-color: #FFFF80;
367 }
368
369 .searchresult dd span {
370 font-weight: bold;
371 }
372
373 /* begin css for MonthCalendar macro */
374 /* calendar table */
375 table.cal-table {
376 border: none;
377 padding: 2px;
378 spacing: 2px;
379 }
380
381 table.cal-table td {
382 border: none;
383 }
384
385 /* days without and with pages linked to them */
386 a.cal-emptyday {
387 display: block;
388 color: #5A5A5A;
389 text-align: center;
390 text-decoration: none;
391 }
392 a.cal-usedday {
393 display: block;
394 font-weight: bold;
395 color: #222200;
396 text-align: center;
397 text-decoration: none;
398 /*
399 padding: 1px 3px 0px 3px;
400 border: 2px #000000 outset;
401 */
402 }
403
404 /* multi page calendars */
405 a.cal-thispage {
406 color: #777777;
407 text-align: center;
408 text-decoration: none;
409 }
410 a.cal-otherpage {
411 font-weight: bold;
412 color: #000000;
413 text-align: center;
414 }
415 /* general stuff: workdays, weekend, today */
416 .cal-cell {
417 width: 2em;
418 height: 1.5em;
419 }
420
421 td.cal-workday, td.cal-workday-n {
422 background-color: rgb(223, 229, 245); /* #DDDDFF; */
423 text-align: center;
424 }
425 td.cal-workday-n-used {
426 background-color: #F0F0FF;
427 text-align: center;
428 }
429 td.cal-workday-n:hover, td.cal-workday-n-used:hover {
430 background-color: #C0C0FF;
431 }
432 td.cal-weekend, td.cal-weekend-n {
433 background-color: rgb(245, 229, 223); /* #FFDDDD; */
434 text-align: center;
435 }
436 td.cal-weekend-n-used {
437 background-color: #FFF0F0;
438 text-align: center;
439 }
440 td.cal-weekend-n:hover, td.cal-weekend-n-used:hover {
441 background-color: #FFC0C0;
442 }
443 td.cal-today {
444 background-color: #FFFFA0; /* #CCFFCC; */
445 text-align: center;
446 }
447 td.cal-today-used {
448 background-color: #FFFFA0; /* #CCFFCC; */
449 text-align: center;
450 }
451 td.cal-today:hover,td.cal-today-used:hover {
452 background-color: #F0F0C0;
453 }
454 /* invalid places on the monthly calendar sheet */
455 td.cal-invalidday {
456 background-color: rgb(223, 229, 245); /* #DDDDFF; */
457 text-align: center;
458 }
459 /* links to prev/next month/year */
460 a.cal-link {
461 color: #000000;
462 text-decoration: none;
463 }
464 a.cal-link:hover {
465 background-color: rgb(188, 194, 200);
466 }
467 th.cal-header {
468 background-color: rgb(213, 219, 225); /* #DDBBFF; */
469 text-align: center;
470 }
471 /* end css for MonthCalendar macro */
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.