X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Fkivitendo%2Fmenu.css;h=cbe012cc15340d5e665d8896ab7495bd0a516ebc;hb=6c21fd13caa00ecee7acac38ac6395948dad20a7;hp=1b004b79713bb8de9719d49292b80ccc46cd70c9;hpb=980dc53321ae6c2d3e448b6ca2a0c7d11a65ee8c;p=kivitendo-erp.git diff --git a/css/kivitendo/menu.css b/css/kivitendo/menu.css index 1b004b797..cbe012cc1 100644 --- a/css/kivitendo/menu.css +++ b/css/kivitendo/menu.css @@ -1,148 +1,156 @@ -/* kivitendo menu Colors: -Menu Background color #FE5F14 -orangemenu color #FFFFFF -whiteMenu Hover background color #FFFFE0 -DarkGreensubenu pointer -*/ -body.menuv3 { - behavior: url("css/csshover.htc"); - /*font-size: 14pt;*/ - line-height: 20pt; - font-family: Verdana, Geneva, Tahoma, sans-serif; - background-color: #FFFFFF; - color: #000000; + +body.menu { + background-image: url("../../image/fade.png");background-repeat:repeat-x; + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size:8pt; + color: black; +} + +table.menunew { + border: 0; + width: 100%; + background-image: url("../../image/bg_kivi_titel.png"); + border-spacing: 0; +} + +table.menunew td { + padding: 0; + color:white; + font-family: Verdana, Arial, sans-serif; + font-size: 12px; } + +body.menunew { + padding:0px; + margin:0px; +} + +body { +behavior:url("csshover.htc"); +} + #menuv3 { - /*font-size: 85%;*/ - width: 99.8%; - float: left; - /*border: 3px solid;*/ - background-color: #FFFFFF; - color: #000000; +width:99.8%; +float:left; +background:url(../../image/bg_css_kivi_menu.png) repeat bottom; +border:1px solid; +border-color:#ccc #888 #555 #bbb; } + #menuv3 a, #menuv3 h2, #menuv3 div.x { - font-size: 80%; - line-height: 120%; - display: block; - border: 0; - white-space: nowrap; - margin: 0; - padding: 0.3em 1em; +font:11px/16px arial,helvetica,sans-serif; +display:block; +border:0; +border-right:1px; +border-style:solid; +border-color:#ccc #888 #555 #bbb; +white-space:nowrap; +margin:0; +padding:1px 0 1px 3px; } + #menuv3 h2 { - background-color: #ffffff; - color: #000000; - /*padding: 2px 15px;*/ -/* Firefox */ - -moz-border-radius: 0.4em 0.4em 0; -/* Safari, Chrome */ - -webkit-border-radius: 0.4em 0.4em 0; -/* Konqueror */ - -khtml-border-radius: 0.4em 0.4em 0; -/* CSS3 */ - border-radius: 0.4em 0.4em 0 0; -/* behavior: url(border-radius.htc); */ -} -#menuv3 ul:hover h2 { - background-color:#DCDCDC; +color:#fff; +padding:2px 10px; } + #menuv3 a, #menuv3 a:visited, #menuv3 div.x, #menuv3 div.x:visited { - color: #000000; - text-decoration: none; - padding-right: 10px; +color:#000; +text-decoration:none; +padding-right:10px; } + #menuv3 a { - background: #EBEBEB; +background:#eee; } #menuv3 div.x, #menuv3 div.x:visited { - background-color: #EBEBEB; - border-right: 1em solid #FE5F14; -} -#menuv3 div.x:hover { - border-right: none; +background:#eee url(../../image/right.gif) no-repeat right; } + #menuv3 a:hover, #menuv3 div.x:hover { - color: #FE5F14; - background-color: #EBEBEB; +color:#a00; +background-color:#ddd; } + #menuv3 a:active, #menuv3 div.x:active { - color: #FE5F14; - background-color: #EBEBEB; +color:#060; +background-color:#ccc; } + #menuv3 ul { - list-style: none; - margin: 0; - padding: 0; - float: left; +list-style:none; +margin:0; +padding:0; +float:left; } #menuv3 li { - position: relative; - float: none; - border: 0; -} -li.sub { - position: relativ; - left: 0.2em; - top: 0px; - background-color: #FFFFFF; +position:relative; +float:none; +border:0; } -/* IE6 spacing bug fix,
  • s without a bottom border get spaced to far * correction:the bug will change the height of the parent element! this will also cause the whole menu to grow * so the only method to get this pile of crap going is to add a bottom border to the
  • s, where the enclosing