X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Flx-office-erp.css;h=386fbb5eb009a71af979dfd30abcd70b70070594;hb=514a1280cfcc9ab8be7567d1ad3bda47f9f22b32;hp=056ed5dd9e812c0ec53868c2b631a7fa652dfa06;hpb=d319704a66e9be64da837ccea10af6774c2b0838;p=kivitendo-erp.git diff --git a/css/lx-office-erp.css b/css/lx-office-erp.css index 056ed5dd9..386fbb5eb 100644 --- a/css/lx-office-erp.css +++ b/css/lx-office-erp.css @@ -1,58 +1,27 @@ /* 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; } -//A:hover { color: white; -// background-color: rgb(187,187,187); -// text-decoration: none; -//} - - -/* - 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; + } body { font-family: Verdana, Arial, Helvetica; font-size: 10pt; - //background-color: white; + 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; @@ -70,10 +39,6 @@ td.hover:hover { */ } -//td { -// font-family: Verdana, Arial, Helvetica; -// font-size: 8pt; -//} th { font-family: Verdana, Arial, Helvetica; @@ -105,20 +70,20 @@ th.login { } body.admin { - background-color: #FFFFF; + background-color:#ffffff; color: black; } body.menu { background-image: url("../image/fade.png");background-repeat:repeat-x; font-family: Verdana, Arial, Helvetica; - font-size: 8t; + font-size:8pt; color: black; } /* - �erschriftsbalken + Überschriftsbalken */ .listtop { background-color: rgb(236,233,216); @@ -133,15 +98,13 @@ body.menu { .listelement { - background-image: url("../image/fade2.png"); - //background-image: url("../image/fade.png"); + background-image: url("../image/fade2.png"); background-repeat:repeat-x; border-style:dashed; border-width:thin; } .listelement2 { - //background-image: url("../image/fade_short.png"); background-image: url("../image/fade2.png"); background-repeat:repeat-x; border-style:dashed; @@ -160,8 +123,22 @@ body.menu { border-style:dotted; border-width:thin; } - - + +.accountlistheading { + font-size: 10pt; + padding:3px; + color: white; + font-weight: bold; + text-align:left; + background-color:rgb(133,132,129); +} + +.subsubheading { + color: black; + font-weight: bolder; + text-decoration: underline; +} + .optionen { border:dashed; /* padding-top:10px; @@ -169,15 +146,10 @@ body.menu { padding-left:10px; */ border-width:1px; - background:efedde; + background:#efedde; } -A.listheading:link, A.listheading:active, A.listheading:visited { - color: black; - text-decoration: none; - } - .listrow1 { background-color: rgb(208,207,201); color: black; @@ -217,6 +189,11 @@ h2.error { font-size: 14pt; } +fieldset { + margin-top:15px; + color: black; + font-weight: bolder; +} /* media stuff */ @@ -231,3 +208,13 @@ h2.error { display: none; } } + +.filecontent { + border: 1px solid blue; + padding-left: 2px; + padding-right: 2px; +} + +label { + cursor:pointer; +}