summaryrefslogtreecommitdiffstats
path: root/static/style.css
blob: 4753fd5e579da79f43c3f93b30e18806590b9950 (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
body {
	background-color: #000;
	color: #eee;
	font-family: 'Play', serif;
}

a, a:visited, a:active {
	color: #08a;
	text-decoration: none;
}
a:hover {
	color: #0ae;
	text-decoration: underline;
}

#wrap {
	width: 1000px;
	margin: auto;
	margin-top: 25px;
}

#wrap #content {
	width: 750px;
	background-color: #111;
	padding: 15px;
	float: right;
}

#wrap #content p {
	line-height: 1.5;
}

#wrap #nav {
	float: left;
	width: 175px;
}

#wrap #nav div.nav {
	width: 175px;
	background-color: #111;
	padding: 15px;
	margin-bottom: 15px;
}

table#lab {
	border-collapse: collapse;
	border: 1px solid #000;
}
#lab th {
	padding: 5px;
}
#lab td {
	border: 1px solid #000;
	padding: 5px;
}
#lab tr.staff td {
	color: #888;
}

input {
	background-color: #111;
	color: #eee;
	border: 1px solid #eee;
}