summaryrefslogtreecommitdiff
path: root/static/style.css
blob: 97748861304e3c25f9288cb13a38170f0e93a3ca (plain)
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
body {
	margin: 5% 10%;
	color: #222;
	padding: 1ex 1em;
	font-family: 'Abel', sans-serif;
}
h1, h2, h3, h4, header, footer {
	font-family: 'Raleway', sans-serif;
	margin: 2em 0 1em 0;
}
h1, h2 {
	text-shadow: 1px 1px #CCC;
}
pre, code, kbd {
	font-family: 'Anonymous Pro', monospace;
}
pre {
	line-height: 120%;
	font-size: smaller;
	border: thin solid #CDE;
	overflow: auto;
	padding: 1ex 2ex;
}
img, pre {
	border-radius: 1ex;
}
time, address, .tags {
	font-size: smaller;
	color: #999;
}
dd {
	padding-bottom: 1em;
}
article a {
	color: #05A;
}
a, header a {
	color: #F50;
	text-decoration: none;
}
aside {
	float: right;
	padding-left: 1em;
	margin: 0 0 1em 2em;
	width: 10em;
	border-left: thin solid #999;
	color: #555;

}
aside ul {
	padding: 0pt;
}
aside p, aside ul {
	margin: 1em 1ex;
}
aside li {
	list-style-type: none;
	margin-bottom: 0.5ex;
}
article {
	margin-bottom: 3em;
}
.figcaption {
	font-style: italic;
	margin-bottom: 2em;
}
address {
	font-style: italic;
}