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

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

#Error-Page-description{

}