footer.css
1.16 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
/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
#theme-footer {
background-color: #eee;
position: relative;
margin-bottom: 0;
}
}
#footer-content {
background: #fff;
}
#footer-logos {
background: #F28F00;
max-width: 100%;
padding: 2em 0;
height: 49px;
}
#footer-logos div {
max-width: 960px;
margin: 0 auto;
}
#footer-logos a {
display: block;
height: 49px;
float: left;
}
#footer-logos span {
display: none;
}
#footer-logos .logo-acesso {
background: transparent url(images/acesso-a-informacao.png) center center no-repeat;
width: 107px;
}
#footer-logos .logo-brasil {
background: transparent url(images/brasil.png) center center no-repeat;
width: 153px;
}
#footer-logos .logo-sgpr {
background: transparent url(images/sgpr.png) center center no-repeat;
width: 187px;
margin-right: 30px;
}
#footer-logos .institucionais {
float: right;
}
#footer-license {
max-width: 960px;
margin: 0 auto;
text-align: left;
padding: 19px;
}
#footer-license p {
color: #F28F00;
text-align: left;
}