From 0a88eb198f5298eda60af352444c22cdb4615a57 Mon Sep 17 00:00:00 2001 From: Sidney Ricardo Medeiros Date: Fri, 7 Nov 2014 14:44:10 -0200 Subject: [PATCH] New logo beta and fix css. --- cabecalho-cinza-theme.css | 2 +- images/logotipo_contraste.png | Bin 8951 -> 0 bytes images/logotipo_spb.png | Bin 9895 -> 0 bytes images/logotipo_spb.svg | 84 ++++++------------------------------------------------------------------------------ images/logotipo_spb2.svg | 107 ----------------------------------------------------------------------------------------------------------- images/logotipo_spb_ac.svg | 6 ++++++ images/logotipo_spb_beta.svg | 6 ++++++ images/logotipo_spb_beta_ac.svg | 6 ++++++ images/logotipo_spb_rosa01.svg | 108 ------------------------------------------------------------------------------------------------------------ images/logotipocomsimboloazul-beta.svg | 103 ------------------------------------------------------------------------------------------------------- style.css | 6 ++++++ theme.js | 12 ++++++++++++ 12 files changed, 43 insertions(+), 397 deletions(-) delete mode 100644 images/logotipo_contraste.png delete mode 100644 images/logotipo_spb.png delete mode 100644 images/logotipo_spb2.svg create mode 100644 images/logotipo_spb_ac.svg create mode 100644 images/logotipo_spb_beta.svg create mode 100644 images/logotipo_spb_beta_ac.svg delete mode 100644 images/logotipo_spb_rosa01.svg delete mode 100644 images/logotipocomsimboloazul-beta.svg diff --git a/cabecalho-cinza-theme.css b/cabecalho-cinza-theme.css index 9ac8ff8..d25d85e 100644 --- a/cabecalho-cinza-theme.css +++ b/cabecalho-cinza-theme.css @@ -87,7 +87,7 @@ background-repeat: no-repeat; } #logo #portal-title { - background-image: url("images/logotipo_spb.svg"); + background-image: url("images/logotipo_spb_beta.svg"); background-repeat: no-repeat; background-size: 374px 78px; height: 78px; diff --git a/images/logotipo_contraste.png b/images/logotipo_contraste.png deleted file mode 100644 index eb7f6f7..0000000 Binary files a/images/logotipo_contraste.png and /dev/null differ diff --git a/images/logotipo_spb.png b/images/logotipo_spb.png deleted file mode 100644 index 9643046..0000000 Binary files a/images/logotipo_spb.png and /dev/null differ diff --git a/images/logotipo_spb.svg b/images/logotipo_spb.svg index 385ef22..b3088ec 100644 --- a/images/logotipo_spb.svg +++ b/images/logotipo_spb.svg @@ -1,78 +1,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -beta - + + \ No newline at end of file diff --git a/images/logotipo_spb2.svg b/images/logotipo_spb2.svg deleted file mode 100644 index b0158c3..0000000 --- a/images/logotipo_spb2.svg +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/images/logotipo_spb_ac.svg b/images/logotipo_spb_ac.svg new file mode 100644 index 0000000..cc61c20 --- /dev/null +++ b/images/logotipo_spb_ac.svg @@ -0,0 +1,6 @@ + + \ No newline at end of file diff --git a/images/logotipo_spb_beta.svg b/images/logotipo_spb_beta.svg new file mode 100644 index 0000000..fdf6df3 --- /dev/null +++ b/images/logotipo_spb_beta.svg @@ -0,0 +1,6 @@ + + \ No newline at end of file diff --git a/images/logotipo_spb_beta_ac.svg b/images/logotipo_spb_beta_ac.svg new file mode 100644 index 0000000..64e47e6 --- /dev/null +++ b/images/logotipo_spb_beta_ac.svg @@ -0,0 +1,6 @@ + + \ No newline at end of file diff --git a/images/logotipo_spb_rosa01.svg b/images/logotipo_spb_rosa01.svg deleted file mode 100644 index 27e08ec..0000000 --- a/images/logotipo_spb_rosa01.svg +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -BETA - diff --git a/images/logotipocomsimboloazul-beta.svg b/images/logotipocomsimboloazul-beta.svg deleted file mode 100644 index 476acd6..0000000 --- a/images/logotipocomsimboloazul-beta.svg +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -BETA - diff --git a/style.css b/style.css index c1e58c4..47bf26b 100644 --- a/style.css +++ b/style.css @@ -2196,6 +2196,12 @@ body.contraste.action-home-index #content .box-1 .block-title span, body.contras color: #FFF !important; } +body.contraste #logo #portal-title { + background-image: url("images/logotipo_spb_beta_ac.svg"); + background-repeat: no-repeat; + background-size: 374px 78px; +} + body.contraste #accessibility span { background: #fff !important; color: #000 !important; diff --git a/theme.js b/theme.js index a67be98..bd81a14 100644 --- a/theme.js +++ b/theme.js @@ -46,4 +46,16 @@ function alignBlocks(containerIndex){ $('#block-48500 > .block-inner-1 > .block-inner-2').append('
'); + + +// Foco no botao de busca + +$('#link-buscar').click(function(e) { + e.preventDefault(); + window.location.hash = '#portal-searchbox'; + $('.searchField').focus() +}) + })(jQuery); + + -- libgit2 0.21.2