NOBUG: Fixed file access permissions
[moodle.git] / lib / yuilib / 3.13.0 / node-menunav / assets / skins / night / node-menunav-skin.css
blob6fd40da920bf509056becc04f11244690bee8940
1 /*
2 YUI 3.13.0 (build 508226d)
3 Copyright 2013 Yahoo! Inc. All rights reserved.
4 Licensed under the BSD License.
5 http://yuilibrary.com/license/
6 */
8 /* Vertical menus and submenus */
10 .yui3-skin-night .yui3-menu-content,
11 .yui3-skin-night .yui3-menu .yui3-menu .yui3-menu-content {
13 font-size: 100%;
14 line-height: 2.25; /* 18px 1.5*/
15 *line-height: 1.45; /* For IE */
16 border: solid 1px #303030;
17 background: #151515;
18 /*padding: 3px 0;*/
22 .yui3-skin-night .yui3-menu .yui3-menu .yui3-menu-content {
24 font-size: 100%;
29 /* Horizontal menus */
30 .yui3-skin-night .yui3-menu-horizontal .yui3-menu-content {
32 line-height: 2; /* ~24px */
33 *line-height: 1.9; /* For IE */
34 background-color:#3b3c3d;
35 background: -moz-linear-gradient(
36 0% 100% 90deg,
37 #242526 0%,
38 #3b3c3d 96%,
39 #2C2D2F 100%
41 background: -webkit-gradient(
42 linear,
43 left bottom,
44 left top,
45 from(#242526),
46 color-stop(0.96, #3b3c3d),
47 to(#2C2D2F)
49 padding: 0;
54 .yui3-skin-night .yui3-menu ul,
55 .yui3-skin-night .yui3-menu ul ul {
57 margin-top: 3px;
58 padding-top: 3px;
59 border-top: solid 1px #303030;
63 .yui3-skin-night .yui3-menu ul.first-of-type {
65 border: 0;
66 margin: 0;
67 padding: 0;
71 .yui3-skin-night .yui3-menu-horizontal ul {
73 padding: 0;
74 margin: 0;
75 border: 0;
80 .yui3-skin-night .yui3-menu li,
81 .yui3-skin-night .yui3-menu .yui3-menu li {
84 For and IE 6 (Strict Mode and Quirks Mode) and IE 7 (Quirks Mode only):
85 Used to collapse superfluous white space between <li> elements that is
86 triggered by the "display" property of the <a> elements being set to
87 "block" by node-menunav-core.css file.
90 _border-bottom: solid 1px #151515;
94 .yui3-skin-night .yui3-menu-horizontal li {
96 _border-bottom: 0;
100 .yui3-skin-night .yui3-menubuttonnav li {
102 border-right: solid 1px #ccc;
106 .yui3-skin-night .yui3-splitbuttonnav li {
108 border-right: solid 1px #303030;
112 .yui3-skin-night .yui3-menubuttonnav li li,
113 .yui3-skin-night .yui3-splitbuttonnav li li {
115 border-right: 0;
120 /* Menuitems and menu labels */
123 .yui3-skin-night .yui3-menu-label,
124 .yui3-skin-night .yui3-menu .yui3-menu .yui3-menu-label,
125 .yui3-skin-night .yui3-menuitem-content,
126 .yui3-skin-night .yui3-menu .yui3-menu .yui3-menuitem-content {
128 /*padding: 0 20px;*/
129 padding: 0 1em;
130 /*background-color: #2F3030;*/
137 color: #fff;
138 text-decoration: none;
139 cursor: default;
142 Necessary specify values for border, position and margin to override
143 values specified in the selectors that follow.
146 float: none;
147 border: 0;
148 margin: 0;
152 .yui3-skin-night .yui3-menu-horizontal .yui3-menu-label,
153 .yui3-skin-night .yui3-menu-horizontal .yui3-menuitem-content {
155 padding: 0 10px;
156 border-style: solid;
157 border-color: #303030;
158 border-width: 1px 0;
159 margin: -1px 0;
161 float: left; /* Ensures that menu labels clear floated descendents.
162 Also gets negative margins working in IE 7
163 (Strict Mode). */
164 width: auto;
168 .yui3-skin-night .yui3-menu-label,
169 .yui3-skin-night .yui3-menu .yui3-menu .yui3-menu-label {
171 background: url(vertical-menu-submenu-indicator.png) right center no-repeat;
175 .yui3-skin-night .yui3-menu-horizontal .yui3-menu-label {
177 background: none;
181 .yui3-skin-night .yui3-menubuttonnav .yui3-menu-label,
182 .yui3-skin-night .yui3-splitbuttonnav .yui3-menu-label {
184 background-image: none;
188 .yui3-skin-night .yui3-menubuttonnav .yui3-menu-label {
190 padding-right: 0;
194 .yui3-skin-night .yui3-menubuttonnav .yui3-menu-label em {
196 font-style: normal;
197 padding-right: 20px;
198 display: block;
199 background: url(horizontal-menu-submenu-indicator.png) right center no-repeat;
204 .yui3-skin-night .yui3-splitbuttonnav .yui3-menu-label {
206 padding: 0;
210 .yui3-skin-night .yui3-splitbuttonnav .yui3-menu-label a {
212 float: left;
213 width: auto;
214 color: #fff;
215 text-decoration: none;
216 cursor: default;
217 padding: 0 5px 0 10px;
221 .yui3-skin-night .yui3-splitbuttonnav .yui3-menu-label .yui3-menu-toggle {
223 padding: 0; /* Overide padding applied by the preceeding rule. */
224 border-left: solid 1px #303030;
225 width: 15px;
226 overflow: hidden;
227 text-indent: -1000px;
228 background: url(horizontal-menu-submenu-indicator.png) 3px center no-repeat;
233 /* Selected menuitem */
235 .yui3-skin-night .yui3-menu-label-active,
236 .yui3-skin-night .yui3-menu-label-menuvisible,
237 .yui3-skin-night .yui3-menu .yui3-menu .yui3-menu-label-active,
238 .yui3-skin-night .yui3-menu .yui3-menu .yui3-menu-label-menuvisible {
240 background-color: #292a2a;
244 .yui3-skin-night .yui3-menuitem-active .yui3-menuitem-content,
245 .yui3-skin-night .yui3-menu .yui3-menu .yui3-menuitem-active .yui3-menuitem-content {
247 background-image: none;
248 background-color: #292a2a;
249 background: -moz-linear-gradient(
250 0% 100% 90deg,
251 #252626 0%,
252 #333434 100%
254 background: -webkit-gradient(
255 linear,
256 left top,
257 left bottom,
258 from(#333434),
259 to(#252626)
263 Undo values set for "border-left-width" and "margin-left" when the root
264 menu has a class of "yui-menubuttonnav" or "yui-splitbuttonnav" applied.
267 border-left-width: 0;
268 margin-left: 0;
272 .yui3-skin-night .yui3-menu-horizontal .yui3-menu-label-active,
273 .yui3-skin-night .yui3-menu-horizontal .yui3-menuitem-active .yui3-menuitem-content,
274 .yui3-skin-night .yui3-menu-horizontal .yui3-menu-label-menuvisible {
276 border-color: #303030;
277 background-color:#555658;
278 background: -moz-linear-gradient(
279 0% 100% 90deg,
280 #343536 0%,
281 #555658 96%,
282 #3E3F41 100%
284 background: -webkit-gradient(
285 linear,
286 left bottom,
287 left top,
288 from(#343536),
289 color-stop(0.96, #555658),
290 to(#3E3F41)
295 .yui3-skin-night .yui3-menubuttonnav .yui3-menu-label-active,
296 .yui3-skin-night .yui3-menubuttonnav .yui3-menuitem-active .yui3-menuitem-content,
297 .yui3-skin-night .yui3-menubuttonnav .yui3-menu-label-menuvisible,
298 .yui3-skin-night .yui3-splitbuttonnav .yui3-menu-label-active,
299 .yui3-skin-night .yui3-splitbuttonnav .yui3-menuitem-active .yui3-menuitem-content,
300 .yui3-skin-night .yui3-splitbuttonnav .yui3-menu-label-menuvisible {
302 border-left-width: 1px;
303 margin-left: -1px;
307 .yui3-skin-night .yui3-splitbuttonnav .yui3-menu-label-menuvisible {
309 border-color: #303030;
310 background: transparent;
314 .yui3-skin-night .yui3-splitbuttonnav .yui3-menu-label-menuvisible .yui3-menu-toggle {
316 border-color: #303030;
317 background-color: #505050;