aboutsummaryrefslogtreecommitdiffstats
path: root/error.css
blob: 56b45c46d5b98c537dd75c49eb2a0256392f1440 (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
* {
	margin: 0px;
	padding: 0px;
}

body, html {
	text-align: center;
	font-family: Times;
}

.container {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	border: 1px solid #666;
	-moz-border-radius: 10px;
	background: #eee;
}

.title {
	border-bottom: 1px dotted #999;
	font-size: 20px;
	color: #f30;
}

.text {
	font-size: 12px;
}