slitaz-forge view doc/lib/tpl/slitaz-orange/design.css @ rev 49

Add latest Dokuwiki theme
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 06 02:29:19 2011 +0200 (2011-04-06)
parents
children 19f06c093068
line source
1 /**
2 * Design elements for default Template
3 *
4 * @author Andreas Gohr <andi@splitbrain.org>
5 * @author Anika Henke <henke@cosmocode.de>
6 */
8 /* -------------- general elements --------------- */
10 /* * { padding: 0; margin: 0; } */
12 /* SliTaz stuff */
13 html {
14 min-height: 102%;
15 }
17 body {
18 background: #ffffff;
19 color: black;
20 font: 13px sans-serif, vernada, arial;
21 margin: 0;
22 min-width: 800px;
23 }
25 /* Languges */
27 #lang {
28 position: absolute;
29 top: 40px;
30 right: 0px;
31 text-align: right;
32 width: auto;
33 margin: 0;
34 padding: 4px 4px 4px 20px;
35 font-size: 11px;
36 font-weight: bold;
37 }
39 #lang a {
40 text-decoration: none;
41 font-weight: bold
42 }
45 #lang a:hover, div.plugin_translation a:hover {
46 background: transparent;
47 color: #b64b22;
48 }
50 #lang img {
51 vertical-align: middle;
52 }
54 /* Header and title */
56 #header {
57 background: #351a0a;
58 color: #fff;
59 width: 100%;
60 height: 40px;
61 }
63 #header h1 {
64 margin: 0;
65 padding: 8px 0 0 42px;
66 width: 250px;
67 }
69 #header h1 a {
70 color: white;
71 text-decoration: none;
72 font-size: 20px;
73 font-style: italic;
74 }
76 #header h1 a:hover, #network a:hover {
77 color: #d66018;
78 }
80 /* Logo */
82 #logo {
83 background: url(images/logo.png) no-repeat left;
84 position: absolute;
85 float: left;
86 left: 0px;
87 top: 0px;
88 width: 40px;
89 height: 40px;
90 }
92 /* SliTaz Network */
94 #network {
95 float: right;
96 padding: 10px 5px 0;
97 font-size: 12px;
98 }
100 #network a { padding: 0 6px; color: #fff;
101 font-weight: bold;
102 text-decoration: none;}
103 #network img { vertical-align: middle; }
105 #block {
106 min-height: 100px;
107 background: #d66018;
108 padding: 20px 12% 0;
109 text-align: center;
110 color: #333;
111 border-bottom: 1px solid #f5f5f5;
112 }
114 /* Page content */
116 #content {
117 background: white;
118 color: black;
119 text-align: justify;
120 height: auto;
121 margin: 0;
122 padding: 40px 80px;
123 }
125 #content li, #content-full li {
126 line-height: 1.5em;
127 text-align: left;
128 }
130 /* Box and block. */
132 .tools {
133 width: 100%;
134 min-height: 30px;
135 background-color: #cc5b17;
136 padding: 8px 5px 1px 5px;
137 margin: 10px 0;
138 vertical-align: middle;
139 text-align: left;
140 }
142 .tools img, .tools form { vertical-align: middle; }
143 .tools span { font-size: 110%; }
144 div.dokuwiki .tools input.button {
145 color: #fff;
146 }
147 div.dokuwiki .tools input:hover.button {
148 color: #351a0a;
149 }
151 #footer, .tools {
152 -moz-border-radius: 4px;
153 -webkit-border-radius: 4px;
154 border-radius: 4px;
155 }
157 .right_box {
158 width: 50%;
159 float: right;
160 }
162 /* HTML styles */
164 h1, h1 a {
165 color: #888;
166 background: transparent;
167 text-align: left;
168 margin: 0;
169 font-size: 130%;
170 font-weight: bold;
171 padding: 0;
172 text-decoration: none !important;
173 }
175 h2, h2 a {
176 color: #666;
177 padding: 0;
178 margin: 20px 0 0 0;
179 font-size: 130%;
180 font-weight: bold;
181 text-decoration: none !important;
182 }
184 h3, .tools span {
185 font-weight: bold;
186 color: #666666;
187 background: transparent;
188 }
190 h3 img {
191 vertical-align: middle;
192 width: 20px;
193 height: 20px;
194 padding-right: 4px;
195 }
197 a {
198 text-decoration: underline;
199 color: #103A5E;
200 background: inherit;
201 }
203 a:hover {
204 text-decoration: none;
205 color: blue;
206 background: inherit;
207 }
209 code {
210 font-size: 12px;
211 color: #669900;
212 background: inherit;
213 }
215 tt {
216 color: #15EE15;
217 background: inherit;
218 }
220 img {
221 border: 0pt none;
222 }
224 pre {
225 padding: 5px;
226 color: black;
227 background: #E1E0B0;
228 }
230 pre.script {
231 padding: 10px;
232 color: black;
233 background: #E8E8E8;
234 border: 1px inset #606060;
235 }
237 textarea {
238 background: #E5E5E5;
239 margin-top: 12px;
240 }
242 .year:after {
243 /* content: "2007-2011"; */
244 content: "2011";
245 }
247 /* Footer */
249 #footer {
250 border-top: 1px solid #ddd;
251 padding: 40px;
252 text-align: center;
253 color: #666666;
254 height: 200px;
255 clear: both;
256 width: 100%;
257 }
258 #footer a {
259 background: inherit;
260 color: #666666;
261 }
262 #footer a:hover {
263 background: inherit;
264 color: #333333;
265 }
266 #footer ul {
267 list-style-type: none;
268 }
269 #footer li {
270 padding: 2px;
271 }
272 #footer h4 {
273 margin: 0 20px;
274 font-size: 125%;
275 }
277 /* the document */
278 div.dokuwiki div.page {
279 text-align: justify;
280 background: #ffffff;
281 }
283 div.dokuwiki table {
284 font-size: 100%;
285 }
287 div.dokuwiki tr,
288 div.dokuwiki td,
289 div.dokuwiki th {
290 }
292 div.dokuwiki img {
293 border: 0;
294 }
296 div.dokuwiki p,
297 div.dokuwiki blockquote,
298 div.dokuwiki table,
299 div.dokuwiki pre {
300 margin: 0 0 1.0em 0;
301 }
303 div.dokuwiki hr {
304 border: 0px;
305 border-top: 1px solid __border__;
306 text-align: center;
307 height: 0px;
308 }
310 div.dokuwiki div.nothing {
311 text-align: center;
312 margin: 2em;
313 }
315 /* ---------------- forms ------------------------ */
317 div.dokuwiki form {
318 border: none;
319 display: inline;
320 }
322 div.dokuwiki label.block {
323 display: block;
324 text-align: right;
325 font-weight: bold;
326 min-height: 20px;
327 margin: 0;
328 }
330 div.dokuwiki label.simple {
331 display: block;
332 text-align: left;
333 font-weight: normal;
334 }
336 div.dokuwiki label.block input.edit {
337 width: 50%;
338 }
340 div.dokuwiki fieldset {
341 width: 300px;
342 text-align: center;
343 border: 1px solid __border__;
344 padding: 0.5em;
345 margin: auto;
346 }
348 div.dokuwiki textarea.edit {
349 font-family: monospace;
350 font-size: 14px;
351 color: __text__;
352 background-color: __background__;
353 border: 1px solid __border__;
354 padding: 0.3em 0 0 0.3em;
355 width: 100%;
356 }
358 div.dokuwiki input.edit,
359 div.dokuwiki select.edit {
360 font-size: 100%;
361 border: 1px solid __border__;
362 color: __text__;
363 background-color: __background__;
364 vertical-align: middle;
365 margin: 0px;
366 padding: 0.20em 0.3em;
367 display: inline;
368 }
370 div.dokuwiki select.edit {
371 padding: 0.1em 0;
372 }
374 div.dokuwiki input.missing {
375 font-size: 100%;
376 border: 1px solid __border__;
377 color: __text__;
378 background-color: #ffcccc;
379 vertical-align: middle;
380 margin: 1px;
381 padding: 0.20em 0.3em;
382 display: inline;
383 }
385 /* disabled style - not understood by IE */
386 div.dokuwiki textarea.edit[disabled],
387 div.dokuwiki textarea.edit[readonly],
388 div.dokuwiki input.edit[disabled],
389 div.dokuwiki input.edit[readonly],
390 div.dokuwiki select.edit[disabled] {
391 background-color: __background_neu__!important;
392 color: __text_neu__!important;
393 }
395 /* edit form */
396 div.dokuwiki div.toolbar,
397 div.dokuwiki div#wiki__editbar {
398 margin: 2px 0;
399 text-align: left;
400 }
401 div.dokuwiki div#size__ctl {
402 float: right;
403 width: 60px;
404 height: 2.7em;
405 }
406 div.dokuwiki #size__ctl img {
407 cursor: pointer;
408 }
409 div.dokuwiki div#wiki__editbar div.editButtons {
410 float: left;
411 padding: 0 1.0em 0.7em 0;
412 }
413 div.dokuwiki div#wiki__editbar div.summary {
414 float: left;
415 }
416 div.dokuwiki .nowrap {
417 white-space: nowrap;
418 }
419 div.dokuwiki div#draft__status {
420 float: right;
421 color: __text_alt__;
422 }
424 /* --------- buttons ------------------- */
427 div.dokuwiki input.button,
428 div.dokuwiki button.button {
429 border: 0px solid #eaeaea;
430 color: #0F314E;
431 background-color: transparent;
432 vertical-align: middle;
433 text-decoration: none;
434 font-size: 12px;
435 font-weight: bold;
436 cursor: pointer;
437 padding: 0;
438 }
440 div.dokuwiki input:hover.button {
441 color: #b64b22;
442 }
444 * html div.dokuwiki input.button,
445 * html div.dokuwiki button.button {
446 height: 24px;
447 }
449 div.dokuwiki div.secedit input.button {
450 border: 1px solid #eaeaea;
451 color: #3E1220;
452 background-color: transparent;
453 vertical-align: middle;
454 text-decoration: none;
455 margin: 0;
456 padding: 0;
457 font-size: 10px;
458 cursor: pointer;
459 float: right;
460 display: inline;
461 }
463 /* ----------- page navigator ------------- */
465 div.dokuwiki div.pagenav {
466 margin: 1em 0 0 0;
467 }
469 div.dokuwiki div.pagenav-prev {
470 text-align: right;
471 float: left;
472 width: 49%
473 }
475 div.dokuwiki div.pagenav-next {
476 text-align: left;
477 float: right;
478 width: 49%
479 }
481 /* --------------- Links ------------------ */
483 div.dokuwiki a:link,
484 div.dokuwiki a:visited {
485 color: __extern__;
486 text-decoration: none;
487 }
488 div.dokuwiki a:hover,
489 div.dokuwiki a:active {
490 color: __text__;
491 text-decoration: underline;
492 }
494 div.dokuwiki h3 a,
495 div.dokuwiki h4 a,
496 div.dokuwiki h5 a,
497 div.dokuwiki a.nolink {
498 color: #6c0023 !important;
499 text-decoration: none !important;
500 }
502 /* external link */
503 div.dokuwiki a.urlextern {
504 background: transparent url(images/link_icon.gif) 0px 1px no-repeat;
505 padding: 1px 0px 1px 16px;
506 }
508 /* windows share */
509 div.dokuwiki a.windows {
510 background: transparent url(images/windows.gif) 0px 1px no-repeat;
511 padding: 1px 0px 1px 16px;
512 }
514 /* interwiki link (icon are set by dokuwiki) */
515 div.dokuwiki a.interwiki {
516 }
518 /* link to some embedded media */
519 div.dokuwiki a.media {
520 }
522 div.dokuwiki a.urlextern:link,
523 div.dokuwiki a.windows:link,
524 div.dokuwiki a.interwiki:link {
525 color: __extern__;
526 }
528 div.dokuwiki a.urlextern:visited,
529 div.dokuwiki a.windows:visited,
530 div.dokuwiki a.interwiki:visited {
531 color: purple;
532 }
533 div.dokuwiki a.urlextern:hover,
534 div.dokuwiki a.urlextern:active,
535 div.dokuwiki a.windows:hover,
536 div.dokuwiki a.windows:active,
537 div.dokuwiki a.interwiki:hover,
538 div.dokuwiki a.interwiki:active {
539 color: __text__;
540 }
542 /* email link */
543 div.dokuwiki a.mail {
544 background: transparent url(images/mail_icon.gif) 0px 1px no-repeat;
545 padding: 1px 0px 1px 16px;
546 }
548 /* existing wikipage */
549 div.dokuwiki a.wikilink1 {
550 color: #0F314E;
551 text-decoration: underline;
552 }
553 div.dokuwiki a.wikilink1:hover {
554 text-decoration: none;
555 color: blue;
556 }
558 /* not existing wikipage */
559 div.dokuwiki a.wikilink2 {
560 color: __missing__ !important;
561 text-decoration: none !important;
562 border-bottom: dashed 1px __missing__ !important;
563 }
565 /* ------------- Page elements ----------------- */
567 div.dokuwiki div.preview {
568 background-color: __background_neu__;
569 margin: 0 0 0 2em;
570 padding: 4px;
571 border: 1px dashed __text__;
572 }
574 div.dokuwiki div.breadcrumbs {
575 background-color: #f1f1f1;
576 color: __text_neu__;
577 font-size: 85%;
578 padding: 1px 0px 1px 18px;
579 margin: 0px 100px 0px 100px;
580 }
582 div.dokuwiki span.user {
583 color: __text_other__;
584 font-size: 90%;
585 }
587 div.dokuwiki li.minor {
588 color: __text_neu__;
589 font-style: italic;
590 }
592 /* embedded images */
593 div.dokuwiki img.media {
594 margin: 3px;
595 }
597 div.dokuwiki img.medialeft {
598 border: 0;
599 float: left;
600 margin: 0 1.5em 0 0;
601 }
603 div.dokuwiki img.mediaright {
604 border: 0;
605 float: right;
606 margin: 0 0 0 1.5em;
607 }
609 div.dokuwiki img.mediacenter {
610 border: 0;
611 display: block;
612 margin: 0 auto;
613 }
615 /* smileys */
616 div.dokuwiki img.middle {
617 vertical-align: middle;
618 }
620 div.dokuwiki acronym {
621 cursor: help;
622 border-bottom: 1px dotted __text__;
623 }
625 /* general headline setup */
626 div.dokuwiki h1,
627 div.dokuwiki h2,
628 div.dokuwiki h3,
629 div.dokuwiki h4,
630 div.dokuwiki h5 {
631 background-color: transparent;
632 clear: left;
633 }
635 /* unordered lists */
636 div.dokuwiki ul {
637 line-height: 1.5em;
638 list-style-type: square;
639 list-style-image: none;
640 margin: 0 0 0.5em 1.5em;
641 color: __text_alt__;
642 }
644 /* ordered lists */
645 div.dokuwiki ol {
646 line-height: 1.5em;
647 list-style-image: none;
648 margin: 0 0 0.5em 1.5em;
649 color: __text_alt__;
650 font-weight: bold;
651 }
653 /* the list items overriding the ul/ol definition */
654 div.dokuwiki .li {
655 color: __text__;
656 font-weight: normal;
657 }
659 div.dokuwiki ol {list-style-type: decimal}
660 div.dokuwiki ol ol {list-style-type: upper-roman}
661 div.dokuwiki ol ol ol {list-style-type: lower-alpha}
662 div.dokuwiki ol ol ol ol {list-style-type: lower-greek}
664 div.dokuwiki li.open {
665 list-style-image: url(images/open.gif);
666 /*list-style-type: circle;*/
667 }
669 div.dokuwiki li.closed {
670 list-style-image: url(images/closed.gif);
671 /*list-style-type: disc;*/
672 }
674 div.dokuwiki blockquote {
675 border-left: 2px solid __border__;
676 padding-left: 3px;
677 }
679 div.dokuwiki pre {
680 font-size: 100%;
681 padding: 5px;
682 color: black;
683 background: #E1E0B0;
684 border: 0;
685 overflow: auto;
686 }
688 /* code blocks by indention */
689 div.dokuwiki pre.pre {
690 background-color: __background_other__;
691 }
693 /* code blocks by code tag */
694 div.dokuwiki pre.code {
695 -moz-border-radius: 4px;
696 -webkit-border-radius: 4px;
697 background-color: #f8f8f8;
698 border: 1px solid #ddd;
699 padding: 10px;
701 }
703 /* inline code words */
704 div.dokuwiki code {
705 font-size: 120%;
706 }
708 /* code blocks by file tag */
709 div.dokuwiki pre.file {
710 background-color: __background_alt__;
711 }
713 /* inline tables */
714 div.dokuwiki table.inline {
715 background-color: __background__;
716 border-spacing: 0px;
717 border-collapse: collapse;
718 }
720 div.dokuwiki table.inline th {
721 padding: 3px;
722 border: 1px solid __border__;
723 background-color: __background_alt__;
724 }
726 div.dokuwiki table.inline td {
727 padding: 3px;
728 border: 1px solid __border__;
729 }
731 /* ---------- table of contents ------------------- */
733 div.dokuwiki div.toc {
734 margin: 1.2em 0 0 2em;
735 float: right;
736 width: 200px;
737 font-size: 80%;
738 clear: both;
739 }
741 div.dokuwiki div.tocheader {
742 border: 1px solid __border__;
743 background-color: __background_alt__;
744 text-align: left;
745 font-weight: bold;
746 padding: 3px;
747 margin-bottom: 2px;
748 }
750 div.dokuwiki span.toc_open,
751 div.dokuwiki span.toc_close {
752 border: 0.4em solid __background_alt__;
753 float: right;
754 display: block;
755 margin: 0.4em 3px 0 0;
756 }
758 div.dokuwiki span.toc_open span,
759 div.dokuwiki span.toc_close span {
760 display: none;
761 }
763 div.dokuwiki span.toc_open {
764 margin-top: 0.4em;
765 border-top: 0.4em solid __text__;
766 }
768 div.dokuwiki span.toc_close {
769 margin-top: 0;
770 border-bottom: 0.4em solid __text__;
771 }
773 div.dokuwiki #toc__inside {
774 border: 1px solid __border__;
775 background-color: __background__;
776 text-align: left;
777 padding: 0.5em 0 0.7em 0;
778 }
780 div.dokuwiki ul.toc {
781 list-style-type: none;
782 list-style-image: none;
783 line-height: 1.2em;
784 padding-left: 1em;
785 margin: 0;
786 }
788 div.dokuwiki ul.toc li {
789 background: transparent url(images/tocdot2.gif) 0 0.6em no-repeat;
790 padding-left: 0.4em;
791 }
793 div.dokuwiki ul.toc li.clear {
794 background-image: none;
795 padding-left: 0.4em;
796 }
798 div.dokuwiki a.toc:link,
799 div.dokuwiki a.toc:visited {
800 color: __extern__;
801 }
803 div.dokuwiki a.toc:hover,
804 div.dokuwiki a.toc:active {
805 color: __text__;
806 }
808 /* ---------------------------- Diff rendering --------------------------*/
809 div.dokuwiki table.diff {
810 background-color: __background__;
811 width: 100%;
812 }
813 div.dokuwiki td.diff-blockheader {
814 font-weight: bold;
815 }
816 div.dokuwiki table.diff th {
817 border-bottom: 1px solid __border__;
818 font-size: 120%;
819 width: 50%;
820 font-weight: normal;
821 text-align: left;
822 }
823 div.dokuwiki table.diff td {
824 font-family: monospace;
825 font-size: 100%;
826 }
827 div.dokuwiki td.diff-addedline {
828 background-color: #ddffdd;
829 }
830 div.dokuwiki td.diff-deletedline {
831 background-color: #ffffbb;
832 }
833 div.dokuwiki td.diff-context {
834 background-color: __background_neu__;
835 }
836 div.dokuwiki table.diff td.diff-addedline strong,
837 div.dokuwiki table.diff td.diff-deletedline strong {
838 color: red;
839 }
841 /* --------------------- footnotes -------------------------------- */
843 div.dokuwiki div.footnotes {
844 clear: both;
845 border-top: 1px solid __border__;
846 padding-left: 1em;
847 margin-top: 1em;
848 }
850 div.dokuwiki div.fn {
851 font-size: 90%;
852 }
854 div.dokuwiki a.fn_bot {
855 font-weight: bold;
856 }
858 /* insitu-footnotes */
859 div.insitu-footnote {
860 font-size: 80%;
861 line-height: 1.2em;
862 border: 1px solid __border__;
863 background-color: __background_other__;
864 text-align: left;
865 padding: 4px;
866 max-width: 40%; /* IE's width is handled in javascript */
867 }
869 /* overcome IE issue with one line code or file boxes which require h. scrolling */
870 * html .insitu-footnote pre.code,
871 * html .insitu-footnote pre.file {
872 padding-bottom: 18px;
873 }
875 /* --------------- search result formating --------------- */
876 div.dokuwiki .search_result {
877 margin-bottom: 6px;
878 padding: 0 10px 0 30px;
879 }
881 div.dokuwiki .search_snippet {
882 color: __text_other__;
883 font-size: 12px;
884 margin-left: 20px;
885 }
887 div.dokuwiki .search_sep {
888 color: __text__;
889 }
891 div.dokuwiki .search_hit {
892 color: __text__;
893 background-color: __highlight__;
894 }
895 div.dokuwiki strong.search_hit {
896 font-weight: normal;
897 }
899 div.dokuwiki div.search_quickresult {
900 margin: 0 0 15px 30px;
901 padding: 0 10px 10px 0;
902 border-bottom: 1px dashed __border__;
903 }
904 div.dokuwiki div.search_quickresult h3 {
905 margin: 0 0 1.0em 0;
906 font-size: 1em;
907 font-weight: bold;
908 }
910 div.dokuwiki ul.search_quickhits {
911 margin: 0 0 0.5em 1.0em;
912 }
914 div.dokuwiki ul.search_quickhits li {
915 margin: 0 1.0em 0 1.0em;
916 float:left;
917 width: 30%;
918 }
920 /* ------------------ Additional ---------------------- */
922 div.footerinc {
923 text-align: left;
924 margin: 10px 80px;
925 }
926 .footerinc a img {
927 opacity: 0.5;
928 border: 0;
929 }
931 .footerinc a:hover img {
932 opacity: 1;
933 }
935 /* ---------- AJAX quicksearch ----------- */
937 div.dokuwiki div.ajax_qsearch {
938 position: absolute;
939 right: 237px;;
940 width: 200px;
941 opacity: 0.9;
942 display: none;
943 font-size: 80%;
944 line-height: 1.2em;
945 border: 1px solid __border__;
946 background-color: __background_other__;
947 text-align: left;
948 padding: 4px;
949 }
951 /* --------- Toolbar -------------------- */
952 button.toolbutton {
953 background-color: transparent;
954 padding: 0px;
955 margin: 0 1px 0 0;
956 border: 1px solid __border__;
957 cursor: pointer;
958 }
960 div.picker {
961 width: 250px;
962 border: 1px solid __border__;
963 background-color: __background_alt__;
964 }
966 button.pickerbutton {
967 padding: 0px;
968 margin: 0 1px 1px 0;
969 border: 0;
970 background-color: transparent;
971 font-size: 80%;
972 cursor: pointer;
973 }
975 /* --------------- Image Details ----------------- */
977 div.dokuwiki div.img_big {
978 float: left;
979 margin-right: 0.5em;
980 }
982 div.dokuwiki dl.img_tags dt {
983 font-weight: bold;
984 background-color: __background_alt__;
985 }
986 div.dokuwiki dl.img_tags dd {
987 background-color: __background_neu__;
988 }
990 div.dokuwiki div.imagemeta {
991 color: __text_neu__;
992 font-size: 70%;
993 line-height: 95%;
994 }
996 div.dokuwiki div.imagemeta img.thumb {
997 float:left;
998 margin-right: 0.1em;
999 }
1001 div.notify {
1002 background: #FFCE21;
1003 color: #222;
1004 border: 1px solid #000;
1005 font-size: 90%;
1006 margin: 0;
1007 padding: 4px;
1008 -moz-border-radius: 4px;
1009 -webkit-border-radius: 4px;
1010 border-radius: 4px;
1011 position: absolute;
1012 top: 140px;
1013 right: 20px;
1014 width: 400px;
1017 #access div.notify a { text-decoration: underline; }
1018 #access div.notify a:hover { text-decoration: none; }