System->Konteneinstellungen ueberarbeitet:
[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 { 
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 .accountlistheading { 
128         font-size: 10pt; 
129         padding:3px;
130         color: white; 
131         font-weight: bold;
132         text-align:left;
133         background-color:rgb(133,132,129);
134 }
135
136 .subsubheading {
137   color: black;
138   font-weight: bolder;
139   text-decoration: underline;
140 }
141
142 .optionen {
143         border:dashed;
144 /*      padding-top:10px;
145         padding-bottom:10px;
146         padding-left:10px;
147 */
148         border-width:1px;
149         background:#efedde;
150 }
151
152         
153 .listrow1 { 
154         background-color: rgb(208,207,201); 
155         color: black; 
156         vertical-align: top; 
157 }
158
159 .listrow0 { background-color: rgb(236,233,216); color: black; vertical-align: top; }
160
161 .listsubtotal { font-size: 8pt; background-color: rgb(236,233,216); color: black; font-weight: bolder;}
162
163 .listtotal { font-size: 8pt; background-color: rgb(236,233,216); color: black; font-weight: bolder;}
164
165 .submit {
166   font-family: Verdana, Arial, Helvetica;
167   color: #000000;
168 }
169 .checkbox, .radio {
170   font-family: Verdana, Arial, Helvetica;
171   color: #778899;
172 }
173
174 .plus0 {    /* font color for negative numbers */
175   color: red;
176 }
177
178 .plus1 {
179   color: green;
180 }
181
182 h2.confirm {
183   color: blue;
184   font-size: 14pt;
185 }
186
187 h2.error {
188   color: red;
189   font-size: 14pt;
190 }
191
192 fieldset {
193   margin-top:15px;
194   color: black;
195   font-weight: bolder;
196 }
197
198 /* media stuff */
199
200 @media screen {
201   .noscreen {   /* items with this class won't display */
202     display: none;
203   }
204 }
205
206 @media print {
207   .noprint {   /* items with this class won't print */
208     display: none;
209   }
210 }
211
212 .filecontent {
213   border: 1px solid blue;
214   padding-left: 2px;
215   padding-right: 2px;
216 }