|
0
|
1 |
.yui-menu { |
|
|
2 |
|
|
|
3 |
font-size: 93%; /* 12px */ |
|
|
4 |
|
|
|
5 |
} |
|
|
6 |
|
|
|
7 |
.yui-menu .yui-menu { |
|
|
8 |
|
|
|
9 |
font-size: 100%; |
|
|
10 |
line-height: 1.5; /* 18px */ |
|
|
11 |
*line-height: 1.45; /* For IE */ |
|
|
12 |
|
|
|
13 |
} |
|
|
14 |
|
|
|
15 |
.yui-menu-horizontal { |
|
|
16 |
|
|
|
17 |
line-height: 2; /* ~24px */ |
|
|
18 |
*line-height: 1.9; /* For IE */ |
|
|
19 |
|
|
|
20 |
} |
|
|
21 |
|
|
|
22 |
.yui-menu-content { |
|
|
23 |
|
|
|
24 |
background: #fff; |
|
|
25 |
|
|
|
26 |
} |
|
|
27 |
|
|
|
28 |
.yui-menu a { |
|
|
29 |
|
|
|
30 |
color: #06c; |
|
|
31 |
text-decoration: none; |
|
|
32 |
|
|
|
33 |
} |
|
|
34 |
|
|
|
35 |
.yui-menu a:hover, |
|
|
36 |
.yui-menu a:focus { |
|
|
37 |
|
|
|
38 |
text-decoration: underline; |
|
|
39 |
|
|
|
40 |
} |
|
|
41 |
|
|
|
42 |
.yui-menu-horizontal .yui-menu-content { |
|
|
43 |
|
|
|
44 |
border-bottom: dotted 1px #ccc; |
|
|
45 |
|
|
|
46 |
} |
|
|
47 |
|
|
|
48 |
.yui-menu .yui-menu .yui-menu-content { |
|
|
49 |
|
|
|
50 |
border-style: solid; |
|
|
51 |
border-width: 0 1px 1px 1px; |
|
|
52 |
border-color: #ccc #666 #666 #ccc; |
|
|
53 |
padding: 3px 0; |
|
|
54 |
|
|
|
55 |
} |
|
|
56 |
|
|
|
57 |
.yui-menu-horizontal ul { |
|
|
58 |
|
|
|
59 |
padding: 0; |
|
|
60 |
margin: 0; |
|
|
61 |
border: 0; |
|
|
62 |
|
|
|
63 |
} |
|
|
64 |
|
|
|
65 |
.yui-menu .yui-menu ul { |
|
|
66 |
|
|
|
67 |
margin-top: 3px; |
|
|
68 |
padding-top: 3px; |
|
|
69 |
border-top: solid 1px #ccc; |
|
|
70 |
|
|
|
71 |
} |
|
|
72 |
|
|
|
73 |
.yui-menu ul.first-of-type { |
|
|
74 |
|
|
|
75 |
border: 0; |
|
|
76 |
margin: 0; |
|
|
77 |
padding: 0; |
|
|
78 |
|
|
|
79 |
} |
|
|
80 |
|
|
|
81 |
.yui-menu-horizontal .yui-menu-label, |
|
|
82 |
.yui-menu-horizontal .yui-menuitem-content { |
|
|
83 |
|
|
|
84 |
padding: 0 5px; |
|
|
85 |
|
|
|
86 |
margin-right: 5px; |
|
|
87 |
border: solid 1px #fff; |
|
|
88 |
border-width: 1px 1px 0 1px; |
|
|
89 |
font-weight: bold; |
|
|
90 |
float: left; |
|
|
91 |
width: auto; |
|
|
92 |
_display: inline; /* Fixes IE margin doubling bug in IE 6 (Standards Mode and Quirks Mode) |
|
|
93 |
and IE 7 (Quirks Mode only) */ |
|
|
94 |
|
|
|
95 |
} |
|
|
96 |
|
|
|
97 |
.yui-menu .yui-menu .yui-menu-label, |
|
|
98 |
.yui-menu .yui-menu .yui-menuitem-content { |
|
|
99 |
|
|
|
100 |
padding: 0 40px 0 5px; |
|
|
101 |
|
|
|
102 |
/* |
|
|
103 |
Necessary specify values for border, margin, float, display, and font-weight to override |
|
|
104 |
values specified in the preceeding selectors. |
|
|
105 |
*/ |
|
|
106 |
|
|
|
107 |
margin: 0; |
|
|
108 |
border: 0; |
|
|
109 |
font-weight: normal; |
|
|
110 |
float: none; |
|
|
111 |
_display: block; |
|
|
112 |
|
|
|
113 |
} |
|
|
114 |
|
|
|
115 |
.yui-menu-horizontal .yui-menu-label a { |
|
|
116 |
|
|
|
117 |
float: left; |
|
|
118 |
width: auto; |
|
|
119 |
padding: 0 5px 0 0; |
|
|
120 |
|
|
|
121 |
} |
|
|
122 |
|
|
|
123 |
.yui-menu-horizontal .yui-menu-label-active, |
|
|
124 |
.yui-menu-horizontal .yui-menu-label-menuvisible { |
|
|
125 |
|
|
|
126 |
border-color: #ccc #666 #fff #ccc; |
|
|
127 |
|
|
|
128 |
} |
|
|
129 |
|
|
|
130 |
.yui-menu-horizontal .yui-menu-label .yui-menu-toggle { |
|
|
131 |
|
|
|
132 |
border-left: dotted 1px #ccc; |
|
|
133 |
padding: 15px 0 0 0; /* Hide the text inside the menu toggle with top padding. */ |
|
|
134 |
width: 17px; |
|
|
135 |
height: 0; |
|
|
136 |
margin: 4px 0; |
|
|
137 |
overflow: hidden; |
|
|
138 |
background: url(arrows.png) 2px 0 no-repeat; |
|
|
139 |
|
|
|
140 |
} |
|
|
141 |
|
|
|
142 |
.yui-menu-horizontal .yui-menu-label .yui-menu-toggle:hover, |
|
|
143 |
.yui-menu-horizontal .yui-menu-label .yui-menu-toggle:focus { |
|
|
144 |
|
|
|
145 |
background-position: 2px -15px; |
|
|
146 |
|
|
|
147 |
} |
|
|
148 |
|
|
|
149 |
.yui-menu-horizontal .yui-menu-label-menuvisible .yui-menu-toggle, |
|
|
150 |
.yui-menu-horizontal .yui-menu-label-menuvisible .yui-menu-toggle:hover, |
|
|
151 |
.yui-menu-horizontal .yui-menu-label-menuvisible .yui-menu-toggle:focus { |
|
|
152 |
|
|
|
153 |
background-position: 2px -30px; |
|
|
154 |
|
|
|
155 |
} |