kivitendo/css/lx-office-erp.css @ a9a6bc13
e3f07619 | Sven Donath | /* Stylesheet for Lx-Office
|
||
* Name: lx-office-erp.css*/
|
||||
4dbb0995 | Moritz Bunkus | |||
cfa5486a | Moritz Bunkus | /* The look of links */
|
||
A:link { color: mediumblue; text-decoration: none; }
|
||||
A:visited { color: mediumblue; text-decoration: none; }
|
||||
A:active { color: black; text-decoration: none; }
|
||||
A:hover { color: black;
|
||||
background-color: lemonchiffon;
|
||||
text-decoration: none;
|
||||
}
|
||||
d6b20449 | Sven Donath | input:focus, textarea:focus, select:focus {
|
||
e3f07619 | Sven Donath | background-color: yellow;
|
||
d6b20449 | Sven Donath | }
|
||
4dbb0995 | Moritz Bunkus | |||
body {
|
||||
font-family: Verdana, Arial, Helvetica;
|
||||
font-size: 10pt;
|
||||
9bb39f11 | Holger Lindemann | background-color: white;
|
||
4dbb0995 | Moritz Bunkus | background-image: url("../image/fade.png"); background-repeat:repeat-x;
|
||
7c3a3741 | Udo Spallek | color: black;
|
||
4dbb0995 | Moritz Bunkus | }
|
||
7c3a3741 | Udo Spallek | |||
29889ce3 | Sven Schöling | /* .bg {
|
||
background-image: url("mn_hauptmenu.png");
|
||||
7c3a3741 | Udo Spallek | } */
|
||
4dbb0995 | Moritz Bunkus | td {
|
||
font-family: Verdana, Arial, Helvetica;
|
||||
color: black;
|
||||
font-size: 8pt;
|
||||
font-weight: normal;
|
||||
}
|
||||
29889ce3 | Sven Schöling | td.hover:hover {
|
||
d6b20449 | Sven Donath | color: black;
|
||
4dbb0995 | Moritz Bunkus | /* background-color: #FFFFCC;
|
||
font-size: 8pt;
|
||||
text-decoration: none;
|
||||
border:none;
|
||||
borderWidth:0px;
|
||||
borderColor:2557AD;
|
||||
*/
|
||||
}
|
||||
th {
|
||||
font-family: Verdana, Arial, Helvetica;
|
||||
color: black;
|
||||
font-size: 8pt;
|
||||
font-weight: normal;
|
||||
}
|
||||
/* login and admin */
|
||||
.login {
|
||||
font-family: Verdana, Arial, Helvetica;
|
||||
}
|
||||
body.login {
|
||||
background: #b8d1f3;
|
||||
color: #A0A0A0;
|
||||
}
|
||||
h1.login {
|
||||
font-size: 18pt;
|
||||
}
|
||||
table.login {
|
||||
background-color: #efedde;
|
||||
padding: 20px;
|
||||
}
|
||||
td.login {
|
||||
text-align: center;
|
||||
}
|
||||
th.login {
|
||||
text-align: right;
|
||||
}
|
||||
body.admin {
|
||||
9bb39f11 | Holger Lindemann | background-color:#ffffff;
|
||
4dbb0995 | Moritz Bunkus | color: black;
|
||
}
|
||||
body.menu {
|
||||
background-image: url("../image/fade.png");background-repeat:repeat-x;
|
||||
font-family: Verdana, Arial, Helvetica;
|
||||
9bb39f11 | Holger Lindemann | font-size:8pt;
|
||
4dbb0995 | Moritz Bunkus | color: black;
|
||
}
|
||||
e3f07619 | Sven Donath | .message_error_login {
|
||
color: #000000;
|
||||
border: 1px solid #8b0000;
|
||||
background-color: #ffcccc;
|
||||
padding: 3px;
|
||||
}
|
||||
61d89baf | Sven Donath | .message_ok {
|
||
font-size: 12pt;
|
||||
d6b20449 | Sven Donath | padding:5px;
|
||
e3f07619 | Sven Donath | background-color: #ADFFB6;
|
||
d6b20449 | Sven Donath | color: black;
|
||
font-weight: bolder;
|
||||
text-align:center;
|
||||
border-style:solid;
|
||||
border-width:thin;
|
||||
61d89baf | Sven Donath | }
|
||
.message_error {
|
||||
font-size: 12pt;
|
||||
d6b20449 | Sven Donath | padding:5px;
|
||
background-color: #FFAAAA;
|
||||
color: black;
|
||||
font-weight: bolder;
|
||||
text-align:center;
|
||||
border-style:solid;
|
||||
border-width:thin;
|
||||
61d89baf | Sven Donath | }
|
||
e3f07619 | Sven Donath | .message_hint {
|
||
font-size: 12pt;
|
||||
padding:5px;
|
||||
background-color: #FFFE66;
|
||||
color: black;
|
||||
font-weight: bolder;
|
||||
text-align:center;
|
||||
border-style:solid;
|
||||
border-width:thin;
|
||||
}
|
||||
4dbb0995 | Moritz Bunkus | |||
/*
|
||||
d6b20449 | Sven Donath | ?berschriftsbalken
|
||
4dbb0995 | Moritz Bunkus | */
|
||
29889ce3 | Sven Schöling | .listtop {
|
||
d6b20449 | Sven Donath | background-color: rgb(236,233,216);
|
||
text-align:left;
|
||||
padding:5px;
|
||||
font-size: 10pt;
|
||||
color: black;
|
||||
font-weight: bolder;
|
||||
border-style:dashed;
|
||||
border-width:thin;
|
||||
4dbb0995 | Moritz Bunkus | }
|
||
.listelement {
|
||||
d6b20449 | Sven Donath | background-image: url("../image/fade2.png");
|
||
background-repeat:repeat-x;
|
||||
border-style:dashed;
|
||||
border-width:thin;
|
||||
4dbb0995 | Moritz Bunkus | }
|
||
.listelement2 {
|
||||
d6b20449 | Sven Donath | background-image: url("../image/fade2.png");
|
||
background-repeat:repeat-x;
|
||||
border-style:dashed;
|
||||
border-width:thin;
|
||||
4dbb0995 | Moritz Bunkus | }
|
||
29889ce3 | Sven Schöling | .listheading, .listheading th {
|
||
d6b20449 | Sven Donath | font-size: 9pt;
|
||
padding:3px;
|
||||
background-color:
|
||||
rgb(236,233,216);
|
||||
color: black;
|
||||
font-weight: bolder;
|
||||
text-align:left;
|
||||
background-image: url("../image/fade.png");
|
||||
border-style:dotted;
|
||||
border-width:thin;
|
||||
4dbb0995 | Moritz Bunkus | }
|
||
bd34eaea | Udo Spallek | |||
29889ce3 | Sven Schöling | .listheadingcontent {
|
||
d6b20449 | Sven Donath | font-size: 9pt;
|
||
background-color:
|
||||
rgb(236,233,216);
|
||||
color: black;
|
||||
font-weight: bolder;
|
||||
text-align:left;
|
||||
11f0cc99 | Moritz Bunkus | }
|
||
29889ce3 | Sven Schöling | .accountlistheading {
|
||
d6b20449 | Sven Donath | font-size: 10pt;
|
||
padding:3px;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
text-align:left;
|
||||
background-color:rgb(133,132,129);
|
||||
bd34eaea | Udo Spallek | }
|
||
3d6e7124 | Moritz Bunkus | .subsubheading {
|
||
color: black;
|
||||
font-weight: bolder;
|
||||
text-decoration: underline;
|
||||
}
|
||||
4dbb0995 | Moritz Bunkus | .optionen {
|
||
d6b20449 | Sven Donath | border:dashed;
|
||
/* padding-top:10px;
|
||||
padding-bottom:10px;
|
||||
padding-left:10px;
|
||||
4dbb0995 | Moritz Bunkus | */
|
||
d6b20449 | Sven Donath | border-width:1px;
|
||
background:#efedde;
|
||||
4dbb0995 | Moritz Bunkus | }
|
||
29889ce3 | Sven Schöling | |||
.listrow1 {
|
||||
d6b20449 | Sven Donath | background-color: rgb(208,207,201);
|
||
color: black;
|
||||
vertical-align: top;
|
||||
4dbb0995 | Moritz Bunkus | }
|
||
.listrow0 { background-color: rgb(236,233,216); color: black; vertical-align: top; }
|
||||
.listsubtotal { font-size: 8pt; background-color: rgb(236,233,216); color: black; font-weight: bolder;}
|
||||
61de23f8 | Sven Schöling | .listtotal, .listtotal td { font-size: 8pt; background-color: rgb(236,233,216); color: black; font-weight: bolder;}
|
||
4dbb0995 | Moritz Bunkus | |||
.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;
|
||||
}
|
||||
bd34eaea | Udo Spallek | fieldset {
|
||
margin-top:15px;
|
||||
color: black;
|
||||
font-weight: bolder;
|
||||
}
|
||||
4dbb0995 | Moritz Bunkus | |||
/* 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;
|
||||
}
|
||||
}
|
||||
7c3a3741 | Udo Spallek | |||
b12e8d14 | Moritz Bunkus | .filecontent {
|
||
border: 1px solid blue;
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
}
|
||||
9967902a | Moritz Bunkus | |||
label {
|
||||
cursor:pointer;
|
||||
}
|
||||
7a1f60ec | Moritz Bunkus | |||
.unbalanced_ledger {
|
||||
background-color: #ffa0a0;
|
||||
}
|