Teil 2 von: Usability und Lokalisierung, Administrations-Interface
[kivitendo-erp.git] / css / Win2000.css
1 /* Stylesheet for Lx-Office
2  * Name: Win2000.css*/
3
4 /* The look of links */
5 A:link { color: black; text-decoration: none; }
6 A:visited { color: black; text-decoration: none; }
7 A:active { color: black; text-decoration: underline; }
8 A.nohover:hover {
9   color:white;
10   background-color: #093280;
11   font-size: 10pt;
12   text-decoration: none;
13 }
14 A:hover {
15   color:white;
16   background-color: #093280;
17   /*font-size: 10pt;*/
18   text-decoration: none;
19 }
20
21 input:focus, textarea:focus, select:focus {
22   background-color: yellow;
23 }
24
25 body {
26   font-family: Verdana, Arial, Helvetica;
27   font-size: 10pt;
28   background-color: #D4D0C8;
29   color: black
30 }
31 td {
32   font-family: Verdana, Arial, Helvetica;
33   color: black;
34   font-size: 10pt;
35   font-weight: normal;
36 }
37 th {
38   font-family: Verdana, Arial, Helvetica;
39   color: black;
40   font-size: 10pt;
41   font-weight: normal;
42 }
43 /* login and admin */
44 .login {
45   font-family: Verdana, Arial, Helvetica;
46 }
47 body.login {
48   background: #b8d1f3;
49   color: #D4D0C8;
50 }
51 h1.login {
52   font-size: 18pt;
53 }
54 table.login {
55   background-color: #efedde;
56   padding: 20px;
57 }
58 td.login {
59   text-align: center;
60 }
61 th.login {
62   text-align: right;
63 }
64 body.admin {
65   background-color:#ffffff;
66   color: black;
67 }
68 body.menu {
69   background-color: white;
70   font-family: Verdana, Arial, Helvetica;
71   font-size:10pt;
72   color: black;
73 }
74
75 .message_error_login {
76     color: #000000;
77     border: 1px solid #8b0000;
78     background-color: #ffcccc;
79     padding: 3px;
80 }
81 .message_ok {
82     font-size: 12pt;
83     padding:5px;
84     background-color: #ADFFB6;
85     color: black;
86     font-weight: bolder;
87     text-align:center;
88     border-style:solid;
89     border-width:thin;
90 }
91 .message_error {
92     font-size: 12pt;
93     padding:5px;
94     background-color: #FFAAAA;
95     color: black;
96     font-weight: bolder;
97     text-align:center;
98     border-style:solid;
99     border-width:thin;
100 }
101 .message_hint {
102     font-size: 12pt;
103     padding:5px;
104     background-color: #FFFE47;
105     color: black;
106     font-weight: bolder;
107     text-align:center;
108     border-style:solid;
109     border-width:thin;
110 }
111
112 .listtop {
113   background-color: #b8d1f3;
114   text-align:left;
115   padding:5px;
116   font-size: 10pt;
117   color: black;
118   font-weight: bolder;
119   border-bottom: 2px solid #A5A29C;
120 }
121 .listheading {
122   font-size: 10pt;
123   padding:3px;
124   background-color: #b8d1f3;
125   color: black;
126   font-weight: bolder;
127   text-align:left;
128 }
129 .subsubheading {
130   color: black;
131   font-weight: bolder;
132   text-decoration: underline;
133 }
134 .optionen {
135   border:dashed;
136   border-width:1px;
137   background:#D4D0C8;
138 }
139 /* Bei Listen den Farbwechsel zur besseren Lesbarkeit: */
140 .listrow1 { background-color: #C8D4C6; color: black; vertical-align: top; }
141 .listrow0 { background-color: white; color: black; vertical-align: top; }
142 .listsubtotal { border-top: 1px solid black; font-size: 10pt; background-color: #b8d1f3; color: black; font-weight: bolder;}
143 .listtotal { border-top: 1px double black; font-size: 10pt; background-color: #b8d1f3; color: black; font-weight: bolder;}
144 .submit {
145   font-family: Verdana, Arial, Helvetica;
146   color: #000000;
147 }
148 .checkbox, .radio {
149   font-family: Verdana, Arial, Helvetica;
150   color: #778899;
151 }
152 .plus0 {    /* font color for negative numbers */
153   color: red;
154 }
155 .plus1 {
156   color: green;
157 }
158 h2.confirm {
159   color: blue;
160   font-size: 14pt;
161 }
162 h2.error {
163   color: red;
164   font-size: 14pt;
165 }
166 /* media stuff */
167 @media screen {
168   .noscreen {   /* items with this class won't display */
169     display: none;
170   }
171 }
172 @media print {
173   .noprint {   /* items with this class won't print */
174     display: none;
175   }
176 }
177