footer.css
3.41 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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
/******************Footer-Rodapé**********************************/
#theme-footer {
width: 100%;
min-width: 960px;
}
#theme-footer a{
color: #2c66ce;
}
#theme-footer a:hover{
color: #2c66ce;
}
#theme-footer #footer-content {
background: #fff;
}
#theme-footer #footer-logos {
background: #0042b2;
max-width: 100%;
padding: 2em 0;
height: 49px;
}
#theme-footer #footer-logos > div {
max-width: 960px;
margin: 0 auto;
}
#theme-footer #footer-logos a {
display: block;
height: 49px;
float: left;
}
#theme-footer #footer-logos span {
display: none;
}
#theme-footer #footer-logos .logo-acesso {
background: transparent url(images/acesso-a-informacao.png) center center no-repeat;
width: 107px;
}
#theme-footer #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;
}
#theme-footer #footer-logos .institucionais {
float: right;
}
#theme-footer #footer-license {
max-width: 960px;
margin: 0 auto;
text-align: left;
padding: 5px;
}
#theme-footer #footer-license p {
color: #0d4094;
text-align: left;
}
/***********Rodape Colab *********************/
#theme-footer footer{
display:block
}
#theme-footer footer {
background:#d5d5d5;
}
#theme-footer footer .footer-atalhos {
background:#fff;
border-bottom: 2px;
}
#theme-footer footer .container2{
width: 100%;
margin-right:auto;
margin-left:auto;
*zoom:1;
max-width: 960px;
}
#theme-footer .container2:before,
#theme-footer .container2:after {
display:table;
content:"";
line-height:0;
}
#theme-footer .container2:after {
clear:both;
}
#theme-footer .voltar-ao-topo {
margin-top: 1.915em;
text-align: right;
}
#theme-footer footer .footer-atalhos a {
margin-right:12px
}
#theme-footer footer .footer-atalhos .voltar-ao-topo a {
color:#717782;
padding-left: 20px;
background: url(images/voltar-topo.png) no-repeat left center;
color: #777;
font-size: 15px;
}
#theme-footer footer .footer-atalhos .voltar-ao-topo a:hover {
text-decoration:underline;
}
#theme-footer footer .row {
margin-bottom: 20px;
margin-left: auto;
*zoom: 1;
margin-right: auto;
}
#theme-footer .row:before,
#theme-footer .row:after {
display: table;
content: "";
line-height: 0;
}
#theme-footer .row:after {
clear:both;
}
#theme-footer footer nav {
border-left: 1px dotted #2c66ce;
padding: 0 5px 0 10px
}
#theme-footer footer nav h2 {
font-size: 18px;
font-weight: bold;
color: #2c66ce;
line-height: 1.3em;
padding: 0px;
margin: 0 0 8px 0;
}
#theme-footer footer nav ul {
margin-left: 0px;
}
#theme-footer footer nav li {
display: block;
padding-bottom: 3px;
}
#theme-footer footer nav a {
font-size: 13px;
color: #2c66ce;
line-height: 1.7em;
font-family: "open_sansregular", Arial, Helvetica, sans-serif;
}
#theme-footer footer nav a:hover {
color: #2c66ce;
text-decoration: underline;
}
#theme-footer footer .footer-menus {
padding-bottom: 10px;
}
#theme-footer .span2 {
width: 104px;
}
#theme-footer [class*="span"] {
float:left;
min-height: 1px;
margin-left: 30px;
margin-top: 30px;
}
#theme-footer .span3 {
width:210px;
}
#theme-footer .hide {
display:none;
}
#theme-footer .visible-phone {
display:none !important;
}
/*****fim footer Colab*****/