jquery.dateField_wev8.css
1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
.calBox {
background-color: #91B4B7;
padding: 2px;
-moz-border-radius: 4px;
text-align: center;
color: white;
width:200px;
position:absolute;
}
.calElement,.calDayHeader {
margin: 1px;
display: inline-block;
overflow:hidden;
}
.calDayHeader {
background-color: #617777
}
.calNavBar {
padding: 5px 5px 2px 5px;
margin-bottom: 5px;
}
.calDay {
}
.calDay .calElement, .calDay .calDayHeader {
font-size: 11px;
border: 1px dotted #617777;
}
.calElement.prev,
.calElement.next {
width: 16px;
height: 16px;
border: none;
}
.calElement.prev {
background: transparent url(images/prev_wev.png) no-repeat 10px 0;
float:left;
}
.calElement.next {
background: transparent url(images/next_wev8.png) no-repeat;
float:right;
}
.calElement.next:hover, .calElement.prev:hover {
background-color: transparent;
border:none;
cursor: pointer;
opacity: 0.6
}
.calDay .calElement .dayNumber {
font-size: 20px;
}
.calDay.calFullMonth .dayNumber {
font-size: 14px;
}
.calDay .calOutOfScope{
color: #B8D4D6;
}
.calElement.selected {
background-color: #404040;
border: 1px solid #404040;
}
.calElement:hover {
background-color: #404040;
border: 1px solid #404040;
cursor: pointer;
}
.calElement.today {
background-color: #009E94;
}
.shortCuts span{
border: 1px solid #999999;
height:14px;
padding-left:2px;
padding-right:2px;
}