From 3c2988a94ddc55e7f70c1b1b2d3c90b482b40644 Mon Sep 17 00:00:00 2001 From: Gustavo Cruz Date: Thu, 13 Feb 2014 15:58:27 -0300 Subject: [PATCH] updating theme --- style.css | 91 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 84 insertions(+), 7 deletions(-) diff --git a/style.css b/style.css index f1b7878..f6de6d5 100644 --- a/style.css +++ b/style.css @@ -46,8 +46,10 @@ div#wrapper-barra-brasil { width: 960px; + font-family: Arial, Helvetica, sans-serif !important; } + /****************** Estilos basicos ******************/ /******* itens do gov-plone.css *******/ @@ -1271,6 +1273,19 @@ input.button.with-text { font-family: Arial, sans-serif; } +.action-home-index #content .article-block .short-post .read-more a { + background: url("images/button-read-more-vazio.png") no-repeat scroll left 50% transparent; + color: #333; + display: inline-block; + font-weight: bold; + padding: 10px 20px 10px 50px; + text-align: left; + font-family: Arial, sans-serif; + margin-right: 1em; +} + + + .community-track-plugin_track-card-list-block .more_button{ text-align: right; } @@ -1351,7 +1366,7 @@ input.button.with-text { border-top: 0 none; left: -20px; margin-bottom: 0; - margin-top: -43px; + margin-top: -47px; position: relative; } @@ -1371,7 +1386,7 @@ input.button.with-text { .action-environment_design-index #content .box-1 .block-title span { background-color: #497b16; color: white; - font-size: 14px; + font-size: 18px; font-variant: normal; padding: 0.5em 1em; text-align: left; @@ -1381,7 +1396,7 @@ input.button.with-text { .action-environment_design-index #content .display-content-block:first-of-type .block-title span { background-color: #f7b905; color: #0a4d06; - font-size: 14px; + font-size: 18px; font-variant: normal; padding: 0.5em 1em; text-align: left; @@ -1644,6 +1659,11 @@ body.contraste .read_more a } body.contraste a, +body.contraste #accessibility a, +body.contraste #portal-siteactions a, +body.contraste #logo a, +body.contraste #logo #portal-title, +body.contraste #sobre a, body.contraste h1, body.contraste h2, body.contraste h3, @@ -1655,29 +1675,45 @@ body.contraste #doormat-container dt, body.contraste #content .documentDescription, body.contraste #content #description, body.contraste .nitfByline, -body.contraste p.section { +body.contraste p.section, +body.contraste .track_list .item_card .track_stats .hits .label, +body.contraste .track_list .item_card .track_stats .comments .label { color: #fff; } + + body.contraste #content a:link, body.contraste #content a:link, body.contraste #content a { color: #ffff00; } -body.contraste #content .display-content-block .title a { +body.contraste #content .display-content-block .title a, +body.contraste #content .track_list .item_card .track_content .name { color: #ffff00; } + + body.contraste.action-home-index #wrap-2, body.contraste.action-environment_design-index #wrap-2 { background-image: none; } -body.contraste.action-home-index .block .block-inner-2, body.contraste.action-environment_design-index .block .block-inner-2, -body.contraste.action-home-index #content .tags-block .block-inner-2, body.contraste.action-environment_design-index #content .tags-block .block-inner-2 { +body.contraste.action-home-index .block .block-inner-2, +body.contraste.action-environment_design-index .block .block-inner-2, +body.contraste.action-home-index #content .tags-block .block-inner-2, +body.contraste.action-environment_design-index #content .tags-block .block-inner-2 { background-color: #333; } + +body.contraste.action-home-index .community-track-plugin_track-card-list-block .block-inner-2 { + background-image: none; + background-color: #fff; +} + + body.contraste.action-home-index #content .tags-block .block-inner-2, body.contraste.action-environment_design-index #content .tags-block .block-inner-2 { border-top: 1px solid #fff; } @@ -1713,6 +1749,21 @@ body.contraste #content .link-list-block li a:hover { color: #ffff00; } +body.contraste #content .article-comment { + background: none repeat scroll 0 0 #000; +} + +body.contraste #comments_list .comment-info, +body.contraste #comments_list .comment-created-at{ + color: #ffff00; +} + +body.contraste #comments_list .comment-wrapper-8 { + background-color: #000000; + background-image: none; + border: 1px solid #DDDDDD; +} + body.contraste #comments_list a.display-comment-form, body.contraste #content input.button, body.contraste #content a.button { background-color:#333; @@ -1748,6 +1799,32 @@ body.contraste #footer-logos { background-color: #000; } +body.contraste #theme-header .header-content #link-faq a { + border-right: 1px solid #ffF; +} + +body.contraste #portal-siteactions { + border-bottom: 1px dotted #fff; +} + +body.contraste #social-icons #sb_face { + background-image: url("images/icone-facebook.png"); +} +body.contraste #social-icons #sb_youtb { + background-image: url("images/icone-youtube.png"); +} +body.contraste #social-icons #sb_tweet { + background-image: url("images/icone-twitter-branco.png"); +} +body.contraste #social-icons #sb_flickr { + background-image: url("images/icone-flickr.png"); +} +/*body.contraste #social-icons #sb_inst { + background-image: url("images/icone-instagram.png"); +}*/ + + + /* Plugin para curtir artigos e comentários */ .action .dislike:before { -- libgit2 0.21.2