-
Notifications
You must be signed in to change notification settings - Fork 8
/
calendar.css
72 lines (60 loc) · 1.07 KB
/
calendar.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
.calendar table {
border-collapse: collapse;
width: 100%;
}
.calendar table tr th,td {
border: 1px solid black;
}
.calendar table tr td {
text-align:center;
vertical-align:top;
}
.cal-assignments {
padding: 0.5em 0.5em 0.5em 0.5em;
text-align: left;
}
.not-ready {
color: #ccc;
}
.not-ready a {
color: #cce;
}
.not-ready a:visited {
color: #cce;
}
.ready a:hover {
color: #00f;
}
.not-ready a:hover {
color: #00f;
}
a:hover {
color: #00f;
}
.exam {
font-size: 120%;
font-weight: bold;
padding: 0.25em;
margin: 0.25em 0.25em 0.25em 0.25em;
border: 3px inset #369;
}
.cal_date {
font-family: Arial Narrow, sans-serif;
font-size: 90%;
line-height: 0.8;
color: green;
font-weight: bold;
padding: 0.1em;
margin: 0.25em auto 0.25em auto;
text-align:center;
}
.exam-week-label {
font-family: Arial Narrow, sans-serif;
font-size: 90%;
line-height: 0.8;
color: green;
font-weight: bold;
padding: 0.1em;
margin: 0.25em auto 0.25em auto;
text-align:center;
}