kivitendo/css/lx-office-erp/main.css @ 1066d8c0
008c2e15 | Moritz Bunkus | /* Stylesheet for kivitendo
|
||
e3f07619 | Sven Donath | * 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;
|
||||
}
|
||||
94a441d4 | Sven Schöling | a, div {
|
||
transition: background-color 0.2s;
|
||||
-moz-transition: background-color 0.2s;
|
||||
-webkit-transition: background-color 0.2s;
|
||||
}
|
||||
input, textarea, select {
|
||||
border: 1px;
|
||||
border-color: darkgray lightgray lightgray;
|
||||
border-style: solid;
|
||||
padding: 1px;
|
||||
background-color: white;
|
||||
}
|
||||
select {
|
||||
padding: 0px;
|
||||
}
|
||||
cfa5486a | Moritz Bunkus | |||
d6b20449 | Sven Donath | input:focus, textarea:focus, select:focus {
|
||
94a441d4 | Sven Schöling | background-color: whitesmoke;
|
||
border: 1px;
|
||||
border-color: gray lightgray lightgray;
|
||||
border-style: solid;
|
||||
}
|
||||
input:hover, textarea:hover, select:hover {
|
||||
border-color: dimgray darkgray darkgray;
|
||||
}
|
||||
input[type="button"],
|
||||
input[type="submit"],
|
||||
button,
|
||||
input[type="button"]:focus,
|
||||
input[type="submit"]:focus,
|
||||
button:focus {
|
||||
border: 1px;
|
||||
border-color: darkgray;
|
||||
border-style: solid;
|
||||
padding: 0px 4px;
|
||||
-webkit-border-radius: 2px;
|
||||
-moz-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
background-color: whitesmoke;
|
||||
}
|
||||
button:hover,
|
||||
input[type="button"]:hover,
|
||||
input[type="submit"]:hover {
|
||||
border: 1px;
|
||||
background-color: lightgray;
|
||||
border-color: gray;
|
||||
border-style: solid;
|
||||
-webkit-border-radius: 2px;
|
||||
-moz-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
d6b20449 | Sven Donath | }
|
||
4dbb0995 | Moritz Bunkus | |||
38902b24 | Sven Schöling | html {
|
||
height: 100%;
|
||||
}
|
||||
4dbb0995 | Moritz Bunkus | body {
|
||
57d314f0 | Sven Donath | font-family: Verdana, Arial, Helvetica, sans-serif;
|
||
4dbb0995 | Moritz Bunkus | font-size: 10pt;
|
||
9bb39f11 | Holger Lindemann | background-color: white;
|
||
01b3bcb9 | Sven Schöling | background-image: url("../../image/fade.png"); background-repeat:repeat-x;
|
||
7c3a3741 | Udo Spallek | color: black;
|
||
38902b24 | Sven Schöling | height: 100%;
|
||
4dbb0995 | Moritz Bunkus | }
|
||
7c3a3741 | Udo Spallek | |||
4dbb0995 | Moritz Bunkus | td {
|
||
57d314f0 | Sven Donath | font-family: Verdana, Arial, Helvetica, sans-serif;
|
||
4dbb0995 | Moritz Bunkus | 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 {
|
||||
57d314f0 | Sven Donath | font-family: Verdana, Arial, Helvetica, sans-serif;
|
||
4dbb0995 | Moritz Bunkus | color: black;
|
||
font-size: 8pt;
|
||||
font-weight: normal;
|
||||
}
|
||||
/* login and admin */
|
||||
.login {
|
||||
57d314f0 | Sven Donath | font-family: Verdana, Arial, Helvetica, sans-serif;
|
||
4dbb0995 | Moritz Bunkus | }
|
||
38902b24 | Sven Schöling | div.login {
|
||
min-height: 100%;
|
||||
height: auto !important;
|
||||
height: 100%;
|
||||
4dbb0995 | Moritz Bunkus | 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;
|
||||
}
|
||||
5d73c408 | Sven Schöling | div.admin {
|
||
4dbb0995 | Moritz Bunkus | color: black;
|
||
5d73c408 | Sven Schöling | margin: 8px;
|
||
4dbb0995 | Moritz Bunkus | }
|
||
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;
|
||||
}
|
||||
330f9a5e | Sven Donath | .message_error_label {
|
||
font-size: 0.8em;
|
||||
padding:5px;
|
||||
background-color: #FEE;
|
||||
font-weight:normal;
|
||||
text-align:left;
|
||||
border-style:solid;
|
||||
border-width:thin;
|
||||
}
|
||||
4dbb0995 | Moritz Bunkus | |||
/*
|
||||
05c6840d | Moritz Bunkus | Überschriftsbalken
|
||
4dbb0995 | Moritz Bunkus | */
|
||
c574ecd3 | Sven Schöling | .listtop, h1 {
|
||
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 {
|
||||
01b3bcb9 | Sven Schöling | background-image: url("../../image/fade2.png");
|
||
d6b20449 | Sven Donath | background-repeat:repeat-x;
|
||
border-style:dashed;
|
||||
border-width:thin;
|
||||
4dbb0995 | Moritz Bunkus | }
|
||
.listelement2 {
|
||||
01b3bcb9 | Sven Schöling | background-image: url("../../image/fade2.png");
|
||
d6b20449 | Sven Donath | background-repeat:repeat-x;
|
||
border-style:dashed;
|
||||
border-width:thin;
|
||||
4dbb0995 | Moritz Bunkus | }
|
||
d33d6eac | Moritz Bunkus | .listheading, .listheading th, h2 {
|
||
d6b20449 | Sven Donath | font-size: 9pt;
|
||
padding:3px;
|
||||
background-color:
|
||||
rgb(236,233,216);
|
||||
color: black;
|
||||
font-weight: bolder;
|
||||
text-align:left;
|
||||
01b3bcb9 | Sven Schöling | background-image: url("../../image/fade.png");
|
||
d6b20449 | Sven Donath | 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 | |||
9b3133b3 | Moritz Bunkus | .listrow1, .listrow:nth-child(odd) { background-color: rgb(208,207,201); color: black; vertical-align: top; }
|
||
.listrow0, .listrow:nth-child(even) { background-color: rgb(236,233,216); color: black; vertical-align: top; }
|
||||
69480f28 | Moritz Bunkus | .listrowempty { background-color: rgb(255,255,255); color: black; vertical-align: top; }
|
||
4dbb0995 | Moritz Bunkus | |||
a10a6687 | Sven Schöling | .redrow1 { background-color: rgb(250,167, 161); color: black; vertical-align: top; }
|
||
.redrow0 { background-color: rgb(255,193,176); color: black; vertical-align: top; }
|
||||
.greenrow1 { background-color: rgb(0,250,0); color: black; vertical-align: top; }
|
||||
.greenrow0 { background-color: rgb(0,255,0); color: black; vertical-align: top; }
|
||||
4dbb0995 | Moritz Bunkus | .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 | |||
79398e65 | Geoffrey Richardson | /* Verkaufsbericht */
|
||
.listmainsortheader { font-size: 8pt; background-color: rgb(236,233,216); color: red; font-weight: bolder; padding-left: 10px; padding-top: 0px;}
|
||||
.listmainsortsubtotal { font-size: 8pt; background-color: rgb(236,233,216); color: red; font-weight: bolder; padding-left: 10px;}
|
||||
.listsubsortheader { font-size: 8pt; background-color: rgb(236,233,216); color: green; font-weight: bolder; padding-left: 20px}
|
||||
.listsubsortsubtotal { font-size: 8pt; background-color: rgb(236,233,216); color: green; font-weight: bolder; padding-left: 20px}
|
||||
.listsortdescription { font-size: 8pt; background-color: rgb(236,233,216); color: black; font-weight: normal; padding-left: 30px}
|
||||
4dbb0995 | Moritz Bunkus | .submit {
|
||
57d314f0 | Sven Donath | font-family: Verdana, Arial, Helvetica, sans-serif;
|
||
4dbb0995 | Moritz Bunkus | color: #000000;
|
||
}
|
||||
.checkbox, .radio {
|
||||
57d314f0 | Sven Donath | font-family: Verdana, Arial, Helvetica, sans-serif;
|
||
4dbb0995 | Moritz Bunkus | color: #778899;
|
||
}
|
||||
.plus0 { /* font color for negative numbers */
|
||||
color: red;
|
||||
}
|
||||
.plus1 {
|
||||
color: green;
|
||||
}
|
||||
f850e766 | Sven Schöling | td.numeric { /* class for numeric columns in tables */
|
||
text-align: right
|
||||
}
|
||||
4dbb0995 | Moritz Bunkus | 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;
|
||||
}
|
||||
1d2f1db7 | Moritz Bunkus | |||
.clearfix:after {
|
||||
clear:both;
|
||||
content:".";
|
||||
display:block;
|
||||
font-size:0;
|
||||
height:0;
|
||||
visibility:hidden;
|
||||
}
|
||||
4856da7e | Moritz Bunkus | |||
.flash_message_error {
|
||||
background-color:#FFD6D6;
|
||||
border: 1px solid #AE0014;
|
||||
22ef7f9a | Moritz Bunkus | margin-top: 5px;
|
||
margin-bottom: 5px;
|
||||
padding: 5px;
|
||||
4856da7e | Moritz Bunkus | }
|
||
.flash_message_warning {
|
||||
background-color:#FFE8C7;
|
||||
border: 1px solid #FF6600;
|
||||
22ef7f9a | Moritz Bunkus | margin-top: 5px;
|
||
margin-bottom: 5px;
|
||||
padding: 5px;
|
||||
4856da7e | Moritz Bunkus | }
|
||
.flash_message_info {
|
||||
background-color:#DCF2FF;
|
||||
border: 1px solid #4690FF;
|
||||
22ef7f9a | Moritz Bunkus | margin-top: 5px;
|
||
margin-bottom: 5px;
|
||||
padding: 5px;
|
||||
4856da7e | Moritz Bunkus | }
|
||
82cb442c | Sven Schöling | |||
de66b95f | Moritz Bunkus | .flash_title {
|
||
font-weight: bold;
|
||||
}
|
||||
01b3bcb9 | Sven Schöling | /* Kontenliste Styles */
|
||
.coa_listrow1 {
|
||||
background-color: rgb(208,207,201);
|
||||
color: black;
|
||||
vertical-align: top;
|
||||
}
|
||||
.coa_listrow0 {
|
||||
background-color: rgb(236,233,216);
|
||||
color: black;
|
||||
vertical-align: top;
|
||||
}
|
||||
.coa_detail_emph {
|
||||
font-size:10pt;
|
||||
font-weight:bold;
|
||||
color:darkred;
|
||||
}
|
||||
.coa_details_header {
|
||||
font-size:8pt;
|
||||
padding:3px;
|
||||
font-weight:bolder;
|
||||
text-align:center;
|
||||
border-style:none;
|
||||
border-width:thin;
|
||||
}
|
||||
.coa_details_header2 {
|
||||
font-size:8pt;
|
||||
padding:3px;
|
||||
font-weight:normal;
|
||||
text-align:left;
|
||||
border-style:none;
|
||||
border-width:thin;
|
||||
}
|
||||
bc9f12ce | Moritz Bunkus | |||
.dimmed-text {
|
||||
color: #aaa;
|
||||
font-style: italic;
|
||||
}
|
||||
d8ac0828 | Moritz Bunkus | |||
.link_separator {
|
||||
margin-left: 6px;
|
||||
margin-right: 6px;
|
||||
}
|