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