USTVA: Taxbird und Winston werden nun beide unterstuetzt. Sie koennen ueber
[kivitendo-erp.git] / css / lx-office-erp.css
1 /* stylesheet for LX-Office ERP */
2
3 /* general stuff */
4 /*
5 A:link { color: #a0522d; text-decoration: none; }
6 A:visited { color: #0522d; text-decoration: none; }
7 A:active { color: #a0522d; text-decoration: underline; }
8 A:hover { color: white;
9           background-color: rgb(187,187,187);
10           text-decoration: none;
11 }
12 */
13 A:link { color: black; text-decoration: none; }
14 A:visited { color: black; text-decoration: none; }
15 A:active { color: black; text-decoration: underline; }
16
17 /*
18         Menu: oberste Linkebene
19 */
20 A.nohover:hover { 
21         /* color: black;*/
22         color:#8c1919;
23         /* font-weight: bolder;
24         background-image: url("px_3.gif");
25         text-decoration:none; 
26         */
27 }
28
29
30 /*
31         Menu : Unterpunkte
32 */
33 A:hover { 
34         color:#8c1919;
35 /*      color: black;
36         font-weight: bolder;
37         background-color: #FFFFCC;
38         text-decoration:none; 
39 */
40 }
41
42
43 body {
44   font-family: Verdana, Arial, Helvetica;
45   font-size: 10pt;
46   background-color: white;
47   background-image: url("../image/fade.png"); background-repeat:repeat-x;
48   color: black
49 }
50 // .bg { background-image: url("mn_hauptmenu.png");}
51 td {
52   font-family: Verdana, Arial, Helvetica;
53   color: black;
54   font-size: 8pt;
55   font-weight: normal;
56 }
57 td.hover:hover { 
58         color: black;
59 /*          background-color: #FFFFCC;
60           font-size: 8pt;
61           text-decoration: none;
62           border:none;
63           borderWidth:0px;
64           borderColor:2557AD;
65 */
66 }
67
68
69 th {
70   font-family: Verdana, Arial, Helvetica;
71   color: black;
72   font-size: 8pt;
73   font-weight: normal;
74 }
75
76 /* login and admin */
77 .login {
78   font-family: Verdana, Arial, Helvetica;
79 }
80 body.login {
81   background: #b8d1f3;
82   color: #A0A0A0;
83 }
84 h1.login {
85   font-size: 18pt;
86 }
87 table.login {
88   background-color: #efedde;
89   padding: 20px;
90 }
91 td.login {
92   text-align: center;
93 }
94 th.login {
95   text-align: right;
96 }
97
98 body.admin {
99   background-color:#ffffff;
100   color: black;
101 }
102
103 body.menu {
104   background-image: url("../image/fade.png");background-repeat:repeat-x;
105   font-family: Verdana, Arial, Helvetica;
106   font-size:8pt;
107   color: black;
108 }
109
110
111 /*
112         �erschriftsbalken
113 */
114 .listtop { 
115         background-color: rgb(236,233,216); 
116         text-align:left;
117         padding:5px;
118         font-size: 10pt; 
119         color: black; 
120         font-weight: bolder;
121         border-style:dashed;
122         border-width:thin;
123 }
124
125
126 .listelement {
127         background-image: url("../image/fade2.png");
128         background-repeat:repeat-x;
129         border-style:dashed;
130         border-width:thin;
131 }
132
133 .listelement2 {
134         background-image: url("../image/fade2.png");
135         background-repeat:repeat-x;
136         border-style:dashed;
137         border-width:thin;
138 }
139
140 .listheading { 
141         font-size: 9pt; 
142         padding:3px;
143         background-color: 
144         rgb(236,233,216); 
145         color: black; 
146         font-weight: bolder;
147         text-align:left;
148         background-image: url("../image/fade.png");
149         border-style:dotted;
150         border-width:thin;
151 }
152         
153         
154 .subsubheading {
155   color: black;
156   font-weight: bolder;
157   text-decoration: underline;
158 }
159
160 .optionen {
161         border:dashed;
162 /*      padding-top:10px;
163         padding-bottom:10px;
164         padding-left:10px;
165 */
166         border-width:1px;
167         background:#efedde;
168 }
169
170         
171 A.listheading:link, A.listheading:active, A.listheading:visited {
172   color: black;
173   text-decoration: none; 
174  }
175
176 .listrow1 { 
177         background-color: rgb(208,207,201); 
178         color: black; 
179         vertical-align: top; 
180 }
181
182 .listrow0 { background-color: rgb(236,233,216); color: black; vertical-align: top; }
183
184 .listsubtotal { font-size: 8pt; background-color: rgb(236,233,216); color: black; font-weight: bolder;}
185
186 .listtotal { font-size: 8pt; background-color: rgb(236,233,216); color: black; font-weight: bolder;}
187
188 .submit {
189   font-family: Verdana, Arial, Helvetica;
190   color: #000000;
191 }
192 .checkbox, .radio {
193   font-family: Verdana, Arial, Helvetica;
194   color: #778899;
195 }
196
197 .plus0 {    /* font color for negative numbers */
198   color: red;
199 }
200
201 .plus1 {
202   color: green;
203 }
204
205 h2.confirm {
206   color: blue;
207   font-size: 14pt;
208 }
209
210 h2.error {
211   color: red;
212   font-size: 14pt;
213 }
214
215
216 /* media stuff */
217
218 @media screen {
219   .noscreen {   /* items with this class won't display */
220     display: none;
221   }
222 }
223
224 @media print {
225   .noprint {   /* items with this class won't print */
226     display: none;
227   }
228 }