7b7f4fa24789e8769af93392b1df27e13cbfc4f6
[kivitendo-erp.git] / css / kivitendo / main.css
1 /* Stylesheet for kivitendo * Name:kivitendo.css*/
2 /* Colortable
3
4 Background:     #EBEBEB burlywood
5 Links:                  #006400 DarkGreen
6 Link-hover              #FE5F14 Orange / #FFFFE0 lightyellow
7 Titles, BG/VG:  #79B61B Mid-green FFFFFF White
8 Tabcolor: #CAFFA3
9 */
10
11
12 body {
13         font-family: Verdana, Arial, Helvetica;
14         background-color: #FFFFFF;
15         color: #000000;
16     font-size: 9pt;
17 }
18
19
20 /* The look of links */
21 a {
22         padding: 0 0.2em;
23         text-decoration: none;
24         /* border-bottom: thin solid; */
25         /* font-weight: bold; */
26 }
27 A:link, A:visited, A:active {
28         color: #000000;
29         border-bottom: thin solid #FE5F14;
30 }
31 a:hover {
32         color: #FE5F14;
33         background-color: #D1D1D1;
34 }
35 a.selected:hover {
36         color:#EBEBEB;
37 }
38 a.nomobile {
39         background-color:transparent;
40         border:none;
41 }
42
43 table {
44     font-size: 90% !important;
45         table-layout: auto;
46         border-spacing: 0.3em;
47 }
48
49 /* table a {
50         color:#FE5F14 !important;
51         border-bottom:none;
52 } */
53
54 ul {
55 }
56
57 hr {
58         background-color: #006400;
59         border: none;
60         color: #79B61B;
61         height: 2px;
62 }
63
64 /* I.E. & Chrome können das nicht! */
65 /* input[type="radio"], input[type="checkbox"]{
66         width:1.15em;
67         height:1.15em;
68         border:1px solid;
69         color: #006400;
70 } */
71 input:focus, textarea:focus, select:focus {
72         background-color: #FFFFA0;
73         border: 2px solid #FE5F14;
74         /* border-bottom: medium solid #FE5F14; */
75 }
76 /* Fängt den "Schrink" beim focus - problem für i.e. und chrome */
77 /* input[type="radio"]:focus, input[type="checkbox"]:focus{
78         width:1.2em;
79         height:1.2em;
80 } */
81 td {
82         color: #000000;
83         font-weight: normal;
84 }
85 /* td.hover:hover {
86         color: #006400;
87         background-color: #FFFFE0;
88 } */
89 th {
90         color: #000000;
91         font-weight: bold;
92 }
93 /* login and admin */
94 .login a, .login a:visited, .login a:hover {
95         text-decoration: none !important;
96         background-color:transparent !important;
97         border:none;
98 }
99 .login a:hover {
100         background: none;
101 }
102 body.login {
103         background-color: #FFFFE0;
104         color: #000000;
105 }
106 h1.login {
107 }
108 table.login {
109         background-color: #FFFFE0;
110         padding: 20px;
111 }
112 td.login {
113         text-align: center;
114 }
115 th.login {
116         text-align: right;
117 }
118 body.admin {
119         background-color: #FFFFE0;
120         color: #000000;
121 }
122 body.menu {
123         color: #000000;
124 }
125 /* Warnings */
126 .message_error_login {
127         color: #000000;
128         border: 1px solid #8b0000;
129         background-color: #ffcccc;
130         padding: 3px;
131 }
132 .message_ok {
133         padding: 5px;
134         background-color: #ADFFB6;
135         color: black;
136         font-weight: bolder;
137         text-align: center;
138         border-style: solid;
139         border-width: thin;
140 }
141 .message_error {
142         padding: 5px;
143         background-color: #CC0000;
144         color: white;
145         font-weight: bolder;
146         text-align: center;
147         border-style: solid;
148         border-width: thin;
149 }
150 .message_hint {
151         padding: 0.5em;
152         background-color: #FFEE66;
153         color: black;
154         font-weight: bolder;
155         text-align: center;
156         border-style: solid;
157         border-width: thin;
158 }
159 .message_error_label {
160         padding: 0.5em;
161         background-color: #E00000;
162   color: white;
163         font-weight: normal;
164         text-align: left;
165         border-style: solid;
166         border-width: thin;
167 }
168 /*    Headings */
169 .listtop, h1, .tabcontent .listheading {
170     font-size:125%;
171         background-color: #006400;
172         text-align: left;
173         padding: 0.5em;
174         color: #FFFFFF;
175         font-weight: bolder;
176         border-style: none;
177         border-width: thin;
178         -moz-border-radius:0.4em; /* Firefox */
179         -webkit-border-radius:0.4em; /* Safari, Chrome */
180         -khtml-border-radius:0.4em; /* Konqueror */
181         border-radius:0.4em; /* CSS3 */
182         behavior:url(border-radius.htc);
183 }
184
185 /* .listelement {
186         background-color: #f8ffb3;
187         color: #000000;
188 }
189 .listelement2 {
190         background-color: #8ee085;
191         color: #000000;
192 } */
193 .listheading {
194         padding: 0.2em;
195         background-color: #006400;
196         color: white;
197         font-weight: bolder;
198         text-align: left;
199         border-style: none;
200 }
201
202 .listheading A:link, .listheading A:visited, .listheading A:active {
203         color: white;
204 }
205
206 .listheading th {
207   color: white;
208 }
209
210 /* .listheadingcontent {
211         background-color: #EBEBEB;
212         color: #006400;
213         font-weight: bolder;
214         text-align: left;
215 } */
216
217 .accountlistheading {
218         padding: 0.3em;
219         color: #006400;
220         font-weight: bold;
221         text-align: left;
222         background-color: #EBEBEB;
223 }
224 .subsubheading {
225         color: #000000;
226         font-weight: bolder;
227         text-decoration: underline;
228 }
229 .optionen {
230         border: dashed;
231         border-width: 1px;
232         background: #FFFFE0;
233 }
234 .listrow1 {
235         background-color: #FFFFFF;
236         color: black;
237         vertical-align: top;
238 }
239 .listrow0 {
240         background-color: #FFFF99;
241         color: black;
242         vertical-align: top;
243 }
244 .listsubtotal {
245         background-color: rgb(236,233,216);
246         color: black;
247         font-weight: bolder;
248 }
249 .listtotal, .listtotal td {
250         background-color: rgb(236,233,216);
251         color: black;
252         font-weight: bolder;
253 }
254 /* Verkaufsbericht */
255 .listmainsortheader {
256         background-color: rgb(236,233,216);
257         color: red;
258         font-weight: bolder;
259         padding-left: 10px;
260         padding-top: 0px;
261 }
262 .listmainsortsubtotal {
263         background-color: rgb(236,233,216);
264         color: red;
265         font-weight: bolder;
266         padding-left: 10px;
267 }
268 .listsubsortheader {
269         background-color: rgb(236,233,216);
270         color: green;
271         font-weight: bolder;
272         padding-left: 20px
273 }
274 .listsubsortsubtotal {
275         background-color: rgb(236,233,216);
276         color: green;
277         font-weight: bolder;
278         padding-left: 20px
279 }
280 .listsortdescription {
281         background-color: rgb(236,233,216);
282         color: black;
283         font-weight: normal;
284         padding-left: 30px
285 }
286 .submit {
287         font-family: Verdana, Arial, Helvetica;
288         color: #000000;
289 }
290 .checkbox, .radio {
291         font-family: Verdana, Arial, Helvetica;
292         color: #778899;
293 }
294 .plus0 {
295 /* font color for negative numbers */
296         color: red;
297 }
298 .plus1 {
299         color: green;
300 }
301 h2.confirm {
302         color: blue;
303 }
304 h2.error {
305         color: red;
306 }
307 fieldset {
308         margin-top: 15px;
309         color: black;
310         font-weight: bolder;
311 }
312 /* media stuff */
313 @media screen {
314 .noscreen {
315 /* items with this class won't display */
316         display: none;
317 }
318 }
319 @media print {
320 .noprint {
321 /* items with this class won't print */
322         display: none;
323 }
324 }
325 .filecontent {
326         border: 1px solid blue;
327         padding-left: 2px;
328         padding-right: 2px;
329 }
330 label {
331         cursor: pointer;
332         vertical-align: top;
333 }
334 .unbalanced_ledger {
335         background-color: #ffa0a0;
336 }
337 .clearfix:after {
338         clear: both;
339         content: ".";
340         display: block;
341         height: 0;
342         visibility: hidden;
343 }
344 .flash_message_error {
345         background-color: #FFD6D6;
346         border: 1px solid #AE0014;
347         margin-top: 5px;
348         margin-bottom: 5px;
349         padding: 5px;
350 }
351 .flash_message_warning {
352         background-color: #FFE8C7;
353         border: 1px solid #FF6600;
354         margin-top: 5px;
355         margin-bottom: 5px;
356         padding: 5px;
357 }
358 .flash_message_info {
359         background-color: #DCF2FF;
360         border: 1px solid #4690FF;
361         margin-top: 5px;
362         margin-bottom: 5px;
363         padding: 5px;
364 }