X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/e2edfbacbd62049b7220069f6ce36e76a29da4ec..72ad92fd:/css/lx-office-erp.css diff --git a/css/lx-office-erp.css b/css/lx-office-erp.css index 312554e83..bf6d86d5a 100644 --- a/css/lx-office-erp.css +++ b/css/lx-office-erp.css @@ -9,6 +9,9 @@ A:hover { color: black; text-decoration: none; } +input:focus, textarea:focus, select:focus { + background-color:yellow; +} body { font-family: Verdana, Arial, Helvetica; @@ -18,8 +21,8 @@ body { color: black; } -/* .bg { - background-image: url("mn_hauptmenu.png"); +/* .bg { + background-image: url("mn_hauptmenu.png"); } */ td { @@ -28,8 +31,8 @@ td { font-size: 8pt; font-weight: normal; } -td.hover:hover { - color: black; +td.hover:hover { + color: black; /* background-color: #FFFFCC; font-size: 8pt; text-decoration: none; @@ -81,65 +84,86 @@ body.menu { color: black; } +.message_ok { + font-size: 12pt; + padding:5px; + background-color: lightgreen; + color: black; + font-weight: bolder; + text-align:center; + border-style:solid; + border-width:thin; +} + +.message_error { + font-size: 12pt; + padding:5px; + background-color: #FFAAAA; + color: black; + font-weight: bolder; + text-align:center; + border-style:solid; + border-width:thin; +} /* - Überschriftsbalken + Überschriftsbalken */ -.listtop { - 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; +.listtop { + 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; } .listelement { - background-image: url("../image/fade2.png"); - background-repeat:repeat-x; - border-style:dashed; - border-width:thin; + background-image: url("../image/fade2.png"); + background-repeat:repeat-x; + border-style:dashed; + border-width:thin; } .listelement2 { - background-image: url("../image/fade2.png"); - background-repeat:repeat-x; - border-style:dashed; - border-width:thin; -} - -.listheading { - font-size: 9pt; - padding:3px; - background-color: - rgb(236,233,216); - color: black; - font-weight: bolder; - text-align:left; - background-image: url("../image/fade.png"); - border-style:dotted; - border-width:thin; -} - -.listheadingcontent { - font-size: 9pt; - background-color: - rgb(236,233,216); - color: black; - font-weight: bolder; - text-align:left; -} - -.accountlistheading { - font-size: 10pt; - padding:3px; - color: white; - font-weight: bold; - text-align:left; - background-color:rgb(133,132,129); + background-image: url("../image/fade2.png"); + background-repeat:repeat-x; + border-style:dashed; + border-width:thin; +} + +.listheading, .listheading th { + font-size: 9pt; + padding:3px; + background-color: + rgb(236,233,216); + color: black; + font-weight: bolder; + text-align:left; + background-image: url("../image/fade.png"); + border-style:dotted; + border-width:thin; +} + +.listheadingcontent { + font-size: 9pt; + background-color: + rgb(236,233,216); + color: black; + font-weight: bolder; + text-align:left; +} + +.accountlistheading { + font-size: 10pt; + padding:3px; + color: white; + font-weight: bold; + text-align:left; + background-color:rgb(133,132,129); } .subsubheading { @@ -149,27 +173,27 @@ body.menu { } .optionen { - border:dashed; -/* padding-top:10px; - padding-bottom:10px; - padding-left:10px; + border:dashed; +/* padding-top:10px; + padding-bottom:10px; + padding-left:10px; */ - border-width:1px; - background:#efedde; + border-width:1px; + background:#efedde; } - -.listrow1 { - background-color: rgb(208,207,201); - color: black; - vertical-align: top; + +.listrow1 { + background-color: rgb(208,207,201); + color: black; + vertical-align: top; } .listrow0 { background-color: rgb(236,233,216); color: black; vertical-align: top; } .listsubtotal { font-size: 8pt; background-color: rgb(236,233,216); color: black; font-weight: bolder;} -.listtotal { font-size: 8pt; 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;} .submit { font-family: Verdana, Arial, Helvetica; @@ -238,3 +262,4 @@ label { background-color: #ffcccc; padding: 3px; } +