-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyles.css
More file actions
66 lines (55 loc) · 731 Bytes
/
Copy pathstyles.css
File metadata and controls
66 lines (55 loc) · 731 Bytes
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
body {
font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 1.2em;
max-width: 1024px;
margin: auto;
}
h1,
h2 {
text-align: center;
}
h1 {
margin-bottom: 0;
font-weight: bolder;
}
h2,
h5 {
margin: 0;
}
h2 {
font-weight: normal;
}
h3 {
margin: .9em 0 0 0;
font-weight: bolder;
}
h4 {
margin: .2em 0 0 0;
float: left;
font-weight: normal;
}
h5 {
margin: .4em 0 0 0;
float: right;
font-weight: normal;
color: #666;
}
a {
color: #348ac8;
text-decoration: none;
}
ul {
margin-top: 0;
margin-bottom: .5em;
}
li {
clear: both;
margin-left: -1em;
}
@media print {
body {
margin-top: -1em;
max-width: 95%;
font-size: .75em;
}
}