diff --git a/cabecalho-cinza-theme.css b/cabecalho-cinza-theme.css index 9ffff7a..d1d3161 100644 --- a/cabecalho-cinza-theme.css +++ b/cabecalho-cinza-theme.css @@ -718,6 +718,73 @@ color:#000000; height: 100%; display: block; } + +/* Cores dos sideboxs */ + + +/* Cor padrao do box */ +#content .box .block-title { + border-top: 4px solid #2c66ce; + background: #eee; + color:#2c66ce; +} + +#content .box .read-more { + border-top: 1px solid #2c66ce; + background: #eee; +} + +#content .read-more a { + color: #000000; +} + +#content .box .read-more a::after { + background: #2c66ce; +} + +/* Todos os blocos da coluna da esquerda da mesma cor */ +#content .box-2 .block-outer .block-title { + border-top: 4px solid #4562b1; + background: #eee; + color: #4562b1; +} + +#content .box-2 .block-outer .read-more { + border-top: 1px solid #4562b1; + background: #eee; +} + +#content .box-2 .block-outer .read-more a { + color: #000000; +} + +#content .box-2 .block-outer .read-more a::after { + color: #FFFFFF; + background: #4562b1; +} + +/* Bloco de artigo sempre da mesma cor */ + +#content .box .article-block .block-title { + border-top: 4px solid #08A649; + background: #eee; + color: #08A649; +} + +#content .box .block-outer .article-block .read-more { + border-top: 1px solid #08A649; + background: #eee; +} + +#content .box .block-outer .article-block .read-more a { + color: #000000; +} + +#content .box .block-outer .article-block .read-more a::after { + color: #FFFFFF; + background: #08A649; +} + /************* FIM Bar Psocial Style - Menu Horizontal**************/ @@ -809,7 +876,7 @@ margin-left:0!important } footer { -background:#d5d5d5;/#ecedf1*/ +background:#d5d5d5; } footer .footer-atalhos { background:#fff; diff --git a/style.css b/style.css index 76fe098..a45a262 100644 --- a/style.css +++ b/style.css @@ -408,21 +408,46 @@ p { padding: 0 0 1em; } +/* padrao do box */ #content .box .block-title { font-size: 12px; text-align: left; - border-top: 4px solid #2c66ce;/*#757575;*/ - background: #eee; /*#eeefff;*/ border-bottom: none; - color:#2c66ce; /*#757575;*/ padding: 8px 8px 24px 10px; text-transform: uppercase; - font-family: "open_sansbold", Arial, Helvetica, sans-serif; font-variant: normal; - /*margin: 0*/; } +#content .box .read-more { + font-size: 10px; + text-align: right; + border-bottom: none; + padding: 10px 8px 8px 8px; + text-transform: uppercase; + font-family: "open_sans", Arial, Helvetica, sans-serif; + font-variant: normal; +} + +#content .read-more a { + line-height: 20px; + margin-left: 15px; +} + +#content .box .read-more a::after { + content:'>'; + padding-left: 8px; + padding-right: 5px; + margin-left: 5px; + border-radius: 4px; + font-size: 16px; + line-height: 20px; + text-align: center; + font-family: "open_sansbold", Arial, Helvetica, sans-serif; +} + + + #content .box-1 .block-title { font-size: 20px; text-transform: none; @@ -430,7 +455,6 @@ p { } #content .box-1 .block-title span{ - /* background-color: #fff;*/ background-image: none; padding: 0 1em 0 0; } @@ -732,9 +756,10 @@ p { } -#content .read-more a { - margin-right: 10px; -} +/* nao mostrar seta neste tipo de box */ +#content .blog-post .short-post .read-more a::after { + content: none; + } .comment-info { line-height: 1em; -- libgit2 0.21.2