summaryrefslogtreecommitdiff
path: root/htdocs/static/style.css
blob: 2e3117f3ec0f9b9963dcd7e76c699f93171c97aa (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
body {
	color: #222;
	font-family: 'Abel', sans-serif;
}
h1, h2, h3, h4, h5, h6, header, footer, .navbar-brand {
	font-family: 'Raleway', sans-serif;
}
h1, h2, .navbar-brand {
	text-shadow: 1px 1px #CCC;
}
pre, code, kbd {
	font-family: 'Space Mono', monospace;
}
a {
	color: #F50;
}
a:hover {
	color: #05A;
}
pre {
	line-height: 120%;
	overflow: auto;
	border: thin solid #CDE;
	padding: 1ex 2ex;
}
article, section {
	margin-top: 3em;
	margin-bottom: 2em;
}
article header {
	margin-bottom: 1em;
}
article footer {
	margin-top: 1em;
}
time, address {
	color: #999;
	font-size: small;
}
figcaption {
	font-style: italic;
	margin-bottom: 2ex;
}
img {
	margin-right: 1ex;
	margin-bottom: 1ex;
}