1 #wikipedia {2 display: block;3 position: absolute;4 top: 0;5 right: 0;6 height: 100%;7 border: none;8 width: 0px;9 background: white;10 border-left: solid silver 1px;11 transition: width 1s ease;12 box-shadow: -8px 0 10px rgba(0,0,0,0.4);13 }14 15 #wikipedia.show {16 width: 30%;17 }18 19 #chart_div {20 position: absolute;21 left: 0;22 right: 0;23 bottom: 0;24 top: 0;25 }26 27 .logo {28 position: absolute;29 left: 0;30 top: 0;31 padding: 8px;32 /*background-color: rgb(58, 167, 228);*/33 cursor: pointer;34 border-radius: 4px;35 margin: 8px;36 border: solid 1px transparent;37 }38 39 .logo:hover {40 box-shadow: 4px 4px 4px rgba(0,0,0,0.2);41 border-color: silver;42 }43 44 .logo span {45 display: block;46 width: 160px;47 height: 50px;48 background: url('http://www.jetsetme.com/images/jetsetme-logo.png') center center no-repeat;49 background-size: contain;50 }51 52 svg path {53 cursor: pointer;54 }55 56
Enlace
El enlace para compartir es: