-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
83 lines (68 loc) · 1.05 KB
/
main.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
body {
margin:0; padding: 2em;
color: #666;
font: 75%/1.33 Helvetica, Arial;
text-align:left;
}
a:link {
text-decoration: none;
color: #2A5876;
}
a:visited {
text-decoration: none;
color: #8F5FB0;
}
a:hover {
text-decoration: underline;
}
header {
background: white;
}
h1 {
color: #57509B;
font-family: Helvetica, Arial;
}
#lastUpdatedRow {
text-align: right;
}
#main {
background-color: white;
border-radius: 15px;
}
p {
font-family: Helvetica, Arial;
}
table, th, td {
font-family: Verdana;
border-spacing: 0px;
border-width: 0px;
width: 80%;
table-layout: fixed;
}
td {
border: 1px solid silver;
}
thead {
font-weight: bold;
background-color: #5B2C7B;
color: white;
border: 0px;
border-spacing: 0px;
border-width: 0px;
}
tfoot {
background-color: #9368B0;
font-weight: bold;
color: white;
}
.full {
background-color: #FFB2B2;
}
.almost-full {
background-color: #FFE5E5;
}
footer {
padding: 1em;
text-align: center;
font-size: 80%;
}