errors.css
648 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
38
39
40
41
42
43
44
45
46
47
div#error-container {
border:1px solid gray;
color: #555;
font-size: 11px;
font-family: Verdana, Arial, sans-serif;
margin:2em auto;
padding:10px;
width:600px;
}
div#error-container div {
height: 150px;
}
div#error-container h1 {
font-size: 18px;
margin-left: 100px;
}
div#error-container p {
font-size: 12px;
margin-left: 100px;
}
div#acc-error {
background: transparent url(error_01.gif) no-repeat top left;
}
div#acc-suspend {
background: transparent url(error_02.gif) no-repeat top left;
}
div#acc-maint {
background: transparent url(error_03.gif) no-repeat top left;
}