Revision a5315ec3
Von Sven Donath vor mehr als 12 Jahren hinzugefügt
css/Win2000.css | ||
---|---|---|
23 | 23 |
} |
24 | 24 |
|
25 | 25 |
body { |
26 |
font-family: Verdana, Arial, Helvetica; |
|
26 |
font-family: sans-serif, Verdana, Arial, Helvetica;
|
|
27 | 27 |
font-size: 10pt; |
28 | 28 |
background-color: #D4D0C8; |
29 | 29 |
color: black |
30 | 30 |
} |
31 | 31 |
td { |
32 |
font-family: Verdana, Arial, Helvetica; |
|
32 |
font-family: sans-serif, Verdana, Arial, Helvetica;
|
|
33 | 33 |
color: black; |
34 | 34 |
font-size: 10pt; |
35 | 35 |
font-weight: normal; |
36 | 36 |
} |
37 | 37 |
th { |
38 |
font-family: Verdana, Arial, Helvetica; |
|
38 |
font-family: sans-serif, Verdana, Arial, Helvetica;
|
|
39 | 39 |
color: black; |
40 | 40 |
font-size: 10pt; |
41 | 41 |
font-weight: normal; |
42 | 42 |
} |
43 | 43 |
/* login and admin */ |
44 | 44 |
.login { |
45 |
font-family: Verdana, Arial, Helvetica; |
|
45 |
font-family: sans-serif, Verdana, Arial, Helvetica;
|
|
46 | 46 |
} |
47 | 47 |
body.login { |
48 | 48 |
background: #b8d1f3; |
... | ... | |
67 | 67 |
} |
68 | 68 |
body.menu { |
69 | 69 |
background-color: white; |
70 |
font-family: Verdana, Arial, Helvetica; |
|
70 |
font-family: sans-serif, Verdana, Arial, Helvetica;
|
|
71 | 71 |
font-size:10pt; |
72 | 72 |
color: black; |
73 | 73 |
} |
... | ... | |
142 | 142 |
.listsubtotal { border-top: 1px solid black; font-size: 10pt; background-color: #b8d1f3; color: black; font-weight: bolder;} |
143 | 143 |
.listtotal { border-top: 1px double black; font-size: 10pt; background-color: #b8d1f3; color: black; font-weight: bolder;} |
144 | 144 |
.submit { |
145 |
font-family: Verdana, Arial, Helvetica; |
|
145 |
font-family: sans-serif, Verdana, Arial, Helvetica;
|
|
146 | 146 |
color: #000000; |
147 | 147 |
} |
148 | 148 |
.checkbox, .radio { |
149 |
font-family: Verdana, Arial, Helvetica; |
|
149 |
font-family: sans-serif, Verdana, Arial, Helvetica;
|
|
150 | 150 |
color: #778899; |
151 | 151 |
} |
152 | 152 |
.plus0 { /* font color for negative numbers */ |
Auch abrufbar als: Unified diff
Font-Fallback auf serifenlosen Font, falls keiner der angegebenen Fonts installiert ist.