Veja ao vivo seu visual e efeito clicando no botão abaixo
Como adicionar em seu blog
I - Painel do Blogger -> Modelo -> Editar HTML -> Use Ctrl+F e localize </header>
II – Abaixo de </header> Copie e cole o código abaixo, antes configure URLs e títulos do menu.
<ul id="wchnav1">
<li><a href="URL">Home</a></li>
<li><a href="URL">Blogger</a></li>
<li><a href="URL">Widgets</a></li>
<li><a href="URL">Wordpress</a></li>
<li><a href="URL">Tutoriais</a></li>
<li><a href="URL">Templates</a></li>
<li><a href="URL">Contato</a></li></ul>
Código para o modelo um
Localize ]]></b:skin> abaixo de ]]></b:skin> copie e cole o código abaixo.
#wchnav1 {
padding: 0;
overflow: hidden;
margin: 20px;
background: rgb(30,87,153); /* Old browsers */
background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}
#wchnav1 li {
float: left;
height: 60px; overflow: hidden;
-webkit-transition: 0.3s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
#wchnav1 li:hover {
border-radius:30px;
background: #4f85bb; /* Old browsers */
background: -moz-linear-gradient(top, #4f85bb 0%, #4f85bb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f85bb), color-stop(100%,#4f85bb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #4f85bb 0%,#4f85bb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #4f85bb 0%,#4f85bb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #4f85bb 0%,#4f85bb 100%); /* IE10+ */
background: linear-gradient(to bottom, #4f85bb 0%,#4f85bb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f85bb', endColorstr='#4f85bb',GradientType=0 ); /* IE6-9 */
}
#wchnav1 li a {
display: block;
padding: 15px;
color: white;
text-decoration: none;
font:16px georgia;
position: relative;
top: 0;
line-height: 30px;
display: block;
}
#wchnav1 li:hover a {
margin-top: 60px;
top: -60px;
}
Código para o modelo dois
Localize ]]></b:skin> abaixo de ]]></b:skin> copie e cole o código abaixo.
#wchnav1 {
padding: 0;
overflow: hidden;
margin: 20px;
background: rgb(30,87,153); /* Old browsers */
background: #ff5db1; /* Old browsers */
background: -moz-linear-gradient(top, #ff5db1 0%, #ef017c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5db1), color-stop(100%,#ef017c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ff5db1 0%,#ef017c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ff5db1 0%,#ef017c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ff5db1 0%,#ef017c 100%); /* IE10+ */
background: linear-gradient(to bottom, #ff5db1 0%,#ef017c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#ef017c',GradientType=0 ); /* IE6-9 */
}
#wchnav1 li {
float: left;
height: 60px; overflow: hidden;
-webkit-transition: 0.3s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
#wchnav1 li:hover {
border-radius:30px;
background: #fb83fa; /* Old browsers */
background: -moz-linear-gradient(top, #fb83fa 0%, #e93cec 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb83fa), color-stop(100%,#e93cec)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fb83fa 0%,#e93cec 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fb83fa 0%,#e93cec 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fb83fa 0%,#e93cec 100%); /* IE10+ */
background: linear-gradient(to bottom, #fb83fa 0%,#e93cec 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb83fa', endColorstr='#e93cec',GradientType=0 ); /* IE6-9 */
}
#wchnav1 li a {
display: block;
padding: 15px;
color: white;
text-decoration: none;
font:16px georgia;
position: relative;
top: 0;
line-height: 30px;
display: block;
}
#wchnav1 li:hover a {
margin-top: 60px;
top: -60px;
}
Código para o modelo três
Localize ]]></b:skin> abaixo de ]]></b:skin> copie e cole o código abaixo.
#wchnav1 {
padding: 0;
overflow: hidden;
margin: 20px;
background: #006e2e; /* Old browsers */
background: -moz-linear-gradient(top, #006e2e 0%, #006e2e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006e2e), color-stop(100%,#006e2e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #006e2e 0%,#006e2e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #006e2e 0%,#006e2e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #006e2e 0%,#006e2e 100%); /* IE10+ */
background: linear-gradient(to bottom, #006e2e 0%,#006e2e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006e2e', endColorstr='#006e2e',GradientType=0 ); /* IE6-9 */
}
#wchnav1 li {
float: left;
height: 60px; overflow: hidden;
-webkit-transition: 0.3s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
#wchnav1 li:hover {
border-radius:30px;
background: #299a0b; /* Old browsers */
background: -moz-linear-gradient(top, #299a0b 0%, #299a0b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#299a0b), color-stop(100%,#299a0b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #299a0b 0%,#299a0b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #299a0b 0%,#299a0b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #299a0b 0%,#299a0b 100%); /* IE10+ */
background: linear-gradient(to bottom, #299a0b 0%,#299a0b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299a0b', endColorstr='#299a0b',GradientType=0 ); /* IE6-9 */
}
#wchnav1 li a {
display: block;
padding: 15px;
color: white;
text-decoration: none;
font:16px georgia;
position: relative;
top: 0;
line-height: 30px;
display: block;
}
#wchnav1 li:hover a {
margin-top: 60px;
top: -60px;
}
Código para o modelo quatro
Localize ]]></b:skin> abaixo de ]]></b:skin> copie e cole o código abaixo.
#wchnav1 {
padding: 0;
overflow: hidden;
margin: 20px;
background: #febf01; /* Old browsers */
background: -moz-linear-gradient(top, #febf01 0%, #febf01 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#febf01), color-stop(100%,#febf01)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #febf01 0%,#febf01 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #febf01 0%,#febf01 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #febf01 0%,#febf01 100%); /* IE10+ */
background: linear-gradient(to bottom, #febf01 0%,#febf01 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf01', endColorstr='#febf01',GradientType=0 ); /* IE6-9 */
}
#wchnav1 li {
float: left;
height: 60px; overflow: hidden;
-webkit-transition: 0.3s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
#wchnav1 li:hover {
border-radius:30px;
background: #f1e767; /* Old browsers */
background: -moz-linear-gradient(top, #f1e767 0%, #feb645 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1e767), color-stop(100%,#feb645)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f1e767 0%,#feb645 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f1e767 0%,#feb645 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f1e767 0%,#feb645 100%); /* IE10+ */
background: linear-gradient(to bottom, #f1e767 0%,#feb645 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=0 ); /* IE6-9 */
}
#wchnav1 li a {
display: block;
padding: 15px;
color: white;
text-decoration: none;
font:16px georgia;
position: relative;
top: 0;
line-height: 30px;
display: block;
}
#wchnav1 li:hover a {
margin-top: 60px;
top: -60px;
}
0 comentários:
Postar um comentário
Todos comentários são lidos e moderados previamente.
São publicados apenas aqueles que respeitarem as regras abaixo:
-Ter relação com o assunto do post.
-Não conter propagandas de outro site ou blog.
-Não incluir links no conteúdo do comentário.
-Se quiser deixar sua URL, comente usando a opção OpenID;
Obrigado(a) por comentar!