]> git.pond.sub.org Git - eow/blob - static/dojo-release-1.1.1/dijit/themes/nihilo/Calendar.css.commented.css
Comment class stub
[eow] / static / dojo-release-1.1.1 / dijit / themes / nihilo / Calendar.css.commented.css
1 /* Calendar*/
2         
3 .nihilo .dijitCalendarIncrementControl {
4         /* next/prev month buttons */
5         width:15px;
6         height:15px;
7 }
8 .dj_ie6 .nihilo .dijitCalendarIncrementControl {
9         padding:.1em;
10         font-size:.1em;
11 }
12
13 .nihilo .dijitCalendarIncreaseInner,
14 .nihilo .dijitCalendarDecreaseInner {
15         visibility:hidden;
16 }
17
18 .nihilo .dijitCalendarDecrease {
19         background:url("images/spriteRoundedIconsSmall.png") no-repeat top left;
20 }
21 .dj_ie6 .nihilo .dijitCalendarDecrease {
22         background:url("images/spriteRoundedIconsSmall.gif") no-repeat top left;
23 }
24
25 .nihilo .dijitCalendarIncrease {
26         background:url(images/spriteRoundedIconsSmall.png) no-repeat -30px top;
27 }
28 .dj_ie6 .nihilo .dijitCalendarIncrease {
29         background:url("images/spriteRoundedIconsSmall.gif") no-repeat -30px top;
30 }
31
32 .nihilo table.dijitCalendarContainer {
33         font-size: 100%;
34         border-spacing: 0;
35         border-collapse: separate;
36         border: 1px solid #ccc;
37         margin: 0;
38 }
39
40 .nihilo .dijitCalendarMonthContainer th {
41         /* month header cell */
42         background:#d3d3d3 url("images/titleBar.png") repeat-x top;
43         padding-top:.3em;
44         padding-bottom:.2em;
45         text-align:center;
46 }
47 .dj_ie6 .nihilo .dijitCalendarMonthContainer th {
48         padding-top:.1em;
49         padding-bottom:0em;
50 }
51
52 .nihilo .dijitCalendarDayLabelTemplate {
53         /* day of week labels */
54         background:#fefefe;
55         font-weight:normal;
56         padding-top:.15em;
57         padding-bottom:.2em;
58         border-bottom: 1px solid #eeeeee;
59         color:#293a4b;
60         text-align:center;
61 }
62
63 .nihilo .dijitCalendarBodyContainer {
64         border-bottom: 1px solid #eeeeee;       
65 }
66
67 .nihilo .dijitCalendarMonthLabel {
68         color:#293a4b;
69         font-weight: bold;
70 }
71
72 .dj_ie7 .nihilo .dijitCalendarDateTemplate,
73 .dj_ie6 .nihilo .dijitCalendarDateTemplate {
74         font-size: 0.8em;
75 }
76
77 .nihilo .dijitCalendarDateTemplate {
78         /* style for each day cell */
79         font-size: 0.9em;
80         font-weight: bold;
81         text-align: center;
82         padding: 0.3em 0.3em 0.1em 0.3em;
83         letter-spacing: 1px;
84         background-color: #fdfdfd;
85         border:#fdfdfd solid 1px !important;
86 }
87
88
89 .nihilo .dijitCalendarPreviousMonth,
90 .nihilo .dijitCalendarNextMonth                 {
91         /* days that are part of the previous or next month */
92         color:#999999;
93         background-color:#f5f5f5 !important;
94         border:#f5f5f5 solid 1px !important;
95 }
96
97 .nihilo .dijitCalendarPreviousMonthDisabled,
98 .nihilo .dijitCalendarNextMonthDisabled {
99         /* days that are part of the previous or next month - disabled*/
100         background-color:#a4a5a6 !important;
101 }
102
103 .nihilo .dijitCalendarCurrentMonth {
104         /* days that are part of this month */
105 }
106
107 .nihilo .dijitCalendarCurrentMonthDisabled {
108         /* days that are part of this month - disabled */       
109         background-color:#bbbbbc !important;
110 }
111
112 .nihilo .dijitCalendarDisabledDate {
113         /* one or the other? */
114         /* background: url(images/noX.gif) no-repeat center center !important; */
115         text-decoration:line-through !important;
116         cursor:default !important;
117 }
118
119 .nihilo .dijitCalendarCurrentDate {
120         /* cell for today's date */
121         text-decoration:underline;
122         font-weight:bold;
123 }
124
125 .nihilo .dijitCalendarSelectedDate {
126         /* cell for the selected date */
127         background-color:#ffe284 !important;
128         color:black !important;
129         border:#f7c95c solid 1px !important;
130 }
131
132
133 .nihilo .dijitCalendarYearContainer {
134         /* footer of the table that contains the year display/selector */
135         background:white url("images/titleBar.png") repeat-x top;
136 }
137
138 .nihilo .dijitCalendarYearLabel {
139         /* container for all of 3 year labels */
140         margin:0;
141         padding:0.4em 0 0.25em 0;
142         text-align:center;
143 }
144
145 .nihilo .dijitCalendarSelectedYear {
146         /* label for selected year */
147         color:black;
148         padding:0.2em;
149         padding-bottom:0.1em;
150         background-color:#ffe284 !important;
151         border:#f7c95c solid 1px !important;
152 }
153
154 .nihilo .dijitCalendarNextYear,
155 .nihilo .dijitCalendarPreviousYear {
156         /* label for next/prev years */
157         color:black !important;
158         font-weight:normal;
159 }