Gracias, Wikipedia.
ShareCode
Permalink: http://www.treeweb.es/u/974/ 01/02/2011

ShareCode

1 [draggable] {2  -moz-user-select: none;3  -khtml-user-select: none;4  -webkit-user-select: none;5  user-select: none;6 }7 .column {8  height: 150px;9  width: 150px;10  float: left;11  border: 2px solid #666666;12  background-color: #ccc;13  margin-right: 5px;14  -webkit-border-radius: 10px;15  -moz-border-radius: 10px;16  border-radius: 10px;17  -webkit-box-shadow: inset 0 0 3px #000;18  box-shadow: inset 0 0 3px #000;19  text-align: center;20  cursor: move;21 }22 .column header {23  color: #fff;24  text-shadow: #000 0 1px;25  box-shadow: 5px;26  padding: 5px;27  background: -moz-linear-gradient(left center, rgb(0,0,0), rgb(79,79,79), rgb(21,21,21));28  background: -webkit-gradient(linear, left top, right top,29  color-stop(0, rgb(0,0,0)),30  color-stop(0.50, rgb(79,79,79)),31  color-stop(1, rgb(21,21,21)));32  border-bottom: 1px solid #ddd;33  -webkit-border-top-left-radius: 10px;34  -moz-border-radius-topleft: 10px;35  border-top-left-radius: 10px;36  -webkit-border-top-right-radius: 10px;37  -moz-border-radius-topright: 10px;38  border-top-right-radius: 10px;39 }
Enlace
El enlace para compartir es: