-
Notifications
You must be signed in to change notification settings - Fork 29
/
calendrical.css
69 lines (67 loc) · 2.07 KB
/
calendrical.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
.calendricalDatePopup {
background: white;
border: solid 1px #999999;
padding: 2px;
text-align: center;
width: 160px; }
.calendricalDatePopup table {
border-collapse: collapse;
width: 160px; }
.calendricalDatePopup table .monthCell {
padding: 2px 0; }
.calendricalDatePopup table .monthCell a {
display: block;
float: left;
line-height: 20px; }
.calendricalDatePopup table .monthCell .prevMonth, .calendricalDatePopup table .monthCell .nextMonth {
width: 24px; }
.calendricalDatePopup table .monthCell .monthName {
width: 110px; }
.calendricalDatePopup table a {
text-decoration: none; }
.calendricalDatePopup table th {
text-align: center; }
.calendricalDatePopup table td {
text-align: center;
font-size: 12px;
padding: 0; }
.calendricalDatePopup table td a {
display: block;
color: black;
padding: 2px 3px; }
.calendricalDatePopup table td a:hover {
background: #ccccff;
border: none;
padding: 2px 3px; }
.calendricalDatePopup table td.today a {
background: #eeeebb; }
.calendricalDatePopup table td.selected a {
background: #ccccff; }
.calendricalDatePopup table td.today_selected a {
background: #eeeebb;
border: solid 1px #dddd66;
padding: 1px 2px; }
.calendricalDatePopup table td.nonMonth a {
color: #999999; }
.calendricalTimePopup {
background: white;
border: solid 1px #999999;
width: 110px;
height: 130px;
overflow: auto; }
.calendricalTimePopup ul {
margin: 0;
padding: 0; }
.calendricalTimePopup ul li {
list-style: none;
margin: 0; }
.calendricalTimePopup ul li a, .calendricalTimePopup ul li a:visited {
text-indent: 10px;
padding: 4px;
display: block;
color: black;
text-decoration: none; }
.calendricalTimePopup ul li a:hover, .calendricalTimePopup ul li.selected a {
background: #ccccff; }
.calendricalEndTimePopup {
width: 160px; }