/* GENERAL */ * { overflow: hidden; } body, table, tbody, tr, tr:first-child td { width:100vmax !important; height:100vmin !important; padding: 0 !important; margin: 0 !important; top: 0 !important; left: 0 !important; bottom: 0 !important; right: 0 !important; border: none !important; } body, table{ position:relative; text-align: center; } table{ display: table; background: rgb(69,72,77);background: -moz-radial-gradient(center, ellipse cover, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%);background: -webkit-radial-gradient(center, ellipse cover, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);background: radial-gradient(ellipse at center, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=1 ); } tbody{ display: table-row-group; } tr{ position:absolute; display: table-row; } td{ display: table-cell; } tr:first-child { background:-moz-linear-gradient(top,#fff 0,#c7c7c7 50%,#bfbfbf 50%,#8a8a8a);background:-webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(.5,#c7c7c7),color-stop(.5,#bfbfbf),to(#8a8a8a));-moz-box-shadow:1px 1px 3px rgba(000,000,000,.5),inset 0 0 2px rgba(255,255,255,1);-webkit-box-shadow:1px 1px 3px rgba(000,000,000,.5),inset 0 0 2px rgba(255,255,255,1);box-shadow:1px 1px 3px rgba(000,000,000,.5),inset 0 0 2px rgba(255,255,255,1);text-shadow:0 -1px 0 rgba(056,056,056,1),0 1px 0 rgba(227,227,227,1); z-index: 999; } tr:first-child td > spam, input[type=image] { color: #ffffff; background: -moz-linear-gradient(top,#6b6b6b 0%,#000000);background: -webkit-gradient(linear, left top, left bottom,from(#6b6b6b),to(#000000));border: 1px solid #000000;-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),inset 0px 0px 1px rgba(255,255,255,0.7);-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),inset 0px 0px 1px rgba(255,255,255,0.7);box-shadow: 0px 1px 3px rgba(000,000,000,0.5),inset 0px 0px 1px rgba(255,255,255,0.7);text-shadow: 0px -1px 0px rgba(000,000,000,0.4),0px 1px 0px rgba(255,255,255,0.3); } tr:first-child td > spam { display:block; width:95vw;text-decoration:none; -webkit-border-bottom-right-radius: 50px;-webkit-border-bottom-left-radius: 50px;-moz-border-radius-bottomright: 50px;-moz-border-radius-bottomleft: 50px;border-bottom-right-radius: 50px;border-bottom-left-radius: 50px; } input[type=image] { display:list-item; margin:15px auto!important; padding:5px;cursor: pointer;transition:width 1s,height 1s,transform 1s;-moz-transition:width 1s,height 1s,-moz-transform 1s;-webkit-transition:width 1s,height 1s,-webkit-transform 1s;-o-transition:width 1s,height 1s,-o-transform 1s;box-shadow:0 15px 15px -10px rgba(0,0,0,.7)!important; } input[type=image]:hover,input[type=image]:focus { cursor: pointer;color: #050505;background: -moz-linear-gradient(top,#ffffff 0%,#ebebeb 1%,#dbdbdb 16%,#e3e3e3 64%,#ffffff);background: -webkit-gradient(linear, left top, left bottom,from(#ffffff),color-stop(0.1, #ebebeb),color-stop(0.16, #dbdbdb),color-stop(0.64, #e3e3e3),to(#ffffff));border: 1px solid #949494; transform:scale(1.1);-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1); } tr:last-child { & img { display: none; image-rendering: high-quality; } background-origin: content-box; background-attachment: fixed; background-repeat: no-repeat; image-rendering: high-quality; z-index: 1; } /* Barra NAV */ #nav{ display: grid; position: fixed; top: 50%; left: 0; text-align: center; transform: translate(0, -50%); z-index: 998; } .nav { opacity: 0.5; font-size: 1em; z-index: 999; } .nav:hover { opacity: 1; } #nav button { padding: 10vmin 0; } #nav button:first-child { border-radius: 0 50px 0 0; } #nav button:nth-of-type(2) { border-radius: 0 0 50px 0; } #nav select { padding: 5vmin 0; } /* boton superior-derecho */ #closet { position: absolute; top: 1vmin; right: 1vmin; padding: 3vmin; border-radius: 50px; } /* section de input[type=range]*/ map { & * { display: inline-block; } padding-bottom: 1vmax; position: absolute; bottom: 0; right: 0; z-index: 999; } #myRangeX { width: 16vmin; height: 20vmin; } #myRangeY { height: 20vmin; width: 3vmax; writing-mode: vertical-rl; writing-mode: bt-rl; /* IE */ -webkit-appearance: slider-vertical; /* WebKit */ direction: ltr; } /* Center the loader */ #picture { position: absolute; bottom: 2vmax; right: 2vmax; z-index: 2; width: 11vmin; height: 11vmin; border: 16px solid #f3f3f3; border-radius: 50%; border-top: 16px solid #3498db; -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; text-align: center; } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } /* full-screen */ /* Safari syntax */ :-webkit-full-screen tbody tr:first-child { display:none; } /* IE11 */ :-ms-fullscreen tbody tr:first-child { display:none; } /* Standard syntax */ :fullscreen tbody tr:first-child { display:none; } /* cambio de orientacion */ @media screen and (orientation:portrait) { /* portrait-specific styles */ }
¡A tu disposicion!
Publicar un comentario