Error.css
427 Bytes
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
* {
margin: 0;
padding: 0;
}
body {
align: center;
font-size: 85%;
font-family: verdana, arial, sans-serif;
line-height: 160%
}
div#error {
position: absolute;
left: 250px;
top: 35px;
border: 1px solid #666;
width: 800px;
}
div.content {
padding: 25px;
}
div.detail {
margin-top: 25px;
}
h1 {
padding-bottom: 15px;
font-size: 300%;
}
ol {
list-style-position: inside;
margin-top: 20px;
}