summaryrefslogtreecommitdiff
path: root/doc/style.css
blob: d6ff59ae3241ac1508383ee22ae2f83908081117 (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
body {
	color: #f6f5f4;
	background: #181a1b;
}

#flex-root {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

a {
	color: #f57c85;
}

a:visited {
	color: #fa6571;
}

#toc {
	border-style: none solid none none;
	border-width: 1px;
	border-color: #f57c85;
	flex: 1 15 0;
	max-width: 15em;
	min-height: 15em;
}

#content {
	margin: 0 1em;
	flex: 1 1 0;
}

#footer {
	border-style: solid none none none;
	border-width: 1px;
	border-color: #f57c85;
	padding: 1em;
}

#footer #prev {
	float: left;
}

#footer #next {
	float: right;
}