]> gitweb @ CieloNegro.org - Rakka.git/blob - defaultPages/StyleSheet/Default.xml
implemented language link editor (partly)
[Rakka.git] / defaultPages / StyleSheet / Default.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <page xmlns="http://cielonegro.org/schema/Rakka/Page/1.0"
3       type="text/css"
4       isTheme="yes">
5   <textData>
6 /* global configuration *******************************************************/
7 * {
8     padding: 0;
9     margin: 0;
10 }
11
12 /* layout *********************************************************************/
13 .center {
14     position: absolute;
15     
16     overflow: auto;
17
18     top: 20px;
19     right: 15em;
20     left: 15em;
21     bottom: 20px;
22 }
23
24 .left {
25     top: 0em;
26     width: 15em;
27     left: 0;
28     bottom: 0;
29 }
30
31 .right {
32     top: 0em;
33     width: 15em;
34     right: 0;
35     bottom: 0;
36 }
37
38 .header {
39     position: absolute;
40     height: 20px;
41     left: 15em;
42     right: 15em;
43     top: 0;
44 }
45
46 .footer {
47     position: absolute;
48     height: 20px;
49     left: 15em;
50     right: 15em;
51     bottom: 0;
52 }
53
54 .sideBar {
55     position: absolute;
56     overflow: auto;
57 }
58
59 /* spacing ********************************************************************/
60 input[type="button"] {
61     padding: 0px;
62 }
63
64 td, th {
65     padding: 3px;
66 }
67
68 option {
69     padding: 3px 3px 1px 3px;
70 }
71
72 .title {
73     padding: 5px 20px;
74 }
75
76 .title p {
77     margin: 0;
78 }
79
80 .body {
81     padding: 25px 30px;
82 }
83
84 .body p {
85     margin: 0 0 0.8em 0;
86 }
87
88 .sideBar p {
89     margin: 0.2em 0;
90 }
91
92 .body h1, .body h2, .body h3, .body h4, .body h5, .body h6 {
93     margin: 5px 0px;
94 }
95
96 .body ul, .body ol {
97     list-style-position: inside;
98     margin: 0 0 0.8em 0;
99 }
100 .body ul ul, .body ul ol, .body ol ul, .body ol ol {
101     margin: 0;
102 }
103
104 .body li {
105     margin: 3px 5px;
106 }
107 .body li li {
108     margin-left: 20px;
109 }
110
111 .body dl {
112     margin: 1em 2em;
113 }
114 .body dt {
115     font-weight: bold;
116 }
117 .body dd {
118     margin-left: 3em;
119     margin-top: 0.1em;
120 }
121 .body dd + dt {
122     margin-top: 0.9em;
123 }
124
125 .sideBar h1 {
126     margin-bottom: 5px;
127     padding: 0px 5px;
128 }
129
130 .sideBar .content {
131     padding: 20px;
132 }
133
134 .sideBar p {
135     margin-left: 5px;
136 }
137
138 .sideBar .outline li {
139     margin-left: 1em;
140     padding: 0;
141 }
142
143 .sideBar li {
144     padding: 3px;
145 }
146
147 .sideBar ul, .sideBar ol {
148     list-style-type: none;
149     margin-top: 0.4em;
150     margin-bottom: 0.4em;
151 }
152
153 .sideBar li + li {
154     margin-top: 0.3em;
155 }
156
157 .sideBar * + h1 {
158     margin-top: 1.2em;
159 }
160
161 .sideBar .date {
162     padding: 0.2em 0 0 0;
163 }
164
165 .sideBar input[type="text"],
166 .sideBar input[type="password"] {
167     width: 97%;
168     padding: 1px;
169 }
170
171 table.pageEditor {
172     width: 100%;
173 }
174 .pageEditor th {
175     width: 6em;
176 }
177 .pageEditor ul {
178     list-style-type: none;
179     margin: 0;
180 }
181 .pageEditor li {
182     margin: 0;
183     padding: 3px;
184 }
185 .pageEditor input[type="radio"] {
186     margin-right: 10px;
187 }
188 .pageEditor input[type="checkbox"] {
189     margin-right: 5px;
190 }
191 .pageEditor input[type="text"], 
192 .pageEditor input[type="file"],
193 .pageEditor textarea {
194     width: 97%;
195     padding: 3px;
196 }
197 .pageEditor input.smallField {
198     width: 50%;
199     margin-left: 1em;
200 }
201 .pageEditor textarea.summary {
202     height: 5em;
203 }
204 .pageEditor textarea.source {
205     height: 30em;
206 }
207 .pageEditor input[type="button"] {
208     margin: 0 2px;
209 }
210
211 .searchStat {
212     margin-bottom: 1.5em;
213 }
214
215 .searchResult {
216     margin-bottom: 1.5em;
217 }
218
219 .pager {
220     width: 20em;
221
222     margin-left: auto;
223     margin-right: auto;
224
225     padding: 10px;
226 }
227
228 .pager a,
229 .pager .currentSection {
230     padding: 4px;
231 }
232
233 /* color and text *************************************************************/
234 * {
235     font-family: sans-serif;
236 }
237
238 body {
239     background-color: white;
240     color: black;
241 }
242
243 .body {
244     line-height: 1.3;
245 }
246
247 h1, h2, h3, h4, h5, h6 {
248     font-weight: normal;
249 }
250
251 hr {
252     border-color: #bbbbbb;
253     border-width: 1px;
254     border-style: dashed;
255 }
256
257 th, td {
258     border-color: #dddddd;
259     border-width: 1px;
260     border-style: solid;
261 }
262 th {
263     background-color: #eeeeee;
264     font-weight: bold;
265 }
266 td {
267     background-color: #fafafa;
268 }
269
270 p {
271     text-indent: 1em;
272 }
273
274 .title {
275     background-color: #fafafa;
276
277     border-color: #cccccc;
278     border-width: 0 0 1px 0;
279     border-style: solid;
280
281     font-size: 1.2em;
282 }
283
284 .body h1 {
285     font-size: 200%;
286 }
287 .body h2 {
288     font-size: 150%;
289 }
290 .body h3 {
291     font-size: 130%;
292 }
293 .body h4 {
294     font-size: 110%;
295 }
296 .body h5 {
297     font-size: 90%;
298 }
299 .body h1, .body h2, .body h3, .body h4, .body h5 {
300     background-color: #fafafa;
301     
302     border-color: #dddddd;
303     border-width: 1px;
304     border-style: solid;
305
306     padding: 0 10px;
307 }
308
309 a {
310     color: #008800;
311     text-decoration: none;
312 }
313 a:hover {
314     text-decoration: underline;
315 }
316
317 input[type="button"] {
318     background-color: #f5f5f5;
319     color: #000055;
320
321     border-color: #dddddd;
322     border-width: 2px;
323     border-style: solid;
324
325     border-radius: 10px;
326     -moz-border-radius: 10px;
327 }
328 input[type="button"]:active {
329     background-color: #999999;
330 }
331 input[type="button"][disabled] {
332     border-color: #e5e5e5;
333     color: #b5b5b5;
334 }
335 input[type="button"][disabled]:active {
336     background-color: #f5f5f5;
337 }
338
339 .header, .footer, .sideBar {
340     background-color: #eeeeee;
341 }
342
343 .sideBar h1 {
344     font-size: 120%;
345 }
346 .sideBar h1, .sideBar h2, .sideBar h3, .sideBar h4, .sideBar h5 {
347     font-weight: normal;
348
349     color: #555555;
350     background-color: #fafafa;
351
352     border-color: #dddddd white white #dddddd;
353     border-width: 1px;
354     border-style: solid;
355 }
356
357 .sideBar .date {
358     font-size: 70%;
359     white-space: nowrap;
360     color: #666666;
361 }
362
363 .sideBar p {
364     text-indent: 0;
365 }
366
367 .sideBar .recentUpdates p,
368 .sideBar .trackbacks p {
369     font-size: 90%;
370 }
371
372 .sideBar .outline li {
373     list-style-type: disc;
374     background-color: inherit;
375 }
376 .sideBar .outline li li {
377     list-style-type: circle;
378 }
379 .sideBar .outline li li li {
380     list-style-type: square;
381 }
382 .sideBar .outline li li li li {
383     list-style-type: disc;
384 }
385 .sideBar .outline li li li li li {
386     list-style-type: circle;
387 }
388
389 .sideBar li {
390     padding: 3px 5px;
391     background-color: #f5f5f5;
392
393     border-radius: 10px;
394     -moz-border-radius: 10px;
395 }
396
397 .sideBar .recentUpdates li, .sideBar .trackbacks li {
398     background-color: #e0e0e0;
399 }
400
401 .sideBar input[type="text"],
402 .sideBar input[type="password"] {
403     background-color: #dddddd;
404
405     border-style: inset;
406     border-width: 1px;
407     border-color: #dddddd;
408 }
409
410 .activeField {
411     color: black;
412 }
413
414 .inactiveField {
415     color: #888888;
416 }
417
418 .pageEditor input[type="text"],
419 .pageEditor input[type="file"],
420 .pageEditor textarea {
421     border-color: #dddddd #fafafa #fafafa #dddddd;
422     border-width: 2px;
423     border-style: solid;
424
425     background-color: white;
426 }
427
428 .searchStat {
429     color: #888888;
430     font-size: 90%;
431 }
432
433 .searchResult a {
434     font-size: 120%;
435 }
436 .searchResult {
437     border-style: dotted;
438     border-width: 1px 0 0 0;
439     border-color: #aaaaaa;
440 }
441
442 .highlighted {
443     background-color: #ffefd5;
444 }
445
446 .pager {
447     text-align: center;
448
449     background-color: #f5f5f5;
450
451     border-color: #cccccc;
452     border-width: 1px;
453     border-style: dotted;
454 }
455 .pager .currentSection,
456 .pager a {
457     border-style: solid;
458     border-width: 1px;
459 }
460 .pager .currentSection {
461     background-color: white;
462     border-color: #cccccc white white #cccccc;
463 }
464 .pager a {
465     background-color: #e8e8e8;
466     border-color: white #cccccc #cccccc white;
467 }
468
469 /* float **********************************************************************/
470 h1, h2, h3, h4, h5, h6 {
471     clear: both;
472 }
473
474 /* image **********************************************************************/
475 img {
476     border-width: 0;
477 }
478
479 .inlineImage {
480     margin-top: 5px;
481     margin-bottom: 5px;
482 }
483
484 .leftFloat {
485     float: left;
486     margin-right: 25px;
487 }
488
489 .rightFloat {
490     float: right;
491     margin-left: 25px;
492 }
493
494 .imageFrame {
495     background-color: #eeeeee;
496     padding: 5px;
497
498     border-color: #cccccc;
499     border-width: 1px;
500     border-style: solid;
501
502     margin-top: 5px;
503     margin-bottom: 10px;
504 }
505
506 .imageFrame p {
507     margin: 0;
508 }
509
510 .imageData {
511     text-align: center;
512 }
513
514 .imageCaption {
515     margin-top: 3px;
516 }
517
518 /* error **********************************************************************/
519 .error {
520     color: red;
521     background-color: white;
522
523     font-weight: bold;
524     
525     border-color: #880000;
526     border-width: 3px;
527     border-style: double;
528
529     padding: 10px;
530 }
531
532 .error p, .error pre {
533     margin: 0;
534 }
535
536 .error:before {
537     content: "Error: "
538 }
539
540 /* waiting message ************************************************************/
541 .waitingMessageBoard {
542     position: fixed;
543     left: 0;
544     top: 0;
545     width: 100%;
546     height: 100%;
547
548     background-color: white;
549     color: black;
550     opacity: 0.7;
551
552     z-index: 1;
553 }
554
555 .waitingMessageBoard p {
556     text-align: center;
557     vertical-align: middle;
558     font-size: 200%;
559
560     position: fixed;
561     bottom: 1em;
562     right: 1em;
563 }
564
565 /* redirection message ********************************************************/
566 .redirection {
567     margin: 5px;
568     padding: 2px;
569
570     font-size: 80%;
571
572     background-color: #fafafa;
573     color: #888888;
574
575     border-color: #eeeeee;
576     border-width: 1px;
577     border-style: dotted
578 }
579
580 .redirection input[type="button"] {
581     color: inherit;
582     background-color: #fcfcfc;
583
584     border-width: 1px;
585
586     border-radius: 5px;
587     -moz-border-radius: 5px;
588
589     margin-left: 0.8em;
590 }
591
592 .redirection input[type="button"]:active {
593     background-color: #eeeeee;
594 }
595
596 /* preview ********************************************************************/
597 .preview {
598     background-color: #eeeeee;
599
600     margin: 0 0 20px 0;
601     padding: 10px;
602
603     border-style: solid;
604     border-width: 1px;
605     border-color: #bbbbbb;
606 }
607 </textData>
608 </page>