Nuestro conocimiento compartido. Nuestro tesoro compartido. Wikipedia.
ShareCode
Permalink: http://www.treeweb.es/u/974/ 01/02/2011

ShareCode

1 .box {2  position: absolute;3  top: 0;4  left: 0;5  right: 0;6  bottom: 0;7  margin: 12px;8  border: solid silver 1px;9  transition: all 0.2s ease;10  -webkit-transition: all 0.5s ease;11  -moz-transition: all 0.5s ease;12  -o-transition: all 0.5s ease;13  background: white;14 }15 16 .box:hover {17  abackground: rgba(0,255,0,0.02);18  margin: 1px;19  background: orange;20 }21 22 h1 {23  text-align: center;24 }25 26 .box:hover > h1 {27  color: white;28 }29 


Este ShareCode tiene versiones:
  1. Nested boxes ... (08/05/2013)
Enlace
El enlace para compartir es: