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