Project

General

Profile

Statistics
| Revision:

root / trunk / web / dojo / dijit / themes / nihilo / Calendar.css @ 9

History | View | Annotate | Download (2.48 KB)

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