-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
58 lines (47 loc) · 830 Bytes
/
styles.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
body {
font-family:"Roboto Slab", Roboto, serif;
background-color: #eff4ff;
color: #555
}
caption {
font-size: 3rem;
padding-bottom: .5rem;
}
h1 {
text-align: center;
font-size: 3rem;
}
table {
width: 100%;
text-align: left;
border-collapse: collapse;
}
table tr th[class="COLUMN-THIN" I] {
width: 15%;
}
th, tr {
height: auto;
}
tr th {
border-bottom: 3px solid #aabde6;
}
tr td {
border-bottom: 1px solid #aabde6;
}
td {
padding-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
vertical-align: top;
}
.row-highlight:hover {
background-color: #effffa;
font-size: 1.2rem;
color: #222;
border-bottom: 3px solid #aabde6;
border-top: 3px solid #aabde6;
}
.highlight {
font-weight: 800;
text-decoration: underline;
}