Projekt

Allgemein

Profil

Herunterladen (12,1 KB) Statistiken
| Zweig: | Markierung: | Revision:
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 {
9a2e28ce Sven Schöling
-moz-appearance: none;
8b967d77 Sven Schöling
-webkit-appearance: none;
-o-appearance: none;
9a2e28ce Sven Schöling
appearance : none;
background: white url('../../image/select-down.png') no-repeat scroll right center;
padding: 0 14px 0 0;
94a441d4 Sven Schöling
}
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;
}

666d4cad Sven Schöling
button:hover:enabled,
input[type="button"]:hover:enabled,
input[type="submit"]:hover:enabled {
94a441d4 Sven Schöling
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;
8b91924c Sven Schöling
font-size: 80%;
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-weight: normal;
}
29889ce3 Sven Schöling
td.hover:hover {
8b91924c Sven Schöling
color: black;
4dbb0995 Moritz Bunkus
}


th {
57d314f0 Sven Donath
font-family: Verdana, Arial, Helvetica, sans-serif;
4dbb0995 Moritz Bunkus
color: black;
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;
}
9ffd4fc8 Moritz Bunkus
.login h1 {
text-align: center;
8b91924c Sven Schöling
font-size: 150%;
4dbb0995 Moritz Bunkus
}
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 {
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 {
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 {
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 {
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);
8b91924c Sven Schöling
font-size: 100%;
d6b20449 Sven Donath
text-align:left;
padding:5px;
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
}

ea56c599 Moritz Bunkus
.listheading, .listheading th, #content h2 {
8b91924c Sven Schöling
font-size: 95%;
d6b20449 Sven Donath
padding:3px;
background-color:
rgb(236,233,216);
color: black;
8b91924c Sven Schöling
font-weight: bold;
d6b20449 Sven Donath
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
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
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
39fdacc1 Sven Schöling
.listrow1, .listrow:nth-child(even) { background-color: rgb(208,207,201); color: black; vertical-align: top; }
.listrow0, .listrow:nth-child(odd) { 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; }
1504d8a2 Moritz Bunkus
.listrow_error1, .listrow_error:nth-child(even) { background-color: #F6CECE; color: black; vertical-align: top; }
.listrow_error0, .listrow_error:nth-child(odd) { background-color: #F5A9A9; color: black; vertical-align: top; }
4dbb0995 Moritz Bunkus
a10a6687 Sven Schöling
.greenrow1 { background-color: rgb(0,250,0); color: black; vertical-align: top; }
.greenrow0 { background-color: rgb(0,255,0); color: black; vertical-align: top; }

8b91924c Sven Schöling
.listsubtotal { background-color: rgb(236,233,216); color: black; font-weight: bolder;}
4dbb0995 Moritz Bunkus
8b91924c Sven Schöling
.listtotal, .listtotal td { background-color: rgb(236,233,216); color: black; font-weight: bolder;}
4dbb0995 Moritz Bunkus
79398e65 Geoffrey Richardson
/* Verkaufsbericht */
8b91924c Sven Schöling
.listmainsortheader { background-color: rgb(236,233,216); color: red; font-weight: bolder; padding-left: 10px; padding-top: 0px;}
.listmainsortsubtotal { background-color: rgb(236,233,216); color: red; font-weight: bolder; padding-left: 10px;}
.listsubsortheader { background-color: rgb(236,233,216); color: green; font-weight: bolder; padding-left: 20px}
.listsubsortsubtotal { background-color: rgb(236,233,216); color: green; font-weight: bolder; padding-left: 20px}
.listsortdescription { background-color: rgb(236,233,216); color: black; font-weight: normal; padding-left: 30px}
79398e65 Geoffrey Richardson

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;
}

h2.confirm {
color: blue;
}

h2.error {
color: red;
}

bd34eaea Udo Spallek
fieldset {
margin-top:15px;
color: black;
font-weight: bolder;
}
4dbb0995 Moritz Bunkus
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
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-weight:bold;
color:darkred;
}

.coa_details_header {
padding:3px;
font-weight:bolder;
text-align:center;
border-style:none;
border-width:thin;
}

.coa_details_header2 {
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;
}
2737667a Moritz Bunkus
a36da908 Moritz Bunkus
.chart_picker,
6912c2df Sven Schöling
.part_picker {
}
f16c5520 Sven Schöling
.customer-vendor-picker-undefined,
4f152ed2 Geoffrey Richardson
.chartpicker-undefined,
98c4c09e Bernd Bleßmann
.projectpicker-undefined,
2313b522 Sven Schöling
.partpicker-undefined {
color: red;
font-style: italic;
}
4f152ed2 Geoffrey Richardson
div.part_picker_part,
div.chart_picker_chart {
2504ebe1 Sven Schöling
padding: 5px;
margin: 5px;
border: 1px;
border-color: darkgray;
border-style: solid;
626d6b38 Sven Schöling
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background-color: whitesmoke;
2504ebe1 Sven Schöling
cursor: pointer;
}
4f152ed2 Geoffrey Richardson
div.part_picker_part:hover,
div.chart_picker_chart:hover {
626d6b38 Sven Schöling
background-color: lightgray;
2504ebe1 Sven Schöling
border-color: gray;
}
4f152ed2 Geoffrey Richardson
a36da908 Moritz Bunkus
div.cpc_block,
46e1177c Sven Schöling
div.ppp_block {
overflow:hidden;
float:left;
626d6b38 Sven Schöling
width: 350px;
46e1177c Sven Schöling
}
a36da908 Moritz Bunkus
span.cpc_popup_button,
8b967d77 Sven Schöling
span.ppp_popup_button {
display: inline-block;
position: relative;
margin-left: -18px;
margin-top: 3px;
height: 16px;
width: 16px;
cursor: pointer;
}

a36da908 Moritz Bunkus
td span.cpc_popup_button,
th span.cpc_popup_button,
8b967d77 Sven Schöling
td span.ppp_popup_button,
th span.ppp_popup_button {
height: 9px;
width: 9px;
margin-left: -13px;
}
a36da908 Moritz Bunkus
span.chart_picker input,
8b967d77 Sven Schöling
span.part_picker input {
padding-right: 20px;
background: white url("../../image/search.svg") no-repeat center right;
background-size: contain;
box-sizing: padding-box;
-moz-box-sizing: padding-box;
-webkit-box-sizing: padding-box;
}

a36da908 Moritz Bunkus
td span.chart_picker input,
th span.chart_picker input,
8b967d77 Sven Schöling
td span.part_picker input,
th span.part_picker input {
padding-right: 15px;
}

a36da908 Moritz Bunkus
span.chart_picker,
8b967d77 Sven Schöling
span.part_picker {
/* white-space: nowrap;*/
}

4f152ed2 Geoffrey Richardson
div.ppp_block span.ppp_block_number,
div.cpc_block span.cpc_block_number
{
46e1177c Sven Schöling
float:left;
}
div.ppp_block span.ppp_block_description {
float:right;
4f152ed2 Geoffrey Richardson
font-weight:bold;
}
div.cpc_block span.cpc_block_description {
float:left;
margin-left:1em;
46e1177c Sven Schöling
font-weight:bold;
}
4f152ed2 Geoffrey Richardson
div.ppp_line span.ppp_block_description,
div.cpc_line span.cpc_block_description
{
46e1177c Sven Schöling
margin-left:1em;
font-weight:bold;
}
626d6b38 Sven Schöling
div.ppp_line span.ppp_block_sellprice {
display:none;
}
4f152ed2 Geoffrey Richardson
div.cpc_block span.cpc_block_balance {
float:right;
}
div.cpc_block span.cpc_line_balance {
46e1177c Sven Schöling
display:none;
}
4f152ed2 Geoffrey Richardson
div.cpc_line span.cpc_block_second_row {
display:none;
}
div.cpc_block span.cpc_block_second_row {
}
46e1177c Sven Schöling
span.toggle_selected {
font-weight: bold;
}
4bcc6d52 Moritz Bunkus
.dunned_invoice {
font-weight: bold;
color: #f00;
}
.customer_dunning_level {
font-weight: bold;
}
a393e576 Jan Büren
a.green {
7b7a7bcc Jan Büren
background-color: DarkGreen;
color: white !important;
border:none;
a393e576 Jan Büren
}
a.orange {
background-color:#FF8000;
border:none;
}
a.red {
background-color:#FF0000;
border:none;
}
8b967d77 Sven Schöling
91d46243 Bernd Bleßmann
#expand_all, .expand {
cursor: pointer;
display: block;
max-width: 16px;
max-height: 16px;
}
5ab937c5 Moritz Bunkus
/* Bank transactions */
#bank_transactions_proposals .invoice_number_highlight a,
#bank_transactions_proposals span.invoice_number_highlight {
background-color: #006400;
color: #FFFFFF;
e0a3b19e Sven Schöling
}

/* actionbar styling */
div.layout-actionbar {
background-color: whitesmoke;
}

div.layout-actionbar-action {
3dc29e42 Sven Schöling
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Chrome/Safari/Opera */
-khtml-user-select: none; /* Konqueror */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* don't select text on double click */
e0a3b19e Sven Schöling
transition: background-color 0s;
-moz-transition: background-color 0s;
-webkit-transition: background-color 0s;
}

div.layout-actionbar div.layout-actionbar-submit,
div.layout-actionbar div.layout-actionbar-scriptbutton,
div.layout-actionbar div.layout-actionbar-submit:focus,
div.layout-actionbar div.layout-actionbar-scriptbutton:focus {
display: inline-block;
box-sizing: border-box;
border: 1px;
border-color: darkgray;
border-style: solid;
padding: 4px 4px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background-color: whitesmoke;
cursor:default;
}

div.layout-actionbar div.layout-actionbar-submit:hover,
div.layout-actionbar div.layout-actionbar-scriptbutton:hover {
border: 1px;
background-color: lightgray;
border-color: gray;
border-style: solid;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
5ab937c5 Moritz Bunkus
}
3dc29e42 Sven Schöling
div.layout-actionbar div.layout-actionbar-action-disabled,
div.layout-actionbar div.layout-actionbar-action-disabled:hover {
color: gray;
background-color: whitesmoke;
border-color: lightgray;
}