Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
/* Vertical menus and submenus */
2
 
3
.yui3-skin-night .yui3-menu-content,
4
.yui3-skin-night .yui3-menu .yui3-menu .yui3-menu-content {
5
 
6
    font-size: 100%;
7
    line-height: 2.25;  /* 18px 1.5*/
8
    *line-height: 1.45; /* For IE */
9
    border: solid 1px #303030;
10
    background: #151515;
11
    /*padding: 3px 0;*/
12
 
13
}
14
 
15
.yui3-skin-night .yui3-menu .yui3-menu .yui3-menu-content {
16
 
17
	font-size: 100%;
18
 
19
}
20
 
21
 
22
/* Horizontal menus */
23
.yui3-skin-night .yui3-menu-horizontal .yui3-menu-content {
24
 
25
    line-height: 2;  /* ~24px */
26
    *line-height: 1.9; /* For IE */
27
    background-color:#3b3c3d;
28
	background: -moz-linear-gradient(
29
		0% 100% 90deg,
30
		#242526 0%,
31
		#3b3c3d 96%,
32
		#2C2D2F 100%
33
	);
34
    background: -webkit-gradient(
35
        linear,
36
        left bottom,
37
        left top,
38
        from(#242526),
39
        color-stop(0.96, #3b3c3d),
40
        to(#2C2D2F)
41
    );
42
    padding: 0;
43
 
44
}
45
 
46
 
47
.yui3-skin-night .yui3-menu ul,
48
.yui3-skin-night .yui3-menu ul ul {
49
 
50
	margin-top: 3px;
51
	padding-top: 3px;
52
    border-top: solid 1px #303030;
53
 
54
}
55
 
56
.yui3-skin-night .yui3-menu ul.first-of-type {
57
 
58
    border: 0;
59
	margin: 0;
60
	padding: 0;
61
 
62
}
63
 
64
.yui3-skin-night .yui3-menu-horizontal ul {
65
 
66
	padding: 0;
67
	margin: 0;
68
	border: 0;
69
 
70
}
71
 
72
 
73
.yui3-skin-night .yui3-menu li,
74
.yui3-skin-night .yui3-menu .yui3-menu li {
75
 
76
    /*
77
        For and IE 6 (Strict Mode and Quirks Mode) and IE 7 (Quirks Mode only):
78
		Used to collapse superfluous white space between <li> elements that is
79
		triggered by the "display" property of the <a> elements being set to
80
		"block" by node-menunav-core.css file.
81
    */
82
 
83
    _border-bottom: solid 1px #151515;
84
 
85
}
86
 
87
.yui3-skin-night .yui3-menu-horizontal li {
88
 
89
	_border-bottom: 0;
90
 
91
}
92
 
93
.yui3-skin-night .yui3-menubuttonnav li {
94
 
95
    border-right: solid 1px #ccc;
96
 
97
}
98
 
99
.yui3-skin-night .yui3-splitbuttonnav li {
100
 
101
    border-right: solid 1px #303030;
102
 
103
}
104
 
105
.yui3-skin-night .yui3-menubuttonnav li li,
106
.yui3-skin-night .yui3-splitbuttonnav li li {
107
 
108
	border-right: 0;
109
 
110
}
111
 
112
 
113
/* Menuitems and menu labels */
114
 
115
 
116
.yui3-skin-night .yui3-menu-label,
117
.yui3-skin-night .yui3-menu .yui3-menu .yui3-menu-label,
118
.yui3-skin-night .yui3-menuitem-content,
119
.yui3-skin-night .yui3-menu .yui3-menu .yui3-menuitem-content {
120
 
121
    /*padding: 0 20px;*/
122
    padding: 0 1em;
123
    /*background-color: #2F3030;*/
124
 
125
 
126
 
127
 
128
 
129
 
130
    color: #fff;
131
    text-decoration: none;
132
    cursor: default;
133
 
134
	/*
135
		Necessary specify values for border, position and margin to override
136
		values specified in the selectors that follow.
137
	*/
138
 
139
	float: none;
140
	border: 0;
141
	margin: 0;
142
 
143
}
144
 
145
.yui3-skin-night .yui3-menu-horizontal .yui3-menu-label,
146
.yui3-skin-night .yui3-menu-horizontal .yui3-menuitem-content {
147
 
148
    padding: 0 10px;
149
    border-style: solid;
150
    border-color: #303030;
151
    border-width: 1px 0;
152
    margin: -1px 0;
153
 
154
    float: left; 	/*	Ensures that menu labels clear floated descendents.
155
    					Also gets negative margins working in IE 7
156
						(Strict Mode). */
157
    width: auto;
158
 
159
}
160
 
161
.yui3-skin-night .yui3-menu-label,
162
.yui3-skin-night .yui3-menu .yui3-menu .yui3-menu-label {
163
 
164
	background: url(vertical-menu-submenu-indicator.png) right center no-repeat;
165
 
166
}
167
 
168
.yui3-skin-night .yui3-menu-horizontal .yui3-menu-label {
169
 
170
    background: none;
171
 
172
}
173
 
174
.yui3-skin-night .yui3-menubuttonnav .yui3-menu-label,
175
.yui3-skin-night .yui3-splitbuttonnav .yui3-menu-label {
176
 
177
	background-image: none;
178
 
179
}
180
 
181
.yui3-skin-night .yui3-menubuttonnav .yui3-menu-label {
182
 
183
    padding-right: 0;
184
 
185
}
186
 
187
.yui3-skin-night .yui3-menubuttonnav .yui3-menu-label em {
188
 
189
	font-style: normal;
190
	padding-right: 20px;
191
    display: block;
192
    background: url(horizontal-menu-submenu-indicator.png) right center no-repeat;
193
 
194
}
195
 
196
 
197
.yui3-skin-night .yui3-splitbuttonnav .yui3-menu-label {
198
 
199
	padding: 0;
200
 
201
}
202
 
203
.yui3-skin-night .yui3-splitbuttonnav .yui3-menu-label a {
204
 
205
	float: left;
206
	width: auto;
207
    color: #fff;
208
    text-decoration: none;
209
    cursor: default;
210
	padding: 0 5px 0 10px;
211
 
212
}
213
 
214
.yui3-skin-night .yui3-splitbuttonnav .yui3-menu-label .yui3-menu-toggle {
215
 
216
	padding: 0;	/* Overide padding applied by the preceeding rule. */
217
	border-left: solid 1px #303030;
218
	width: 15px;
219
	overflow: hidden;
220
	text-indent: -1000px;
221
    background: url(horizontal-menu-submenu-indicator.png) 3px center no-repeat;
222
 
223
}
224
 
225
 
226
/* Selected menuitem */
227
 
228
.yui3-skin-night .yui3-menu-label-active,
229
.yui3-skin-night .yui3-menu-label-menuvisible,
230
.yui3-skin-night .yui3-menu .yui3-menu .yui3-menu-label-active,
231
.yui3-skin-night .yui3-menu .yui3-menu .yui3-menu-label-menuvisible {
232
 
233
	background-color: #292a2a;
234
 
235
}
236
 
237
.yui3-skin-night .yui3-menuitem-active .yui3-menuitem-content,
238
.yui3-skin-night .yui3-menu .yui3-menu .yui3-menuitem-active .yui3-menuitem-content {
239
 
240
	background-image: none;
241
    background-color: #292a2a;
242
    background: -moz-linear-gradient(
243
		0% 100% 90deg,
244
		#252626 0%,
245
		#333434 100%
246
	);
247
    background: -webkit-gradient(
248
        linear,
249
        left top,
250
        left bottom,
251
        from(#333434),
252
        to(#252626)
253
    );
254
 
255
    /*
256
    	Undo values set for "border-left-width" and "margin-left" when the root
257
    	menu has a class of "yui-menubuttonnav" or "yui-splitbuttonnav" applied.
258
    */
259
 
260
	border-left-width: 0;
261
    margin-left: 0;
262
 
263
}
264
 
265
.yui3-skin-night .yui3-menu-horizontal .yui3-menu-label-active,
266
.yui3-skin-night .yui3-menu-horizontal .yui3-menuitem-active .yui3-menuitem-content,
267
.yui3-skin-night .yui3-menu-horizontal .yui3-menu-label-menuvisible {
268
 
269
    border-color: #303030;
270
	background-color:#555658;
271
	background: -moz-linear-gradient(
272
		0% 100% 90deg,
273
		#343536 0%,
274
		#555658 96%,
275
		#3E3F41 100%
276
	);
277
    background: -webkit-gradient(
278
        linear,
279
        left bottom,
280
        left top,
281
        from(#343536),
282
        color-stop(0.96, #555658),
283
        to(#3E3F41)
284
    );
285
 
286
}
287
 
288
.yui3-skin-night .yui3-menubuttonnav .yui3-menu-label-active,
289
.yui3-skin-night .yui3-menubuttonnav .yui3-menuitem-active .yui3-menuitem-content,
290
.yui3-skin-night .yui3-menubuttonnav .yui3-menu-label-menuvisible,
291
.yui3-skin-night .yui3-splitbuttonnav .yui3-menu-label-active,
292
.yui3-skin-night .yui3-splitbuttonnav .yui3-menuitem-active .yui3-menuitem-content,
293
.yui3-skin-night .yui3-splitbuttonnav .yui3-menu-label-menuvisible {
294
 
295
    border-left-width: 1px;
296
    margin-left: -1px;
297
 
298
}
299
 
300
.yui3-skin-night .yui3-splitbuttonnav .yui3-menu-label-menuvisible {
301
 
302
    border-color: #303030;
303
    background: transparent;
304
 
305
}
306
 
307
.yui3-skin-night .yui3-splitbuttonnav .yui3-menu-label-menuvisible .yui3-menu-toggle {
308
 
309
    border-color: #303030;
310
    background-color: #505050;
311
 
312
}