ac67cf39551a0249b9964ceec8ab26e23ca6145c
[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 .optionen {
155         border:dashed;
156 /*      padding-top:10px;
157         padding-bottom:10px;
158         padding-left:10px;
159 */
160         border-width:1px;
161         background:#efedde;
162 }
163
164         
165 A.listheading:link, A.listheading:active, A.listheading:visited {
166   color: black;
167   text-decoration: none; 
168  }
169
170 .listrow1 { 
171         background-color: rgb(208,207,201); 
172         color: black; 
173         vertical-align: top; 
174 }
175
176 .listrow0 { background-color: rgb(236,233,216); color: black; vertical-align: top; }
177
178 .listsubtotal { font-size: 8pt; background-color: rgb(236,233,216); color: black; font-weight: bolder;}
179
180 .listtotal { font-size: 8pt; background-color: rgb(236,233,216); color: black; font-weight: bolder;}
181
182 .submit {
183   font-family: Verdana, Arial, Helvetica;
184   color: #000000;
185 }
186 .checkbox, .radio {
187   font-family: Verdana, Arial, Helvetica;
188   color: #778899;
189 }
190
191 .plus0 {    /* font color for negative numbers */
192   color: red;
193 }
194
195 .plus1 {
196   color: green;
197 }
198
199 h2.confirm {
200   color: blue;
201   font-size: 14pt;
202 }
203
204 h2.error {
205   color: red;
206   font-size: 14pt;
207 }
208
209
210 /* media stuff */
211
212 @media screen {
213   .noscreen {   /* items with this class won't display */
214     display: none;
215   }
216 }
217
218 @media print {
219   .noprint {   /* items with this class won't print */
220     display: none;
221   }
222 }