Mostrando entradas con la etiqueta CSS3. Mostrar todas las entradas
Mostrando entradas con la etiqueta CSS3. Mostrar todas las entradas

Botones CSS3 para Blogger (Exclusivos de Ayuda Bloggers) – Seguro

Últimamente no he creado muchas cosas para sus blogs debido a la falta increíble de tiempo en la que me encuentro, así que para compensarlo he construído 4 tipos de botones para sus blogs, son libres de modificarlos a su antojo y distribuirlos.
buttons css, blogger buttons
Glossy:
Para estos botones usé la herramientaGradient Editor de Colorzilla, transiciones, la transformación 2D translate y box-shadow.
Código CSS:

.glossy-ayudabloggers {
color:#fff;
margin:10px;
padding:13px 8px;
background: rgb(184,225,252);
background: -moz-linear-gradient(top, rgba(184,225,252,1) 0%, rgba(169,210,243,1) 10%, rgba(144,186,228,1) 25%, rgba(144,188,234,1) 37%, rgba(144,191,240,1) 50%, rgba(107,168,229,1) 51%, rgba(162,218,245,1) 83%, rgba(189,243,253,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(184,225,252,1)), color-stop(10%,rgba(169,210,243,1)), color-stop(25%,rgba(144,186,228,1)), color-stop(37%,rgba(144,188,234,1)), color-stop(50%,rgba(144,191,240,1)), color-stop(51%,rgba(107,168,229,1)), color-stop(83%,rgba(162,218,245,1)), color-stop(100%,rgba(189,243,253,1)));
background: -webkit-linear-gradient(top, rgba(184,225,252,1) 0%,rgba(169,210,243,1) 10%,rgba(144,186,228,1) 25%,rgba(144,188,234,1) 37%,rgba(144,191,240,1) 50%,rgba(107,168,229,1) 51%,rgba(162,218,245,1) 83%,rgba(189,243,253,1) 100%);
background: -o-linear-gradient(top, rgba(184,225,252,1) 0%,rgba(169,210,243,1) 10%,rgba(144,186,228,1) 25%,rgba(144,188,234,1) 37%,rgba(144,191,240,1) 50%,rgba(107,168,229,1) 51%,rgba(162,218,245,1) 83%,rgba(189,243,253,1) 100%);
background: -ms-linear-gradient(top, rgba(184,225,252,1) 0%,rgba(169,210,243,1) 10%,rgba(144,186,228,1) 25%,rgba(144,188,234,1) 37%,rgba(144,191,240,1) 50%,rgba(107,168,229,1) 51%,rgba(162,218,245,1) 83%,rgba(189,243,253,1) 100%);
background: linear-gradient(to bottom, rgba(184,225,252,1) 0%,rgba(169,210,243,1) 10%,rgba(144,186,228,1) 25%,rgba(144,188,234,1) 37%,rgba(144,191,240,1) 50%,rgba(107,168,229,1) 51%,rgba(162,218,245,1) 83%,rgba(189,243,253,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8e1fc', endColorstr='#bdf3fd',GradientType=0 );
box-shadow:0 3px 0 rgba(37,141,200,1);
border-radius:5px;
text-shadow:0 1px 0 rgba(37,141,200,0.5);
display:inline-block;
border:none;
cursor:pointer;
}

.glossy-ayudabloggers:hover {
box-shadow:0 5px 0 rgba(37,141,200,1), inset 0 0 30px rgba(255,255,255,0.2);
-webkit-transform: translate(0, -2px);
-moz-transform: translate(0, -2px);
-o-transform: translate(0, -2px);
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
-o-transition:0.5s;
transition: 0.5s;
text-decoration: none;
}

.glossy-ayudabloggers:focus, .glossy-ayudabloggers:active {
box-shadow:inset 0 2px 0 rgba(37,141,200,1);
-webkit-transform: translate(0, 2px);
-moz-transform: translate(0, 2px);
-o-transform: translate(0, 2px);
-moz-transition: 0.1s;
-webkit-transition: 0.1s;
-o-transition:0.1s;
transition: 0.1s;
}
Método de uso:
a href="URL_DESTINO" class="glossy-ayudabloggers"Nombre del enlace/a
Flat:
Botones sencillos y planos, con transiciones. Útiles para plantillas simples:
Código CSS:
.flat-ayudabloggers {
background:#e74c3c;
margin:10px;
color:#FFF;
padding:15px 8px;
border-radius:5px;
text-shadow:none;
display:inline-block;
border:none;
cursor:pointer;
}

.flat-ayudabloggers:hover {
background:#c0392b;
text-decoration: none;
}

.concreto {background:#95a5a6;}
.concreto:hover {background:#7f8c8d;}

.turquesa {background:#1abc9c;}
.turquesa:hover {background:#16a085;}
Método de Uso:
Nombre del enlace
Puedes modificar el valorconcreto porturquesa para cambiar el color, o si quieres dejarlo por defecto simplemente borra el valor.

Si deseas crear tus propias configuraciones de colores, puedes ir aColorCombos y elegir una combinación de colores tanto para el botón normal, como para el :hover.Botones de Ayuda Bloggers:
Estos son los botones que una vez creé para mi blog, utilizan box-shadow, text-shadow y gradientes:
Código CSS:

.ayudabloggers-boton {
border: none;
margin:10px;
color: #fff;
display: inline-block;
font: 300 16px/31px "Open Sans","Helvetica Neue",Arial,sans-serif !important;
height: 32px;
background-color: #267cc2;
padding: 0 24px;
cursor:pointer;
text-align: center;
text-decoration: none;
text-shadow: 0 1px 0 rgba(0,0,0,.25);
white-space: nowrap;
border-radius: 2px;
box-shadow: 0 2px 1px rgba(0,0,0,.19),inset 0 -1px 0 rgba(0,0,0,.19),inset 0 1px 0 0 rgba(255,255,255,.19);
background-color: #267cc2;
background-image: -webkit-gradient(linear,left bottom,left top,from( #42a5e1),to( #267cc2));
background-image: -webkit-linear-gradient( #42a5e1, #267cc2);
background-image: -moz-linear-gradient( #42a5e1, #267cc2);
background-image: -ms-linear-gradient( #42a5e1, #267cc2);
background-image: -o-linear-gradient( #42a5e1, #267cc2);
background-image: linear-gradient( #42a5e1, #267cc2);
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
-o-transition:0.5s;
transition: 0.5s;
}

.ayudabloggers-boton:hover {
box-shadow: 0 4px 1px rgba(0,0,0,.19),inset 0 -3px 0 rgba(0,0,0,.19);
text-decoration: none;
}

.ayudabloggers-boton:active, .ayudabloggers-boton:focus {
box-shadow: inset 0 2px 0 0 rgba(0,0,0,.19),inset 0 12px 24px 6px rgba(0,0,0,.19),inset 0 0 2px 2px rgba(0,0,0,.19);
}
Método de Uso:
Nombre del enlace
Nota: Para la tipografía necesitas copiar el siguiente código arriba de /head:
link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300italic,300,400italic,600,600italic,700,700italic' rel='stylesheet' type='text/css' /
Botón descarga CSS3:
Un botón único que creé para un amigo, según el tipo de archivo debes configurar la imagen.
photo_albums.zip5.6mbDescargar

Código CSS:

.ab-download {
display:inline-block;
font-family:Arial;
background:#FCFCFC;
text-align:center;
border:1px solid #dadada;
box-shadow:0 2px 1px #dadada;
margin:30px 40px;
padding:15px;
border-radius:10px;
min-width:100px;
}

.ab-icon {
display:block;
width:90px;
height:90px;
margin:0 auto;
}

.ab-name {
color:#222;
font-style:italic;
}

.ab-size {
display:block;
padding:10px;
font-size:11px;
color:#888;
}

.download-message {
display:block;
margin:0 -30px;
cursor:pointer;
background:rgba(6,127,124,1);
background:linear-gradient(rgb(39,185,182), rgba(6,127,124,1));
box-shadow:0 2px 0 rgb(6,127,124);
text-align:center;
padding:15px;
color:white;
font-weight:bold;
}

.download-message:hover {
box-shadow: 0 0 4px rgba(6,127,124,0.4);
}


/*Tipos de archivo*/
.zip-file {
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhHnBkNVtjJ4KSgn4thGE3jh4ol1m634ZJSuIrUxKHb8lGRbcUnkm6psAYasspswz_eKUVht-pdmC6FN87i2yijwWZQ9K72lRznJ5xh70TMbXDDNAgCo5x0pAu-ulJdiNnq6HgMsuTkUy8/s1600/1367207826_zip.png) no-repeat center;
}
Método de uso:

div class="ab-download"
span class="ab-icon zip-file"/span
span class="ab-name"photo_albums.zip/span
span class="ab-size"5.6mb/span
a href="URL_DESTINO" class="download-message"Descargar/a
/div
Para cambiar el ícono debes reemplazarzip-file por otro valor, pero antes debes crear las reglas CSS para cada tipo de archivo:

Primero, copia el siguiente código y pégalo en la zona CSS de tu plantilla:
.extensión-file {
background:url(URL_DE_LA_IMAGEN) no-repeat center;
}
Deberás reemplazarextensión por la extensión del archivo que quieras añadir, quedando así:
.doc-file {
background:url(URL_DE_LA_IMAGEN_DE_UN_ARCHIVO_CON_EXTENSIÓN_DOC) no-repeat center;
}
Y añadir una imagen en donde indica el código.

Si deseas utilizar un pack de iconos, te recomiendoeste, utiliza las imágenes en 80x80 píxeles.

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 free legal advice,FIFA World Cup cheap web hosting donde me dieron un available domain name,cheap domain name registration,pero salio muy caro y mejor me hice student credit card ,accept credit pero me recomendaron mejor utilizar credit counseling service donde tienen un mejor soporte y credito support stocking pero mejor me compre un linux hosting y mejor me afilie a affiliate programs pero buy �web position gold�,microsoft certification,Mesothelioma law firm,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

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 Los Abogado de lesiones personales en Chicago,FIFA World Cup son muy buenos en chicago y nos ofrecen una Cotizacion de seguro y Cotizacion de Seguro de Vida y Cotizacion de seguro de coches,mesotelioma. Y visitar mesothelioma lawyers o tambien podriamos visitar mesothelioma symptoms y lexington law tambien many people lexington law firm and merlin olsen mesothelioma many people mesothelioma trial lawyers and atlanta mesothelioma lawyers Mesothelioma law firm, massachusetts mesothelioma attorney EEUU,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

supportpeachtreecom compare small business phone systems Online Christmas cards Structures Annuity Settlement Futuristic Architecture Php programmers cheaper insurance companies business voice mail service orlando criminal attorney mesothelioma claim Online casino Car insurance quotes Colorado bus accident attorney los angeles Online colledges domains yahoo Insurance Companies structured settlement need cash now Donate a Car in Maryland motorcycle accident lawyer san francisco DALLAS MESOTHELIOMA ATTORNEYS DONATING A CAR IN MARYLAND car insurance quotes Massage School Dallas Texas Life insurance co Lincoln motor replacements primary pulmonary hypertension Criminal Defense Attorneys Florida Html email Cheap Auto Insurance in VA Psd to html Car Accident Lawyers Register Free Domains Learning adobe illustrator mesothelioma attorney illinois Dwi lawyer Social media platforms for business Donating a Car in Maryland Auto Mobile Shipping Quote Royalty Free Images Stock mesothelioma symptoms DONATE YOUR CAR FOR KIDS Injury Lawyers buyer of structured settlement annuity Criminal lawyer Casino Cheap domain registration hosting mesothelioma attorney california Annuity Settlements Best Seo company mesothelioma personal injury lawyers ROYALTY FREE IMAGES STOCK Computer science classes online washington mesothelioma attorney houston mesothelioma attorney Online Criminal Justice Degree Donate Car to Charity California windows phone for business car accident lawyer michigan Proud Italian cook Custom WordPress theme designer car accident lawyer in san diego refinance with bad credit asbestos mesothelioma lawsuit Mobile casino Make money online Australia Donate Cars Illinois Live casino Service business software Seo companies Donate car for tax credit Psd to WordPress car insurance quotes pa auto insurance cost by state Photo Christmas cards WebEx costs Casino reviews car donate Hire php programmers structured settlements companies AUTO ACCIDENT ATTORNEY REGISTER FREE DOMAINS mesotheioma DUI lawyer ONLINECLASSES mesothelioma lawyer asbestos cancer lawsuit Hire php developers ONLINE MOTOR INSURANCE QUOTES utah mesothelioma lawyer chicago hair laser removal Criminal defense lawyer Criminal lawyer Miami houston motorcycle accident lawyer state of california car insurance life insurance quotes personal injury law firm asterisk call center software data recovery raid NEUSON Online Classes Social media examiner PHD on Counseling Education business email web hosting Social media campaigns motorcycle lawyer los angeles Business VOIP Solutions injury attorney baton rouge Php programmers for hire Personal Injury Lawyers Hire php developer Bankruptcy lawyer Auto Accident Attorney cash annuity VIRTUAL DATA ROOMS attorney lawyer mesothelioma Royalty free images stock

Share:

Conociendo CSS3 - Animaciones – Hipotecario

Hola, queridos lectores. Desdehoy comenzaré a mostrar todo el poder de CSS3, pero antes de comenzar les pido mil disculpas por haberme ausentado unosdías, ya que en mi universidad rendí misúltimosexámenes, pero bueno vamos al grano, lo que a ustedes les interesa.

css3 animaciones, davisdrumkey, css3 keyframes


Con CSS3 podemos hacer muchas cosas, como lo son las transiciones, animaciones, efectos de textos,transformaciones2D, 3D, etc. Para empezar lesdemostrare una animación que realisé para ustedes.



En este demo he animado únicamente imágenes, y para crear estas animaciones debemos conocer la regla llamada @keyframes, la cual es muy sencilla, por ejemplo de esta manera he animado el sol.

#sol {
width: 100px;
height: 100px;
position: fixed;
top: 60px;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbSHjWopCqs3bViR459waUUXrM2_XboBfwWzDyF6XNMxSYJtJd9vmryxiLjE-8IQ03A_KZqWKHfFQY4aAnT-fYdf22LSeL38jXSAqOAdJp6dGzNBGWvLF7eBeL7Ak_FJX1Np3yI5q9Plso/s100/sol.png);
animation: sol 5s;
-webkit-animation: sol 5s;
-o-animation: sol 5s;
-moz-animation: sol 5s;
z-index: 10;
margin-left: -139px;
}

@keyframes sol
{
0% {top:500px;}
100% {top:60px;}
}
@-webkit-keyframes sol
{
0% {top:500px;}
100% {top:60px;}
}
@-o-keyframes sol
{
0% {top:500px;}
100% {top:60px;}
}
@-moz-keyframes sol
{
0% {top:500px;}
100% {top:60px;}
}

Les explico el código:

  1. Como primer punto le he dado valoresbásicospara su diseño, como un width, height, background, etc.
  2. Uno de los puntos claves es "animation: sol 5s;" Simplemente le daremos un nombre a nuestra animación y la duración de ella, en este caso es de 5 Segundos.
  3. El siguiente punto clave es "@keyframes sol" Lo que estamos haciendoacáes asociar el @keyframes a laanimaciónllamada "sol" que generamos anteriormente.
  4. Y dentro de "@keyframes sol" hemos agregado la forma en que se animara nuestro "@keyframes" llamado "sol". En que cuando este a 0%estaráubicado desde arriba hacia abajo unos 500px; "top: 500px;" de esta maneraacercándosea 100% laanimaciónira disminullendo los pixeles de distancia desde arriba hacia abajo llegando a los 60px "top: 60px;"

Tambiénpodemos crear animaciones repitiéndose infinitamente. Como es el caso de las nubes y losaviones, un caso en partícular es el del avión azul.

#avion1 {
width: 250px;
height: 100px;
position: fixed;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgc5Jo6oRTP-WJ1TiW2w9gkAXW0APlk4QxsPX3dEon3ufNYaiD-Dt0T8Me5sWvQJg6GrWfrZj7WtSNlUAEvOj_Y3wNzJ2R5j2L1OUjfDKafKLK3n5WWSQ6s7_W5Cjzr40W8ZmgIkrWfl_Tm/s250/Avion1.png);
animation: avion1 20s infinite;
-o-animation: avion1 20s infinite;
-moz-animation: avion1 20s infinite;
-webkit-animation: avion1 20s infinite;
}
@-webkit-keyframes avion1
{
0% {left:-20%;bottom:0px;}
100% {left:105%;bottom:500px;}
}
@keyframes avion1
{
0% {left:-20%;bottom:0px;}
100% {left:105%;bottom:500px;}
}
@-moz-keyframes avion1
{
0% {left:-20%;bottom:0px;}
100% {left:105%;bottom:500px;}
}
@-o-keyframes avion1
{
0% {left:-20%;bottom:0px;}
100% {left:105%;bottom:500px;}
}

Solo agregando en el nombre de la animación la opción "infinite" quedando en este caso de esta manera "animation: avion1 20s infinite;".

A continuación jugaremos con algo simple para poder comprender con sencillos ejemplos:

#simple1
{
width:100px;
height:100px;
margin: auto;
background:red;
animation: simple1 5s infinite;
-moz-animation: simple1 5s infinite;
-webkit-animation: simple1 5s infinite;
-o-animation: simple1 5s;
}

@keyframes simple1
{
from {background:red;}
to {background:yellow;}
}

@-moz-keyframes simple1
{
from {background:red;}
to {background:yellow;}
}

@-webkit-keyframes simple1
{
from {background:red;}
to {background:yellow;}
}

@-o-keyframes simple1
{
from {background:red;}
to {background:yellow;}
}



#simple2
{
width:100px;
height:100px;
margin: auto;
background:red;
animation:simple2 2s infinite;
-moz-animation:simple2 2s infinite;
-webkit-animation:simple2 2s infinite;
-o-animation:simple2 2s infinite;
}

@keyframes simple2
{
0% {background:red;}
25% {background:yellow;}
50% {background:blue;}
100% {background:green;}
}

@-moz-keyframes simple2
{
0% {background:red;}
25% {background:yellow;}
50% {background:blue;}
100% {background:green;}
}

@-webkit-keyframes simple2
{
0% {background:red;}
25% {background:yellow;}
50% {background:blue;}
100% {background:green;}
}

@-o-keyframes simple2
{
0% {background:red;}
25% {background:yellow;}
50% {background:blue;}
100% {background:green;}
}


#simple3
{
width: 100px;
height: 100px;
position: relative;
background: red;
border-radius: 50%;
animation:simple3 10s infinite linear;
-moz-animation:simple3 10s infinite linear;
-webkit-animation:simple3 10s infinite linear;
-o-animation:simple3 10s infinite linear;
}

@keyframes simple3
{
0% {left: 0%;top: 0%;}
50% {left: 50%;top: 50%;}
100% {left: 100%;top: 0%;}
}


@-moz-keyframes simple3
{
0% {left: 0%;top: 0%;}
50% {left: 50%;top: 50%;}
100% {left: 100%;top: 0%;}
}

@-webkit-keyframes simple3
{
0% {left: 0%;top: 0%;}
50% {left: 50%;top: 50%;}
100% {left: 100%;top: 0%;}
}

@-o-keyframes simple3
{
0% {left: 0%;top: 0%;}
50% {left: 50%;top: 50%;}
100% {left: 100%;top: 0%;}
}


También les comparto el código completo de la animación.


#sol {
width: 100px;
height: 100px;
position: fixed;
top: 60px;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbSHjWopCqs3bViR459waUUXrM2_XboBfwWzDyF6XNMxSYJtJd9vmryxiLjE-8IQ03A_KZqWKHfFQY4aAnT-fYdf22LSeL38jXSAqOAdJp6dGzNBGWvLF7eBeL7Ak_FJX1Np3yI5q9Plso/s100/sol.png);
animation: sol 5s;
-webkit-animation: sol 5s;
-o-animation: sol 5s;
-moz-animation: sol 5s;
z-index: 10;
margin-left: -139px;
}

@keyframes sol
{
0% {top:500px;}
100% {top:60px;}
}
@-webkit-keyframes sol
{
0% {top:500px;}
100% {top:60px;}
}
@-o-keyframes sol
{
0% {top:500px;}
100% {top:60px;}
}
@-moz-keyframes sol
{
0% {top:500px;}
100% {top:60px;}
}
#nube1 {
width: 100px;
height: 100px;
top: 86px;
position: fixed;
z-index: 11;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjcZwzFM8dUXxbyJJfKmkxGykebhm6kyxNqp9NVRgFZMpXYcmvvH7RLCosq8H0ILbvWHKv4X5MhURnQ3B3L4rYABGQIiNxMLWf5zQonmVeCJSN6iisO_VGhBL38-xGvwKzqnxMVHTafl55N/s100/nube1.png);
animation: nube1 35s infinite;
-webkit-animation: nube1 35s infinite;
-o-animation: nube1 35s infinite;
-moz-animation: nube1 35s infinite;
}
@-webkit-keyframes nube1
{
0% {left:-10%;}
100% {left:105%;}
}
@keyframes nube1
{
0% {left:-10%;}
100% {left:105%;}
}
@-o-keyframes nube1
{
0% {left:-10%;}
100% {left:105%;}
}
@-moz-keyframes nube1
{
0% {left:-10%;}
100% {left:105%;}
}
#nube2 {
width: 100px;
height: 100px;
top: 120px;
position: fixed;
z-index: 11;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEheMsLfUDdfMUoinQ17lq4s7-bWygZWu79BWKZr_kNpJcUOR3rLQLJBiOaw65QyntUWp65U83ayO4MX8tCqmBazY-f4kLxs8orkN6VIQk0A_VcCa6TndfigL0u8SJRcME7bcCOukm3ONv5D/s100/nube3.png);
animation: nube2 80s infinite;
-webkit-animation: nube2 80s infinite;
-o-animation: nube2 80s infinite;
-moz-animation: nube2 80s infinite;
}
@-webkit-keyframes nube2
{
0% {left:-10%;}
100% {left:105%;}
}
@keyframes nube2
{
0% {left:-10%;}
100% {left:105%;}
}
@-o-keyframes nube2
{
0% {left:-10%;}
100% {left:105%;}
}
@-moz-keyframes nube2
{
0% {left:-10%;}
100% {left:105%;}
}
#nube3 {
width: 100px;
height: 100px;
top: 50px;
position: fixed;
z-index: 11;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0yieTh0sJvrMSCVhfOWnfdQL82c8Cg8JgghT4Ck2MnLXZwR7QmyPatNZ1eN7tewiT3UqTSVddkr5AZl_y8cvrgnTEXXk4ytEWFlECJ37EXnISrqBnZGu3LRQbkSlYwUykGR6e301bgbRT/s100/nube4.png);
animation: nube3 150s infinite;
-o-animation: nube3 150s infinite;
-moz-animation: nube3 150s infinite;
-webkit-animation: nube3 150s infinite;
}
@-webkit-keyframes nube3
{
0% {right:-10%;}
100% {right:105%;}
}
@keyframes nube3
{
0% {right:-10%;}
100% {right:105%;}
}
@-o-keyframes nube3
{
0% {right:-10%;}
100% {right:105%;}
}
@-moz-keyframes nube3
{
0% {right:-10%;}
100% {right:105%;}
}
#nube4 {
width: 100px;
height: 100px;
top: 200px;
position: fixed;
z-index: 11;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0yieTh0sJvrMSCVhfOWnfdQL82c8Cg8JgghT4Ck2MnLXZwR7QmyPatNZ1eN7tewiT3UqTSVddkr5AZl_y8cvrgnTEXXk4ytEWFlECJ37EXnISrqBnZGu3LRQbkSlYwUykGR6e301bgbRT/s100/nube4.png);
animation: nube4 200s infinite;
-o-animation: nube4 200s infinite;
-moz-animation: nube4 200s infinite;
-webkit-animation: nube4 200s infinite;
}
@-webkit-keyframes nube4
{
0% {left:-10%;}
100% {left:105%;}
}
@keyframes nube4
{
0% {left:-10%;}
100% {left:105%;}
}
-o-@keyframes nube4
{
0% {left:-10%;}
100% {left:105%;}
}
-moz-@keyframes nube4
{
0% {left:-10%;}
100% {left:105%;}
}
#avion1 {
width: 250px;
height: 100px;
position: fixed;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgc5Jo6oRTP-WJ1TiW2w9gkAXW0APlk4QxsPX3dEon3ufNYaiD-Dt0T8Me5sWvQJg6GrWfrZj7WtSNlUAEvOj_Y3wNzJ2R5j2L1OUjfDKafKLK3n5WWSQ6s7_W5Cjzr40W8ZmgIkrWfl_Tm/s250/Avion1.png);
animation: avion1 20s infinite;
-o-animation: avion1 20s infinite;
-moz-animation: avion1 20s infinite;
-webkit-animation: avion1 20s infinite;
}
@-webkit-keyframes avion1
{
0% {left:-20%;bottom:0px;}
100% {left:105%;bottom:500px;}
}
@keyframes avion1
{
0% {left:-20%;bottom:0px;}
100% {left:105%;bottom:500px;}
}
@-moz-keyframes avion1
{
0% {left:-20%;bottom:0px;}
100% {left:105%;bottom:500px;}
}
@-o-keyframes avion1
{
0% {left:-20%;bottom:0px;}
100% {left:105%;bottom:500px;}
}
#avion2 {
width: 250px;
height: 100px;
position: fixed;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh0IGUTvp8x8UXK8nhTpil8uLU3xxQXV3xSE_OdWe90EZT3bOfXhbt57q6CHVi8vJEbJVHDUEHoa7lghkdF33_4AAgSNObsdO8t3PMWd4lyd6_4t6zdX5iGElzOAbcov9S3GERsfNGql8cH/s250/Avion2.png);
animation: avion2 10s infinite;
-o-animation: avion2 10s infinite;
-moz-animation: avion2 10s infinite;
-webkit-animation: avion2 10s infinite;
}
@-webkit-keyframes avion2
{
0% {right:-20%;bottom:0px;}
100% {right:105%;bottom:500px;}
}
@keyframes avion2
{
0% {right:-20%;bottom:0px;}
100% {right:105%;bottom:500px;}
}
@-moz-keyframes avion2
{
0% {right:-20%;bottom:0px;}
100% {right:105%;bottom:500px;}
}
@-o-keyframes avion2
{
0% {left:-20%;bottom:0px;}
100% {left:105%;bottom:500px;}
}


Bueno espero que le sirva como conocimiento para sus web y seguiremos viendo mas cosas sobre CSS3, así que prepárense. Saludos malignos, un gran abrazo.


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 Mesothelioma law firm,mega life and health FIFA World Cup es un buen servicio en las distintas naciones trans union pero resulto que tenia cancer y fui a asbestos cancer y me dijeron en asbestos mesothelioma que tambien padecia de prostate cancer treatment y un daño tremendo a mi organismo fui a malignant pleural mesothelioma,asi que hice un prestamo en credit repair y otro en chase credit pero de pronto un anti spam software asi que decido un auto en rental car in costa rica me registre en Facebook en internet domain registration y tambien obtuve un domain registration,Selling annuity payments for cash,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

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 MARYLANDNos ofrece Mundial Football eloan com, FIFA World Cupuna gran variedad para contratar mesothelioma info y obtener un equity line of credit y una buena estructura de negocio SEO consolidate loans y visitar su casa matriz Mesothelioma law firm,home equity loans domain name searchSelling 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

Social media management illinois mesothelioma lawyer compare life assurance Car Insurance in South Dakota Seo services yahoo web hosting Php programmers car accident lawyers los angeles DONATE YOUR CAR FOR MONEY what is structured settlement Make money online Australia Hire php programmers personal injury law firm Car insurance quotes MN Car Donate Best Seo company Online College Course home phone internet bundle Online casino Donate Cars Illinois Best social media platforms for business donate old cars to charity Motor Replacements Casino best consolidation loan student Royalty Free Images Stock phd in counseling education Massage School Dallas Texas Mobile casino dui lawyer scottsdale Criminal lawyer Asbestos Lawyers mesothelioma lawyer texas Bankruptcy lawyer donate car for tax credit Sell Annuity Payment car insurance quotes colorado Met Auto auto accident attorney Torrance Psd to html Home phone internet bundle georgia truck accident lawyer Social media examiner mesotheliama Business management software Low credit line credit cards MASSAGE SCHOOL DALLAS TEXAS Life Insurance Co Lincoln CAR INSURANCE QUOTES COLORADO personal injury attorney ocala fl asbestos exposure lawyers Home Phone Internet Bundle Adobe illustrator classes Personal Injury Lawyers Nunavut culture purchase structured settlements personal injury accident lawyer Donate cars Illinois Donate your Car for Money adverse credit remortgage See more at http//wwwginfostopnet/ Online Classes arizona auto accident attorney Html email Donate Old Cars to Charity Personal Injury Law Firm Psd to WordPress Live casino Donate Car to Charity California insurance medical temporary DONATE A CAR IN MARYLAND google affiliate Casino reviews car insurance companies motorcycle lawyer los angeles DALLAS MESOTHELIOMA ATTORNEYS DUI lawyer Hire php developers mesothelioma lawyers san diego Custom Christmas cards Online Criminal Justice Degree HOW TO DONATE A CAR IN CALIFORNIA structured settlement purchasers DONATE OLD CARS TO CHARITY Dwi lawyer mesothelioma suit Seo company domain registration yahoo Service business software Tech school MORTGAGE ADVISER Criminal defense lawyer Php programmers for hire Hire php developer Dayton Freight Lines domain name yahoo selling annuity Computer science classes online federal criminal defense attorney colorado mesothelioma lawyers Seo companies Donating a car in Maryland CRIMINAL DEFENSE ATTORNEYS FLORIDA Custom WordPress theme designer DONATE CARS IN MA Nunavut Culture washington mesothelioma attorney New social media platforms mesothelioma lawyer dallas Motor replacements state of california car insurance Business finance group ashely madis world trade center footage Social media platforms for business

Share:

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:

    Dile adiós a los prefijos en CSS3 con Prefix Free – dinero – Record


    prefix free

    ¿Qué son los prefijos?


    Losinsoportables prefijos son usados con el fin de disponer ciertas funcionalidades en CSS3 para distintos navegadores, anteponiéndolos de esta manera en nuestros atributos CSS3:

    #elemento {
    width: 500px;
    height: 500px;

    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;

    box-shadow: 0 0 10px #000000;
    -webkit-box-shadow: 0 0 10px #000000;
    -o-box-shadow: 0 0 10px #000000;
    -moz-box-shadow: 0 0 10px #000000;
    -ms-box-shadow: 0 0 10px #000000;
    }

    Los prefijos utilizados representan a distintos navegadores.
    • -webkit- representa a navegadores basados en webkit como Chrome y Safari.
    • -o- representa al navegador Opera.
    • -moz- representa a navegadores basados en Gecko, como Firefox.
    • -ms- representa al navegador poco usado "Internet Explorer".

    Con solo agregar un prefijo a tal condición se aplicara al navegador deseado. Aunque se puede ocupar de una forma ingeniosa para lograr algo selectivo en aplicar el CSS3 en distintos navegadores. También evitaras malgastar tiempo, y ocuparlo en otra cosa más importante.

    Pero por suerte tenemos una muy buena herramienta llamadaPrefix Free para agregar todo los prefijos automáticamente, convirtiendo nuestro código CSS en algo mas cálido, e incluso mas fácil de entender, así evitando errores y también la pérdida de tiempo en nuestros proyectos, quedando nuestro código CSS de esta manera:

    #elemento {
    width: 500px;
    height: 500px;

    border-radius: 50%;

    box-shadow: 0 0 10px #000000;

    }


    ¿Cómo usar Prefix Free?

    UtilizarPrefix Freees bastantesencillo simplemente debemos descargar desde supaginael script oficialagregándoloantes de /head de esta manera:




    Usamos vista previa y si todo esta bien, presionamos guardar. Ya de esta manera el script hará su trabajo y podrán ocupar todo sus atributos CSS3 sin prefijos, el script también lo pueden subir a sus propios repositorios si lo desean.

    ¡Compatibilidad!

    Prefix Freees compatible con navegadores de escritorio como IE9+, Opera 10, Firefox 3.5+, Safari 4+ y Chrome. Para navegadores mobiles: Mobile Safari, Android Browser, Chrome y Opera Mobile.

    ¡Algunos inconvenientes!
    • No funciona con estilos importados (@import).
    • No funciona con archivos locales en Chrome y Opera.
    • No funciona con estilos inline.
    • No funciona con hojas de estilos de otros dominios.

    Espero que les sea de gran utilidad queridos lectores. Un gran abrazo :)

    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 MARYLAND

    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 JetAsi que mejor me fue a un hotel y motel FIFA World Cup Mundial Football New Orleans mesothelioma lawyer y mas que todo que la pase bien en ese hostal y me me fui de viaje a tennessee mesothelioma attorney donde EEUU me pidio la visa pero mejor aun many people in mesothelioma trial lawyers pero me fui a travel Alaska nebraska mesothelioma attorney pero mas aun con mesothelioma attorney nebraska mas siempre fue asi des hace mucho time merlin olsen lawsuit,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

    Seo companies home phone internet bundle Online casino ONLINE COLLEDGES Live casino EMAIL BULK SERVICE mesothelioma lawyer chicago Forex Trading Platform Php programmers for hire baltimore mesothelioma attorneys car insurance quotes mn motorcycle accident attorney sacramento Casino motorcycle lawyer los angeles uk homeowner loans Hire php developers register free domains mesotheliama accident lawyers in los angeles Mobile casino Hire php programmers car donate Criminal defense lawyer structured settlement need cash now Seo company futuristic architecture fast cash for house Tech school purchase structured settlements Car Accident Lawyers Learning adobe illustrator DUI lawyer Donate a Car in Maryland personal accident attorney Online Stock Trading new mexico mesothelioma lawyer Custom WordPress theme designer SELL ANNUITY PAYMENT New social media platforms emergency response plan ppt royalty free images stock Service business software google affiliate Make money online Australia Bankruptcy lawyer Email Bulk Service Social media campaigns Casino reviews Donate cars in ma MASSAGE SCHOOL DALLAS TEXAS best criminal lawyer in arizona Criminal Defense Attorneys Florida workers compensation lawyer los angeles saskatchewan auto insurance tennessee mesothelioma lawyer Psd to html Business finance group Donate Old Cars to Charity dallas mesothelioma lawyer accident attorney in los angeles Life insurance co Lincoln Dwi lawyer Psd to WordPress Criminal lawyer domain registration yahoo Dayton Freight Lines cheaper insurance companies onlineclasses motorcycle accident lawyer san diego BETTER CONFERENCING CALLS Business management software best accident attorneys buy structured settlements Cheap Domain Registration Hosting Futuristic Architecture best consolidation loan student mesothelioma settlements amounts domain yahoo washington mesothelioma attorney los angeles motorcycle accident lawyer cash out structured settlement buyer of structured settlement annuity ASBESTOS LAWYERS bus accident attorney los angeles ANNUITY SETTLEMENT Italian cooking school Hire php developer Social media tools Mortgage adviser Best criminal lawyer in Arizona PHD on Counseling Education Computer science classes online How to Donate A Car in California mesothelioma symptoms Asbestos Lawyers criminal defense attorneys florida Hard drive data recovery services seattle mesothelioma lawyer Online Christmas cards structure settlements Php programmers Best social media platforms for business houston tx auto insurance motor insurance quotes compare life assurance Social media platforms for business truck accident attorney los angeles Online Criminal Justice Degree WordPress hosting Donate Your Car Sacramento Seo services Best Seo company Donate Cars in MA structured settlement agreement Online Colleges

    Share: