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