summaryrefslogtreecommitdiff
path: root/www/css/main.css
blob: ab6eb04685e2f2bcf79e8cfd309a78907e29f08a (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
body
{
	font-family: sans-serif;
	font-size: large;
}

.smalltext
{
	font-size: small;
}

td input
{
	box-sizing: border-box;
	display: block;
	width: 100%;
}

tr.style1
{
	background-color: #ddddff;
}

tr.style2
{
	background-color: #ccccff;
}

a:link
{
	color: black;
}

a:visited
{
	color: black;
}

a:hover
{
	color: red;
}

a:active
{
	color: red;
}

/* vim: sw=4 ts=4
*/