Commit 3c2988a94ddc55e7f70c1b1b2d3c90b482b40644

Authored by Gustavo Cruz
1 parent 22954699

updating theme

Showing 1 changed file with 84 additions and 7 deletions   Show diff stats
style.css
... ... @@ -46,8 +46,10 @@
46 46  
47 47 div#wrapper-barra-brasil {
48 48 width: 960px;
  49 + font-family: Arial, Helvetica, sans-serif !important;
49 50 }
50 51  
  52 +
51 53 /****************** Estilos basicos ******************/
52 54  
53 55 /******* itens do gov-plone.css *******/
... ... @@ -1271,6 +1273,19 @@ input.button.with-text {
1271 1273 font-family: Arial, sans-serif;
1272 1274 }
1273 1275  
  1276 +.action-home-index #content .article-block .short-post .read-more a {
  1277 + background: url("images/button-read-more-vazio.png") no-repeat scroll left 50% transparent;
  1278 + color: #333;
  1279 + display: inline-block;
  1280 + font-weight: bold;
  1281 + padding: 10px 20px 10px 50px;
  1282 + text-align: left;
  1283 + font-family: Arial, sans-serif;
  1284 + margin-right: 1em;
  1285 +}
  1286 +
  1287 +
  1288 +
1274 1289 .community-track-plugin_track-card-list-block .more_button{
1275 1290 text-align: right;
1276 1291 }
... ... @@ -1351,7 +1366,7 @@ input.button.with-text {
1351 1366 border-top: 0 none;
1352 1367 left: -20px;
1353 1368 margin-bottom: 0;
1354   - margin-top: -43px;
  1369 + margin-top: -47px;
1355 1370 position: relative;
1356 1371 }
1357 1372  
... ... @@ -1371,7 +1386,7 @@ input.button.with-text {
1371 1386 .action-environment_design-index #content .box-1 .block-title span {
1372 1387 background-color: #497b16;
1373 1388 color: white;
1374   - font-size: 14px;
  1389 + font-size: 18px;
1375 1390 font-variant: normal;
1376 1391 padding: 0.5em 1em;
1377 1392 text-align: left;
... ... @@ -1381,7 +1396,7 @@ input.button.with-text {
1381 1396 .action-environment_design-index #content .display-content-block:first-of-type .block-title span {
1382 1397 background-color: #f7b905;
1383 1398 color: #0a4d06;
1384   - font-size: 14px;
  1399 + font-size: 18px;
1385 1400 font-variant: normal;
1386 1401 padding: 0.5em 1em;
1387 1402 text-align: left;
... ... @@ -1644,6 +1659,11 @@ body.contraste .read_more a
1644 1659 }
1645 1660  
1646 1661 body.contraste a,
  1662 +body.contraste #accessibility a,
  1663 +body.contraste #portal-siteactions a,
  1664 +body.contraste #logo a,
  1665 +body.contraste #logo #portal-title,
  1666 +body.contraste #sobre a,
1647 1667 body.contraste h1,
1648 1668 body.contraste h2,
1649 1669 body.contraste h3,
... ... @@ -1655,29 +1675,45 @@ body.contraste #doormat-container dt,
1655 1675 body.contraste #content .documentDescription,
1656 1676 body.contraste #content #description,
1657 1677 body.contraste .nitfByline,
1658   -body.contraste p.section {
  1678 +body.contraste p.section,
  1679 +body.contraste .track_list .item_card .track_stats .hits .label,
  1680 +body.contraste .track_list .item_card .track_stats .comments .label {
1659 1681 color: #fff;
1660 1682 }
1661 1683  
  1684 +
  1685 +
1662 1686 body.contraste #content a:link,
1663 1687 body.contraste #content a:link,
1664 1688 body.contraste #content a {
1665 1689 color: #ffff00;
1666 1690 }
1667 1691  
1668   -body.contraste #content .display-content-block .title a {
  1692 +body.contraste #content .display-content-block .title a,
  1693 +body.contraste #content .track_list .item_card .track_content .name {
1669 1694 color: #ffff00;
1670 1695 }
1671 1696  
  1697 +
  1698 +
1672 1699 body.contraste.action-home-index #wrap-2,
1673 1700 body.contraste.action-environment_design-index #wrap-2 {
1674 1701 background-image: none;
1675 1702 }
1676 1703  
1677   -body.contraste.action-home-index .block .block-inner-2, body.contraste.action-environment_design-index .block .block-inner-2,
1678   -body.contraste.action-home-index #content .tags-block .block-inner-2, body.contraste.action-environment_design-index #content .tags-block .block-inner-2 {
  1704 +body.contraste.action-home-index .block .block-inner-2,
  1705 +body.contraste.action-environment_design-index .block .block-inner-2,
  1706 +body.contraste.action-home-index #content .tags-block .block-inner-2,
  1707 +body.contraste.action-environment_design-index #content .tags-block .block-inner-2 {
1679 1708 background-color: #333;
1680 1709 }
  1710 +
  1711 +body.contraste.action-home-index .community-track-plugin_track-card-list-block .block-inner-2 {
  1712 + background-image: none;
  1713 + background-color: #fff;
  1714 +}
  1715 +
  1716 +
1681 1717 body.contraste.action-home-index #content .tags-block .block-inner-2, body.contraste.action-environment_design-index #content .tags-block .block-inner-2 {
1682 1718 border-top: 1px solid #fff;
1683 1719 }
... ... @@ -1713,6 +1749,21 @@ body.contraste #content .link-list-block li a:hover {
1713 1749 color: #ffff00;
1714 1750 }
1715 1751  
  1752 +body.contraste #content .article-comment {
  1753 + background: none repeat scroll 0 0 #000;
  1754 +}
  1755 +
  1756 +body.contraste #comments_list .comment-info,
  1757 +body.contraste #comments_list .comment-created-at{
  1758 + color: #ffff00;
  1759 +}
  1760 +
  1761 +body.contraste #comments_list .comment-wrapper-8 {
  1762 + background-color: #000000;
  1763 + background-image: none;
  1764 + border: 1px solid #DDDDDD;
  1765 +}
  1766 +
1716 1767 body.contraste #comments_list a.display-comment-form,
1717 1768 body.contraste #content input.button, body.contraste #content a.button {
1718 1769 background-color:#333;
... ... @@ -1748,6 +1799,32 @@ body.contraste #footer-logos {
1748 1799 background-color: #000;
1749 1800 }
1750 1801  
  1802 +body.contraste #theme-header .header-content #link-faq a {
  1803 + border-right: 1px solid #ffF;
  1804 +}
  1805 +
  1806 +body.contraste #portal-siteactions {
  1807 + border-bottom: 1px dotted #fff;
  1808 +}
  1809 +
  1810 +body.contraste #social-icons #sb_face {
  1811 + background-image: url("images/icone-facebook.png");
  1812 +}
  1813 +body.contraste #social-icons #sb_youtb {
  1814 + background-image: url("images/icone-youtube.png");
  1815 +}
  1816 +body.contraste #social-icons #sb_tweet {
  1817 + background-image: url("images/icone-twitter-branco.png");
  1818 +}
  1819 +body.contraste #social-icons #sb_flickr {
  1820 + background-image: url("images/icone-flickr.png");
  1821 +}
  1822 +/*body.contraste #social-icons #sb_inst {
  1823 + background-image: url("images/icone-instagram.png");
  1824 +}*/
  1825 +
  1826 +
  1827 +
1751 1828 /* Plugin para curtir artigos e comentários */
1752 1829  
1753 1830 .action .dislike:before {
... ...