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