root / trunk / web / dojo / dijit / themes / tundra / Calendar.css @ 12
History | View | Annotate | Download (2.48 KB)
1 | 9 | andrej.cim | |
---|---|---|---|
2 | .tundra .dijitCalendarIncrementControl { |
||
3 | |||
4 | width:15px; |
||
5 | height:15px; |
||
6 | background-image: url("images/spriteRoundedIconsSmall.png"); |
||
7 | background-repeat: no-repeat |
||
8 | } |
||
9 | .dj_ie6 .tundra .dijitCalendarIncrementControl { |
||
10 | font-size:.1em; |
||
11 | background-image: url("images/spriteRoundedIconsSmall.gif"); |
||
12 | } |
||
13 | .tundra .dijitA11ySideArrow { |
||
14 | display: none; |
||
15 | } |
||
16 | .tundra .dijitCalendarDecrease { |
||
17 | background-position: top left; |
||
18 | } |
||
19 | .tundra .dijitCalendarIncrease { |
||
20 | background-position: -30px top; |
||
21 | } |
||
22 | .tundra .dijitCalendarContainer { |
||
23 | font-size: 100%; |
||
24 | border-spacing: 0; |
||
25 | border-collapse: separate; |
||
26 | border: 1px solid #ccc; |
||
27 | margin: 0; |
||
28 | } |
||
29 | .tundra .dijitCalendarMonthContainer th { |
||
30 | |||
31 | background:#d3d3d3 url("images/titleBar.png") repeat-x top; |
||
32 | padding-top:.3em; |
||
33 | padding-bottom:.2em; |
||
34 | text-align:center; |
||
35 | } |
||
36 | .dj_ie6 .tundra .dijitCalendarMonthContainer th { |
||
37 | padding-top:.2em; |
||
38 | padding-bottom:.1em; |
||
39 | } |
||
40 | .tundra .dijitCalendarDayLabelTemplate { |
||
41 | |||
42 | background:white url("images/calendarDayLabel.png") repeat-x bottom; |
||
43 | font-weight:normal; |
||
44 | padding-top:.15em; |
||
45 | padding-bottom:0em; |
||
46 | border-top: 1px solid #eeeeee; |
||
47 | color:#293a4b; |
||
48 | text-align:center; |
||
49 | } |
||
50 | .tundra .dijitCalendarBodyContainer { |
||
51 | border-bottom: 1px solid #eeeeee; |
||
52 | } |
||
53 | .tundra .dijitCalendarMonthLabel { |
||
54 | color:#293a4b; |
||
55 | font-weight: bold; |
||
56 | } |
||
57 | .tundra .dijitCalendarDateTemplate { |
||
58 | |||
59 | font-size: 0.9em; |
||
60 | font-weight: bold; |
||
61 | text-align: center; |
||
62 | padding: 0.3em 0.3em 0.05em 0.3em; |
||
63 | letter-spacing: 1px; |
||
64 | } |
||
65 | .dj_ie .tundra .dijitCalendarDateTemplate { |
||
66 | padding: 0.1em .33em 0.02em .33em; |
||
67 | } |
||
68 | .tundra .dijitCalendarPreviousMonth, |
||
69 | .tundra .dijitCalendarNextMonth { |
||
70 | |||
71 | color:#999999; |
||
72 | background-color:#f8f8f8; |
||
73 | } |
||
74 | .tundra .dijitCalendarCurrentMonth { |
||
75 | |||
76 | background-color: white; |
||
77 | } |
||
78 | .tundra .dijitCalendarCurrentDate { |
||
79 | |||
80 | text-decoration:underline; |
||
81 | font-weight:bold; |
||
82 | } |
||
83 | .tundra .dijitCalendarHoveredDate { |
||
84 | background-color: #e2ebf2; |
||
85 | } |
||
86 | .tundra .dijitCalendarDisabledDate { |
||
87 | text-decoration: line-through; |
||
88 | background-color: white; |
||
89 | } |
||
90 | .tundra .dijitCalendarSelectedDate { |
||
91 | |||
92 | background-color:#bbc4d0 !important; |
||
93 | color:black !important; |
||
94 | } |
||
95 | .tundra .dijitCalendarYearContainer { |
||
96 | |||
97 | background:white url("images/calendarYearLabel.png") repeat-x bottom; |
||
98 | border-top:1px solid #ccc; |
||
99 | } |
||
100 | .tundra .dijitCalendarYearLabel { |
||
101 | |||
102 | margin:0; |
||
103 | padding:0.4em 0 0.25em 0; |
||
104 | text-align:center; |
||
105 | } |
||
106 | .tundra .dijitCalendarSelectedYear { |
||
107 | |||
108 | color:black; |
||
109 | padding:0.2em; |
||
110 | padding-bottom:0.1em; |
||
111 | background-color:#bbc4d0 !important; |
||
112 | } |
||
113 | .tundra .dijitCalendarNextYear, |
||
114 | .tundra .dijitCalendarPreviousYear { |
||
115 | |||
116 | color:black !important; |
||
117 | font-weight:normal; |
||
118 | } |