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