1 /* Stylesheet for kivitendo * Name:kivitendo.css
6 Background: #EBEBEB burlywood
7 Links: #006400 DarkGreen
8 Link-hover #FE5F14 Orange / #FFFFE0 lightyellow
9 Titles, BG/VG: #79B61B Mid-green FFFFFF White
15 background-color: #FFFFFF;
17 font-family: sans-serif;
25 div.cke_textarea_inline {
26 -moz-border-radius: 0;
27 -webkit-border-radius: 0;
28 -khtml-border-radius: 0;
29 background-color: white;
31 border-color: darkgray lightgray lightgray;
38 input[type="text"], input[type="password"]
41 -moz-appearance: none;
42 -webkit-appearance: none;
48 background: white url('../../image/select-down.png') no-repeat scroll right center;
55 div.cke_textarea_inline:focus {
56 background-color: #ffffa0;
57 border: 1px solid #fe5f14;
63 background-color: whitesmoke;
65 border-color: darkgray;
70 input[type="button"]:focus,
71 input[type="submit"]:focus,
73 background-color: #ffffa0;
74 border-color: #fe5f14;
78 input[type="button"]:hover:enabled,
79 input[type="submit"]:hover:enabled {
83 /* The look of links */
86 text-decoration: none;
88 A:link, A:visited, A:active {
90 border-bottom: thin solid #FE5F14;
94 background-color: whitesmoke;
100 background-color:transparent;
104 background-color: DarkGreen;
105 color: white !important;
109 background-color:#FF8000;
113 background-color:#FF0000;
118 font-size: 90% !important;
120 border-spacing: 0.3em;
124 background-color: #006400;
130 tr.rule-before th, tr.rule-before td {
132 border-top: 2px solid #EBEBEB;
143 /* login and admin */
144 a.no-underlined-links, a.no-underlined-links:visited, a.no-underlined-links:hover {
145 text-decoration: none !important;
146 background-color:transparent !important;
149 a.no-underlined-links:hover {
153 background-color: #FFFFE0;
161 background-color: #FFFFE0;
172 background-color: #fe5f14;
179 .message_error_login {
181 border: 1px solid #8b0000;
182 background-color: #ffcccc;
187 background-color: #ADFFB6;
196 background-color: #CC0000;
205 background-color: #FFEE66;
212 .message_error_label {
214 background-color: #E00000;
223 background-color: #006400;
231 -moz-border-radius:0.4em; /* Firefox */
232 -webkit-border-radius:0.4em; /* Safari, Chrome */
233 -khtml-border-radius:0.4em; /* Konqueror */
234 border-radius:0.4em; /* CSS3 */
235 behavior:url(border-radius.htc);
238 .listheading, #content h2 {
240 background-color: #EBEBEB;
248 .accountlistheading {
253 background-color: #EBEBEB;
258 text-decoration: underline;
265 .listrow1, .listrow:nth-child(even) {
266 background-color: #FFFFFF;
270 .listrow0, .listrow:nth-child(odd) {
271 background-color: #FFFF99;
275 .listrow_error1, .listrow_error:nth-child(even) {
276 background-color: #F6CECE;
280 .listrow_error0, .listrow_error:nth-child(odd) {
281 background-color: #F5A9A9;
286 background-color: #FFFFFF;
291 background-color: rgb(236,233,216);
295 .listtotal, .listtotal td {
296 background-color: rgb(236,233,216);
300 /* Verkaufsbericht */
301 .listmainsortheader {
302 background-color: rgb(236,233,216);
308 .listmainsortsubtotal {
309 background-color: rgb(236,233,216);
315 background-color: rgb(236,233,216);
320 .listsubsortsubtotal {
321 background-color: rgb(236,233,216);
326 .listsortdescription {
327 background-color: rgb(236,233,216);
339 /* font color for negative numbers */
357 border: 1px solid blue;
366 background-color: #ffa0a0;
368 .flash_message_error {
369 background-color: #FFD6D6;
370 border: 1px solid #AE0014;
376 background-color: #ADFFB6;
377 border: 1px solid #007F0F;
382 .flash_message_warning {
383 background-color: #FFE8C7;
384 border: 1px solid #FF6600;
389 .flash_message_info {
390 background-color: #DCF2FF;
391 border: 1px solid #4690FF;
413 display: inline-block;
415 .chart_picker:before,
416 .part_picker:before {
417 display: inline-block;
418 vertical-align: middle;
421 .kivi-validator-invalid,
422 .customer-vendor-picker-undefined,
423 .chartpicker-undefined,
424 .projectpicker-undefined,
425 .partpicker-undefined {
430 div.part_picker_part,
431 div.chart_picker_chart {
435 border-color: darkgray;
437 -webkit-border-radius: 4px;
438 -moz-border-radius: 4px;
440 background-color: white;
443 div.part_picker_part:hover,
444 div.chart_picker_chart:hover {
454 span.cpc_popup_button,
455 span.ppp_popup_button {
456 display: inline-block;
457 vertical-align: middle;
462 background: url("../../image/search.svg") no-repeat center right;
463 background-size: contain;
465 span.chart_picker input,
466 span.part_picker input {
468 box-sizing: padding-box;
469 -moz-box-sizing: padding-box;
470 -webkit-box-sizing: padding-box;
476 div.ppp_block span.ppp_block_number,
477 div.cpc_block span.cpc_block_number
481 div.ppp_block span.ppp_block_ean {
485 div.ppp_block span.ppp_block_description {
490 div.cpc_block span.cpc_block_description {
495 div.ppp_line span.ppp_block_number,
496 div.ppp_line span.ppp_block_ean {
500 div.ppp_line span.ppp_block_description,
501 div.cpc_line span.cpc_block_description
506 div.cpc_block span.cpc_block_balance {
509 div.cpc_block span.cpc_line_balance {
512 div.cpc_line span.cpc_block_second_row {
515 div.cpc_block span.cpc_block_second_row {
517 span.toggle_selected {
524 .customer_dunning_level {
528 #expand_all, .expand {
534 #update_from_master {
540 #update_from_master:hover {
544 /* Bank transactions */
545 #bank_transactions_proposals .invoice_number_highlight a,
546 #bank_transactions_proposals span.invoice_number_highlight {
547 background-color: #006400;
551 /* actionbar styling */
552 div.layout-actionbar {
553 background-color: white;
556 div.layout-actionbar div.layout-actionbar-link,
557 div.layout-actionbar div.layout-actionbar-submit,
558 div.layout-actionbar div.layout-actionbar-scriptbutton,
559 div.layout-actionbar div.layout-actionbar-link:focus,
560 div.layout-actionbar div.layout-actionbar-submit:focus,
561 div.layout-actionbar div.layout-actionbar-scriptbutton:focus {
562 border-color: darkgray;
563 background-color: whitesmoke;
566 div.layout-actionbar div.layout-actionbar-link:hover,
567 div.layout-actionbar div.layout-actionbar-submit:hover,
568 div.layout-actionbar div.layout-actionbar-scriptbutton:hover {
572 div.layout-actionbar div.layout-actionbar-action-disabled,
573 div.layout-actionbar div.layout-actionbar-action-disabled:hover {
575 background-color: whitesmoke;
576 border-color: lightgray;
579 div.layout-actionbar-combobox div.layout-actionbar-combobox-head span {
580 border-color: darkgray;
581 background-color: whitesmoke;
584 div.layout-actionbar-combobox div.layout-actionbar-combobox-head span:hover {
588 div.layout-actionbar-combobox div.layout-actionbar-combobox-head span:after {
589 border-color: black transparent;
592 div.layout-actionbar-combobox div.layout-actionbar-combobox-head span:hover:after {
594 border-color: #FE5F14 transparent;
596 div.layout-actionbar .layout-actionbar-default-action {
600 /* Admin section: the menu itself doesn't occupy space. So make room
601 at the top of the div covering the whole admin area. */
608 padding: 0 !important;
611 margin-bottom: 0 !important;
612 margin-top: 0 !important;
615 padding: 0px; 6px !important;