summaryrefslogtreecommitdiffstats
path: root/data/default.css
blob: 70738227bb901e1780a4130d265c9c1ef214e5c6 (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
html {
	min-height: 100%;
	background: #fff;
}

a {
	text-decoration: none;
	color: #048;
}

a:hover {
	color: #06C;
}
img {
	border:0;
}
body {
	color: #444;
	font-family: "Bitstream Vera Sans", "DejaVu Sans", Arial;
	margin: 0;
	padding: 0;
}

.clearer {
	clear: both;
	font-size: 0;
}

.small {
  font-size:70%;
}

.top{
  background: #444;
  color: #fff;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px; 
  border-bottom: 3px double gray; 
}

.top a {
  color: lightblue;
}

.content {
	padding-left:13px;
	padding-top:13px;
}