mirror of
https://github.com/mapillary/mapillary-js.git
synced 2026-01-18 13:56:53 +00:00
281 lines
4.3 KiB
CSS
281 lines
4.3 KiB
CSS
|
|
@-webkit-keyframes uil-ripple {
|
|
0% {
|
|
width: 0;
|
|
height: 0;
|
|
opacity: 0;
|
|
margin: 0 0 0 0;
|
|
}
|
|
33% {
|
|
width: 44%;
|
|
height: 44%;
|
|
margin: -22% 0 0 -22%;
|
|
opacity: 1;
|
|
}
|
|
100% {
|
|
width: 88%;
|
|
height: 88%;
|
|
margin: -44% 0 0 -44%;
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@-webkit-keyframes uil-ripple {
|
|
0% {
|
|
width: 0;
|
|
height: 0;
|
|
opacity: 0;
|
|
margin: 0 0 0 0;
|
|
}
|
|
33% {
|
|
width: 44%;
|
|
height: 44%;
|
|
margin: -22% 0 0 -22%;
|
|
opacity: 1;
|
|
}
|
|
100% {
|
|
width: 88%;
|
|
height: 88%;
|
|
margin: -44% 0 0 -44%;
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@-moz-keyframes uil-ripple {
|
|
0% {
|
|
width: 0;
|
|
height: 0;
|
|
opacity: 0;
|
|
margin: 0 0 0 0;
|
|
}
|
|
33% {
|
|
width: 44%;
|
|
height: 44%;
|
|
margin: -22% 0 0 -22%;
|
|
opacity: 1;
|
|
}
|
|
100% {
|
|
width: 88%;
|
|
height: 88%;
|
|
margin: -44% 0 0 -44%;
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@-ms-keyframes uil-ripple {
|
|
0% {
|
|
width: 0;
|
|
height: 0;
|
|
opacity: 0;
|
|
margin: 0 0 0 0;
|
|
}
|
|
33% {
|
|
width: 44%;
|
|
height: 44%;
|
|
margin: -22% 0 0 -22%;
|
|
opacity: 1;
|
|
}
|
|
100% {
|
|
width: 88%;
|
|
height: 88%;
|
|
margin: -44% 0 0 -44%;
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@-moz-keyframes uil-ripple {
|
|
0% {
|
|
width: 0;
|
|
height: 0;
|
|
opacity: 0;
|
|
margin: 0 0 0 0;
|
|
}
|
|
33% {
|
|
width: 44%;
|
|
height: 44%;
|
|
margin: -22% 0 0 -22%;
|
|
opacity: 1;
|
|
}
|
|
100% {
|
|
width: 88%;
|
|
height: 88%;
|
|
margin: -44% 0 0 -44%;
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@-webkit-keyframes uil-ripple {
|
|
0% {
|
|
width: 0;
|
|
height: 0;
|
|
opacity: 0;
|
|
margin: 0 0 0 0;
|
|
}
|
|
33% {
|
|
width: 44%;
|
|
height: 44%;
|
|
margin: -22% 0 0 -22%;
|
|
opacity: 1;
|
|
}
|
|
100% {
|
|
width: 88%;
|
|
height: 88%;
|
|
margin: -44% 0 0 -44%;
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@-o-keyframes uil-ripple {
|
|
0% {
|
|
width: 0;
|
|
height: 0;
|
|
opacity: 0;
|
|
margin: 0 0 0 0;
|
|
}
|
|
33% {
|
|
width: 44%;
|
|
height: 44%;
|
|
margin: -22% 0 0 -22%;
|
|
opacity: 1;
|
|
}
|
|
100% {
|
|
width: 88%;
|
|
height: 88%;
|
|
margin: -44% 0 0 -44%;
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@keyframes uil-ripple {
|
|
0% {
|
|
width: 0;
|
|
height: 0;
|
|
opacity: 0;
|
|
margin: 0 0 0 0;
|
|
}
|
|
33% {
|
|
width: 44%;
|
|
height: 44%;
|
|
margin: -22% 0 0 -22%;
|
|
opacity: 1;
|
|
}
|
|
100% {
|
|
width: 88%;
|
|
height: 88%;
|
|
margin: -44% 0 0 -44%;
|
|
opacity: 0;
|
|
}
|
|
}
|
|
|
|
.uil-ripple-css {
|
|
background: none;
|
|
position: relative;
|
|
width: 100px;
|
|
height: 100px;
|
|
top: -32px;
|
|
left: -28px;
|
|
}
|
|
|
|
.uil-ripple-css div {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
margin: 0;
|
|
width: 0;
|
|
height: 0;
|
|
opacity: 0;
|
|
border-radius: 50%;
|
|
border-width: 12px;
|
|
border-style: solid;
|
|
-ms-animation: uil-ripple 2s ease-out infinite;
|
|
-moz-animation: uil-ripple 2s ease-out infinite;
|
|
-webkit-animation: uil-ripple 2s ease-out infinite;
|
|
-o-animation: uil-ripple 2s ease-out infinite;
|
|
animation: uil-ripple 2s ease-out infinite;
|
|
}
|
|
|
|
.uil-ripple-css div:nth-of-type(1) {
|
|
border-color: rgba(255, 255, 255, 0.5);
|
|
}
|
|
|
|
.uil-ripple-css div:nth-of-type(2) {
|
|
border-color: #ffffff;
|
|
-ms-animation-delay: 1s;
|
|
-moz-animation-delay: 1s;
|
|
-webkit-animation-delay: 1s;
|
|
-o-animation-delay: 1s;
|
|
animation-delay: 1s;
|
|
}
|
|
|
|
.Cover {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
z-index: 20;
|
|
overflow: hidden;
|
|
cursor: pointer;
|
|
transition: visibility linear 500ms;
|
|
}
|
|
|
|
.CoverBackground {
|
|
transition: all ease-in-out 250ms, filter ease-in-out 100ms;
|
|
filter: blur(3px);
|
|
position: absolute;
|
|
top: -50px;
|
|
right: -50px;
|
|
bottom: -50px;
|
|
left: -50px;
|
|
background-size: cover;
|
|
z-index: -10;
|
|
|
|
}
|
|
|
|
.Cover:hover .CoverBackground {
|
|
filter: blur(0);
|
|
}
|
|
|
|
.Cover.CoverDone > .CoverBackground {
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 100;
|
|
}
|
|
|
|
.CoverDone {
|
|
visibility: hidden;
|
|
}
|
|
|
|
.CoverButton {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
width: 80px;
|
|
height: 70px;
|
|
margin-left: -40px;
|
|
margin-top: -35px;
|
|
overflow: hidden;
|
|
|
|
background-color: rgba(0, 0, 0, 0.6);
|
|
color: white;
|
|
|
|
border-radius: 6px;
|
|
border: none;
|
|
padding: 5px;
|
|
}
|
|
|
|
.CoverButton:focus {
|
|
outline:0;
|
|
}
|
|
|
|
.CoverButtonIcon {
|
|
display: inline-block;
|
|
height: 60px;
|
|
width: 60px;
|
|
background: url(./pano.svg);
|
|
background-size: contain;
|
|
}
|
|
|
|
.CoverButton:hover {
|
|
background-color: rgba(0, 0, 0, 0.8);
|
|
cursor: pointer;
|
|
}
|