Merge branch 'MDL-32509' of git://github.com/danpoltawski/moodle
[moodle.git] / lib / yui / 3.5.0 / build / calendar / assets / skins / night / calendar-base-skin.css
blob0776969796c16025392bd03fb82af42e6ea53bb5
1 /*
2 YUI 3.5.0 (build 5089)
3 Copyright 2012 Yahoo! Inc. All rights reserved.
4 Licensed under the BSD License.
5 http://yuilibrary.com/license/
6 */
7 .yui3-skin-night .yui3-calendar-content {
8 padding:10px;
9 color: #CBCBCB;
10 border: 1px solid #303030;
11 background: #151515; /* Old browsers */
12 background: -moz-linear-gradient(top, #222222 0%, #151515 100%); /* FF3.6+ */
13 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#151515)); /* Chrome,Safari4+ */
14 background: -webkit-linear-gradient(top, #222222 0%,#151515 100%); /* Chrome10+,Safari5.1+ */
15 background: -o-linear-gradient(top, #222222 0%,#151515 100%); /* Opera11.10+ */
16 background: -ms-linear-gradient(top, #222222 0%,#151515 100%); /* IE10+ */
17 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#151515',GradientType=0 ); /* IE6-9 */
18 background: linear-gradient(top, #222222 0%,#151515 100%); /* W3C */
19 -moz-border-radius: 5px;
20 border-radius: 5px;
24 .yui3-skin-night .yui3-calendar-grid {
25 padding:5px;
26 border-collapse: collapse;
29 .yui3-skin-night .yui3-calendar-header {
30 padding-bottom:10px;
33 .yui3-skin-night .yui3-calendar-header-label {
34 margin: 0;
35 font-size: 1em;
36 font-weight: bold;
39 .yui3-skin-night .yui3-calendar-day,
40 .yui3-skin-night .yui3-calendar-prevmonth-day,
41 .yui3-skin-night .yui3-calendar-nextmonth-day {
42 padding:5px;
43 border: 1px solid #151515;
44 background: #262727;
45 text-align:center;
48 .yui3-skin-night .yui3-calendar-day:hover {
49 background: #383939;
50 color: #FFFFFF;
53 .yui3-skin-night .yui3-calendar-selection-disabled,
54 .yui3-skin-night .yui3-calendar-selection-disabled:hover {
55 background: #151515;
56 color: #596060;
59 .yui3-skin-night .yui3-calendar-weekday {
60 color: #4F4F4F;
61 font-weight: bold;
62 text-align: center;
65 .yui3-skin-night .yui3-calendar-prevmonth-day, .yui3-skin-night .yui3-calendar-nextmonth-day {
66 color: #4F4F4F;
69 .yui3-skin-night .yui3-calendar-day {
70 font-weight: bold;
73 .yui3-skin-night .yui3-calendar-day-selected {
74 background-color: #505151;
75 color: #fff;
78 .yui3-skin-night .yui3-calendar-header-label {
79 text-align: center;
82 .yui3-skin-night .yui3-calendar-left-grid {
83 margin-right:1em;
86 .yui3-skin-sam .yui3-calendar-right-grid {
87 margin-left:1em;