Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
.yui3-skin-night{
2
	background-color:#000;
3
    font-family: HelveticaNeue,arial,helvetica,clean,sans-serif;
4
	color:#fff;
5
}
6
 
7
.yui3-skin-night .yui3-overlay-content ul,
8
.yui3-skin-night .yui3-overlay-content ol,
9
.yui3-skin-night .yui3-overlay-content li {
10
    margin: 0;
11
    padding: 0;
12
	list-style:none;
13
	zoom:1;
14
}
15
.yui3-skin-night .yui3-overlay-content li{
16
	*float:left;
17
}
18
.yui3-skin-night .yui3-overlay-content {
19
    background-color:#6d6e6e;
20
	-moz-box-shadow:0 0 17px rgba(0,0,0,0.58);
21
	-webkit-box-shadow:0 0 17px rgba(0,0,0,0.58);
22
	box-shadow:0 0 17px rgba(0,0,0,0.58);
23
    -moz-border-radius:7px;
24
    -webkit-border-radius:7px;
25
    border-radius:7px;
26
}
27
 
28
.yui3-skin-night .yui3-overlay-content .yui3-widget-hd {
29
    background-color:#6d6e6e;
30
    -moz-border-radius:7px 7px 0 0;
31
    -webkit-border-radius:7px 7px 0 0;
32
    border-radius:7px 7px 0 0;
33
	color: #fff;
34
 
35
    margin:0;
36
	padding:20px 22px 0;
37
	font-size:147%;
38
}
39
 
40
 
41
/*** background of bd and ft ***/
42
.yui3-skin-night .yui3-overlay-content .yui3-widget-bd {
43
	padding:11px 22px 17px;
44
	font-size:92%;
45
	/*margin-bottom:-1px;  this was needed on ipad to close gap between ft and bd*/
46
}
47
.yui3-skin-night .yui3-overlay .yui3-widget-bd li{
48
	margin: 0.04em;
49
}
50
/*.yui3-skin-night .yui3-widget-bd li:last-child{
51
	margin-bottom:0.4em;
52
}*/
53
.yui3-skin-night .yui3-overlay-content .yui3-widget-ft{
54
	background-color:#575858;
55
	border-top:solid 1px #494a4a;
56
	-moz-border-radius:0 0 7px 7px;
57
	-webkit-border-radius:0 0 7px 7px;
58
	border-radius:0 0 7px 7px;
59
	padding:17px 25px 20px;
60
	text-align:center;
61
	/*font-size:92%;*/
62
}
63
/* For Buttons */
64
 
65
.yui3-skin-night .yui3-overlay-content .yui3-widget-ft li {
66
	margin:3px;
67
	display:inline-block;
68
}
69
.yui3-skin-night .yui3-overlay-content .yui3-widget-ft li a{
70
	border:solid 1px #1B1C1C;
71
	border-radius: 6px;
72
 
73
	-moz-box-shadow: 0 1px #677478;
74
	-webkit-box-shadow: 0 1px #677478;
75
	box-shadow: 0 1px #677478;
76
 
77
    text-shadow: 0 -1px 0 rgba(0,0,0,0.7);
78
	font-size:85%;
79
	text-align:center;
80
	color: #fff;
81
	padding: 6px 28px;
82
	background-color:#2B2D2D;
83
	background: -moz-linear-gradient(
84
		0% 100% 90deg,
85
		#242526 0%,
86
		#3b3c3d 96%,
87
		#2C2D2F 100%
88
	);
89
    background: -webkit-gradient(
90
        linear,
91
        left bottom,
92
        left top,
93
        from(#242526),
94
        color-stop(0.96, #3b3c3d),
95
        to(#2C2D2F)
96
    );
97
}
98
.yui3-skin-night .yui3-overlay .yui3-widget-ft li:first-child {
99
	margin-left:0;
100
}
101
 
102
.yui3-skin-night .yui3-overlay .yui3-widget-ft li:last-child {
103
	margin-right:0;
104
}
105
 
106
.yui3-skin-night .yui3-overlay .yui3-widget-ft li:last-child a {
107
	border:solid 1px #520E00;
108
	-moz-box-shadow: 0 1px #7D5D57;
109
	-webkit-box-shadow: 0 1px #7D5D57;
110
	box-shadow: 0 1px #7D5D57;
111
	background-color:#901704;
112
	background: -moz-linear-gradient(
113
	100% 0% 270deg,
114
	#ab1c0b,
115
	#7b1400
116
	);
117
    background: -webkit-gradient(
118
        linear,
119
        left top,
120
        left bottom,
121
        from(#ab1c0b),
122
        to(#7b1400)
123
    );
124
	margin-right: 0;
125
}
126
 
127
 
128
/*
129
.yui3-skin-night .yui3-overlay .yui3-widget-ft li{
130
	display:inline-block;
131
	-moz-border-radius:6px;
132
	-webkit-border-radius:6px;
133
	border-radius:6px;
134
	background-color:#252525;
135
	background: -moz-linear-gradient(
136
	100% 0% 270deg,
137
	#3f3f3f,
138
	#0e0e0e
139
	);
140
	background: -webkit-gradient(
141
        linear,
142
        left top,
143
        left bottom,
144
        from(#3f3f3f),
145
        to(#0e0e0e)
146
    );
147
 
148
	line-height:32px;
149
	width:100px;
150
	margin:0px 5px 0px 5px;
151
}
152
.yui3-skin-night .yui3-overlay .yui3-widget-ft li:first-child {
153
	margin-left:0px;
154
}
155
.yui3-skin-night .yui3-overlay .yui3-widget-ft li:last-child {
156
	background-color:#901704;
157
	background: -moz-linear-gradient(
158
	100% 0% 270deg,
159
	#ab1c0b,
160
	#7b1400
161
	);
162
    background: -webkit-gradient(
163
        linear,
164
        left top,
165
        left bottom,
166
        from(#ab1c0b),
167
        to(#7b1400)
168
    );
169
	margin-right: 0px;
170
}
171
*/
172
#yui3-widget-mask{
173
	background-color:#000;
174
	opacity:0.5;
175
}