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