kivitendo/css/Win2000.css @ b390c388
e3f07619 | Sven Donath | /* Stylesheet for Lx-Office
|
||
* Name: Win2000.css*/
|
||||
0d270fdb | Udo Spallek | |||
e3f07619 | Sven Donath | /* The look of links */
|
||
0d270fdb | Udo Spallek | A:link { color: black; text-decoration: none; }
|
||
A:visited { color: black; text-decoration: none; }
|
||||
A:active { color: black; text-decoration: underline; }
|
||||
d6b20449 | Sven Donath | A.nohover:hover {
|
||
0d270fdb | Udo Spallek | color:white;
|
||
background-color: #093280;
|
||||
font-size: 10pt;
|
||||
text-decoration: none;
|
||||
}
|
||||
d6b20449 | Sven Donath | A:hover {
|
||
0d270fdb | Udo Spallek | color:white;
|
||
background-color: #093280;
|
||||
e3f07619 | Sven Donath | /*font-size: 10pt;*/
|
||
0d270fdb | Udo Spallek | text-decoration: none;
|
||
}
|
||||
d6b20449 | Sven Donath | |||
input:focus, textarea:focus, select:focus {
|
||||
e3f07619 | Sven Donath | background-color: yellow;
|
||
d6b20449 | Sven Donath | }
|
||
0d270fdb | Udo Spallek | body {
|
||
font-family: Verdana, Arial, Helvetica;
|
||||
font-size: 10pt;
|
||||
background-color: #D4D0C8;
|
||||
color: black
|
||||
}
|
||||
td {
|
||||
font-family: Verdana, Arial, Helvetica;
|
||||
color: black;
|
||||
font-size: 10pt;
|
||||
font-weight: normal;
|
||||
}
|
||||
th {
|
||||
font-family: Verdana, Arial, Helvetica;
|
||||
color: black;
|
||||
font-size: 10pt;
|
||||
font-weight: normal;
|
||||
}
|
||||
/* login and admin */
|
||||
.login {
|
||||
font-family: Verdana, Arial, Helvetica;
|
||||
}
|
||||
body.login {
|
||||
background: #b8d1f3;
|
||||
color: #D4D0C8;
|
||||
}
|
||||
h1.login {
|
||||
font-size: 18pt;
|
||||
}
|
||||
table.login {
|
||||
background-color: #efedde;
|
||||
padding: 20px;
|
||||
}
|
||||
td.login {
|
||||
text-align: center;
|
||||
}
|
||||
th.login {
|
||||
text-align: right;
|
||||
}
|
||||
body.admin {
|
||||
background-color:#ffffff;
|
||||
color: black;
|
||||
}
|
||||
body.menu {
|
||||
background-color: white;
|
||||
font-family: Verdana, Arial, Helvetica;
|
||||
font-size:10pt;
|
||||
color: black;
|
||||
}
|
||||
e3f07619 | Sven Donath | |||
.message_error_login {
|
||||
color: #000000;
|
||||
border: 1px solid #8b0000;
|
||||
background-color: #ffcccc;
|
||||
padding: 3px;
|
||||
}
|
||||
.message_ok {
|
||||
font-size: 12pt;
|
||||
padding:5px;
|
||||
background-color: #ADFFB6;
|
||||
color: black;
|
||||
font-weight: bolder;
|
||||
text-align:center;
|
||||
border-style:solid;
|
||||
border-width:thin;
|
||||
}
|
||||
.message_error {
|
||||
font-size: 12pt;
|
||||
padding:5px;
|
||||
background-color: #FFAAAA;
|
||||
color: black;
|
||||
font-weight: bolder;
|
||||
text-align:center;
|
||||
border-style:solid;
|
||||
border-width:thin;
|
||||
}
|
||||
.message_hint {
|
||||
font-size: 12pt;
|
||||
padding:5px;
|
||||
background-color: #FFFE47;
|
||||
color: black;
|
||||
font-weight: bolder;
|
||||
text-align:center;
|
||||
border-style:solid;
|
||||
border-width:thin;
|
||||
}
|
||||
d6b20449 | Sven Donath | .listtop {
|
||
background-color: #b8d1f3;
|
||||
0d270fdb | Udo Spallek | text-align:left;
|
||
padding:5px;
|
||||
d6b20449 | Sven Donath | font-size: 10pt;
|
||
color: black;
|
||||
0d270fdb | Udo Spallek | font-weight: bolder;
|
||
border-bottom: 2px solid #A5A29C;
|
||||
}
|
||||
d6b20449 | Sven Donath | .listheading {
|
||
font-size: 10pt;
|
||||
0d270fdb | Udo Spallek | padding:3px;
|
||
background-color: #b8d1f3;
|
||||
d6b20449 | Sven Donath | color: black;
|
||
0d270fdb | Udo Spallek | font-weight: bolder;
|
||
text-align:left;
|
||||
d6b20449 | Sven Donath | }
|
||
0d270fdb | Udo Spallek | .subsubheading {
|
||
color: black;
|
||||
font-weight: bolder;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.optionen {
|
||||
border:dashed;
|
||||
border-width:1px;
|
||||
background:#D4D0C8;
|
||||
}
|
||||
/* Bei Listen den Farbwechsel zur besseren Lesbarkeit: */
|
||||
.listrow1 { background-color: #C8D4C6; color: black; vertical-align: top; }
|
||||
.listrow0 { background-color: white; color: black; vertical-align: top; }
|
||||
.listsubtotal { border-top: 1px solid black; font-size: 10pt; background-color: #b8d1f3; color: black; font-weight: bolder;}
|
||||
.listtotal { border-top: 1px double black; font-size: 10pt; background-color: #b8d1f3; color: black; font-weight: bolder;}
|
||||
.submit {
|
||||
font-family: Verdana, Arial, Helvetica;
|
||||
color: #000000;
|
||||
}
|
||||
.checkbox, .radio {
|
||||
font-family: Verdana, Arial, Helvetica;
|
||||
color: #778899;
|
||||
}
|
||||
.plus0 { /* font color for negative numbers */
|
||||
color: red;
|
||||
}
|
||||
.plus1 {
|
||||
color: green;
|
||||
}
|
||||
h2.confirm {
|
||||
color: blue;
|
||||
font-size: 14pt;
|
||||
}
|
||||
h2.error {
|
||||
color: red;
|
||||
font-size: 14pt;
|
||||
}
|
||||
/* media stuff */
|
||||
@media screen {
|
||||
.noscreen { /* items with this class won't display */
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@media print {
|
||||
.noprint { /* items with this class won't print */
|
||||
display: none;
|
||||
}
|
||||
}
|