summaryrefslogtreecommitdiffstats
path: root/css/default.css
blob: 46c873a1d74c9f4fabfdc63122dd9bdb78480507 (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
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url(../images/background.jpg);
	font-family: "Open Sans";
	font-size: 10pt;
}

ok {
	font-weight: bold;
	color: #0f0;
}

fail {
	font-weight: bold;
	color: #f00;
}

img {
	border: 0px;
}

#wrapper {
	width: 960px;
	height: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -480px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 5px 5px 10px #000;
	text-align: center;
}

#menu {
	/* Cards are 72x96 pixels */
	width: 276px;
	height: 120px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -60px;
	margin-left: -138px;
	text-align: center;
}

#menu img {
	margin: 0px 10px 0px 10px;
}

#menu img:hover {
	box-shadow: 3px 3px 0px #000;
}

#menu p {
	width: 92px;
	float: left;
	text-align: center;
}