-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.css
59 lines (53 loc) · 814 Bytes
/
style.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
body {
font-family: 'Source Sans Pro', 'PT Sans', Arial, sans-serif;
}
dl dt {
float: left;
width: 20px;
text-align: center;
}
dl dd {
margin-bottom: 1pt;
width: ;
margin-left: 18pt;
}
table {
border-collapse: collapse;
}
tr {
border: none;
}
td {
border-right: 1px solid gray;
padding: 3px;
text-align: center;
}
table td:last-of-type {
border: none;
}
table tr td.level-1, table tr td.vendor {
font-weight: bold;
}
table tr td.level-2 {
font-weight: 600;
}
table tr td.etc {
font-style: italic;
}
ul li .number {
font-weight: bolder;
}
ul li .back, ul li span.citation {
font-size: smaller;
color: lightgray;
bottom: 2px;
position: relative;
padding-left: 2px;
}
ul li .back:hover {
color: gray;
}
section#references {
opacity: 0.7;
font-size: smaller;
}