Commit 62f05f5d888462f78b6943eb5b7898955f2a8578

Authored by Melissa Wen
1 parent 0e334b38

Adding Raw HTML blocks backup

raw-html-blocks/right-side-bar.html 0 → 100644
@@ -0,0 +1,44 @@ @@ -0,0 +1,44 @@
  1 +<div id="banner-button">
  2 +<h2>Consultas Públicas</h2> <h3>2015-2016</h3>
  3 +<a class="button-read" href="/consultas-publicas-2015-2016"><span>Leia mais!</span></a>
  4 +</div>
  5 +
  6 +<style>
  7 +#banner-button{
  8 + background: #FFF;
  9 + padding: 10px;
  10 +}
  11 +
  12 +#content #banner-button h2{
  13 + color: #000;
  14 + font-family: 'Open Sans Bold';
  15 + font-size: 22px;
  16 + line-height: 28px;
  17 + margin: 0 5px;
  18 +}
  19 +
  20 +#content #banner-button h3{
  21 + color: #000;
  22 + font-family: 'Open Sans Light';
  23 + font-size: 20px;
  24 + font-weight: 100;
  25 + margin: 3px 5px 10px;
  26 +}
  27 +
  28 +#content #banner-button a.button-read{
  29 + background: #89ba3f;
  30 + border-radius: 5px;
  31 + border: none;
  32 + color: #FFF;
  33 + display: block;
  34 + font-family: 'Open Sans Extrabold';
  35 + font-size: 16px;
  36 + padding: 15px;
  37 + text-decoration: none;
  38 + text-align: center;
  39 +}
  40 +
  41 +#banner-button a.button-read span{
  42 + display: block;
  43 +}
  44 +</style>
raw-html-blocks/see-all.html 0 → 100644
@@ -0,0 +1,24 @@ @@ -0,0 +1,24 @@
  1 +v class="read-more-news">
  2 +<a href="/portal/blog">Ver todas</a>
  3 +</div>
  4 +
  5 +<style>
  6 +#content .read-more-news{
  7 + float: right;
  8 + margin-right: 10px;
  9 +}
  10 +#content .read-more-news a{
  11 + color: #89ba3f;
  12 + display: block;
  13 + font-family: "Open Sans Bold";
  14 + font-size: 14px;
  15 + text-decoration: none;
  16 + padding-top: 10px;
  17 +}
  18 +</style>
  19 +
  20 +<script>
  21 +jQuery(function($) {
  22 +$('.read-more-news').appendTo('#content .main-block h1');
  23 +});
  24 +</script>