Kundennummer in Auftragssuche in vcnumber umbenannt um Lieferantenaufträge mit abzude...
[kivitendo-erp.git] / css / Win2000.css
1 /* stylesheet for LX-Office ERP 
2 Getestet mit W3C CSS-Validator: 
3 Keine Fehler oder Warnungen gefunden
4 */
5
6 A:link { color: black; text-decoration: none; }
7 A:visited { color: black; text-decoration: none; }
8 A:active { color: black; text-decoration: underline; }
9 input:focus, textarea:focus, select:focus, option:focus { background-color: yellow; }
10 A.nohover:hover { 
11   color:white;
12   background-color: #093280;
13   font-size: 10pt;
14   text-decoration: none;
15 }
16 A:hover { 
17   color:white;
18   background-color: #093280;
19   font-size: 10pt;
20   text-decoration: none;
21 }
22 body {
23   font-family: Verdana, Arial, Helvetica;
24   font-size: 10pt;
25   background-color: #D4D0C8;
26   color: black
27 }
28 td {
29   font-family: Verdana, Arial, Helvetica;
30   color: black;
31   font-size: 10pt;
32   font-weight: normal;
33 }
34 th {
35   font-family: Verdana, Arial, Helvetica;
36   color: black;
37   font-size: 10pt;
38   font-weight: normal;
39 }
40 /* login and admin */
41 .login {
42   font-family: Verdana, Arial, Helvetica;
43 }
44 body.login {
45   background: #b8d1f3;
46   color: #D4D0C8;
47 }
48 h1.login {
49   font-size: 18pt;
50 }
51 table.login {
52   background-color: #efedde;
53   padding: 20px;
54 }
55 td.login {
56   text-align: center;
57 }
58 th.login {
59   text-align: right;
60 }
61 body.admin {
62   background-color:#ffffff;
63   color: black;
64 }
65 body.menu {
66   background-color: white;
67   font-family: Verdana, Arial, Helvetica;
68   font-size:10pt;
69   color: black;
70 }
71 .listtop { 
72   background-color: #b8d1f3; 
73   text-align:left;
74   padding:5px;
75   font-size: 10pt; 
76   color: black; 
77   font-weight: bolder;
78   border-bottom: 2px solid #A5A29C;
79 }
80 .listheading { 
81   font-size: 10pt; 
82   padding:3px;
83   background-color: #b8d1f3;
84   color: black; 
85   font-weight: bolder;
86   text-align:left;
87 }        
88 .subsubheading {
89   color: black;
90   font-weight: bolder;
91   text-decoration: underline;
92 }
93 .optionen {
94   border:dashed;
95   border-width:1px;
96   background:#D4D0C8;
97 }
98 /* Bei Listen den Farbwechsel zur besseren Lesbarkeit: */
99 .listrow1 { background-color: #C8D4C6; color: black; vertical-align: top; }
100 .listrow0 { background-color: white; color: black; vertical-align: top; }
101 .listsubtotal { border-top: 1px solid black; font-size: 10pt; background-color: #b8d1f3; color: black; font-weight: bolder;}
102 .listtotal { border-top: 1px double black; font-size: 10pt; background-color: #b8d1f3; color: black; font-weight: bolder;}
103 .submit {
104   font-family: Verdana, Arial, Helvetica;
105   color: #000000;
106 }
107 .checkbox, .radio {
108   font-family: Verdana, Arial, Helvetica;
109   color: #778899;
110 }
111 .plus0 {    /* font color for negative numbers */
112   color: red;
113 }
114 .plus1 {
115   color: green;
116 }
117 h2.confirm {
118   color: blue;
119   font-size: 14pt;
120 }
121 h2.error {
122   color: red;
123   font-size: 14pt;
124 }
125 /* media stuff */
126 @media screen {
127   .noscreen {   /* items with this class won't display */
128     display: none;
129   }
130 }
131 @media print {
132   .noprint {   /* items with this class won't print */
133     display: none;
134   }
135 }
136