diff --git a/footer.rhtml b/footer.rhtml index ba353d5..0ffdc04 100644 --- a/footer.rhtml +++ b/footer.rhtml @@ -1,4 +1,16 @@
\ No newline at end of file + diff --git a/images/acesso-a-informacao.png b/images/acesso-a-informacao.png new file mode 100644 index 0000000..fffec98 Binary files /dev/null and b/images/acesso-a-informacao.png differ diff --git a/images/brasil.png b/images/brasil.png new file mode 100644 index 0000000..188be35 Binary files /dev/null and b/images/brasil.png differ diff --git a/images/sgpr.png b/images/sgpr.png new file mode 100644 index 0000000..2d162c8 Binary files /dev/null and b/images/sgpr.png differ diff --git a/style.css b/style.css index 901deff..d439d60 100644 --- a/style.css +++ b/style.css @@ -61,6 +61,7 @@ body { } #profile-header { + min-height: 35px; max-height: 200px; overflow: hidden; } @@ -690,3 +691,60 @@ div#article-parent { } /* Form style end */ + +/* Footer */ + +#theme-footer { + width: 100%; +} + +#footer-logos { + background: #00420C; + max-width: 100%; + padding: 2em 0; + height: 49px; +} + +#footer-logos div, +#footer-license { + max-width: 960px; + font-size: 10px; + 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: 120px; +} + +#footer-logos .logo-sgpr { + background: transparent url(images/sgpr.png) center center no-repeat; + width: 120px; + margin-right: 30px; +} + +#footer-logos .institucionais { + float: right; +} + +#footer-license { + text-align: left; + padding: 10px; +} + + -- libgit2 0.21.2