]> gitweb @ CieloNegro.org - Rakka.git/blob - defaultPages/StyleSheet/CieloNegro.xml
StyleSheet/CieloNegro
[Rakka.git] / defaultPages / StyleSheet / CieloNegro.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 .header, .footer {
239     background-color: #0e192d;
240 }
241
242 .sideBar {
243     background-color: black;
244     color: white;
245 }
246
247 .body {
248     line-height: 1.3;
249 }
250
251 .center {
252     background-color: #bbbbbb;
253 }
254
255 h1, h2, h3, h4, h5, h6 {
256     font-weight: normal;
257 }
258
259 hr {
260     border-color: #555555;
261     border-width: 1px;
262     border-style: dashed;
263 }
264
265 th, td {
266     border-color: #777777;
267     border-width: 1px;
268     border-style: solid;
269 }
270 th {
271     background-color: #aaaaaa;
272     font-weight: bold;
273 }
274 td {
275     background-color: #cccccc;
276 }
277
278 p {
279     text-indent: 1em;
280 }
281
282 .title {
283     background-color: #0e192d;
284     color: white;
285
286     background-image: url("./CieloNegro/Moon");
287     background-repeat: no-repeat;
288     /* (175px - 20px - 136px) / 2 = 9.5px
289      * where
290      *   175px: height of .title
291      *   20px : height of .head
292      *   136px: height of ./CieloNegro/Moon
293      */
294     background-position: 100% 9.5px;
295
296     position: relative;
297     height: 165px;
298
299     border-width: 0 0 10px 0;
300     border-style: double;
301     border-color: #bbbbbb;
302 }
303
304 #logo {
305     width: 317px;
306     height: 56px;
307
308     background-image: url("./CieloNegro/Logo");
309
310     margin-left: 0px;
311     margin-top: 100px;
312 }
313
314 .body h1 {
315     font-size: 200%;
316 }
317 .body h2 {
318     font-size: 150%;
319 }
320 .body h3 {
321     font-size: 130%;
322 }
323 .body h4 {
324     font-size: 110%;
325 }
326 .body h5 {
327     font-size: 90%;
328 }
329 .body h1, .body h2, .body h3, .body h4, .body h5 {
330     background-color: #aaaaaa;
331     
332     border-color: #888888;
333     border-width: 1px;
334     border-style: solid;
335
336     padding: 0 10px;
337 }
338
339 a {
340     color: #000088;
341     text-decoration: none;
342 }
343 a:hover {
344     text-decoration: underline;
345 }
346
347 input[type="button"] {
348     background-color: #333333;
349     color: #aaaaff;
350
351     border-color: #555555;
352     border-width: 2px;
353     border-style: solid;
354
355     border-radius: 10px;
356     -moz-border-radius: 10px;
357 }
358 input[type="button"]:active {
359     background-color: black;
360 }
361 input[type="button"][disabled] {
362     border-color: #444444;
363     color: #888888;
364 }
365 input[type="button"][disabled]:active {
366     background-color: #444444;
367 }
368
369 .sideBar h1 {
370     font-size: 120%;
371 }
372 .sideBar h1, .sideBar h2, .sideBar h3, .sideBar h4, .sideBar h5 {
373     font-weight: normal;
374
375     color: #aaaaaa;
376     background-color: #222222;
377
378     border-color: #111111 #333333 #333333 #111111;
379     border-width: 1px;
380     border-style: solid;
381 }
382
383 .sideBar a {
384     color: #4e8eff;
385 }
386
387 .sideBar a:visited {
388     color: #3f73d0;
389 }
390
391 .sideBar .date {
392     font-size: 70%;
393     white-space: nowrap;
394     color: #999999;
395 }
396
397 .sideBar p {
398     text-indent: 0;
399 }
400
401 .sideBar .recentUpdates p,
402 .sideBar .trackbacks p {
403     font-size: 90%;
404 }
405
406 .sideBar .outline li {
407     list-style-type: disc;
408     background-color: inherit;
409 }
410 .sideBar .outline li li {
411     list-style-type: circle;
412 }
413 .sideBar .outline li li li {
414     list-style-type: square;
415 }
416 .sideBar .outline li li li li {
417     list-style-type: disc;
418 }
419 .sideBar .outline li li li li li {
420     list-style-type: circle;
421 }
422
423 .sideBar li {
424     padding: 3px 5px;
425     background-color: #0e192d;
426
427     border-radius: 10px;
428     -moz-border-radius: 10px;
429 }
430
431 .sideBar input[type="text"],
432 .sideBar input[type="password"] {
433     background-color: #333333;
434
435     border-style: inset;
436     border-width: 1px;
437     border-color: #333333;
438 }
439
440 .activeField {
441     color: white;
442 }
443
444 .inactiveField {
445     color: #aaaaaa;
446 }
447
448 .pageEditor input[type="text"],
449 .pageEditor input[type="file"],
450 .pageEditor textarea {
451     border-color: #aaaaaa #eeeeee #eeeeee #aaaaaa;
452     border-width: 2px;
453     border-style: solid;
454
455     background-color: #dddddd;
456 }
457
458 .searchStat {
459     color: #444444;
460     font-size: 90%;
461 }
462
463 .searchResult a {
464     font-size: 120%;
465 }
466 .searchResult {
467     border-style: dotted;
468     border-width: 1px 0 0 0;
469     border-color: #444444;
470 }
471
472 .highlighted {
473     background-color: #ffefd5;
474 }
475
476 .pager {
477     text-align: center;
478
479     background-color: #b0b0b0;
480
481     border-color: #888888;
482     border-width: 1px;
483     border-style: dotted;
484 }
485 .pager .currentSection,
486 .pager a {
487     border-style: solid;
488     border-width: 1px;
489 }
490 .pager .currentSection {
491     background-color: #bbbbbb;
492     border-color: #888888 #bbbbbb #bbbbbb #888888;
493 }
494 .pager a {
495     background-color: #aaaaaa;
496     border-color: #bbbbbb #999999 #999999 #bbbbbb;
497 }
498
499 /* float **********************************************************************/
500 h1, h2, h3, h4, h5, h6 {
501     clear: both;
502 }
503
504 /* image **********************************************************************/
505 img {
506     border-width: 0;
507 }
508
509 .inlineImage {
510     margin-top: 5px;
511     margin-bottom: 5px;
512 }
513
514 .leftFloat {
515     float: left;
516     margin-right: 25px;
517 }
518
519 .rightFloat {
520     float: right;
521     margin-left: 25px;
522 }
523
524 .imageFrame {
525     background-color: #999999;
526     padding: 5px;
527
528     border-color: #888888;
529     border-width: 1px;
530     border-style: solid;
531
532     margin-top: 5px;
533     margin-bottom: 10px;
534 }
535
536 .imageFrame p {
537     margin: 0;
538 }
539
540 .imageData {
541     text-align: center;
542 }
543
544 .imageCaption {
545     margin-top: 3px;
546 }
547
548 /* error **********************************************************************/
549 .error {
550     color: red;
551     background-color: white;
552
553     font-weight: bold;
554     
555     border-color: #880000;
556     border-width: 3px;
557     border-style: double;
558
559     padding: 10px;
560 }
561
562 .error p, .error pre {
563     margin: 0;
564 }
565
566 .error:before {
567     content: "Error: "
568 }
569
570 /* waiting message ************************************************************/
571 .waitingMessageBoard {
572     position: fixed;
573     left: 0;
574     top: 0;
575     width: 100%;
576     height: 100%;
577
578     background-color: black;
579     color: white;
580     opacity: 0.7;
581
582     z-index: 1;
583 }
584
585 .waitingMessageBoard p {
586     text-align: center;
587     vertical-align: middle;
588     font-size: 200%;
589
590     position: fixed;
591     bottom: 1em;
592     right: 1em;
593 }
594
595 /* redirection message ********************************************************/
596 .redirection {
597     margin: 5px;
598     padding: 2px;
599
600     font-size: 80%;
601
602     background-color: #a6a6a6;
603     color: #333333;
604
605     border-color: #777777;
606     border-width: 1px;
607     border-style: dotted
608 }
609
610 .redirection input[type="button"] {
611     color: inherit;
612     background-color: #a0a0a0;
613
614     border-width: 1px;
615
616     border-radius: 5px;
617     -moz-border-radius: 5px;
618
619     margin-left: 0.8em;
620 }
621
622 .redirection input[type="button"]:active {
623     background-color: #888888;
624 }
625
626 /* preview ********************************************************************/
627 .preview {
628     background-color: #b5b5b5;
629
630     margin: 0 0 20px 0;
631     padding: 10px;
632
633     border-style: solid;
634     border-width: 1px;
635     border-color: #888888;
636 }
637 </textData>
638 </page>