X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Flx-office-erp.css;h=17d026571b3d8cc8f957a2ab3d8c2b47f26bfd12;hb=292502ecb242bbea0033f5c3d562370be3533359;hp=ac67cf39551a0249b9964ceec8ab26e23ca6145c;hpb=9bb39f1193c94607b02584738a841de8424b1d49;p=kivitendo-erp.git diff --git a/css/lx-office-erp.css b/css/lx-office-erp.css index ac67cf395..17d026571 100644 --- a/css/lx-office-erp.css +++ b/css/lx-office-erp.css @@ -1,53 +1,31 @@ /* stylesheet for LX-Office ERP */ -/* general stuff */ -/* -A:link { color: #a0522d; text-decoration: none; } -A:visited { color: #0522d; text-decoration: none; } -A:active { color: #a0522d; text-decoration: underline; } -A:hover { color: white; - background-color: rgb(187,187,187); - text-decoration: none; -} -*/ -A:link { color: black; text-decoration: none; } -A:visited { color: black; text-decoration: none; } -A:active { color: black; text-decoration: underline; } - -/* - Menu: oberste Linkebene -*/ -A.nohover:hover { - /* color: black;*/ - color:#8c1919; - /* font-weight: bolder; - background-image: url("px_3.gif"); - text-decoration:none; - */ -} - - -/* - Menu : Unterpunkte -*/ -A:hover { - color:#8c1919; -/* color: black; - font-weight: bolder; - background-color: #FFFFCC; - text-decoration:none; -*/ -} - +/* 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; + } + +/* highlight editable objects on mouse-over */ +input:hover, select:hover, textarea:hover { + background-color: lemonchiffon; + } body { font-family: Verdana, Arial, Helvetica; font-size: 10pt; background-color: white; background-image: url("../image/fade.png"); background-repeat:repeat-x; - color: black + color: black; } -// .bg { background-image: url("mn_hauptmenu.png");} + +/* .bg { + background-image: url("mn_hauptmenu.png"); +} */ + td { font-family: Verdana, Arial, Helvetica; color: black; @@ -109,7 +87,7 @@ body.menu { /* - �erschriftsbalken + Überschriftsbalken */ .listtop { background-color: rgb(236,233,216); @@ -151,6 +129,12 @@ body.menu { } +.subsubheading { + color: black; + font-weight: bolder; + text-decoration: underline; +} + .optionen { border:dashed; /* padding-top:10px; @@ -162,11 +146,6 @@ body.menu { } -A.listheading:link, A.listheading:active, A.listheading:visited { - color: black; - text-decoration: none; - } - .listrow1 { background-color: rgb(208,207,201); color: black; @@ -220,3 +199,4 @@ h2.error { display: none; } } +