-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbase.css
84 lines (73 loc) · 870 Bytes
/
base.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
/*
Basic DOM
*/
html {
font: 100%/1.3 'Open Sans', sans-serif;
color: #000;
background: #fff;
}
body {
font: 105%/1.3;
margin: 1em 2em 2em 2em;
/* margin-bottom: 30px;*/
}
a {
color: #000;
}
a:hover {
text-decoration: underline;
}
h1 {
font-size: 4em;
font-weight: bold;
margin-top: 0;
margin-bottom: 0.4em;
}
h2 {
font-size: 2em;
font-weight: bold;
margin-top: 1em;
}
img {
border: none;
vertical-align: middle;
}
hr {
height: 1px;
width: 100%;
margin-right: auto;
color: #cccccc;
background-color: #cccccc;
border: none;
}
.text .large {
font-size: 1.1em;
}
header,
article,
footer {
display: block;
}
.graph {
margin: 0px auto;
width: 100%;
}
/*
Layout
*/
#container {
width: 880px;
}
.text {
max-width: 800px;
}
#credits {
color: #666;
margin-top: 2em;
}
#credits a {
color: #333;
}
#credits h2 {
font-size: 1.1em;
}