css und images
[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: black;
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         font-weight: normal;
163         text-align: left;
164         border-style: solid;
165         border-width: thin;
166 }
167 /*    Headings */
168 .listtop, h1, .tabcontent .listheading {
169     font-size:125%;
170         background-color: #006400;
171         text-align: left;
172         padding: 0.5em;
173         color: #FFFFFF;
174         font-weight: bolder;
175         border-style: none;
176         border-width: thin;
177         -moz-border-radius:0.4em; /* Firefox */
178         -webkit-border-radius:0.4em; /* Safari, Chrome */
179         -khtml-border-radius:0.4em; /* Konqueror */
180         border-radius:0.4em; /* CSS3 */
181         behavior:url(border-radius.htc);
182 }
183
184 /* .listelement {
185         background-color: #f8ffb3;
186         color: #000000;
187 }
188 .listelement2 {
189         background-color: #8ee085;
190         color: #000000;
191 } */
192 .listheading {
193         padding: 0.2em;
194         background-color: #EBEBEB;
195         color: #006400;
196         font-weight: bolder;
197         text-align: left;
198         border-style: none;
199 }
200
201 /* .listheadingcontent {
202         background-color: #EBEBEB;
203         color: #006400;
204         font-weight: bolder;
205         text-align: left;
206 } */
207
208 .accountlistheading {
209         padding: 0.3em;
210         color: #006400;
211         font-weight: bold;
212         text-align: left;
213         background-color: #EBEBEB;
214 }
215 .subsubheading {
216         color: #000000;
217         font-weight: bolder;
218         text-decoration: underline;
219 }
220 .optionen {
221         border: dashed;
222         border-width: 1px;
223         background: #FFFFE0;
224 }
225 .listrow1 {
226         background-color: #FFFFFF;
227         color: black;
228         vertical-align: top;
229 }
230 .listrow0 {
231         background-color: #FFFF99;
232         color: black;
233         vertical-align: top;
234 }
235 .listsubtotal {
236         background-color: rgb(236,233,216);
237         color: black;
238         font-weight: bolder;
239 }
240 .listtotal, .listtotal td {
241         background-color: rgb(236,233,216);
242         color: black;
243         font-weight: bolder;
244 }
245 /* Verkaufsbericht */
246 .listmainsortheader {
247         background-color: rgb(236,233,216);
248         color: red;
249         font-weight: bolder;
250         padding-left: 10px;
251         padding-top: 0px;
252 }
253 .listmainsortsubtotal {
254         background-color: rgb(236,233,216);
255         color: red;
256         font-weight: bolder;
257         padding-left: 10px;
258 }
259 .listsubsortheader {
260         background-color: rgb(236,233,216);
261         color: green;
262         font-weight: bolder;
263         padding-left: 20px
264 }
265 .listsubsortsubtotal {
266         background-color: rgb(236,233,216);
267         color: green;
268         font-weight: bolder;
269         padding-left: 20px
270 }
271 .listsortdescription {
272         background-color: rgb(236,233,216);
273         color: black;
274         font-weight: normal;
275         padding-left: 30px
276 }
277 .submit {
278         font-family: Verdana, Arial, Helvetica;
279         color: #000000;
280 }
281 .checkbox, .radio {
282         font-family: Verdana, Arial, Helvetica;
283         color: #778899;
284 }
285 .plus0 {
286 /* font color for negative numbers */
287         color: red;
288 }
289 .plus1 {
290         color: green;
291 }
292 h2.confirm {
293         color: blue;
294 }
295 h2.error {
296         color: red;
297 }
298 fieldset {
299         margin-top: 15px;
300         color: black;
301         font-weight: bolder;
302 }
303 /* media stuff */
304 @media screen {
305 .noscreen {
306 /* items with this class won't display */
307         display: none;
308 }
309 }
310 @media print {
311 .noprint {
312 /* items with this class won't print */
313         display: none;
314 }
315 }
316 .filecontent {
317         border: 1px solid blue;
318         padding-left: 2px;
319         padding-right: 2px;
320 }
321 label {
322         cursor: pointer;
323         vertical-align: top;
324 }
325 .unbalanced_ledger {
326         background-color: #ffa0a0;
327 }
328 .clearfix:after {
329         clear: both;
330         content: ".";
331         display: block;
332         height: 0;
333         visibility: hidden;
334 }
335 .flash_message_error {
336         background-color: #FFD6D6;
337         border: 1px solid #AE0014;
338         margin-top: 5px;
339         margin-bottom: 5px;
340         padding: 5px;
341 }
342 .flash_message_warning {
343         background-color: #FFE8C7;
344         border: 1px solid #FF6600;
345         margin-top: 5px;
346         margin-bottom: 5px;
347         padding: 5px;
348 }
349 .flash_message_info {
350         background-color: #DCF2FF;
351         border: 1px solid #4690FF;
352         margin-top: 5px;
353         margin-bottom: 5px;
354         padding: 5px;
355 }