Commit 16d054a134328cf339d4e126f8fb2bbc6ef26268

Authored by Gustavo Cruz
1 parent 04622b5d

updating theme

Showing 1 changed file with 19 additions and 0 deletions   Show diff stats
style.css
... ... @@ -1538,6 +1538,25 @@ div#article-parent {
1538 1538 margin-left: 50%;
1539 1539 }
1540 1540  
  1541 +/*bloco participação*/
  1542 +
  1543 +#participe-comunidade{
  1544 + background-color: #F7E074;
  1545 + width: 100%;
  1546 + color: #004B82;
  1547 + padding: 15px 0;
  1548 + text-align: center;
  1549 + width: 100%;
  1550 + font-size: 150%;
  1551 +}
  1552 +
  1553 +#participe-comunidade a {
  1554 + text-decoration: underline;
  1555 + color: #004B82;
  1556 +}
  1557 +
  1558 +
  1559 +
1541 1560 /* circulos bloco de html puro*/
1542 1561  
1543 1562 .action-home-index #content .box-1 .raw-html-block {
... ...