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