.jdpano-container { margin: 0; padding: 0; overflow: hidden; position: relative; cursor: default; width: 100%; height: 100%; font-family: Helvetica, "Nimbus Sans L", "Liberation Sans", Arial, sans-serif; background: #f4f4f4 url('img/background.svg') repeat; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; -ms-user-select: none; user-select: none; outline: 0; line-height: 1.4; contain: content; width: 480px; height:390px; } .jdpano-container * { box-sizing: content-box; } .jdpano-grab { cursor: grab; cursor: url('img/grab.svg') 12 8, default; } .jdpano-grabbing { cursor: grabbing; cursor: url('img/grabbing.svg') 12 8, default; } .jdpano-sprite { background-image: url('img/sprites.svg'); } .jdpano-container:-moz-full-screen { height: 100% !important; width: 100% !important; } .jdpano-container:-webkit-full-screen { height: 100% !important; width: 100% !important; } .jdpano-container:-ms-fullscreen { height: 100% !important; width: 100% !important; } .jdpano-container:fullscreen { height: 100% !important; width: 100% !important; } .jdpano-render-container { cursor: inherit; /* Fix display bug in Safari 7 */ position: absolute; height: 100%; width: 100%; } .jdpano-controls { margin-top: 4px; background-color: #fff; border: 1px solid #999; border-color: rgba(0,0,0,0.4); border-radius: 3px; cursor: pointer; z-index: 2; /* Fix Safari fullscreen bug */ -webkit-transform: translateZ(9999px); transform: translateZ(9999px); } .jdpano-control:hover { background-color: #f8f8f8; } .jdpano-controls-container { position: absolute; top: 0; left: 4px; z-index: 1; } .jdpano-zoom-controls { width: 26px; height: 52px; } .jdpano-zoom-in { width: 100%; height: 50%; position: absolute; top: 0; border-radius: 3px 3px 0 0; } .jdpano-zoom-out { width: 100%; height: 50%; position: absolute; bottom: 0; background-position: 0 -26px; border-top: 1px solid #ddd; border-top-color: rgba(0,0,0,0.10); border-radius: 0 0 3px 3px; } .jdpano-fullscreen-toggle-button, .jdpano-orientation-button, .jdpano-hot-spot-debug-indicator { width: 26px; height: 26px; } .jdpano-hot-spot-debug-indicator { position: absolute; top: 50%; left: 50%; width: 26px; height: 26px; margin: -13px 0 0 -13px; background-color: rgba(255, 255, 255, 0.5); border-radius: 13px; display: none; } .jdpano-orientation-button-inactive { background-position: 0 -156px; } .jdpano-orientation-button-active { background-position: 0 -182px; } .jdpano-fullscreen-toggle-button-inactive { background-position: 0 -52px; } .jdpano-fullscreen-toggle-button-active { background-position: 0 -78px; } .jdpano-panorama-info { position: absolute; bottom: 4px; background-color: rgba(0,0,0,0.7); border-radius: 0 3px 3px 0; padding-right: 10px; color: #fff; text-align: left; display: none; z-index: 2; /* Fix Safari fullscreen bug */ -webkit-transform: translateZ(9999px); transform: translateZ(9999px); } .jdpano-title-box { position: relative; font-size: 20px; display: table; padding-left: 5px; margin-bottom: 3px; } .jdpano-author-box { position: relative; font-size: 12px; display: table; padding-left: 5px; } .jdpano-load-box { position: absolute; top: 50%; left: 50%; width: 200px; height: 150px; margin: -75px 0 0 -100px; background-color: rgba(0,0,0,0.7); border-radius: 3px; text-align: center; font-size: 20px; display: none; color: #fff; } .jdpano-load-box p { margin: 20px 0; } .jdpano-lbox { position: absolute; top: 50%; left: 50%; width: 20px; height: 20px; margin: -10px 0 0 -10px; display: none; } .jdpano-loading { animation-duration: 1.5s; -webkit-animation-duration: 1.5s; animation-name: jdpano-mv; -webkit-animation-name: jdpano-mv; animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite; animation-timing-function: linear; -webkit-animation-timing-function: linear; height: 10px; width: 10px; background-color: #fff; position: relative; } @keyframes jdpano-mv { from {left:0;top:0;} 25% {left:10px;top:0;} 50% {left:10px;top:10px;} 75% {left:0;top:10px;} to {left:0;top:0;} } @-webkit-keyframes jdpano-mv { from {left:0;top:0;} 25% {left:10px;top:0;} 50% {left:10px;top:10px;} 75% {left:0;top:10px;} to {left:0;top:0;} } .jdpano-load-button { position: absolute; top: 50%; left: 50%; width: 200px; height: 100px; margin: -50px 0 0 -100px; background-color: rgba(0,0,0,.7); border-radius: 3px; text-align: center; font-size: 20px; display: table; color: #fff; cursor: pointer; } .jdpano-load-button:hover { background-color: rgba(0,0,0,.8); } .jdpano-load-button p { display: table-cell; vertical-align: middle; } .jdpano-info-box { font-size: 15px; position: absolute; top: 50%; left: 50%; width: 200px; height: 150px; margin: -75px 0 0 -100px; background-color: #000; border-radius: 3px; display: table; text-align: center; color: #fff; table-layout: fixed; } .jdpano-info-box a { color: #fff; word-wrap: break-word; overflow-wrap: break-word; } .jdpano-info-box p { display: table-cell; vertical-align: middle; padding: 0 5px 0 5px; } .jdpano-error-msg { display: none; } .jdpano-about-msg { font-size: 11px; line-height: 11px; color: #fff; padding: 5px 8px 5px 8px; background: rgba(0,0,0,0.7); border-radius: 3px; position: absolute; top: 50px; left: 50px; display: none; opacity: 0; -moz-transition: opacity .3s ease-in-out; -webkit-transition: opacity .3s ease-in-out; -o-transition: opacity .3s ease-in-out; -ms-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out; z-index: 1; } .jdpano-about-msg a:link, .jdpano-about-msg a:visited { color: #fff; } .jdpano-about-msg a:hover, .jdpano-about-msg a:active { color: #eee; } .jdpano-hotspot-base { position: absolute; visibility: hidden; cursor: default; vertical-align: middle; top: 0; z-index: 1; } .jdpano-hotspot { height: 26px; width: 26px; border-radius: 13px; } .jdpano-hotspot:hover { background-color: rgba(255,255,255,0.2); } .jdpano-hotspot.jdpano-info { background-position: 0 -104px; } .jdpano-hotspot.jdpano-scene { background-position: 0 -130px; } div.jdpano-tooltip span { visibility: hidden; position: absolute; border-radius: 3px; background-color: rgba(0,0,0,0.7); color: #fff; text-align: center; max-width: 200px; padding: 5px 10px; margin-left: -220px; cursor: default; } div.jdpano-tooltip:hover span{ visibility: visible; } div.jdpano-tooltip:hover span:after { content: ''; position: absolute; width: 0; height: 0; border-width: 10px; border-style: solid; border-color: rgba(0,0,0,0.7) transparent transparent transparent; bottom: -20px; left: -10px; margin: 0 50%; } .jdpano-compass { position: absolute; width: 50px; height: 50px; right: 4px; bottom: 4px; border-radius: 25px; background-image: url('img/compass.svg'); cursor: default; display: none; } .jdpano-world { position: absolute; left: 50%; top: 50%; } .jdpano-face { position: absolute; -webkit-transform-origin: 0 0 0; transform-origin: 0 0 0; } .jdpano-dragfix, .jdpano-preview-img { position: absolute; height: 100%; width: 100%; } .jdpano-preview-img { background-size: cover; background-position: center; } .jdpano-lbar { width: 150px; margin: 0 auto; border: #fff 1px solid; height: 6px; } .jdpano-lbar-fill { background: #fff; height: 100%; width: 0; } .jdpano-lmsg { font-size: 12px; } .jdpano-fade-img { position: absolute; top: 0; left: 0; }