Commit 6fd298c0d570d53a103507c135d291f2bb418eba
1 parent
498742eb
Exists in
master
and in
5 other branches
Move theme-footer to global-footer and add style of this
Showing
3 changed files
with
60 additions
and
19 deletions
Show diff stats
@@ -0,0 +1,41 @@ | @@ -0,0 +1,41 @@ | ||
1 | +#global-footer | ||
2 | + width: 100% | ||
3 | + | ||
4 | +#footer-content | ||
5 | + background: #fff | ||
6 | + | ||
7 | +#footer-logos | ||
8 | + background: #F28F00 | ||
9 | + height: 49px | ||
10 | + max-width: 100% | ||
11 | + padding: 2em 0 | ||
12 | + div | ||
13 | + margin: 0 auto | ||
14 | + max-width: 960px | ||
15 | + a | ||
16 | + display: block | ||
17 | + float: left | ||
18 | + height: 49px | ||
19 | + span | ||
20 | + display: none | ||
21 | + .logo-acesso | ||
22 | + background: transparent url(images/acesso-a-informacao.png) center center no-repeat | ||
23 | + width: 107px | ||
24 | + .logo-brasil | ||
25 | + background: transparent url(images/brasil.png) center center no-repeat | ||
26 | + width: 153px | ||
27 | + .logo-sgpr | ||
28 | + background: transparent url(images/sgpr.png) center center no-repeat | ||
29 | + margin-right: 30px | ||
30 | + width: 187px | ||
31 | + .institucionais | ||
32 | + float: right | ||
33 | + | ||
34 | +#footer-license | ||
35 | + margin: 0 auto | ||
36 | + max-width: 960px | ||
37 | + text-align: left | ||
38 | + padding: 19px | ||
39 | + p | ||
40 | + color: #F28F00 | ||
41 | + text-align: left |
footer.html.erb
@@ -1,19 +0,0 @@ | @@ -1,19 +0,0 @@ | ||
1 | -<div id="footer-content"> | ||
2 | - <div id="footer-logos"> | ||
3 | - <div> | ||
4 | - <a class="logo-acesso" href="http://www.acessoainformacao.gov.br/" target="_blank"><span>Acesso a Informação</span></a> | ||
5 | - <div class="institucionais"> | ||
6 | - <a class="logo-sgpr" href="http://www.secretariageral.gov.br/" target="_blank"><span>Secretaria-geral da Presidência da República</span></a> | ||
7 | - <a class="logo-brasil" href="http://www.brasil.gov.br/" target="_blank"><span>Brasil - Governo Federal</span></a> | ||
8 | - </div> | ||
9 | - </div> | ||
10 | - </div><!-- end id="footer-logos" --> | ||
11 | - | ||
12 | - <div id="footer-license"> | ||
13 | - <p> | ||
14 | - Este site utiliza o software livre <a href="http://noosfero.org" target="_blank">Noosfero</a>, licenciado pela <a href="http://www.gnu.org/licenses/agpl.html" target="_blank">GNU Affero General Public License, versão 3 ou superior.<a> | ||
15 | - </p> | ||
16 | - </div><!-- end id="footer-license" --> | ||
17 | -</div> | ||
18 | - | ||
19 | -<script src="http://barra.brasil.gov.br/barra.js" type="text/javascript"></script> |
@@ -0,0 +1,19 @@ | @@ -0,0 +1,19 @@ | ||
1 | +<div id="footer-content"> | ||
2 | + <div id="footer-logos"> | ||
3 | + <div> | ||
4 | + <a class="logo-acesso" href="http://www.acessoainformacao.gov.br/" target="_blank"><span>Acesso a Informação</span></a> | ||
5 | + <div class="institucionais"> | ||
6 | + <a class="logo-sgpr" href="http://www.secretariageral.gov.br/" target="_blank"><span>Secretaria-geral da Presidência da República</span></a> | ||
7 | + <a class="logo-brasil" href="http://www.brasil.gov.br/" target="_blank"><span>Brasil - Governo Federal</span></a> | ||
8 | + </div> | ||
9 | + </div> | ||
10 | + </div><!-- end id="footer-logos" --> | ||
11 | + | ||
12 | + <div id="footer-license"> | ||
13 | + <p> | ||
14 | + Este site utiliza o software livre <a href="http://noosfero.org" target="_blank">Noosfero</a>, licenciado pela <a href="http://www.gnu.org/licenses/agpl.html" target="_blank">GNU Affero General Public License, versão 3 ou superior.<a> | ||
15 | + </p> | ||
16 | + </div><!-- end id="footer-license" --> | ||
17 | +</div> | ||
18 | + | ||
19 | +<script src="http://barra.brasil.gov.br/barra.js" type="text/javascript"></script> |