1 /* kivitendo menu Colors:
2 Menu Background color #FE5F14
3 orangemenu color #FFFFFF
4 whiteMenu Hover background color #FFFFE0
5 DarkGreensubenu pointer
8 /* background-color: #d0cfc9 */
11 div.layout-actionbar ~ #content {
15 #main_menu_div ~ div.layout-actionbar {
19 #main_menu_div ~ #content {
22 #main_menu_div ~ div.layout-actionbar ~ #content {
27 behavior: url("css/csshover.htc");
30 font-family: Verdana, Geneva, Tahoma, sans-serif;
31 background-color: #FFFFFF;
35 background-color: #FFFFFF;
42 #menuv3 ~ div.layout-actionbar {
50 #menuv3 ~ div.layout-actionbar ~ #content {
54 #menuv3 a, #menuv3 h2, #menuv3 div.x {
64 background-color: #ffffff;
66 /*padding: 2px 15px;*/
68 -moz-border-radius: 0.4em 0.4em 0;
70 -webkit-border-radius: 0.4em 0.4em 0;
72 -khtml-border-radius: 0.4em 0.4em 0;
74 border-radius: 0.4em 0.4em 0 0;
75 /* behavior: url(border-radius.htc); */
78 background-color:#DCDCDC;
80 #menuv3 a, #menuv3 a:visited, #menuv3 div.x, #menuv3 div.x:visited {
82 text-decoration: none;
88 #menuv3 div.x, #menuv3 div.x:visited {
89 background-color: #EBEBEB;
90 border-right: 1em solid #FE5F14;
95 #menuv3 a:hover, #menuv3 div.x:hover {
97 background-color: #EBEBEB;
99 #menuv3 a:active, #menuv3 div.x:active {
101 background-color: #EBEBEB;
114 border-width:0 0 1px 0;
120 background-color: #FFFFFF;
122 /* IE6 spacing bug fix, <li>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 <li>s, where the enclosing <ul> already has * a bottom border, which just looks ugly * the trick:color the bottom border with the same color as the bottom pixel of the background image - noone notices */
125 border-color: #991900;
126 border-width: 0 0 1px 0;
130 padding: 0 2em 2em 2em;
131 margin: 0 -2em -2em -2em;
134 /*padding-top: 0.01em;*/
135 background-color: #FFFFFF;
137 /* IE6 event bug fix, without a background there hovers will be occassionally lost between the li's to the layer below * causing the menu to close. Opera 9 has the same bug btw. */
149 #menuv3 ul ul ul li {
150 border-left: 0.2em solid #EBEBEB;
152 /* Begin non-anchor hover selectors */
153 /* Enter the more specific element (div) selectoron non-anchor hovers for IE5.x to comply with theolder version of csshover.htc - V1.21.041022. Itimproves IE's performance speed to use the olderfile and this method */
154 div#menuv3 h2:hover {
158 div#menuv3 li:hover {
161 div#menuv3 li:hover ul ul, div#menuv3 li li:hover ul ul, div#menuv3 li li li:hover ul ul, div#menuv3 li li li li:hover ul ul {
164 div#menuv3 li:hover ul, div#menuv3 li li:hover ul, div#menuv3 li li li:hover ul, div#menuv3 li li li li:hover ul {
166 position: relativ: left: 10px;
168 /* End of non-anchor hover selectors */
174 background-color: #FFFFFF;
178 /* types of lines: m sm i (menu submenu item)
179 each line is a mi (menuitem) and has one mii (menu-item-icon) whcih is ms (menu-spacer)
180 and one mic (menu-item-chunk)
181 indenting is done with the levels s0, s1, s2 */
187 transition: margin-left 0.2s, width 0.2s;
188 -moz-transition: margin-left 0.2s, width 0.2s;
189 -webkit-transition: margin-left 0.2s, width 0.2s;
190 -o-transition: margin-left 0.2s, width 0.2s;
192 div.layout-split-right { margin-left: 190px; }
193 div.layout-split-right.folded { margin-left: 40px }
194 #html-menu.folded:hover + div.layout-split-right.folded { margin-left: 190px }
195 #html-menu { float:left; width: 183px; font-size: 8pt; margin-top: 10px; }
196 #html-menu.folded { width: 32px; }
197 #html-menu.folded:hover { width: 183px; }
198 #html-menu div.mi { margin-top: 4px; margin-bottom: 3px; white-space: nowrap; clear:both; position:relative; }
199 #html-menu div.sm { font-weight: bold }
200 #html-menu img { vertical-align: top; border: 0; }
201 #html-menu a { vertical-align: top }
202 #html-menu .i span.ms { float: left; width: 24px; margin-bottom: 4px; }
203 #html-menu .m span.ms { float: left; width: 32px }
204 #html-menu .sm span.ms { float: left; width: 24px; background: url(../../image/unterpunkt.png); }
205 #html-menu div.m { height: 24px }
206 #html-menu div.m span.mic { color:black; position: relative; top: 4px }
207 #html-menu div.m:hover,
208 #html-menu div.i:hover { color:blue; background-color: #d1d1d1; cursor: pointer; }
209 #html-menu span.mic { white-space: normal; display: inline-block; vertical-align: top; line-height: 1.2; }
210 #html-menu a.ml span.mic { width: 145px } /* fix deep indents */
211 #html-menu div.s0 { padding-left: 2px }
212 #html-menu div.s1 { padding-left: 8px }
213 #html-menu div.s2 { padding-left: 16px }
218 #menuv3, #html-menu, #frame-header, #main_menu_div, #js-header { /* items with this class won't print */
221 #content.html-menu { margin-left: 0; }