~bac/juju-gui/trunkcopy

« back to all changes in this revision

Viewing changes to lib/yui/build/calendarnavigator/assets/skins/night/calendar-base-skin.css

  • Committer: kapil.foss at gmail
  • Date: 2012-07-13 18:45:59 UTC
  • Revision ID: kapil.foss@gmail.com-20120713184559-2xl7be17egsrz0c9
reshape

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
YUI 3.5.1 (build 22)
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;
21
 
}
22
 
 
23
 
 
24
 
.yui3-skin-night .yui3-calendar-grid {
25
 
    padding:5px;
26
 
    border-collapse: collapse;
27
 
}
28
 
 
29
 
.yui3-skin-night .yui3-calendar-header {
30
 
    padding-bottom:10px;
31
 
}
32
 
 
33
 
.yui3-skin-night .yui3-calendar-header-label {
34
 
    margin: 0;
35
 
    font-size: 1em;
36
 
    font-weight: bold;
37
 
}
38
 
 
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;
46
 
}
47
 
 
48
 
.yui3-skin-night .yui3-calendar-day:hover {
49
 
    background: #383939;
50
 
    color: #FFFFFF;
51
 
}
52
 
 
53
 
.yui3-skin-night .yui3-calendar-selection-disabled,
54
 
.yui3-skin-night .yui3-calendar-selection-disabled:hover {
55
 
    background: #151515;
56
 
    color: #596060;
57
 
}
58
 
 
59
 
.yui3-skin-night .yui3-calendar-weekday {
60
 
    color: #4F4F4F;
61
 
        font-weight: bold;
62
 
        text-align: center;
63
 
}
64
 
 
65
 
.yui3-skin-night .yui3-calendar-prevmonth-day, .yui3-skin-night .yui3-calendar-nextmonth-day {
66
 
    color: #4F4F4F;
67
 
}
68
 
 
69
 
.yui3-skin-night .yui3-calendar-day {
70
 
    font-weight: bold;
71
 
}
72
 
 
73
 
.yui3-skin-night .yui3-calendar-day-selected {
74
 
    background-color: #505151;
75
 
    color: #fff;
76
 
}
77
 
 
78
 
.yui3-skin-night .yui3-calendar-header-label {
79
 
    text-align: center;
80
 
}
81
 
 
82
 
.yui3-skin-night .yui3-calendar-left-grid {
83
 
   margin-right:1em;
84
 
}
85
 
 
86
 
.yui3-skin-sam .yui3-calendar-right-grid {
87
 
   margin-left:1em;
88
 
}