From 1064e779e2088ac02a86eb11f5b59005491bdd57 Mon Sep 17 00:00:00 2001 From: Melissa Wen Date: Mon, 25 May 2015 14:42:25 -0300 Subject: [PATCH] Adding second version of spb footer --- colab/static/css/footer.css | 131 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------------------- colab/static/css/footer.html | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 146 insertions(+), 64 deletions(-) create mode 100644 colab/static/css/footer.html diff --git a/colab/static/css/footer.css b/colab/static/css/footer.css index eb54459..2e13cf0 100644 --- a/colab/static/css/footer.css +++ b/colab/static/css/footer.css @@ -1,64 +1,67 @@ -.footer-content{ - background: rgb(213,213,213); - padding: 20px 0; - font-family: 'Open Sans'; -} - -.footer-links > ul > li > a{ - color:#2c66ce; - padding: 0; - font-size: 13px; - line-height: 1.7em; -} - -.footer-links > ul > li > a:hover{ - background: none; - text-decoration: underline; -} - -.footer-links{ - color:#2c66ce; - border-left:1px dotted #2c66ce; -} - -.footer-links h2{ - font-size: 18px; - font-weight: bold; - padding: 0; - line-height: 1.3em; - margin-top: 0; -} - -.footer-logos{ - background: #0042b2; - padding: 2em 0; - height: 49px; -} - -.footer-logos .logo-acesso { - background: transparent url(../img/acesso-a-informacao.png) center center no-repeat; - width: 107px; -} - -.footer-logos .logo-brasil { - background: transparent url(../img/brasil.png) center center no-repeat; - width: 153px; -} - -.footer-logos .logo-sgpr { - background: transparent url(../img/sgpr.png) center center no-repeat; - width: 187px; - margin-right: 30px; -} - -.footer-logos span{ - color: transparent; -} - -.footer-logos a:hover{ - text-decoration: none; -} - -.footer-logos a{ - min-height: 49px; -} +/*Footer*/ + + +.footer-content{ + background: rgb(213,213,213); + padding: 20px 0; + font-family: 'Open Sans'; +} + +.footer-links a{ + color:#2c66ce; + font-size: 13px; + line-height: 1.7em; +} + +.footer-links a:hover{ + background: none; + text-decoration: underline; +} + +.footer-links{ + color:#2c66ce; + border-left:1px dotted #2c66ce; + margin-top: 10px; + margin-bottom: 10px; +} + +.footer-links dt{ + font-size: 18px; + font-weight: bold; + line-height: 1.3em; + margin-bottom: 8px; +} + +.footer-links dd{ + padding-bottom: 3px +} + +.footer-gov{ + background: #0042b2; +} + +.footer-gov > .container{ + padding: 2em 0; +} + +.footer-gov .institucionais a{ + display:table-cell; + vertical-align: middle; +} + +.footer-gov a:hover{ + text-decoration: none; +} + +.footer-gov span{ + display: none; +} + +.footer-gov .logo-sgpr img, .logo-acesso img{ + padding-right: 15%; +} + +.go-top a{ + color: #717782; + line-height: 1.4em; +} diff --git a/colab/static/css/footer.html b/colab/static/css/footer.html new file mode 100644 index 0000000..d825314 --- /dev/null +++ b/colab/static/css/footer.html @@ -0,0 +1,79 @@ + + -- libgit2 0.21.2