Files
apt-nl-map/static/Magic4/assets/plugins/vegas/jquery.vegas.min.css
2024-12-03 16:40:54 +08:00

34 lines
695 B
CSS

.vegas-loading {
border-radius: 10px;
background: #000;
background: rgba(0,0,0,.7);
background: url(images/loading.html) no-repeat center center;
height: 32px;
left: 20px;
position: fixed;
top: 20px;
width: 32px;
z-index: 0;
}
.vegas-overlay {
background: transparent url(overlays/01.png);
opacity: .5;
z-index: -1;
}
.vegas-background {
-ms-interpolation-mode: bicubic;
image-rendering: optimizeQuality;
max-width: none!important;
z-index: -2;
}
.vegas-overlay, .vegas-background {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}