Commit ffcc6005976645202ef2b476a8c7391760f50f6f

Authored by Victor Costa
1 parent 2a65790f

Add link in header

cabecalho-amarelo-theme.css
@@ -445,7 +445,7 @@ background: url(images/icone-verde-flickr.png) 0 20px; @@ -445,7 +445,7 @@ background: url(images/icone-verde-flickr.png) 0 20px;
445 margin: auto; 445 margin: auto;
446 } 446 }
447 447
448 -#cat_menu { 448 +#custom-menu {
449 background: url(images/marca-participacao-social.png) no-repeat center left; 449 background: url(images/marca-participacao-social.png) no-repeat center left;
450 height: 40px; 450 height: 40px;
451 padding-left: 60px; 451 padding-left: 60px;
header.html.erb
@@ -88,6 +88,9 @@ @@ -88,6 +88,9 @@
88 </div> 88 </div>
89 89
90 <div id="barra-psocial"> 90 <div id="barra-psocial">
  91 + <span id="custom-menu">
  92 + <a href="http://biblioteca.participa.br/" target="_blank"><img src="/designs/themes/participa-theme/images/biblioteca_digital.png" title="Biblioteca Digital"></a>
  93 + </span>
91 <div id="categories_menu"> 94 <div id="categories_menu">
92 <%= theme_include 'categories' %> 95 <%= theme_include 'categories' %>
93 </div> 96 </div>
images/biblioteca_digital.png 0 → 100644

10.2 KB

@@ -24,6 +24,29 @@ @@ -24,6 +24,29 @@
24 src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/EInbV5DfGHOiMmvb1Xr-hnhCUOGz7vYGh680lGh-uXM.woff) format('woff'); 24 src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/EInbV5DfGHOiMmvb1Xr-hnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
25 } 25 }
26 26
  27 +#custom-menu a:hover {
  28 + background-color: #E1E4E4;
  29 +}
  30 +
  31 +#site-title {
  32 + display: none;
  33 +}
  34 +#custom-menu {
  35 + display: inline-block;
  36 + margin-left: 10px;
  37 + float: left;
  38 +}
  39 +#categories_menu {
  40 + float: left;
  41 +}
  42 +#custom-menu img {
  43 + height: 30px;
  44 +}
  45 +#custom-menu a {
  46 + padding: 5px;
  47 + display: inline-block;
  48 +}
  49 +
27 #theme-header { 50 #theme-header {
28 height: auto; 51 height: auto;
29 } 52 }