footer.css
2.33 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
/*Footer*/
footer #btn-top {
min-width: 960px;
max-width: 960px;
padding-right: 0px;
margin-bottom: 22px;
text-decoration: none;
font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
font-size: 14px;
position: relative;
}
footer #btn-top a {
padding-left: 20px;
background: url("../img/voltar-topo.png") no-repeat left center;
color: #777;
font-size: 14px;
}
footer #footer {
padding: 4px 0 20px 0;
min-height: 50px;
width: 100%;
background: #EAEDF0;
color: #fff;
font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
min-width: 960px;
}
footer #footer > div {
margin: 2em auto;
padding-top: 1em;
max-width: 960px;
}
footer #doormat-container {
float: none;
width: 100%;
}
footer #doormat-container dl {
border-left: 1px dotted #9CB5E2;
margin: 0 0 18px 0;
font-size: 13px;
}
footer #doormat-container dt {
color: #2C65CD;
font-size: 18px;
font-family: "open_sansbold", Arial, Helvetica, sans-serif;
}
footer #doormat-container dt,
footer #doormat-container dd {
padding-left: 10px;
margin-bottom: 4px;
}
footer #doormat-container dd a {
color: #2C65CD;
}
footer #doormat-container dd a:hover {
text-decoration: none;
}
footer #doormat-container.columns-4 .doormatColumn {
width: 21%;
}
footer #doormat-container .doormatColumn {
float: left;
margin: 0 1.1em 0 0.8em;
text-align: left;
}
#footer .footer-logos {
margin: 0 0 -20px;
padding: 1.6em 0;
max-width: 100%;
background: #0041B1;
}
#footer .footer-logos div {
width: 960px;
margin: auto;
overflow: auto;
}
#footer .footer-logos div .logo-acesso-footer {
background-image: url("../img/acesso-a-informacao.png");
float: left;
width: 107px;
height: 49px;
}
#footer .footer-logos div .logo-brasil-footer {
background-image: url("../img/brasil.png");
float: right;
width: 153px;
height: 48px;
}
footer #extra-footer p {
margin: 1em auto;
max-width: 960px;
font-size: 12px;
}
footer #extra-footer a {
color: #2C65CD;
}
footer #footer .clear {
clear: both;
}
footer .go-top a{
color: #717782;
line-height: 2em;
}
footer .go-top i {
margin-right: 5px;
text-decoration: none;
font-size: 12px;
}
html footer div#wrap-footer-brasil {
padding: 0;
}