summaryrefslogtreecommitdiff
path: root/htdocs/static/style.css
blob: 0329f2de6aadabbfeb6302d2ad32fc09257722dd (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
body {
	color: #222;
	font-family: 'B612', sans-serif;
}
pre, code, kbd {
	font-family: 'B612 Mono', monospace;
}
h1, h2, .navbar-brand {
	text-shadow: 1px 1px #CCC;
}
a {
	color: #F50;
}
a:hover {
	color: #05A;
}
pre {
	line-height: 120%;
	overflow: auto;
	border: thin solid #CDE;
	border-radius: 1ex;
	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;
}