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