aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
blob: 351f28394c8834cda3bf9294708e140154aa60e0 (plain) (blame)
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
83
84
85
86
body
{
	font-family: Trebeuchet MS, Verdana, Arial;
	text-align: center;
	background: #eaeaea;
}
a
{
	color: blue;
	text-decoration: none;
}
a:hover
{
	color: red;
}
#mainBox
{
	background: #ffffff;
	border: 2px solid #999999;
	margin: 20px auto;
	padding: 10px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	width:920px;
}
#header
{
	font-size: 20pt;
	font-weight: bold;
}
#subheader
{
	font-size: 7pt;
	vertical-align: top;
	font-weight: bold;
	font-style: italic;
}
#listingsBox
{
	font-size: 8pt;
	width: 100%;
	border-spacing: 0px;
	text-align: left;
}
#listings
{
	overflow: auto;
	height: 400px;
	margin-top: 10px;
}
#iframe
{
	visibility: hidden;
}
#downloadsBox
{
	font-size: 7pt;
}
#copyright
{
	font-size: 7pt;
	color: #999999;
}
#instructions
{
	font-size: 10px;
}
#counter
{
	text-align: center;
	font-size: 6pt;
	margin: 0px;
}
#filterBar
{
	margin-top: 10px;
}
#underDevelopment
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 7pt;
}