X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Flx-office-erp%2Fmain.css;h=0c604fd72189d6913771614c1555b37f330cdf41;hb=bfa674c9d4edc551afa6e27aac6f684a7b8cb656;hp=87f17b8404822001b19c39946b77a3c8b822cea6;hpb=390183ffd8019550ce7626a533f3f2ce5c3bc3ea;p=kivitendo-erp.git diff --git a/css/lx-office-erp/main.css b/css/lx-office-erp/main.css index 87f17b840..0c604fd72 100644 --- a/css/lx-office-erp/main.css +++ b/css/lx-office-erp/main.css @@ -1,4 +1,4 @@ -/* Stylesheet for Lx-Office +/* Stylesheet for kivitendo * Name: lx-office-erp.css*/ /* The look of links */ @@ -10,53 +10,99 @@ A:hover { color: black; text-decoration: none; } -input:focus, textarea:focus, select:focus { - background-color: yellow; +input, textarea, select, div.cke_textarea_inline { + border: 1px; + border-color: darkgray lightgray lightgray; + border-style: solid; + padding: 1px; + background-color: white; +} + +select { + -moz-appearance: none; + -webkit-appearance: none; + -o-appearance: none; + appearance : none; + background: white url('../../image/select-down.png') no-repeat scroll right center; + padding: 0 14px 0 0; +} + +input:focus, textarea:focus, select:focus, div.cke_textarea_inline:focus { + background-color: whitesmoke; + border: 1px; + border-color: gray lightgray lightgray; + border-style: solid; +} + +input:hover, textarea:hover, select:hover, div.cke_textarea_inline: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:enabled, +input[type="button"]:hover:enabled, +input[type="submit"]:hover:enabled { + border: 1px; + background-color: lightgray; + border-color: gray; + border-style: solid; + -webkit-border-radius: 2px; + -moz-border-radius: 2px; + border-radius: 2px; +} + +html { + height: 100%; } body { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 10pt; + font-family: sans-serif; + font-size: 80%; background-color: white; - background-image: url("../../image/fade.png"); background-repeat:repeat-x; color: black; + height: 100%; } td { - font-family: Verdana, Arial, Helvetica, sans-serif; color: black; - font-size: 8pt; font-weight: normal; } td.hover:hover { - color: black; -/* background-color: #FFFFCC; - font-size: 8pt; - text-decoration: none; - border:none; - borderWidth:0px; - borderColor:2557AD; -*/ + color: black; } th { - font-family: Verdana, Arial, Helvetica, sans-serif; color: black; - font-size: 8pt; font-weight: normal; } /* login and admin */ -.login { - font-family: Verdana, Arial, Helvetica, sans-serif; -} -body.login { +div.login { + min-height: 100%; + height: auto !important; + height: 100%; background: #b8d1f3; color: #A0A0A0; } -h1.login { - font-size: 18pt; +.login h1 { + text-align: center; + font-size: 150%; } table.login { background-color: #efedde; @@ -69,9 +115,9 @@ th.login { text-align: right; } -body.admin { - background-color:#ffffff; +div.admin { color: black; + margin: 8px; } .message_error_login { @@ -81,7 +127,6 @@ body.admin { padding: 3px; } .message_ok { - font-size: 12pt; padding:5px; background-color: #ADFFB6; color: black; @@ -91,7 +136,6 @@ body.admin { border-width:thin; } .message_error { - font-size: 12pt; padding:5px; background-color: #FFAAAA; color: black; @@ -101,7 +145,6 @@ body.admin { border-width:thin; } .message_hint { - font-size: 12pt; padding:5px; background-color: #FFFE66; color: black; @@ -111,7 +154,6 @@ body.admin { border-width:thin; } .message_error_label { - font-size: 0.8em; padding:5px; background-color: #FEE; font-weight:normal; @@ -125,9 +167,9 @@ body.admin { */ .listtop, h1 { background-color: rgb(236,233,216); + font-size: 100%; text-align:left; padding:5px; - font-size: 10pt; color: black; font-weight: bolder; border-style:dashed; @@ -149,13 +191,13 @@ body.admin { border-width:thin; } -.listheading, .listheading th { - font-size: 9pt; +.listheading, .listheading th, #content h2 { + font-size: 95%; padding:3px; background-color: rgb(236,233,216); color: black; - font-weight: bolder; + font-weight: bold; text-align:left; background-image: url("../../image/fade.png"); border-style:dotted; @@ -163,7 +205,6 @@ body.admin { } .listheadingcontent { - font-size: 9pt; background-color: rgb(236,233,216); color: black; @@ -172,7 +213,6 @@ body.admin { } .accountlistheading { - font-size: 10pt; padding:3px; color: white; font-weight: bold; @@ -197,33 +237,31 @@ body.admin { } -.listrow1 { background-color: rgb(208,207,201); color: black; vertical-align: top; } -.listrow0 { background-color: rgb(236,233,216); color: black; vertical-align: top; } - -.redrow1 { background-color: rgb(250,167, 161); color: black; vertical-align: top; } -.redrow0 { background-color: rgb(255,193,176); color: black; vertical-align: top; } +.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; } +.listrowempty { background-color: rgb(255,255,255); color: black; vertical-align: top; } +.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; } .greenrow1 { background-color: rgb(0,250,0); color: black; vertical-align: top; } .greenrow0 { background-color: rgb(0,255,0); color: black; vertical-align: top; } -.listsubtotal { font-size: 8pt; background-color: rgb(236,233,216); color: black; font-weight: bolder;} +.listsubtotal { background-color: rgb(236,233,216); color: black; font-weight: bolder;} -.listtotal, .listtotal td { font-size: 8pt; background-color: rgb(236,233,216); color: black; font-weight: bolder;} +.listtotal, .listtotal td { background-color: rgb(236,233,216); color: black; font-weight: bolder;} /* 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} +.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} .submit { - font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; } .checkbox, .radio { - font-family: Verdana, Arial, Helvetica, sans-serif; color: #778899; } @@ -235,18 +273,12 @@ body.admin { color: green; } -td.numeric { /* class for numeric columns in tables */ - text-align: right -} - h2.confirm { color: blue; - font-size: 14pt; } h2.error { color: red; - font-size: 14pt; } fieldset { @@ -255,19 +287,6 @@ fieldset { font-weight: bolder; } -/* 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; - } -} .filecontent { border: 1px solid blue; @@ -283,15 +302,6 @@ label { background-color: #ffa0a0; } -.clearfix:after { - clear:both; - content:"."; - display:block; - font-size:0; - height:0; - visibility:hidden; -} - .flash_message_error { background-color:#FFD6D6; border: 1px solid #AE0014; @@ -316,34 +326,8 @@ label { padding: 5px; } -.jqmWindow { - display: none; - - position: fixed; - top: 17%; - left: 40%; - - margin-left: -200px; - width: 700px; - - background-color: lemonchiffon; - color: #333; - border: 1px solid black; - padding: 4px; -} - -.jqmContent { - padding: 8px; -} - -.jqmWindow h1 { - border: 0; - padding: 0; - background-color: lemonchiffon; -} - -.jqmOverlay { - background-color: #000; +.flash_title { + font-weight: bold; } /* Kontenliste Styles */ @@ -361,13 +345,11 @@ label { } .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; @@ -376,10 +358,287 @@ label { } .coa_details_header2 { - font-size:8pt; padding:3px; font-weight:normal; text-align:left; border-style:none; border-width:thin; } + +.dimmed-text { + color: #aaa; + font-style: italic; +} + +.link_separator { + margin-left: 6px; + margin-right: 6px; +} + +.chart_picker, +.part_picker, +.project_picker { +} +.kivi-validator-invalid, +.customer-vendor-picker-undefined, +.chartpicker-undefined, +.projectpicker-undefined, +.partpicker-undefined { + color: red; + font-style: italic; +} +div.part_picker_part, +div.chart_picker_chart, +div.project_picker_project { + padding: 5px; + margin: 5px; + border: 1px; + border-color: darkgray; + border-style: solid; + -webkit-border-radius: 2px; + -moz-border-radius: 2px; + border-radius: 2px; + background-color: whitesmoke; + cursor: pointer; +} +div.part_picker_part:hover, +div.chart_picker_chart:hover, +div.project_picker_project:hover { + background-color: lightgray; + border-color: gray; +} + +div.cpc_block, +div.ppp_block { + overflow:hidden; + float:left; + width: 350px; +} +span.cpc_popup_button, +span.ppp_popup_button { + display: inline-block; + position: relative; + margin-left: -18px; + margin-top: 3px; + height: 16px; + width: 16px; + cursor: pointer; +} + +td span.cpc_popup_button, +th span.cpc_popup_button, +td span.ppp_popup_button, +th span.ppp_popup_button { + height: 9px; + width: 9px; + margin-left: -13px; +} +span.chart_picker input, +span.part_picker input, +span.project_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; +} + +td span.chart_picker input, +th span.chart_picker input, +td span.part_picker input, +th span.part_picker input, +td span.project_picker input, +th span.project_picker input { + + padding-right: 15px; +} + +span.chart_picker, +span.part_picker, +span.project_picker { + /* white-space: nowrap;*/ +} + +div.ppp_block span.ppp_block_number, +div.cpc_block span.cpc_block_number +{ + float:left; +} +div.ppp_block span.ppp_block_description { + float:right; + font-weight:bold; +} +div.ppp_block span.ppp_block_ean { + float:left; + margin-left:1em; +} +div.cpc_block span.cpc_block_description { + float:left; + margin-left:1em; + font-weight:bold; +} +div.ppp_line span.ppp_block_number, +div.ppp_line span.ppp_block_ean { + float:left; + margin-left:1em; +} + +div.ppp_line span.ppp_block_description, +div.cpc_line span.cpc_block_description +{ + margin-left:1em; + font-weight:bold; +} +div.ppp_line span.ppp_block_sellprice { + display:none; +} +div.cpc_block span.cpc_block_balance { + float:right; +} +div.cpc_block span.cpc_line_balance { + display:none; +} +div.cpc_line span.cpc_block_second_row { + display:none; +} +div.cpc_block span.cpc_block_second_row { +} +span.toggle_selected { + font-weight: bold; +} +.dunned_invoice { + font-weight: bold; + color: #f00; +} +.customer_dunning_level { + font-weight: bold; +} +a.green { + background-color: DarkGreen; + color: white !important; + border:none; +} +a.orange { + background-color:#FF8000; + border:none; +} +a.red { + background-color:#FF0000; + border:none; +} + +#expand_all, .expand { + cursor: pointer; + display: block; + max-width: 16px; + max-height: 16px; +} +#update_from_master { + cursor: pointer; + display: block; + max-width: 16px; + max-height: 16px; +} +#update_from_master:hover { + background: darkgrey; +} + +/* Bank transactions */ +#bank_transactions_proposals .invoice_number_highlight a, +#bank_transactions_proposals span.invoice_number_highlight { + background-color: #006400; + color: #FFFFFF; + +} + +/* actionbar styling */ +div.layout-actionbar { + background-color: #d0cfc9; +} + +div.layout-actionbar div.layout-actionbar-link, +div.layout-actionbar div.layout-actionbar-submit, +div.layout-actionbar div.layout-actionbar-scriptbutton, +div.layout-actionbar div.layout-actionbar-link:focus, +div.layout-actionbar div.layout-actionbar-submit:focus, +div.layout-actionbar div.layout-actionbar-scriptbutton:focus { + border-color: darkgray; + background-color: whitesmoke; + -webkit-border-radius: 2px; + -moz-border-radius: 2px; + border-radius: 2px; +} + +div.layout-actionbar div.layout-actionbar-link:hover, +div.layout-actionbar div.layout-actionbar-submit:hover, +div.layout-actionbar div.layout-actionbar-scriptbutton:hover { + background-color: lightgray; + border-color: gray; + -webkit-border-radius: 2px; + -moz-border-radius: 2px; + border-radius: 2px; +} + +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; +} + +div.layout-actionbar-combobox div.layout-actionbar-combobox-head span { + border-color: darkgray; + background-color: whitesmoke; + -webkit-border-top-right-radius: 2px; + -webkit-border-bottom-right-radius: 2px; + -moz-border-radius-topright: 2px; + -moz-border-radius-bottomright: 2px; + border-top-right-radius: 2px; + border-bottom-right-radius: 2px; +} + +div.layout-actionbar-combobox div.layout-actionbar-combobox-head span:hover { + background-color: lightgray; +} + +div.layout-actionbar-combobox div.layout-actionbar-combobox-head span:after { + border-color: black transparent; +} +div.layout-actionbar .layout-actionbar-default-action { + font-weight: bold; +} + +/* cke editor */ +.cke_top { + padding: 0 !important; +} +.cke_toolgroup { + margin-bottom: 0 !important; + margin-top: 0 !important; +} +.cke_button { + padding: 0px; 6px !important; +} + +/* selects with text filters */ +div.filtered_select input, div.filtered_select select { + display: block; +} + +div.filtered_select > input { + background-image: url(../../image/glass14x14.png); + background-repeat: no-repeat; + background-position: 2px 2px; + border-radius: 0px; + border: solid #a0a0a0 1px; + border-bottom: none; + padding: 0px; + padding-left: 20px; + margin: 0; + width: 500px; +} + +div.filtered_select select { + width: 522px; +}