Revision 51f762db
Von Moritz Bunkus vor mehr als 6 Jahren hinzugefügt
css/bwa.css | ||
---|---|---|
1 | 1 |
/* Allgemeine Schriftdefinition */ |
2 | 2 |
th,td { |
3 |
font-family: Arial, Verdana, Helvetica, Sans-serif; |
|
4 | 3 |
font-size:small; |
5 | 4 |
} |
6 | 5 |
|
css/kivitendo/frame_header/header.css | ||
---|---|---|
40 | 40 |
#frame-header .frame-header-right { |
41 | 41 |
border-spacing: 0; |
42 | 42 |
padding: 0; |
43 |
font-family: verdana,arial,sans-serif; |
|
44 | 43 |
vertical-align: middle; |
45 | 44 |
} |
46 | 45 |
|
css/kivitendo/jquery-ui.custom.css | ||
---|---|---|
13 | 13 |
border-radius: 4px; |
14 | 14 |
border: 0; |
15 | 15 |
color: #333333; |
16 |
font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
|
|
16 |
font-family: sans-serif; |
|
17 | 17 |
font-size: 1.1em; |
18 | 18 |
overflow: hidden; |
19 | 19 |
} |
css/kivitendo/main.css | ||
---|---|---|
14 | 14 |
body { |
15 | 15 |
background-color: #FFFFFF; |
16 | 16 |
color: #000000; |
17 |
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
17 |
font-family: sans-serif; |
|
18 | 18 |
font-size: 80%; |
19 | 19 |
} |
20 | 20 |
|
... | ... | |
330 | 330 |
padding-left: 30px |
331 | 331 |
} |
332 | 332 |
.submit { |
333 |
font-family: Verdana, Arial, Helvetica; |
|
334 | 333 |
color: #000000; |
335 | 334 |
} |
336 | 335 |
.checkbox, .radio { |
337 |
font-family: Verdana, Arial, Helvetica; |
|
338 | 336 |
color: #778899; |
339 | 337 |
} |
340 | 338 |
.plus0 { |
css/kivitendo/menu.css | ||
---|---|---|
27 | 27 |
behavior: url("css/csshover.htc"); |
28 | 28 |
/*font-size: 14pt;*/ |
29 | 29 |
line-height: 20pt; |
30 |
font-family: Verdana, Geneva, Tahoma, sans-serif; |
|
31 | 30 |
background-color: #FFFFFF; |
32 | 31 |
color: #000000; |
33 | 32 |
} |
css/lx-office-erp/frame_header/header.css | ||
---|---|---|
41 | 41 |
border-spacing: 0; |
42 | 42 |
color: black; |
43 | 43 |
padding: 0; |
44 |
font-family: verdana,arial,sans-serif; |
|
45 | 44 |
vertical-align: middle; |
46 | 45 |
} |
47 | 46 |
|
css/lx-office-erp/jquery-ui.custom.css | ||
---|---|---|
15 | 15 |
border-radius: 0; |
16 | 16 |
border: 0; |
17 | 17 |
color: #000000; |
18 |
font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
|
|
18 |
font-family: sans-serif; |
|
19 | 19 |
overflow: hidden; |
20 | 20 |
} |
21 | 21 |
|
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 |
|
css/lx-office-erp/menu.css | ||
---|---|---|
1 | 1 |
|
2 | 2 |
body.menu { |
3 |
font-family: Verdana, Arial, Helvetica, sans-serif; |
|
4 | 3 |
font-size: 80%; |
5 | 4 |
color: black; |
6 | 5 |
} |
... | ... | |
15 | 14 |
table.menunew td { |
16 | 15 |
padding: 0; |
17 | 16 |
color:black; |
18 |
font-family: Verdana, Arial, sans-serif; |
|
19 | 17 |
} |
20 | 18 |
|
21 | 19 |
body.menunew { |
css/tooltipster.css | ||
---|---|---|
8 | 8 |
|
9 | 9 |
/* Use this next selector to style things like font-size and line-height: */ |
10 | 10 |
.tooltipster-default .tooltipster-content { |
11 |
font-family: Arial, sans-serif;
|
|
11 |
font-family: sans-serif; |
|
12 | 12 |
font-size: 14px; |
13 | 13 |
line-height: 16px; |
14 | 14 |
padding: 8px 10px; |
css/ui-lightness/jquery-ui-1.10.3.custom.css | ||
---|---|---|
786 | 786 |
/* Component containers |
787 | 787 |
----------------------------------*/ |
788 | 788 |
.ui-widget { |
789 |
font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
|
|
789 |
font-family: sans-serif; |
|
790 | 790 |
font-size: 1.1em; |
791 | 791 |
} |
792 | 792 |
.ui-widget .ui-widget { |
... | ... | |
796 | 796 |
.ui-widget select, |
797 | 797 |
.ui-widget textarea, |
798 | 798 |
.ui-widget button { |
799 |
font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
|
|
799 |
font-family: sans-serif; |
|
800 | 800 |
font-size: 1em; |
801 | 801 |
} |
802 | 802 |
.ui-widget-content { |
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.