UNPKG

@panoramax/web-viewer

Version:

Panoramax web viewer for geolocated pictures

50 lines (41 loc) 915 B
/* Smaller loading text */ .psv-loader-text { text-align: center; font-size: 0.9em; } .psv-loader-image { width: 80%; } .psv-overlay { opacity: 1 !important; } /* Hide PSV tooltips */ .psv-virtual-tour-tooltip { display: none; } /* Resize canvas for print */ @media print { .pnx-psv canvas { width: 100% !important; height: unset !important; } } /* Virtual Tour SVG arrows */ .pnx-psv-tour-arrows { background: none; border: none; } .pnx-psv-tour-arrows:active svg, .pnx-psv-tour-arrows.pnx-clicked svg { opacity: 0.4; transition: opacity 0.2s ease; } .pnx-psv-tour-arrows svg { width: 100%; height: auto; } .pnx-psv-tour-arrows svg:hover { filter: drop-shadow(0 0 15px var(--blue)); } .pnx-psv-playing .pnx-psv-tour-arrows { display: none; } /* No virtual tour arrows or annotations if photo is reduced */ pnx-mini .psv-virtual-tour-arrows, pnx-mini .pnx-psv-annotation { display: none; }