1 /* kivitendo menu Colors:
2 Menu Background color #FE5F14
3 orangemenu color #FFFFFF
4 whiteMenu Hover background color #FFFFE0
5 DarkGreensubenu pointer
8 behavior: url("css/csshover.htc");
11 font-family: Verdana, Geneva, Tahoma, sans-serif;
12 background-color: #FFFFFF;
19 /*border: 3px solid;*/
20 background-color: #FFFFFF;
23 #menuv3 a, #menuv3 h2, #menuv3 div.x {
33 background-color: #ffffff;
35 /*padding: 2px 15px;*/
37 -moz-border-radius: 0.4em 0.4em 0;
39 -webkit-border-radius: 0.4em 0.4em 0;
41 -khtml-border-radius: 0.4em 0.4em 0;
43 border-radius: 0.4em 0.4em 0 0;
44 /* behavior: url(border-radius.htc); */
47 background-color:#DCDCDC;
49 #menuv3 a, #menuv3 a:visited, #menuv3 div.x, #menuv3 div.x:visited {
51 text-decoration: none;
57 #menuv3 div.x, #menuv3 div.x:visited {
58 background-color: #EBEBEB;
59 border-right: 1em solid #FE5F14;
64 #menuv3 a:hover, #menuv3 div.x:hover {
66 background-color: #EBEBEB;
68 #menuv3 a:active, #menuv3 div.x:active {
70 background-color: #EBEBEB;
88 background-color: #FFFFFF;
90 /* 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 */
93 border-color: #991900;
94 border-width: 0 0 1px 0;
98 padding: 0 2em 2em 2em;
99 margin: 0 -2em -2em -2em;
102 /*padding-top: 0.01em;*/
103 background-color: #FFFFFF;
105 /* 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. */
118 #menuv3 ul ul ul li {
119 border-left: 0.2em solid #EBEBEB;
121 /* Begin non-anchor hover selectors */
122 /* 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 */
123 div#menuv3 h2:hover {
127 div#menuv3 li:hover {
131 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 {
134 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 {
136 position: relativ: left: 10px;
138 /* End of non-anchor hover selectors */
144 background-color: #FFFFFF;
148 /* types of lines: m sm i (menu submenu item)
149 each line is a mi (menuitem) and has one mii (menu-item-icon) whcih is ms (menu-spacer)
150 and one mic (menu-item-chunk)
151 indenting is done with the levels s0, s1, s2 */
152 #content.html-menu, #html-menu {
153 transition: margin-left 0.2s, width 0.2s;
154 -moz-transition: margin-left 0.2s, width 0.2s;
155 -webkit-transition: margin-left 0.2s, width 0.2s;
156 -o-transition: margin-left 0.2s, width 0.2s;
158 #content.html-menu { margin-left: 190px; }
159 #content.html-menu.folded { margin-left: 40px }
160 #html-menu.folded:hover + #content.html-menu.folded { margin-left: 190px }
161 #html-menu { float:left; width: 183px; font-size: 8pt; margin-top: 10px; overflow:hidden; }
162 #html-menu.folded { width: 32px; }
163 #html-menu.folded:hover { width: 183px; }
164 #html-menu div.mi { margin-top: 4px; margin-bottom: 3px; white-space: nowrap; clear:both; position:relative; }
165 #html-menu div.sm { font-weight: bold }
166 #html-menu img { vertical-align: top; border: 0; }
167 #html-menu a { vertical-align: top }
168 #html-menu .i span.ms { float: left; width: 24px; margin-bottom: 4px; }
169 #html-menu .m span.ms { float: left; width: 32px }
170 #html-menu .sm span.ms { float: left; width: 24px; background: url(../../image/unterpunkt.png); }
171 #html-menu div.m { height: 24px }
172 #html-menu div.m span.mic { color:black; position: relative; top: 4px }
173 #html-menu div.m:hover,
174 #html-menu div.i:hover { color:blue; background-color: #d1d1d1; cursor: pointer; }
175 #html-menu span.mic { white-space: normal; display: inline-block; vertical-align: top; line-height: 1.2; }
176 #html-menu a.ml span.mic { width: 145px } /* fix deep indents */
177 #html-menu div.s0 { padding-left: 2px }
178 #html-menu div.s1 { padding-left: 8px }
179 #html-menu div.s2 { padding-left: 16px }
184 #menuv3, #html-menu, #frame-header, #main_menu_div, #js-header { /* items with this class won't print */
187 #content.html-menu { margin-left: 0; }