1 [PHPBB2] Hover en los Link de la Footer Navbar y el "Panel de Administracion". Mar Feb 14, 2012 6:15 am
Winth
Creador: Winth
Fecha de Creacion: 13/02/2012
Modificable: Si
Fecha de Creacion: 13/02/2012
Modificable: Si
Screenshot.
- Spoiler:
Codigo.
- Código:
#page-footer div div.gen strong a:hover {
background: white url(http://i66.servimg.com/u/f66/11/96/49/61/tabbg10.png) repeat-x;
border: 1px solid #CCC;
border-radius: 6px;
box-shadow: 0 1px 3px #CCC;
position: relative;
padding: 2px;
text-shadow: 1px 1px 2px #C9C9C9;
color: #007684;
}
#page-footer div div.gen strong a {
-moz-transition-duration: 0.8s;
-webkit-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
text-decoration: none;
}
a:hover {
text-decoration: none!important;
}
Importante
Este Codigo fue totalmente creado por Winth, se proive su produccion
en otros foros sin previo aviso.
Este Codigo fue totalmente creado por Winth, se proive su produccion
en otros foros sin previo aviso.
Última edición por Winth el Mar Abr 24, 2012 1:07 am, editado 1 vez