Revision 51f762db
Von Moritz Bunkus vor fast 7 Jahren hinzugefügt
css/bwa.css | ||
---|---|---|
/* Allgemeine Schriftdefinition */
|
||
th,td {
|
||
font-family: Arial, Verdana, Helvetica, Sans-serif;
|
||
font-size:small;
|
||
}
|
||
|
css/kivitendo/frame_header/header.css | ||
---|---|---|
#frame-header .frame-header-right {
|
||
border-spacing: 0;
|
||
padding: 0;
|
||
font-family: verdana,arial,sans-serif;
|
||
vertical-align: middle;
|
||
}
|
||
|
css/kivitendo/jquery-ui.custom.css | ||
---|---|---|
border-radius: 4px;
|
||
border: 0;
|
||
color: #333333;
|
||
font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
|
||
font-family: sans-serif;
|
||
font-size: 1.1em;
|
||
overflow: hidden;
|
||
}
|
css/kivitendo/main.css | ||
---|---|---|
body {
|
||
background-color: #FFFFFF;
|
||
color: #000000;
|
||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||
font-family: sans-serif;
|
||
font-size: 80%;
|
||
}
|
||
|
||
... | ... | |
padding-left: 30px
|
||
}
|
||
.submit {
|
||
font-family: Verdana, Arial, Helvetica;
|
||
color: #000000;
|
||
}
|
||
.checkbox, .radio {
|
||
font-family: Verdana, Arial, Helvetica;
|
||
color: #778899;
|
||
}
|
||
.plus0 {
|
css/kivitendo/menu.css | ||
---|---|---|
behavior: url("css/csshover.htc");
|
||
/*font-size: 14pt;*/
|
||
line-height: 20pt;
|
||
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
||
background-color: #FFFFFF;
|
||
color: #000000;
|
||
}
|
css/lx-office-erp/frame_header/header.css | ||
---|---|---|
border-spacing: 0;
|
||
color: black;
|
||
padding: 0;
|
||
font-family: verdana,arial,sans-serif;
|
||
vertical-align: middle;
|
||
}
|
||
|
css/lx-office-erp/jquery-ui.custom.css | ||
---|---|---|
border-radius: 0;
|
||
border: 0;
|
||
color: #000000;
|
||
font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
|
||
font-family: sans-serif;
|
||
overflow: hidden;
|
||
}
|
||
|
css/lx-office-erp/main.css | ||
---|---|---|
}
|
||
|
||
body {
|
||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||
font-family: sans-serif;
|
||
font-size: 80%;
|
||
background-color: white;
|
||
color: black;
|
||
... | ... | |
}
|
||
|
||
td {
|
||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||
color: black;
|
||
font-weight: normal;
|
||
}
|
||
... | ... | |
|
||
|
||
th {
|
||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||
color: black;
|
||
font-weight: normal;
|
||
}
|
||
|
||
/* login and admin */
|
||
.login {
|
||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||
}
|
||
div.login {
|
||
min-height: 100%;
|
||
height: auto !important;
|
||
... | ... | |
|
||
|
||
.submit {
|
||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||
color: #000000;
|
||
}
|
||
.checkbox, .radio {
|
||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||
color: #778899;
|
||
}
|
||
|
css/lx-office-erp/menu.css | ||
---|---|---|
|
||
body.menu {
|
||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||
font-size: 80%;
|
||
color: black;
|
||
}
|
||
... | ... | |
table.menunew td {
|
||
padding: 0;
|
||
color:black;
|
||
font-family: Verdana, Arial, sans-serif;
|
||
}
|
||
|
||
body.menunew {
|
css/tooltipster.css | ||
---|---|---|
|
||
/* Use this next selector to style things like font-size and line-height: */
|
||
.tooltipster-default .tooltipster-content {
|
||
font-family: Arial, sans-serif;
|
||
font-family: sans-serif;
|
||
font-size: 14px;
|
||
line-height: 16px;
|
||
padding: 8px 10px;
|
css/ui-lightness/jquery-ui-1.10.3.custom.css | ||
---|---|---|
/* Component containers
|
||
----------------------------------*/
|
||
.ui-widget {
|
||
font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
|
||
font-family: sans-serif;
|
||
font-size: 1.1em;
|
||
}
|
||
.ui-widget .ui-widget {
|
||
... | ... | |
.ui-widget select,
|
||
.ui-widget textarea,
|
||
.ui-widget button {
|
||
font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
|
||
font-family: sans-serif;
|
||
font-size: 1em;
|
||
}
|
||
.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.