1 |
efrain |
1 |
.yui3-skin-night .yui3-calendar-content {
|
|
|
2 |
padding:10px;
|
|
|
3 |
color: #CBCBCB;
|
|
|
4 |
border: 1px solid #303030;
|
|
|
5 |
background: #151515; /* Old browsers */
|
|
|
6 |
background: -moz-linear-gradient(top, #222222 0%, #151515 100%); /* FF3.6+ */
|
|
|
7 |
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#151515)); /* Chrome,Safari4+ */
|
|
|
8 |
background: -webkit-linear-gradient(top, #222222 0%,#151515 100%); /* Chrome10+,Safari5.1+ */
|
|
|
9 |
background: -o-linear-gradient(top, #222222 0%,#151515 100%); /* Opera11.10+ */
|
|
|
10 |
background: -ms-linear-gradient(top, #222222 0%,#151515 100%); /* IE10+ */
|
|
|
11 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#151515',GradientType=0 ); /* IE6-9 */
|
|
|
12 |
background: linear-gradient(top, #222222 0%,#151515 100%); /* W3C */
|
|
|
13 |
-moz-border-radius: 5px;
|
|
|
14 |
border-radius: 5px;
|
|
|
15 |
}
|
|
|
16 |
|
|
|
17 |
|
|
|
18 |
.yui3-skin-night .yui3-calendar-grid {
|
|
|
19 |
padding:5px;
|
|
|
20 |
border-collapse: collapse;
|
|
|
21 |
}
|
|
|
22 |
|
|
|
23 |
.yui3-skin-night .yui3-calendar-header {
|
|
|
24 |
padding-bottom:10px;
|
|
|
25 |
}
|
|
|
26 |
|
|
|
27 |
.yui3-skin-night .yui3-calendar-header-label {
|
|
|
28 |
margin: 0;
|
|
|
29 |
font-size: 1em;
|
|
|
30 |
font-weight: bold;
|
|
|
31 |
text-align: center;
|
|
|
32 |
width: 100%;
|
|
|
33 |
}
|
|
|
34 |
|
|
|
35 |
.yui3-skin-night .yui3-calendar-day,
|
|
|
36 |
.yui3-skin-night .yui3-calendar-prevmonth-day,
|
|
|
37 |
.yui3-skin-night .yui3-calendar-nextmonth-day {
|
|
|
38 |
padding:5px;
|
|
|
39 |
border: 1px solid #151515;
|
|
|
40 |
background: #262727;
|
|
|
41 |
text-align:center;
|
|
|
42 |
}
|
|
|
43 |
|
|
|
44 |
.yui3-skin-night .yui3-calendar-day:hover {
|
|
|
45 |
background: #383939;
|
|
|
46 |
color: #FFFFFF;
|
|
|
47 |
}
|
|
|
48 |
|
|
|
49 |
.yui3-skin-night .yui3-calendar-selection-disabled,
|
|
|
50 |
.yui3-skin-night .yui3-calendar-selection-disabled:hover {
|
|
|
51 |
background: #151515;
|
|
|
52 |
color: #596060;
|
|
|
53 |
}
|
|
|
54 |
|
|
|
55 |
.yui3-skin-night .yui3-calendar-weekday {
|
|
|
56 |
color: #4F4F4F;
|
|
|
57 |
font-weight: bold;
|
|
|
58 |
text-align: center;
|
|
|
59 |
}
|
|
|
60 |
|
|
|
61 |
.yui3-skin-night .yui3-calendar-prevmonth-day, .yui3-skin-night .yui3-calendar-nextmonth-day {
|
|
|
62 |
color: #4F4F4F;
|
|
|
63 |
}
|
|
|
64 |
|
|
|
65 |
.yui3-skin-night .yui3-calendar-day {
|
|
|
66 |
font-weight: bold;
|
|
|
67 |
}
|
|
|
68 |
|
|
|
69 |
.yui3-skin-night .yui3-calendar-day-selected {
|
|
|
70 |
background-color: #505151;
|
|
|
71 |
color: #fff;
|
|
|
72 |
}
|
|
|
73 |
|
|
|
74 |
.yui3-skin-night .yui3-calendar-left-grid {
|
|
|
75 |
margin-right:1em;
|
|
|
76 |
}
|
|
|
77 |
|
|
|
78 |
[dir="rtl"] .yui3-skin-night .yui3-calendar-left-grid,
|
|
|
79 |
.yui3-skin-night [dir="rtl"] .yui3-calendar-left-grid {
|
|
|
80 |
margin-right: auto;
|
|
|
81 |
margin-left: 1em;
|
|
|
82 |
}
|
|
|
83 |
|
|
|
84 |
.yui3-skin-sam .yui3-calendar-right-grid {
|
|
|
85 |
margin-left:1em;
|
|
|
86 |
}
|
|
|
87 |
|
|
|
88 |
[dir="rtl"] .yui3-skin-night .yui3-calendar-right-grid,
|
|
|
89 |
.yui3-skin-night [dir="rtl"] .yui3-calendar-right-grid {
|
|
|
90 |
margin-left: auto;
|
|
|
91 |
margin-right: 1em;
|
|
|
92 |
}
|