-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathjquery.icalendar.css
72 lines (72 loc) · 1.22 KB
/
jquery.icalendar.css
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
/* jQuery iCalendar styles v1.1.1 */
.icalendar_popup_text {
cursor: pointer;
color: blue;
text-decoration: underline;
}
.icalendar_popup {
display: none;
position: absolute;
z-index: 100;
}
.icalendar_popup ul {
float: left;
width: 220px;
padding: 2px;
background-color: #eee;
border: 1px solid #aaa;
}
.icalendar_popup .icalendar_list li {
width: 50%;
margin: 0%;
padding: 2px 0px;
background-color: transparent;
border: none;
}
.icalendar_list {
display: block;
list-style-type: none;
font-size: 80%;
margin: 0px;
padding: 0px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { /* Safari3/Opera9 */
.icalendar_list {
font-size: 100%;
}
}
html:first-child .icalendar_list { /* Opera */
font-size: 80%;
}
.icalendar_list li {
float: left;
width: 12%;
margin: 0px 1px;
padding: 1px;
background-color: #eee;
border: 1px outset;
}
/*.icalendar_compact {
background-color: #eee;
border: 1px outset;
}*/
.icalendar_compact li {
width: 16px;
height: 16px;
margin: 0px;
padding: 2px;
background-color: transparent;
border: none;
}
.icalendar_list a {
width: 100%;
text-decoration: none;
}
.icalendar_list span {
display: inline-block;
width: 104px;
height: 17px;
}
.icalendar_list img {
border: none;
}