-
Notifications
You must be signed in to change notification settings - Fork 39
/
archive.css
69 lines (68 loc) · 2.13 KB
/
archive.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
html, body { margin: 0;
padding: 0; }
body { color: #333;
font-family: "Alegreya sans", sans-serif;
font-weight: 400;
line-height: 1.3em;
font-size: 14pt; }
a { text-decoration: none; }
strong, b { font-weight: 700; }
code, pre { font-size: 65%; }
body > header { background-color: #333;
padding: 2rem 0 0 0;
color: #fff; }
body > header > section { width: 66rem;
max-width: 98%;
margin: 0 auto; }
#header a { color: #dd5; }
#header a:hover { color: #ff0; }
#header nav { padding: 0.5rem 0;
font-size: 90%; }
#header nav .version { border-right: thin solid silver;
color: #abc;
margin-right: 0.5rem;
padding-right: 0.5rem; }
h1 { font-size: 175%;
margin: 0;
font-weight: 400; }
.nm, .file { font-style: italic; }
h1 .nm { text-shadow: 1px 1px #666;
font-style: inherit; }
h1 .nd { text-shadow: 1px 1px #333; }
footer { margin-top: 1em;
text-align: center;
font-size: 12pt;
color: #666; }
footer a { color: #000; }
footer span { border-left: thin solid #ccc;
padding-left: 1ex; }
footer { padding: 1ex;
margin-top: 1em;
margin-bottom: 1em; }
.flag { font-weight: 500; }
#functions, #archive { width: 66rem;
max-width: 98%;
margin-left: auto;
margin-right: auto; }
#archive .fa { font-size: 80%; }
#archive li:first-child { color: #000;
margin-bottom: 3rem; }
#archive li + li { margin-top: 2rem;
opacity: 0.6; }
#archive div.content > div + div { margin-top: 1rem; }
#archive ul { list-style-type: none;
padding: 0;
margin: 2em 0; }
#archive .title { display: flex;
border-bottom: thin solid #eee;
margin-bottom: 1rem; }
#archive .title > :last-child { flex: 1;
font-size: 12pt;
text-align: right; }
#functions ul { margin-left: 0;
padding-left: 0; }
#functions dd + dt { margin-top: 12pt; }
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
h1 { font-size: 125%;
line-height: 125%; }
}