Revision 51f762db
Von Moritz Bunkus vor mehr als 6 Jahren hinzugefügt
css/lx-office-erp/main.css | ||
---|---|---|
71 | 71 |
} |
72 | 72 |
|
73 | 73 |
body { |
74 |
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
74 |
font-family: sans-serif; |
|
75 | 75 |
font-size: 80%; |
76 | 76 |
background-color: white; |
77 | 77 |
color: black; |
... | ... | |
79 | 79 |
} |
80 | 80 |
|
81 | 81 |
td { |
82 |
font-family: Verdana, Arial, Helvetica, sans-serif; |
|
83 | 82 |
color: black; |
84 | 83 |
font-weight: normal; |
85 | 84 |
} |
... | ... | |
89 | 88 |
|
90 | 89 |
|
91 | 90 |
th { |
92 |
font-family: Verdana, Arial, Helvetica, sans-serif; |
|
93 | 91 |
color: black; |
94 | 92 |
font-weight: normal; |
95 | 93 |
} |
96 | 94 |
|
97 | 95 |
/* login and admin */ |
98 |
.login { |
|
99 |
font-family: Verdana, Arial, Helvetica, sans-serif; |
|
100 |
} |
|
101 | 96 |
div.login { |
102 | 97 |
min-height: 100%; |
103 | 98 |
height: auto !important; |
... | ... | |
264 | 259 |
|
265 | 260 |
|
266 | 261 |
.submit { |
267 |
font-family: Verdana, Arial, Helvetica, sans-serif; |
|
268 | 262 |
color: #000000; |
269 | 263 |
} |
270 | 264 |
.checkbox, .radio { |
271 |
font-family: Verdana, Arial, Helvetica, sans-serif; |
|
272 | 265 |
color: #778899; |
273 | 266 |
} |
274 | 267 |
|
Auch abrufbar als: Unified diff
Font-Familie nur im <body>-Tag setzen, und auf Browser-Standard-Schrift belassen
sans-serif ist ein Meta-Name, der im Browser von den Anwendern selber
eingestellt werden kann.