X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Flx-office-erp%2Fmain.css;h=f6b1f1627dca461f3a71379b57a7ae691f1825ed;hb=ead4bcd581bcaace363f9647b46c37c850e2fa5c;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..f6b1f1627 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 */ @@ -9,9 +9,65 @@ A:hover { color: black; background-color: lemonchiffon; text-decoration: none; } +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; +} input:focus, textarea:focus, select:focus { - background-color: yellow; + 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: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 { @@ -20,6 +76,7 @@ body { background-color: white; background-image: url("../../image/fade.png"); background-repeat:repeat-x; color: black; + height: 100%; } td { @@ -51,7 +108,10 @@ th { .login { font-family: Verdana, Arial, Helvetica, sans-serif; } -body.login { +div.login { + min-height: 100%; + height: auto !important; + height: 100%; background: #b8d1f3; color: #A0A0A0; } @@ -69,9 +129,9 @@ th.login { text-align: right; } -body.admin { - background-color:#ffffff; +div.admin { color: black; + margin: 8px; } .message_error_login { @@ -149,7 +209,7 @@ body.admin { border-width:thin; } -.listheading, .listheading th { +.listheading, .listheading th, #content h2 { font-size: 9pt; padding:3px; background-color: @@ -197,8 +257,11 @@ 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; } +.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; } .redrow1 { background-color: rgb(250,167, 161); color: black; vertical-align: top; } .redrow0 { background-color: rgb(255,193,176); color: black; vertical-align: top; } @@ -235,10 +298,6 @@ body.admin { color: green; } -td.numeric { /* class for numeric columns in tables */ - text-align: right -} - h2.confirm { color: blue; font-size: 14pt; @@ -255,19 +314,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 +329,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 +353,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 */ @@ -383,3 +394,96 @@ label { border-style:none; border-width:thin; } + +.dimmed-text { + color: #aaa; + font-style: italic; +} + +.link_separator { + margin-left: 6px; + margin-right: 6px; +} + +.part_picker { + padding-right: 16px; +} +.chart_picker { + padding-right: 16px; +} +.customer-vendor-picker-undefined, +.chartpicker-undefined, +.projectpicker-undefined, +.partpicker-undefined { + color: red; + font-style: italic; +} +div.part_picker_part, +div.chart_picker_chart { + 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 { + background-color: lightgray; + border-color: gray; +} + +div.ppp_block { + overflow:hidden; + float:left; + width: 350px; +} +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.cpc_block span.cpc_block_description { + float:left; + margin-left:1em; + font-weight:bold; +} +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 { + font-size:80%; +} +span.toggle_selected { + font-weight: bold; +} +.dunned_invoice { + font-weight: bold; + color: #f00; +} +.customer_dunning_level { + font-weight: bold; +}