]> git.wh0rd.org - tt-rss.git/blob - lib/dijit/themes/soria/Calendar.css
f77acd2ebb3ef0e9c5df2333b519dea42dc17fa7
[tt-rss.git] / lib / dijit / themes / soria / Calendar.css
1 /* Calendar*/
2
3 .soria .dijitCalendarIncrementControl {
4 /* next/prev month buttons */
5 width:15px;
6 height:15px;
7 background-image: url("images/spriteRoundedIconsSmall.png");
8 background-repeat: no-repeat;
9 }
10 .dj_ie6 .soria .dijitCalendarIncrementControl {
11 font-size:.1em;
12 background-image: url("images/spriteRoundedIconsSmall.gif");
13 }
14
15 .soria .dijitA11ySideArrow {
16 display: none;
17 }
18
19 .soria .dijitCalendarDecrease {
20 background-position: top left;
21 }
22 .soria .dijitCalendarIncrease {
23 background-position: -30px top;
24 }
25
26 .soria table.dijitCalendarContainer {
27 font-size: 100%;
28 border-spacing: 0;
29 border-collapse: separate;
30 border: 1px solid #b1badf;
31 margin: 0;
32 }
33
34 .soria .dijitCalendarMonthContainer th {
35 /* month header cell */
36 background:#bed7f0 url("images/titleBar.png") repeat-x top;
37 padding-top:.3em;
38 padding-bottom:.2em;
39 text-align:center;
40 }
41 .dj_ie6 .soria .dijitCalendarMonthContainer th {
42 padding-top:.2em;
43 padding-bottom:.1em;
44 }
45
46 .soria .dijitCalendarDayLabelTemplate {
47 /* day of week labels */
48 background:#bed7f0;
49 font-weight:normal;
50 padding-top:.15em;
51 padding-bottom:.2em;
52 border-bottom: 1px solid #b1badf;
53 color:#293a4b;
54 text-align:center;
55 }
56
57 .soria .dijitCalendarBodyContainer {
58 border-bottom: 1px solid #eeeeee;
59 }
60
61 .soria .dijitCalendarMonthLabel {
62 color:#293a4b;
63 font-weight: bold;
64 padding: 0 4px;
65 }
66
67 .soria .dijitCalendarDateTemplate {
68 /* style for each day cell */
69 font-size: 0.9em;
70 font-weight: bold;
71 text-align: center;
72 padding: 0.3em 0.3em 0.05em 0.3em;
73 letter-spacing: 1px;
74 background-color: #fff;
75 border:#fff solid 1px !important;
76 }
77
78 .dj_ie .soria .dijitCalendarDateTemplate {
79 padding: 0.1em .33em 0.02em .33em;
80 }
81
82 .soria .dijitCalendarPreviousMonth,
83 .soria .dijitCalendarNextMonth {
84 /* days that are part of the previous or next month */
85 color:#999999;
86 background-color:#fdfdfd !important;
87 border:#fdfdfd solid 1px !important;
88 }
89
90 .soria .dijitCalendarCurrentMonth {
91 /* days that are part of this month */
92 }
93
94 .soria .dijitCalendarDisabledDate {
95 text-decoration:line-through !important;
96 }
97
98 .soria .dijitCalendarCurrentDate {
99 /* cell for today's date */
100 text-decoration:underline;
101 font-weight:bold;
102 }
103
104 .soria .dijitCalendarSelectedDate {
105 /* cell for the selected date */
106 background-color:#b9cbf1 !important;
107 color:black !important;
108 border:#4b5aaa solid 1px !important;
109 }
110
111
112 .soria .dijitCalendarYearContainer {
113 /* footer of the table that contains the year display/selector */
114 background:white url("images/titleBar.png") repeat-x top;
115 }
116
117 .soria .dijitCalendarYearLabel {
118 /* container for all of 3 year labels */
119 margin:0;
120 padding:0.4em 0 0.25em 0;
121 text-align:center;
122 font-size: 1.17em;
123 }
124
125 .soria .dijitCalendarSelectedYear {
126 /* label for selected year */
127 font-weight:bolder;
128 color:black;
129 padding:0.2em;
130 padding-bottom:0.1em;
131 background-color:#b9cbf1 !important;
132 border:#4b5aaa solid 1px !important;
133 }
134
135 .soria .dijitCalendarNextYear,
136 .soria .dijitCalendarPreviousYear {
137 /* label for next/prev years */
138 color:black !important;
139 font-weight:normal;
140 }
141
142 /* Styling for month DropDownButton */
143
144 .soria .dijitCalendar .dijitDropDownButton {
145 margin: 0;
146 }
147 .soria .dijitCalendar .dijitButtonText {
148 padding: 0;
149 }
150 .soria .dijitCalendar .dijitDropDownButton .dijitButtonNode {
151 background-color: transparent;
152 background-image: none;
153 padding: 0;
154 }
155
156 /* Styling for month drop down list */
157
158 .soria .dijitCalendarMonthMenu .dijitCalendarMonthLabelHover {
159 background-color: #d9e6f9;
160 color: #243C5F;
161 }