Menú tooltip de redes sociales animado con CSS3 – Money – School – Email


tooltips css3

Hola queridos lectores. A continuación les vengo a dar un regalo para sus blog y se trata de un sexy menú, usando la técnica de tooltip y animándolo con CSS3. Pueden ver su funcionamiento aquí abajo.



Agregar menú al blog.

Lo primero que debemos hacer es agregar el HTML al blog. Entrando en su plantilla buscan body agregando dentro de body en la sección que ustedes deseen donde se verá tu menú social.

También deben reemplazar el # que se encuentra en href="#" por los enlaces de sus cuentas sociales, fíjense en el nombre de los class="nombredelclass" y van cambiando de acuerdo a eso el # por sus links.


Agregando estilos (CSS3):

Es el turno de los estilos, entonces buscarán en su plantilla /b:skin e insertarán el código CSS antes justo arriba:
}
.nav-tt{
padding: 50;
width: 70%;
height: 70px;
margin: 80px auto 30px auto;

}
.nav-tt li{
float: left;
list-style: none;
}
.nav-tt li a{
display: block;
width: 40px;
height: 40px;
margin: 0 2px;
outline: none;
position: relative;
z-index: 2;
text-indent: -9000px;
text-decoration: none;
}
.nav-tt li .gplus{
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi4JoJbsyzFd09t9wX0CqG-MScAaI5lMX_eocizldX5o2bG2HoxphXUpUOt8dsQaOBGZJUmjeQQx1JJxgjutsCRauN4GqwdPpqaZqCuWzvzjDl4n41G2Dqz5A1xitTvhznqVNj9f2geGtGC/s128/google_plus.png) no-repeat;
}
.nav-tt li .twitter{
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhoBfQr9tW2PN1bPytfC7KOC8zI9eiBo9jgkO-iz8Gkfq9vt9gdXeZszRHLw3eA6aGG0nrxzu6vksLr8O6I1TJtJlmkZFomcqMWnRxrcuEb7Jxd2Uy1OrSc1xohv54zyaBiOMdy-75M022Q/s128/twitter_1.png) no-repeat;
}
.nav-tt li .pinterest{
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjTW9j6FSEJZlcuHBwjTW31eSyDcCNb2SgD8l5NEpqE3r-WsipmnN8n2c8BFlf-BeoG-7r3d5TlXEUshnvLOqNtB5xZf4D6AReva_Mxkm-kuq1YPMjCEDtMuG4bnsfeWACzWIHa2MjpspI8/s128/pinterest.png) no-repeat;
}
.nav-tt li .facebook{
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLMY4qrynAgP26EaBkwGBuXlvK-KbaN90WYZuKDc3sYzk2opl3ZPqHdG48wqh0vVUFjwSjoTmLocfm8gtQw47IPzMIarQFttmK6H_PS92Uq5qbo1bDTejinyRpPSBPdQYcDAiGm2Bm5WTC/s128/fb_1.png) no-repeat;
}
.nav-tt li .linkedin{
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiBsE8xPSBuMskjoPSw3Hf33piZz50J77J00b53jQ-dOe20E26n5ShT6pOm3NV3c_K-xE27tnzVGEHMWoGOCa5qTYTJcs_t7CJMYHrGUDupkUJW4BO0NYKGv_O3y5sLo998nKx8CN8QF5EP/s128/linkedin.png)no-repeat;
}
.nav-tt li .tumblr{
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzR9-CVaPqlFgb-vEN7zyiKN0LNh00n2jDL8DoShIip5Q_pQ2iw8eHWA1G0Pg7rB0NWg-0Yob-HJhONgxi_WLeF2jwB9kkvUb6QpEoQD4gO15rCqQ5Sv60jsBnUYx5DwwcDigGQCvK61vs/s128/tumblr.png) no-repeat;
}
.nav-tt li .youtube{
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEizoTgK1KvK-u89SrN7gx7s8pqpx55aQiK5yYQqxrPeoMj0eBjMfEB0GbilTB5y3iohtmQqk5zfLVPG3VeldcDcZjodWqwSLmsYR7Y6xB8e47-4Ns1wsezih6aMA2Sv2qeSoa-LrEisOvv8/s128/you_tube.png) no-repeat;
}
.nav-tt li .mail{
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjz9OQhaPZx5aPuRJm99VUH7IWYaypCytsFzgJVIfp2WEB0B7uSlAAt6BOm1hUMagM6YQkhKNkfvbyeCFFfMaPQWx3lgwAoInvaCGBN28yOdA66SetcacjYQPu5kSh-UxmGbHtmalOkSDTr/s32/email.png) no-repeat;
}
.nav-tt li .rss{
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVLgD93_FcqGItfncLZtyDZOtc_TGpsqAU-gduBbH545Wbflz8m7Sk5ePlipInj-faoT7fskMlDIsOqRZLRPngrvX6s_Gnvr4Qav2hQq2fFEbfvVvq3yovgkALzi9Oy8hDiXWE64_c-U7p/s128/rss.png) no-repeat;
}
.nav-tt li a span{
width: 80px;
height: 80px;
line-height: 80px;
padding: 10px;
left: 50%;
margin-left: -60px;
font-family: 'Alegreya SC', Georgia, serif;
font-weight: 400;
font-style: italic;
font-size: 14px;
color: #719DAB;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
text-align: center;
border: 5px solid #ffffff;
background: rgba(255,255,255,0.5);
text-indent: 0px;
position: absolute;
pointer-events: none;
border-radius: 50%;
bottom: -40px;
opacity: 0;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;

}
.nav-tt li a span:before,
.nav-tt li a span:after{
content: '';
position: absolute;
bottom: -15px;
left: 50%;
margin-left: -9px;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 11px solid rgba(0,0,0,0.1);
}
.nav-tt li a span:after{
bottom: -13px;
margin-left: -10px;
border-top: 10px solid #ffffff;
}
.nav-tt li a:hover span{
opacity: 0.9;
bottom: 50px;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}

¡Opciones!

Simplemente con lo anterior ya obtendremos la funcionalidad de nuestro menú social, pero les comentaré algunas opciones por si lo quieren personalizar mas a su gusto.

Agregar o quitar icono y enlace.

Para poder agregar o quitar marcadores, solo debemos ir al HTML buscar class="nav-tt" en donde encontraremos lo mismo de arriba (El primer codigo).
Para agregar un nuevo enlace, solo deben agregar antes de /ul y editando según tus datos descritos en los comentarios dentro del código:
  • Nombre de tu enlace







  • Después debemos ir al CSS de nuestra plantilla buscando ".nav-tt li a span" (Sin comillas) y antes de ella agregar:
    .nav-tt li .Nombre-class-anterior{
    /*Agregar nombre del class anterior nombrado en el HTML*/
    background: url(Pegar aquí enlace de tu icono) no-repeat;/*Enlace de icono*/
    }

    Para quitar solo deben hacer lo contrario (Suprimir el CSS del enlace y su HTML).

    Efectos:

    Para cambiar el tiempo de cómo se muestra el tooltip solo deben buscar ".nav-tt li a span" (Sin comillas) y editar esto:
    -webkit-transition: all 0.3s ease-in-out; /*-------------------------------*/
    -moz-transition: all 0.3s ease-in-out;/*Cambiar 0.3 por el tiempo que*/
    -o-transition: all 0.3s ease-in-out;/* Quieras, se representa en */
    -ms-transition: all 0.3s ease-in-out;/* Segundos (0.3 segundos) */
    transition: all 0.3s ease-in-out;/*------------------------------------*/
    Ejemplo con tiempo de 1 segundo:



    Para cambiar la escala o tamaño deben editar esto:
    -webkit-transform: scale(0);/*-------------------------------*/
    -moz-transform: scale(0);/*Cambiar (0)*/
    -o-transform: scale(0);/* Por el tamaño */
    -ms-transform: scale(0);/* que quieras */
    transform: scale(0);/*------------------------------------*/
    Ejemplo escala de 10 con tiempo de 0.5 segundos:



    Nota: Recuerden que pueden ahorrarse el tiempo de usar prefijos en el CSS usandoPREFIX FREE.

    Bueno queridos lectores espero que les guste mi trabajo y les sea de utilidad en sus proyectos y compartanlo. Saludos malignos :)

    Donate Car To Charity CALIFORNIA DONATE CAR FOR TAX CREDITDONATE CARS IN MADONATE YOUR CAR SACRAMENTOHOW TO DONATE A CAR IN CALIFORNIA DONATE YOUR CAR FOR KIDS,CAR INSURANCE QUOTES COLORADO ,NUNAVUT CULTURE,DAYTON FREIGHT LINESHARDDRIVE DATA RECOVERY SERVICES,DONATE A CAR IN MARYLAND,MOTOR REPLACEMENTS,CHEAP DOMAIN REGISTRATION HOSTING,DONATING A CAR IN MARYLANDMundial Football history FIFA World Cup,smart,huge/big,scienciemedia,blog spot and amazes,unites pero for you gives ,, inspires and future now help and pero mas aya del visita and Mesothelioma law firm CHEAP CAR INSURANCE IN VIRGINIA,Selling annuity payments for cashSelling annuity payments for cash,Sell my structured settlement,Sell structured settlement,Structured settlement,Structured settlement companies,Sell my annuity payments lump sum,Car accident lawyer Denver,Accident injury attorneys,Sell my annuity

    MESOTHELIOMA LAW FIRMDONATE CAR TO CHARITY CALIFORNIAHARDDRIVE DATA RECOVERY SERVICESDONATE A CAR IN MARYLAND DONATING A CAR IN MARYLAND,DONATE CARS ILLINOIS,CRIMINAL DEFENSE ATTORNEYS FLORIDA ,BEST CRIMINAL LAWYER IN ARIZONASTRUCTURED ANNUITY SETTLEMENT,ASBESTOS LAWYERS,NUNAVUT CULTURE,DAYTON FREIGHT LINES ,Bextra Bankruptcy Dental Plan Private JetMundial Football DONATE CAR TO CHARITY CALIFORNIA FIFA World Cup,DONATE CAR FOR TAX CREDIT, and DONATE CARS IN MA,DONATE YOUR CAR SACRAMENTO,HOW TO DONATE A CAR IN CALIFORNIA, SELL ANNUITY PAYMENT and DONATE YOUR CAR FOR KIDS,ASBESTOS LAWYERS pero for you STRUCTURED ANNUITY SETTLEMENT ,ANNUITY SETTLEMENTS, CAR INSURANCE QUOTES COLORADO and future now NUNAVUT CULTURE and pero mas aya del visita DAYTON FREIGHT LINES and Mesothelioma law firm HARDDRIVE DATA RECOVERY SERVICES,Selling annuity payments for cash,Sell my structured settlement,Sell structured settlement,Structured settlement,Structured settlement companies,Sell my annuity payments lump sum,Car accident lawyer Denver,Accident injury attorneys,Sell my annuity

    Casino WordPress themes for designers Photo Christmas cards Cheap domain registration hosting Seo company DUI lawyer Online casino mesothelioma trial attorney Computer science classes online Hire php developers Mobile casino harddrive data recovery services Donate Car To Charity CALIFORNIA Paperport Promotional Code Make money online Australia Criminal defense lawyer offshore accident lawyer Massage School Dallas Texas Social media tools adverse credit remortgage mesotheolima Php programmers for hire structured settlement sell Business management software ANNUITY SETTLEMENT Dedicated Hosting Dedicated Server Hosting Car Insurance Quotes Utah Casino reviews cheap auto insurance in va Hire php programmers WEBEX COSTS FORENSICS ONLINE COURSE mesothelioma attorney Annuity Settlements Live casino orlando criminal attorney Online Christmas cards auto insurance yuba city ca dallas mesothelioma attorneys Life insurance co Lincoln Service business software Hard drive Data Recovery Services REGISTER FREE DOMAINS compare life assurance Criminal Defense Attorneys Florida Hire php developer WordPress hosting life insurance quotes Neuson event management security Social media platforms Online College Course Donate Old Cars to Charity most profitable internet business Royalty Free Images Stock saskatchewan auto insurance Dayton freight lines car insurance in south dakota houston mesothelioma attorney CAR INSURANCE QUOTES COLORADO Dwi lawyer benchmark lending insurance medical temporary Social media examiner anti spam exchange server Email Bulk Service NEUSON Criminal lawyer BEST CRIMINAL LAWYER IN ARIZONA best consolidation loan student Personal Injury Lawyers mesothelioma lawsuits Forensics Online Course Bankruptcy lawyer CHEAP DOMAIN REGISTRATION HOSTING google adsense arizona auto accident attorney donate your car for money Met auto Paperport promotional code mesothelioma attorney florida New social media platforms california mesothelioma attorney business email web hosting Php programmers HOME PHONE INTERNET BUNDLE Business Voip Solutions ROYALTY FREE IMAGES STOCK onlineclasses dui lawyer scottsdale seattle mesothelioma lawyer Seo companies Low credit line credit cards Best social media platforms for business Donate your car Sacramento personal injury attorney torrance Donating Used Cars to Charity Sell Annuity Payment Best Seo company Motor Replacements Cheap Domain Registration Hosting Structures Annuity Settlement auto insurance cost by state refinance with bad credit mesothelioma settlements amounts cheap car insurance in virginia Business finance group car insurance quotes colorado Donating used cars to charity Social media platforms for business Custom WordPress theme designer Seo services st louis mesothelioma attorney How to Donate A Car in California lawsuit mesothelioma

    Share: