summaryrefslogtreecommitdiff
path: root/www/static/httperror.css
blob: b28de49468338d48d98cd8cc0ffcea374134dad9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#Error-Page-content{
	position: fixed;
	left: 50%;
	margin-left: -300px;
	top: 50%;
	margin-top: -200px;
	width: 600px;
	height: 400px;
	text-align: center;
}

#Error-Page-head{
	font-size: 120pt;
}

#Error-Page-description{

}