wok view tazwikiss/stuff/var/www/wiki/style.css @ rev 6094

tazbb/sort_cook_list: wanted fix
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 30 16:34:18 2010 +0200 (2010-08-30)
parents
children
line source
1 /* Plugin wkp_Tables */
2 table.wikitable {
3 border-collapse: collapse;
4 border: 1px solid #ccc;
5 }
7 table.wikitable td {
8 border: 1px solid #ccc;
9 text-align: center;
10 vertical-align: middle;
11 padding: 2px;
12 }
14 table.wikitable td.em {
15 background: #ccc;
16 font-weight: bold;
17 }
19 /* Table Of Content */
20 #toc {
21 border: 1px dashed #11141A;
22 float:right;
23 padding-right: 2em;
24 }
25 #toc h1 {
26 font-size: 10px;
27 padding-left: .5em;
28 }
29 #toc h2 {
30 font-size: 9px;
31 padding-left: 1.5em;
32 }
33 #toc h3 {
34 font-size: 8px;
35 padding-left: 2em;
36 }
37 #toc h4 {
38 font-size: 7px;
39 padding-left: 2.5em;
40 }
41 #toc h5 {
42 font-size: 6px;
43 padding-left: 3em;
44 }
46 img {
47 border: 0px
48 }
50 body {
51 background-color: #828A99;
52 font-family: Trebuchet, "Trebuchet MS", sans-serif;
53 font-size: 14px;
54 line-height: 16px;
55 }
57 pre
58 {
59 border: 1px dotted #ccc;
60 padding: 4px;
61 width: 640px;
62 overflow: auto;
63 }
65 code
66 {
67 font-family: "Courier New", monospace;
68 font-size: 12px;
69 }
71 a {
72 color: #333C4D;
73 }
75 a.pending {
76 color: #7F4736;
77 }
79 a.url {
80 color: #808080;
81 }
83 a:hover {
84 color: #57A2D4;
85 background: inherit;
86 }
88 .category {
89 color: #999;
90 background: inherit;
91 }
93 th
94 {
95 padding-left: 1em;
96 background: #333C4D;
97 color: white;
98 text-align: left;
99 border-bottom: 1px dashed #11141A;
100 }
102 th h1 {
103 font-family: "Futura Condensed", Futura, sans-serif !important;
104 font-weight: bolder;
105 padding-top: 10px;
106 padding-bottom: 4px;
107 margin-top: 0;
108 margin-bottom: 0;
109 }
111 h1, h2, h3, h4, h5, h6 {
112 font-family: "Futura Condensed", Futura, sans-serif !important;
113 }
115 th a {
116 text-decoration: none;
117 color: white !important;
118 }
120 th p {
121 font-size: 80%;
122 margin-top: 0;
123 margin-bottom: 0;
124 padding-left: 2em;
125 }
127 #mainTable {
128 border: 1px solid #11141A;
129 }
131 .pageLinks {
132 padding-left: 1em;
133 padding-right: 1em;
134 font-size: 80%;
135 margin-top: 0;
136 margin-bottom: 0;
137 background-color: #eee;
138 color: #666;
139 }
140 .pageLinks a {
141 font-weight: bold;
142 text-decoration: none;
143 }
145 #headerLinks td {
146 border-bottom: 1px dashed #ccc !important;
147 }
149 #footerLinks td {
150 border-top: 1px dashed #ccc !important;
151 }
153 #mainContent {
154 font-size: 90%;
155 padding: 1em;
156 background-color: white;
157 }
159 #mainContent h2:first-child {
160 margin-top: 0px;
161 }
164 .error {
165 color: #F25A5A;
166 font-size: 80%;
167 font-weight: bold;
168 }
170 form {
171 display: inline
172 }