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