Geschlecht fuer Ansprechpartner bei abweichender Lieferadresse als Auswahlfeld in...
[kivitendo-erp.git] / css / lx-office-erp.css
1 /* stylesheet for LX-Office ERP */
2
3 /* The look of links */
4 A:link { color: mediumblue; text-decoration: none; }
5 A:visited { color: mediumblue; text-decoration: none; }
6 A:active { color: black; text-decoration: none; }
7 A:hover { color: black;
8            background-color: lemonchiffon;
9            text-decoration: none;
10          }
11
12 input:focus, textarea:focus, select:focus {
13   background-color:yellow;
14 }
15
16 body {
17   font-family: Verdana, Arial, Helvetica;
18   font-size: 10pt;
19   background-color: white;
20   background-image: url("../image/fade.png"); background-repeat:repeat-x;
21   color: black;
22 }
23
24 /* .bg {
25   background-image: url("mn_hauptmenu.png");
26 } */
27
28 td {
29   font-family: Verdana, Arial, Helvetica;
30   color: black;
31   font-size: 8pt;
32   font-weight: normal;
33 }
34 td.hover:hover {
35     color: black;
36 /*          background-color: #FFFFCC;
37           font-size: 8pt;
38           text-decoration: none;
39           border:none;
40           borderWidth:0px;
41           borderColor:2557AD;
42 */
43 }
44
45
46 th {
47   font-family: Verdana, Arial, Helvetica;
48   color: black;
49   font-size: 8pt;
50   font-weight: normal;
51 }
52
53 /* login and admin */
54 .login {
55   font-family: Verdana, Arial, Helvetica;
56 }
57 body.login {
58   background: #b8d1f3;
59   color: #A0A0A0;
60 }
61 h1.login {
62   font-size: 18pt;
63 }
64 table.login {
65   background-color: #efedde;
66   padding: 20px;
67 }
68 td.login {
69   text-align: center;
70 }
71 th.login {
72   text-align: right;
73 }
74
75 body.admin {
76   background-color:#ffffff;
77   color: black;
78 }
79
80 body.menu {
81   background-image: url("../image/fade.png");background-repeat:repeat-x;
82   font-family: Verdana, Arial, Helvetica;
83   font-size:8pt;
84   color: black;
85 }
86
87 .message_ok {
88     font-size: 12pt;
89     padding:5px;
90     background-color: lightgreen;
91     color: black;
92     font-weight: bolder;
93     text-align:center;
94     border-style:solid;
95     border-width:thin;
96 }
97
98 .message_error {
99     font-size: 12pt;
100     padding:5px;
101     background-color: #FFAAAA;
102     color: black;
103     font-weight: bolder;
104     text-align:center;
105     border-style:solid;
106     border-width:thin;
107 }
108
109 /*
110     Überschriftsbalken
111 */
112 .listtop {
113     background-color: rgb(236,233,216);
114     text-align:left;
115     padding:5px;
116     font-size: 10pt;
117     color: black;
118     font-weight: bolder;
119     border-style:dashed;
120     border-width:thin;
121 }
122
123
124 .listelement {
125     background-image: url("../image/fade2.png");
126     background-repeat:repeat-x;
127     border-style:dashed;
128     border-width:thin;
129 }
130
131 .listelement2 {
132     background-image: url("../image/fade2.png");
133     background-repeat:repeat-x;
134     border-style:dashed;
135     border-width:thin;
136 }
137
138 .listheading, .listheading th {
139     font-size: 9pt;
140     padding:3px;
141     background-color:
142     rgb(236,233,216);
143     color: black;
144     font-weight: bolder;
145     text-align:left;
146     background-image: url("../image/fade.png");
147     border-style:dotted;
148     border-width:thin;
149 }
150
151 .listheadingcontent {
152     font-size: 9pt;
153     background-color:
154     rgb(236,233,216);
155     color: black;
156     font-weight: bolder;
157     text-align:left;
158 }
159
160 .accountlistheading {
161     font-size: 10pt;
162     padding:3px;
163     color: white;
164     font-weight: bold;
165     text-align:left;
166     background-color:rgb(133,132,129);
167 }
168
169 .subsubheading {
170   color: black;
171   font-weight: bolder;
172   text-decoration: underline;
173 }
174
175 .optionen {
176     border:dashed;
177 /*  padding-top:10px;
178     padding-bottom:10px;
179     padding-left:10px;
180 */
181     border-width:1px;
182     background:#efedde;
183 }
184
185
186 .listrow1 {
187     background-color: rgb(208,207,201);
188     color: black;
189     vertical-align: top;
190 }
191
192 .listrow0 { background-color: rgb(236,233,216); color: black; vertical-align: top; }
193
194 .listsubtotal { font-size: 8pt; background-color: rgb(236,233,216); color: black; font-weight: bolder;}
195
196 .listtotal, .listtotal td { font-size: 8pt; background-color: rgb(236,233,216); color: black; font-weight: bolder;}
197
198 .submit {
199   font-family: Verdana, Arial, Helvetica;
200   color: #000000;
201 }
202 .checkbox, .radio {
203   font-family: Verdana, Arial, Helvetica;
204   color: #778899;
205 }
206
207 .plus0 {    /* font color for negative numbers */
208   color: red;
209 }
210
211 .plus1 {
212   color: green;
213 }
214
215 h2.confirm {
216   color: blue;
217   font-size: 14pt;
218 }
219
220 h2.error {
221   color: red;
222   font-size: 14pt;
223 }
224
225 fieldset {
226   margin-top:15px;
227   color: black;
228   font-weight: bolder;
229 }
230
231 /* media stuff */
232
233 @media screen {
234   .noscreen {   /* items with this class won't display */
235     display: none;
236   }
237 }
238
239 @media print {
240   .noprint {   /* items with this class won't print */
241     display: none;
242   }
243 }
244
245 .filecontent {
246   border: 1px solid blue;
247   padding-left: 2px;
248   padding-right: 2px;
249 }
250
251 label {
252   cursor:pointer;
253 }
254
255 .unbalanced_ledger {
256   background-color: #ffa0a0;
257 }
258
259 .error_message {
260   color: #000000;
261   border: 1px solid #8b0000;
262   background-color: #ffcccc;
263   padding: 3px;
264 }
265