-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathstyle.css
56 lines (48 loc) · 1022 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
@font-face {
font-family: 'socicon';
src: url('font/socicon-webfont.eot');
src: url('font/socicon-webfont.eot?#iefix') format('embedded-opentype'),
url('font/socicon-webfont.woff') format('woff'),
url('font/socicon-webfont.woff2') format('woff2'),
url('font/socicon-webfont.ttf') format('truetype'),
url('font/socicon-webfont.svg#sociconregular') format('svg');
}
.socicon {
font-family: 'socicon';
}
body {
font-family: Arial, Verdana, "Liberation Sans", sans-serif;
color: #777;
}
.content {
margin: auto;
margin-top:1em;
margin-bottom:3em;
max-width: 70%;
}
.content p, .content li {
font-size: 110%;
}
.content h1 {
font-weight: 100;
text-align: center;
margin-bottom:1em;
border-bottom: 1px solid #EEE;
padding: 1em;
font-size: 265%;
}
.content a {
text-decoration: none;
}
.image-top {
display: block;
margin-left: auto;
margin-right: auto;
vertical-align: super;
margin-bottom: 2em;
max-width: 100%;
}
a {
color: #3B8BBA;
text-decoration: none;
}