[ADD] conf deplate, and test viki.
[arrow.git] / archlinux_conf / home / .deplate / css / deplate.css
blob788a2eb0e0194a2ce2d8e824839d4c1023f8351e
1 /* Layout and decoration */
2 /* @Author: Thomas Link (micathom AT gmail com) */
3 /* @Created: 13-Apr-2004. */
4 /* @Last Change: 2008-07-19. */
5 /* @Revision: 0.1353 */
7 body {
8 padding: 1px;
9 color: #000000;
10 background-color: #ffffff;
11 text-align: left;
14 a {
15 color : black;
17 a:link {
18 color : #0071f0;
20 a:visited {
21 color : #30306f;
23 a:hover {
24 color: #0071f0;
26 a:link.ref {
28 a:visited.ref {
31 p {
32 /* border-left: 10px solid #ffffff; */
33 /* border-right: 10px solid #ffffff; */
34 margin: 0 10px 0 10px;
35 padding: 5px;
36 /* text-indent: 20px; */
38 big {
41 hr {
43 hr.pagebreak {
44 color: #000000;
46 div.parbreak {
47 margin: 10px 0 10px 0;
48 text-align: center;
51 img {
52 border: 0;
54 img.latex {
55 vertical-align: middle;
57 img.inline {
58 border: 0;
60 img.remote {
61 padding: 0px 2px 0 2px;
62 position: relative;
63 top: 3px;
66 h1, h2, h3, h4, h5, h6 {
67 padding-left: 20px;
68 text-align: left;
70 h1 {
71 margin-top: 30px;
72 margin-bottom: 20px;
73 /* padding-top: 10px;*/
74 /* padding-bottom: 10px;*/
75 padding-top: 4px;
76 padding-bottom: 4px;
77 /* border:1px solid #ffe590; */
78 border-top: 1px solid #ffe590;
79 border-right: 2px solid #ffe590;
80 border-left: 1px solid #ffe590;
81 background-color: #fff3d0;
82 /* background-color: #eeeeee;*/
83 -webkit-border-top-left-radius: 5px;
84 -webkit-border-top-right-radius: 5px;
85 -moz-border-radius-topleft: 5px;
86 -moz-border-radius-topright: 5px;
87 -khtml-border-top-left-radius: 5px;
88 -khtml-border-top-right-radius: 5px;
89 border-top-left-radius: 5px;
90 border-top-right-radius: 5px;
92 h2 {
93 margin-top: 30px;
94 margin-bottom: 10px;
95 padding-top: 5px;
96 /* border-left:2px solid #ffe590; */
97 /* border-right:3px solid #ffe590; */
98 /* border-top:2px solid #ffe590; */
99 /* -webkit-border-top-left-radius: 15px; */
100 /* -webkit-border-top-right-radius: 15px; */
101 /* -moz-border-radius-topleft: 15px; */
102 /* -moz-border-radius-topright: 15px; */
103 /* -khtml-border-top-left-radius: 15px; */
104 /* -khtml-border-top-right-radius: 15px; */
105 /* border-top-left-radius: 15px; */
106 /* border-top-right-radius: 15px; */
108 h3 {
109 margin-top: 20px;
110 margin-bottom: 10px;
111 padding-top: 5px;
112 /* border-left:1px solid #ffe590; */
113 /* border-right:2px solid #ffe590; */
114 /* border-top:1px solid #ffe590; */
115 /* -webkit-border-top-left-radius: 15px; */
116 /* -webkit-border-top-right-radius: 15px; */
117 /* -moz-border-radius-topleft: 15px; */
118 /* -moz-border-radius-topright: 15px; */
119 /* -khtml-border-top-left-radius: 15px; */
120 /* -khtml-border-top-right-radius: 15px; */
121 /* border-top-left-radius: 15px; */
122 /* border-top-right-radius: 15px; */
124 h4 {
125 border-left:10px solid #ffe590;
126 margin-top: 10px;
127 margin-bottom: 10px;
129 h5 {
130 border-left:10px solid #ffe590;
131 margin-top: 10px;
132 margin-bottom: 5px;
134 h6 {
135 border-left:10px solid #ffe590;
136 margin-top: 10px;
139 em {
142 blockquote {
143 margin: 20px 60px 20px 60px;
145 blockquote.quote {
148 blockquote.longquote {
150 blockquote.abstract {
153 ul {
155 ol {
157 dl {
159 dt {
160 margin-left: 10px;
161 padding-left: 10px;
162 padding-top: 2px;
163 padding-bottom: 2px;
165 dd {
166 margin-bottom: 10px;
168 li {
169 padding: 2px;
170 margin-right: 20px;
172 ul.Task {
173 list-style-type: none;
175 li[class|=Task] {
177 li.Task-A {
179 li.Task-B {
181 li.Task-C {
183 li.Task-D {
185 li.Task-E {
187 li.Task-F {
189 li.done[class^=Task] {
190 color: #606060;
191 text-decoration: line-through;
193 span[class|=Task] {
194 font-weight: bold;
195 padding: 0 5px 0 5px;
196 position: relative;
197 right: 10px;
199 span.Task-A {
200 background-color: #ff7f7f;
202 span.Task-B {
203 background-color: #7fff7f;
205 span.Task-C {
206 background-color: #7f7fff;
208 span.Task-D {
209 background-color: #7fffff;
211 span.Task-E {
212 background-color: #ff7fff;
214 span.Task-F {
215 background-color: #ffff7f;
217 br.itempara {
219 p.itempara {
220 border-left: 0;
221 border-right: 0;
222 padding: 0;
225 pre {
226 margin-left: 40px;
227 margin-right: 40px;
228 padding: 5px;
231 pre.verbatim {
232 /* background-color: #eaeaea; */
233 /* background-color: #f5f4eb; */
234 /* border: 1px solid #ebf2f5; */
235 /* border-left: 5px solid #efefef; */
236 border-top: 1px solid #aaaaaa;
237 border-left: 1px solid #aaaaaa;
238 border-right: 1px solid #eeeeee;
241 div.code {
242 background-color: #ffffff;
245 /* Tables */
246 div.table {
247 /* text-align: center; */
248 padding: 20px;
250 div.tableNote {
251 /* text-align: center; */
253 table, tr, th, td {
254 border-style: none;
255 /* background-color: #fff6f0; */
256 /* border: 1px solid #fef0ff; */
257 border-spacing: 0;
258 color : black;
260 table {
261 /* border-left: 10px solid #ffffff; */
262 /* border-right: 10px solid #ffffff; */
263 /* margin: 0 10px 0 10px; */
264 margin: 0;
265 border: 1px solid #aaaaaa;
266 /* border-top: 1px solid #aaaaaa; */
267 /* border-bottom: 1px solid #aaaaaa; */
269 thead {
271 tfoot {
273 tr, th, td {
274 padding: 3px;
275 /* border: 1px solid #ffffff; */
277 tr {
279 tr.head {
281 tr.foot {
283 tr.high {
285 th {
286 border-bottom: 1px solid #aaaaaa;
288 td {
290 td.head {
292 td.foot {
294 td.high {
297 /* Styled Tables */
298 .small {
300 .scriptsize {
302 .footnotesize {
305 table.grid, td.grid, th.grid, tr.grid {
306 background-color:#ffffff;
307 border-collapse: collapse;
309 div.grid {
310 border: 0;
312 th.grid, td.grid {
313 border: 1px solid #000000;
314 padding: 2px;
317 table.formal, tr.formal, td.formal, th.formal {
318 background-color:#ffffff;
320 div.formal {
321 border: 0;
323 table.formal {
324 border-top: 2px solid #000000;
325 border-bottom: 2px solid #000000;
326 border-left: 0;
327 border-right: 0;
329 thead.formal {
331 tfoot.formal {
333 tr.formal[class~="head"] {
335 tr.formal[class~="foot"] {
337 td.formal, th.formal {
338 border: 0;
339 padding: 2px;
341 th.formal[class~="head"] {
342 border-bottom: 1px solid #000000;
344 td.formal[class~="foot"] {
345 border-top: 1px solid #000000;
348 table.box, tr.box, th.box, td.box {
349 background-color:#ffffff;
351 div.box {
352 border: 0;
354 table.box {
355 border: 1px solid #000000;
357 thead.box, tfoot.box {
358 border: 1px solid #000000;
360 td.box, th.box {
361 border: 0;
362 padding: 2px;
364 th.box[class~="head"] {
365 border-bottom: 1px solid #000000;
367 td.box[class~="foot"] {
368 border-top: 1px solid #000000;
370 td.box[class~="high"] {
371 border-left: 1px solid #000000;
372 border-right: 1px solid #000000;
375 table.overlay, tr.overlay, th.overlay, td.overlay {
376 background-color:#ffffff;
378 div.overlay {
379 border: 0;
381 table.overlay {
382 border: 1px solid #000000;
384 thead.overlay {
385 background-color: #e0e0e0;
386 border: 1px solid #000000;
388 tfoot.overlay {
389 background-color: #eaeaea;
390 border: 1px solid #000000;
392 tr.overlay[class~="head"] {
394 td.overlay, th.overlay {
395 border: 0;
396 padding: 2px;
398 th.overlay[class~="head"] {
399 background-color: #e0e0e0;
400 border-bottom: 1px solid #000000;
402 td.overlay[class~="foot"] {
403 background-color: #eaeaea;
404 border-top: 1px solid #000000;
406 td.overlay[class~="high"] {
407 border-left: 1px solid #000000;
408 border-right: 1px solid #000000;
409 background-color: #eaeaea;
413 /* htmlnavigation: Usage note */
414 .htmlnavigationnote {
415 color: #888888;
417 p.htmlnavigationnote {
419 ul.htmlnavigationnote {
421 li.htmlnavigationnote {
423 hr.htmlnavigationnote {
424 margin-top: 20px;
425 /* border: 1px; */
429 /* Navigation bar */
430 a:link.navbarUrl, a:visited.navbarUrl {
431 color : #7f607f;
433 a:link.navbarUrl {
435 a:visited.navbarUrl {
437 .navbar, .navmenu, .navgo {
438 background: #ffffff;
439 vertical-align: middle;
441 table.navbar {
442 width: 100%;
443 margin: 20px 0 20px 0;
445 td.navbar {
446 text-align: center;
448 td.navmenu {
449 width: 80%;
450 text-align: left;
452 select.navmenu {
453 width:250px;
454 border:0;
456 p.navgo {
457 border: 0;
458 padding: 0;
459 margin: 0;
461 button.navgo {
462 border: 0;
466 /* Figure */
467 div.figure {
468 text-align: center;
469 padding: 20px;
473 /* Caption */
474 caption {
476 p.caption {
480 /* Title */
481 div.title {
482 text-align: left;
483 padding: 20px;
484 margin: 20px 0 20px 0;
485 /* border: 1px solid #ffe590; */
486 border-top: 1px solid #ffe590;
487 border-right: 2px solid #ffe590;
488 border-left: 1px solid #ffe590;
489 border-bottom: 2px solid #ffe590;
490 background-color: #fff3d0;
491 -webkit-border-radius: 15px;
492 -moz-border-radius: 15px;
493 -khtml-border-top: 15px;
494 border-radius: 15px;
496 p.title, p.author, p.authornote, p.date {
497 margin: 0;
498 border: 0;
500 p.title {
502 p.author {
504 p.authornote {
506 p.date {
508 hr.title {
509 color: #f1f08f;
510 background-color: #e4f8fc;
511 border: 1px solid #f1f08f;
512 padding: 1px;
513 margin: 0 45% 0 45%;
517 /* Table of Contents etc. */
518 div.toc, div.lot, div.lof {
520 ul.toc, ul.lot, ul.lof {
522 li.toc, li.lot, li.lof {
523 list-style-type : none;
524 padding: 1px;
527 div.toc {
529 p.toc {
531 ul.toc, li.toc {
533 ul.toc {
535 li.toc {
538 div.lot {
540 p.lot {
542 ul.lot, li.lot {
544 ul.lot {
546 li.lot {
549 div.lof {
551 p.lof {
553 ul.lof, li.lof {
555 ul.lof {
557 li.lof {
559 hr.list {
560 color:#f1f08f;
561 background-color: #e4f8fc;
562 border:1px solid #f1f08f;
563 padding: 1px;
564 margin: 0 45% 0 45%;
567 div#List_of_Examples * li {
568 list-style-type : none;
569 padding: 1px;
571 p.example {
572 margin-top: 10px;
573 font-weight: bold;
575 .example-output {
576 /* padding: 20px 5px 20px 5px; */
577 /* margin: 20px 0 20px 0; */
578 /* border-left: 10px solid #eaeaea; */
579 /* border-right: 10px solid #eaeaea; */
580 margin-left: 40px;
581 margin-right: 40px;
582 padding: 5px;
583 /* border-left: 5px solid #efefef; */
584 /* border: 1px solid #ebf2f5; */
585 /* background-color: #eff5eb; */
586 border-bottom: 1px solid #aaaaaa;
587 border-right: 1px solid #aaaaaa;
588 border-left: 1px solid #eeeeee;
591 /* Mini Table of Contents */
592 #Contents {
593 position: absolute;
594 top:50px;
595 left:0px;
596 padding:0px;
597 visibility:hidden;
598 margin:0px;
600 #ContentsBlock {
601 position: absolute;
602 top:30px;
603 left:0px;
604 padding:0px;
606 div.minitoc {
607 max-height: 500px;
608 background: #f1f1f1;
609 border-top: 1px solid #e0e0e0;
610 border-bottom: 1px solid #e0e0e0;
611 border-right: 1px solid #e0e0e0;
613 h1.minitoc {
614 margin: 0;
615 padding: 5px;
616 border: 0;
618 ul.minitoc {
620 li.minitoc {
624 /* Footnotes */
625 a:link.footnote, a:visited.footnote {
626 vertical-align: top;
628 a:link.footnote {
630 a:visited.footnote {
632 div.footnotes {
633 border-top: 1px dashed #888888;
634 margin-top: 30px;
635 padding-top: 10px;
637 p.footnotes {
638 border-top: 1px solid #ffe590;
639 padding-top: 10px;
640 margin: 40px 40% 0 0;
642 ol.footnotes {
644 li.footnotes {
648 /* OpenOffice compatible footnotes */
649 .sdfootnoteanc {
650 vertical-align: top;
651 color: #30306f;
653 .sdfootnotesym {
654 background-color: #e4f8fc;
655 vertical-align: top;
656 color: #30306f;
657 margin-right: 4px;
660 .sdfootnote {
661 /* margin-left: 5%; */
662 /* margin-right: 5%; */
663 padding-top: 0;
664 padding-bottom: 0;
665 margin-bottom: 2px;
666 margin-top: 2px;
670 /* Bibliography */
671 .bib, .bibLef, .bibRight {
672 background-color:#ffffff;
674 table.bib {
675 width: 100%;
677 td.bibLeft {
679 td.bib {
681 td.bibRight {
683 h1.bib {
685 p.bib {
686 margin-left: 20px;
687 text-indent: -20px;
691 /* Index */
692 h2.index {
694 p.indextoc {
696 dl.index {
698 dt.index {
700 dd.index {
704 /* Marker */
705 div.note, div.warning, div.caution, div.important {
706 /* position: absolute; */
707 /* left: 720px; */
708 /* width: 100px; */
709 /* background-color: #eaeaea; */
710 /* background-color: #ffe590; */
711 background-color: #fff3d0;
712 /* background-color: #ffff00; */
714 p.note, p.warning, p.caution, p.important {
715 padding: 5px;
716 margin: 0;
718 p.note {
719 border-left: 10px solid #ffff00;
720 border-right: 10px solid #ffff00;
722 p.warning {
723 border-left: 10px solid #cf0000;
724 border-right: 10px solid #cf0000;
726 p.caution {
727 border-left: 10px solid #ef4f00;
728 border-right: 10px solid #ef4f00;
730 p.important {
731 border-left: 10px solid #009f9f;
732 border-right: 10px solid #009f9f;
735 em.marker {
736 color : #910000;
737 background-color: #ffff00;
739 span.marker {
740 /* position: absolute;*/
741 /* left: -25px;*/
742 /* width: 60px;*/
743 text-align: right;
747 /* Header, Footer */
748 .header, .footer {
749 background-color:#eaeaea;
750 border: 0;
752 div.header, div.footer {
754 table.header, table.footer {
755 width: 100%;
757 thead.header, thead.footer {
759 tr.header, tr.footer {
761 th.header, th.footer {
763 td.header, td.footer {
765 p.header, p.footer {
768 /* Validate HTML */
769 div.pageicons {
770 text-align: right;
771 margin: 10px;
773 .validhtml {
774 background-color:#ffffff;
776 table.validhtml {
778 tr.validhtml {
780 td.validhtml {
784 /* ProgressBar */
785 .progressBar {
786 max-width: 150px;
788 div.progressBar {
789 background-color: #dfdfff;
790 text-align: center;
791 vertical-align: middle;
792 padding-top: 10px;
793 padding-bottom: 10px;
795 table.progressBar {
796 table-layout: fixed;
797 min-width: 130px;
798 border: 1px solid #30306f;
799 padding: 0;
800 margin: 2px 4px 2px 4px;
802 td.progressBarDone, tr.progressBarDone {
803 border: 0;
804 background-color: #ffe590;
806 td.progressBarToBeDone, tr.progressBarToBeDone {
807 border: 0;
808 background-color: #dfdfff;
810 span.progress {
811 color: #30306f;
814 li.todo[class~="plus"] {
815 list-style-type: none;
817 li.todo[class~="plus"]:before {
818 font-weight: bold;
819 content: "[TODO]";
820 color: #ff0000;
821 background-color: #ffff00;
823 li.todo[class~="dash"] {
824 list-style-type: none;
825 text-decoration:line-through;
826 color: #555555;
828 li.todo[class~="dash"]:before {
829 font-weight: bold;
830 content: "[DONE]";
833 iframe {
834 border: 0;
837 .bold {
838 font-weight: bold;
839 font-style: normal;
841 .emphasized {
842 font-style: italic;
846 div.sourceComment {
847 /* margin: 10px 80px 10px 80px; */
848 margin-left: 80px;
849 font-size: 80%;
850 line-height: 135%;
851 color: #7f1717;
852 border-left: 4px solid #7f1717;
856 div.comment {
857 margin: 40px 80px 10px 80px;
858 font-size: 80%;
859 line-height: 135%;
861 span.comment_author {
862 font-weight: bold;
864 span.comment_author:after {
865 content: ": ";
867 span.comment_subject {
868 font-weight: bold;
870 span.comment_date {
871 font-style: italic;
872 font-size: 70%;
874 div.comment_title {
876 div.comment_text {
877 margin: 0 0 0 20px;
879 div.comment_form {
880 margin: 40px 80px 5px 80px;
882 table.comment_form {
883 border: 0;
885 tr.comment_form {
886 border: 0;
888 td.comment_form {
889 border: 0;
890 vertical-align: top;
891 font-size: 80%;
892 line-height: 135%;
895 input, textarea {
896 border: 1px solid #2f2f5f;
897 font-size: 90%;
898 line-height: 135%;
900 button {
901 font-size: 90%;
902 line-height: 135%;
905 a.tabBarAbout {
906 text-decoration: none;