errors.css
805 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
48
49
50
51
52
@import url(../base/errors.css);
html {
background: #f4f4f4 url(images/fundo.png);
overflow-x: hidden;
}
body {
width: auto;
background: url(images/bg-top.jpg) 50% top repeat-x;
}
#wrap {
width: 1000px;
height: 510px;
background: transparent;
margin: auto;
background: white url(images/serpro-erro.png) 90% 100% no-repeat;
}
#header {
margin: 10px;
position: relative;
height: 78px;
background: none;
-moz-border-radius: 5px;
}
#logo {
height: 70px;
width: 360px;
top: 20px;
left: 300px;
background: url(images/logo-menor.png) no-repeat;
}
h1 {
margin: 30px 0px 0px 0px;
font-weight: bold;
font-variant: normal;
border-bottom: 1px dotted #9A0000;
color: #9A0000;
font-size: 20px;
}
h2 {
font-size: 18px;
}
#wrap .signature {
color: #9A0000;
}