-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
54 lines (45 loc) · 958 Bytes
/
index.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
/* S: 40 V: 100 */
body {
font-family: verdana, sans-serif;
font-size: x-small;
}
th.none {
background-color: transparent;
border: inherit;
text-align: left;
}
th {
background-color: #ffff99;
border: 1px solid #000;
text-align: center;
}
td {
background-color: #ffff99;
border: 1px solid #000;
text-align: center;
}
td.title {
width: 275px;
text-align: left;
}
td.title a {
text-decoration: none;
}
td.title a:hover {
text-decoration: underline;
}
td.startdate {
background-color: #99ff99;
border: 1px solid #000;
text-align: center;
}
td.enddate {
background-color: #ff9999;
border: 1px solid #000;
text-align: center;
}
td.duration {
background-color: #ffff99;
border: 1px solid #000;
text-align: center;
}