0

Systema de Busca Css3

HJ estou trazendo para vocês Sistema de busca em CSS3 com efeito hover


para vocês aprenderem 
pesquisar

vamos la

Para instalar em seu blog, apenas vá em  “Layout” –> “Adicionar um gadget” –> “HTML/ javascript” e cole o código abaixo: 
<style> .pesquisar { background: #ffffff; /* Old browsers */ background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera11.10+ */ background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */ background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* W3C */ border: 1px #dcdcdc solid; height: 33px; font-size: 16px; color: #555; padding-left: 5px; padding-right: 5px; -webkit-transition:All 1s ease; -moz-transition:All 1s ease; -o-transition:All 1s ease; } .pesquisar:hover { background: #fff; border: 1px #dcdcdc solid; height: 33px; font-size: 16px; color: #555; padding-left: 5px; padding-right: 5px; } #pesquisar-bot { background: #bfd255; /* Old browsers */ background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#8eb92a), color-stop(51%,#72aa00), color-stop(100%,#9ecb2d)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Opera11.10+ */ background: -ms-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* IE10+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */ background: line

Nenhum comentário:

Postar um comentário

 

Todos os direitos reservados à Design Is Next © 2012 2013 - All Rights Reserved. | Desenvolvido por: Lawliet