From ffcc6005976645202ef2b476a8c7391760f50f6f Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Mon, 15 Dec 2014 08:44:01 -0300 Subject: [PATCH] Add link in header --- cabecalho-amarelo-theme.css | 2 +- header.html.erb | 3 +++ images/biblioteca_digital.png | Bin 0 -> 10411 bytes style.css | 23 +++++++++++++++++++++++ 4 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 images/biblioteca_digital.png diff --git a/cabecalho-amarelo-theme.css b/cabecalho-amarelo-theme.css index a317883..20785f4 100644 --- a/cabecalho-amarelo-theme.css +++ b/cabecalho-amarelo-theme.css @@ -445,7 +445,7 @@ background: url(images/icone-verde-flickr.png) 0 20px; margin: auto; } -#cat_menu { +#custom-menu { background: url(images/marca-participacao-social.png) no-repeat center left; height: 40px; padding-left: 60px; diff --git a/header.html.erb b/header.html.erb index 7f9e376..cc96ff9 100644 --- a/header.html.erb +++ b/header.html.erb @@ -88,6 +88,9 @@
+ + +
<%= theme_include 'categories' %>
diff --git a/images/biblioteca_digital.png b/images/biblioteca_digital.png new file mode 100644 index 0000000..ee9b86f Binary files /dev/null and b/images/biblioteca_digital.png differ diff --git a/style.css b/style.css index f0cd380..26f8504 100644 --- a/style.css +++ b/style.css @@ -24,6 +24,29 @@ src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/EInbV5DfGHOiMmvb1Xr-hnhCUOGz7vYGh680lGh-uXM.woff) format('woff'); } +#custom-menu a:hover { + background-color: #E1E4E4; +} + +#site-title { + display: none; +} +#custom-menu { + display: inline-block; + margin-left: 10px; + float: left; +} +#categories_menu { + float: left; +} +#custom-menu img { + height: 30px; +} +#custom-menu a { + padding: 5px; + display: inline-block; +} + #theme-header { height: auto; } -- libgit2 0.21.2