summaryrefslogtreecommitdiffhomepage
path: root/page.css
blob: a7733a11608cb9b1ff53ea2916bad8bbc28c1abd (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
70
71
72
73
74
75
76
77
78
79
80
81
82
body {
	background: #19191b;
	color: #ccc;
	font-family: sans-serif;
}

body > * {
	max-width: 42em;
	margin: 0 auto;
}

header {
	text-align: center;
}

section {
	border: 1px solid #242529;
	padding: 0.6em;
}

section > :first-child {
	margin-top: 0;
}

h1 {
	color: #5a5252;
}

h2 {
	background: #242529;
	padding: 0.2em 0.5em;
}

a:link {
	color: #a96e3d;
}

a:hover {
	color: #e69958;
}

a:visited {
	color: #bd402d;
}

a:visited:hover {
	color: #e44e37;
}

a:active,
a:visited:active {
	color: #e675e6;
}

footer {
	text-align: center;
	color: #777;
	font-size: 80%;
	padding: 1em;
}

.recent-item .id {
	color: #555;
	font-size: 80%
}

.recent-item > header {
	text-align: inherit;
}

.recent-item > header > .last-modified {
	float: right;
}

.recent-item {
	padding: 0.2em;
	border-bottom: 1px solid #242529;
}

.recent-item:hover {
	background: #1e1f23;
}