-
Notifications
You must be signed in to change notification settings - Fork 0
/
era.css
84 lines (84 loc) · 1.41 KB
/
era.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
73
74
75
76
77
78
79
80
81
82
83
84
.erajs-era_div * {
box-sizing:border-box;
user-select:none;
font-family:Helvetica, monospace;
}
.erajs-era_div {
background-color:#FAFAFA;
border:1px solid #BDBDBD;
float:left;
padding:0 15px 15px;
position:absolute;
z-index:1;
}
.erajs-era_div table {
border-collapse:collapse;
float:left;
margin-right:20px;
margin-bottom:10px;
}
.erajs-era_div table:last-of-type {
margin-right:0;
}
.erajs-era_div h4 {
text-align:center;
margin:8px 0;
}
.erajs-era_div td {
padding-left:4px;
padding-right:4px;
border:1px solid #6D6D6D;
}
.erajs-era_div td:hover .erajs-days {
border-bottom:2px solid #004EFF;
}
.erajs-active, .erajs-back_arrow, .erajs-forward_arrow {
cursor:pointer;
}
.erajs-back_arrow {
float:left;
}
.erajs-forward_arrow {
float:right;
}
.erajs-days, .erajs-inactive {
padding:2px 4px;
text-align:right;
width:100%;
height:25px;
line-height:21px;
}
.erajs-inactive {
color:#ABABAB;
cursor:default;
}
.erajs-today_highlight {
border-bottom:2px solid #FFFF00;
}
.erajs-selected_date {
background-color:rgba(0, 23, 204, 0.42);
}
/*.erajs-shortcuts {*/
/*padding-top:10px;*/
/*}*/
.erajs-shortcuts_title {
font-size:.9em;
padding-bottom:3px;
}
.erajs-shortcuts span:hover {
border-bottom:2px solid #004EFF;
}
.erajs-shortcuts span {
font-size:.7em;
cursor:pointer;
height:15px;
margin-right:8px;
float:left;
color:#0A3DE6;
}
.erajs-this_week {
clear:left;
}
.erajs-clear {
float:right !important;
}