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