slitaz-dev-tools view tazwikiss/rootfs/var/www/wiki/style.css @ rev 301

tazwikiss: replaced blank in curdate() in index.sh by T to display filenames properly in history
author Hans-G?nter Theisgen
date Fri Apr 28 14:08:02 2017 +0100 (2017-04-28)
parents add86f2168cd
children
line source
1 /* CSS style for TazWikiss */
3 body { font: 13px sans-serif, vernada, arial; margin: 0; }
4 code { font-size: 12px; }
5 img { border: 0px; }
6 a { color: #333C4D; }
7 a.pending { color: #7F4736; }
8 a.url { color: #808080; }
9 a:hover { color: #57A2D4; }
10 pre {
11 border: 1px dotted #ddd;
12 padding: 4px;
13 width: 640px;
14 overflow: auto;
15 }
17 /* Plugin wkp_Tables */
18 table.wikitable {
19 border-collapse: collapse;
20 border: 1px solid #ddd;
21 }
23 table.wikitable td {
24 border: 1px solid #ddd;
25 text-align: center;
26 vertical-align: middle;
27 padding: 2px;
28 }
30 table.wikitable td.em {
31 background: #ccc;
32 font-weight: bold;
33 }
35 /* Table Of Content */
36 #toc {
37 border: 1px dashed #11141A;
38 float:right;
39 padding-right: 2em;
40 }
41 #toc h1 {
42 font-size: 10px;
43 padding-left: .5em;
44 }
45 #toc h2 {
46 font-size: 9px;
47 padding-left: 1.5em;
48 }
49 #toc h3 {
50 font-size: 8px;
51 padding-left: 2em;
52 }
53 #toc h4 {
54 font-size: 7px;
55 padding-left: 2.5em;
56 }
57 #toc h5 {
58 font-size: 6px;
59 padding-left: 3em;
60 }
62 .category {
63 color: #999;
64 background: inherit;
65 }
67 th {
68 text-align: left;
69 background: #351a0a;
70 height: 40px;
71 border-bottom: 4px solid #d66018;
72 }
74 th h1 {
75 margin: 0; padding: 8px; color: #fff; font-size: 20px;
76 }
78 th a {
79 text-decoration: none;
80 color: white !important;
81 }
83 th p {
84 position: absolute;
85 top: 2px;
86 right: 2px;
87 font-size: 80%;
88 margin: 0;
89 color: white !important;
90 }
92 #mainTable {
93 border-bottom: 1px solid #ddd;
94 }
96 .pageLinks {
97 padding-left: 1em;
98 padding-right: 1em;
99 font-size: 80%;
100 margin-top: 0;
101 margin-bottom: 0;
102 background-color: #eee;
103 color: #666;
104 }
105 .pageLinks a {
106 font-weight: bold;
107 text-decoration: none;
108 }
110 #headerLinks td {
111 border-bottom: 1px dashed #ccc !important;
112 }
114 #footerLinks td {
115 border-top: 1px dashed #ccc !important;
116 }
118 #mainContent {
119 font-size: 90%;
120 padding: 1em;
121 background-color: white;
122 }
124 #mainContent h2:first-child {
125 margin-top: 0px;
126 }
128 .error {
129 color: #F25A5A;
130 font-size: 80%;
131 font-weight: bold;
132 }
134 form {
135 display: inline
136 }