Skip to content

Commit

Permalink
Preparação para o novo rodapé dinâmico
Browse files Browse the repository at this point in the history
  • Loading branch information
caduvieira committed Oct 9, 2014
1 parent 638a86f commit 47cd0c8
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 9 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Expand Up @@ -12,7 +12,8 @@ Histórico de Alterações
[dbarbato]
* Acerto de 1px no icone de publicações do centrais de conteúdos do tema branco.
[dbarbato]

* Ajuste de id 'footer-brasil' para preparação para o rodapé dinâmico.
[caduvieira]

1.0.5 (2014-06-11)
^^^^^^^^^^^^^^^^^^
Expand Down
10 changes: 9 additions & 1 deletion src/brasil/gov/temas/themes/amarelo/css/style.css
Expand Up @@ -163,6 +163,14 @@

#footer .footer-logos { background: #f28f00; }

#footer #footer-brasil {
margin: 0 0 -20px;
background: none repeat scroll 0% 0% #f28f00;
padding: 1em 0px;
width: 100%;
max-width: 100%;
}

/* Doormat
========================================================================== */

Expand Down Expand Up @@ -201,4 +209,4 @@
#header #portal-searchbox .searchButton {
background: url("../img/search-button-30px.png") no-repeat;
}
}
}
2 changes: 1 addition & 1 deletion src/brasil/gov/temas/themes/amarelo/index.html
Expand Up @@ -429,7 +429,7 @@ <h3>Content subheading H3</h3>
Menu do rodape
</div>
<div class="clear"></div>
<div class="footer-logos">
<div id="footer-brasil" class="footer-logos">
<div>
<a href="http://www.acessoainformacao.gov.br/" class="logo-acesso">
<img src="img/acesso-a-infornacao.png" alt="Acesso a Informa&ccedil;&atilde;o" />
Expand Down
10 changes: 9 additions & 1 deletion src/brasil/gov/temas/themes/azul/css/style.css
Expand Up @@ -147,6 +147,14 @@

#footer .footer-logos { background: #0042b1; }

#footer #footer-brasil {
margin: 0 0 -20px;
background: none repeat scroll 0% 0% #0042b1;
padding: 1em 0px;
width: 100%;
max-width: 100%;
}

/* Doormat
========================================================================== */

Expand Down Expand Up @@ -185,4 +193,4 @@
#header #portal-searchbox .searchButton {
background: url("../img/search-button-30px.png") no-repeat;
}
}
}
2 changes: 1 addition & 1 deletion src/brasil/gov/temas/themes/azul/index.html
Expand Up @@ -429,7 +429,7 @@ <h3>Content subheading H3</h3>
Menu do rodape
</div>
<div class="clear"></div>
<div class="footer-logos">
<div id="footer-brasil" class="footer-logos">
<div>
<a href="http://www.acessoainformacao.gov.br/" class="logo-acesso">
<img src="img/acesso-a-infornacao.png" alt="Acesso a Informa&ccedil;&atilde;o" />
Expand Down
10 changes: 9 additions & 1 deletion src/brasil/gov/temas/themes/branco/css/style.css
Expand Up @@ -149,6 +149,14 @@

#footer .footer-logos { background: #0042b1; }

#footer #footer-brasil {
margin: 0 0 -20px;
background: none repeat scroll 0% 0% #0042b1;
padding: 1em 0px;
width: 100%;
max-width: 100%;
}

/* Doormat
========================================================================== */

Expand Down Expand Up @@ -187,4 +195,4 @@
#header #portal-searchbox .searchButton {
background: url("../img/search-button-30px.png") no-repeat;
}
}
}
2 changes: 1 addition & 1 deletion src/brasil/gov/temas/themes/branco/index.html
Expand Up @@ -429,7 +429,7 @@ <h3>Content subheading H3</h3>
Menu do rodape
</div>
<div class="clear"></div>
<div class="footer-logos">
<div id="footer-brasil" class="footer-logos">
<div>
<a href="http://www.acessoainformacao.gov.br/" class="logo-acesso">
<img src="img/acesso-a-infornacao.png" alt="Acesso a Informa&ccedil;&atilde;o" />
Expand Down
10 changes: 9 additions & 1 deletion src/brasil/gov/temas/themes/verde/css/style.css
Expand Up @@ -163,6 +163,14 @@

#footer .footer-logos { background: #00420c; }

#footer #footer-brasil {
margin: 0 0 -20px;
background: none repeat scroll 0% 0% #00420c;
padding: 1em 0px;
width: 100%;
max-width: 100%;
}

/* Doormat
========================================================================== */

Expand Down Expand Up @@ -202,4 +210,4 @@
#header #portal-searchbox .searchButton {
background: url("../img/search-button-30px.png") no-repeat;
}
}
}
2 changes: 1 addition & 1 deletion src/brasil/gov/temas/themes/verde/index.html
Expand Up @@ -429,7 +429,7 @@ <h3>Content subheading H3</h3>
Menu do rodape
</div>
<div class="clear"></div>
<div class="footer-logos">
<div id="footer-brasil" class="footer-logos">
<div>
<a href="http://www.acessoainformacao.gov.br/" class="logo-acesso">
<img src="img/acesso-a-infornacao.png" alt="Acesso a Informa&ccedil;&atilde;o" />
Expand Down

0 comments on commit 47cd0c8

Please sign in to comment.