diff --git a/cabecalho-juventude.css b/cabecalho-juventude.css index cbcb247..d9d7366 100644 --- a/cabecalho-juventude.css +++ b/cabecalho-juventude.css @@ -393,9 +393,53 @@ background-position: 0px 0px; width: 100%; } +#theme-footer .footer-inner { + max-width: 960px; + margin: 0 auto; +} + #footer-content { background: #fff; + text-align: left; +} + +#footer-columns { + background: #CE5C00; + color: #FFF; + float: none; + font-size:10px; + padding:1em 0; + width: 100%; +} +#footer-columns dl { + margin: 0.5em 0px; + border-left: 1px dotted #FFF; +} +#footer-columns .column { + float: left; + margin: 0px 2em; + text-align: left; +} +#footer-columns dt { + padding-left: .6em; + font-size: 2em; + font-weight: bold; + color: #F1CA7F; + font-family: "Open Sans",Arial,Helvetica,sans-serif; +} +#footer-columns dd { + margin: 0px; + padding: .5em 1.2em 0 1.2em; + font-family: "Open Sans",Arial,Helvetica,sans-serif; +} +#footer-columns dd a { + color: #FFF; + font-size: 1.4em; +} +#footer-columns dd a:hover { + color: #F1CA7F; } +#footer-columns.columns-4 .column { width: 22%; } #footer-logos { background: #204a87; @@ -404,11 +448,6 @@ background-position: 0px 0px; height: 49px; } -#footer-logos div { - max-width: 960px; - margin: 0 auto; -} - #footer-logos a { display: block; height: 49px; diff --git a/categories.html.erb b/categories.html.erb index d6393c8..9db2b56 100644 --- a/categories.html.erb +++ b/categories.html.erb @@ -1,7 +1,7 @@ -
+ diff --git a/footer.html.erb b/footer.html.erb index 2d7f45b..d7f48ae 100644 --- a/footer.html.erb +++ b/footer.html.erb @@ -1,6 +1,98 @@