You are here

leaflet.usermarker.css in Get Locations 7

@-moz-keyframes leaflet-usermarker-pulsate {
    from {
        -moz-transform: scale(0.5);
        opacity: 1.0;
    }
    95% {
        -moz-transform: scale(1.3);
        opacity: 0;
    }
    to {
        -moz-transform: scale(0.7);
        opacity: 0;
    }
}
@-webkit-keyframes leaflet-usermarker-pulsate {
    from {
        -webkit-transform: scale(0.5);
        opacity: 1.0;
    }
    95% {
        -webkit-transform: scale(1.3);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(0.7);
        opacity: 0;
    }
}
@keyframes leaflet-usermarker-pulsate {
    from {
        transform: scale(0.5);
        opacity: 1.0;
    }
    95% {
        transform: scale(1.3);
        opacity: 0;
    }
    to {
        transform: scale(0.7);
        opacity: 0;
    }
}

.leaflet-usermarker,
.leaflet-usermarker-small {
    width: 34px;
    height: 34px;
    background: url(img/bluedot.png);
    background-size: 100%;
}
.leaflet-usermarker-small {
    width: 17px;
    height: 17px;
}

.leaflet-usermarker i.pulse,
.leaflet-usermarker-small i.pulse {
    display: block;

    -moz-animation: leaflet-usermarker-pulsate 1.5s ease-in-out infinite;
    -webkit-animation: leaflet-usermarker-pulsate 1.5s ease-in-out infinite;
    animation: leaflet-usermarker-pulsate 1.5s ease-in-out infinite;
    border:1pt solid #fff;
    /* make a circle */
    -moz-border-radius:51px;
    -webkit-border-radius:51px;
    border-radius:51px;
    /* multiply the shadows, inside and outside the circle */
    -moz-box-shadow:inset 0 0 5px #06f, inset 0 0 5px #06f, inset 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f;
    -webkit-box-shadow:inset 0 0 5px #06f, inset 0 0 5px #06f, inset 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f;
    box-shadow:inset 0 0 5px #06f, inset 0 0 5px #06f, inset 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f;
    /* set the ring's new dimension and re-center it */
    height:61px!important;
    margin:-14px 0 0 -14px;
    width:61px!important;
}

.leaflet-usermarker-small i.pulse {
    height: 31px !important;
    width: 31px !important;
    margin: -7px 0 0 -7px;
}

.getlocations_leaflet_gps_throbber {
  margin-left: 4px;
  background-image: url('img/throbber.gif');
  background-position: 100% 2px;
}
.getlocations_leaflet_gps_throbber_active {
  background-position: 100% -18px;
}
.getlocations_leaflet_gps_throbber_inactive {
  background-position: 100% 2px;
}

File

modules/getlocations_leaflet/plugins/usermarker/leaflet.usermarker.css
View source
  1. @-moz-keyframes leaflet-usermarker-pulsate {
  2. from {
  3. -moz-transform: scale(0.5);
  4. opacity: 1.0;
  5. }
  6. 95% {
  7. -moz-transform: scale(1.3);
  8. opacity: 0;
  9. }
  10. to {
  11. -moz-transform: scale(0.7);
  12. opacity: 0;
  13. }
  14. }
  15. @-webkit-keyframes leaflet-usermarker-pulsate {
  16. from {
  17. -webkit-transform: scale(0.5);
  18. opacity: 1.0;
  19. }
  20. 95% {
  21. -webkit-transform: scale(1.3);
  22. opacity: 0;
  23. }
  24. to {
  25. -webkit-transform: scale(0.7);
  26. opacity: 0;
  27. }
  28. }
  29. @keyframes leaflet-usermarker-pulsate {
  30. from {
  31. transform: scale(0.5);
  32. opacity: 1.0;
  33. }
  34. 95% {
  35. transform: scale(1.3);
  36. opacity: 0;
  37. }
  38. to {
  39. transform: scale(0.7);
  40. opacity: 0;
  41. }
  42. }
  43. .leaflet-usermarker,
  44. .leaflet-usermarker-small {
  45. width: 34px;
  46. height: 34px;
  47. background: url(img/bluedot.png);
  48. background-size: 100%;
  49. }
  50. .leaflet-usermarker-small {
  51. width: 17px;
  52. height: 17px;
  53. }
  54. .leaflet-usermarker i.pulse,
  55. .leaflet-usermarker-small i.pulse {
  56. display: block;
  57. -moz-animation: leaflet-usermarker-pulsate 1.5s ease-in-out infinite;
  58. -webkit-animation: leaflet-usermarker-pulsate 1.5s ease-in-out infinite;
  59. animation: leaflet-usermarker-pulsate 1.5s ease-in-out infinite;
  60. border:1pt solid #fff;
  61. /* make a circle */
  62. -moz-border-radius:51px;
  63. -webkit-border-radius:51px;
  64. border-radius:51px;
  65. /* multiply the shadows, inside and outside the circle */
  66. -moz-box-shadow:inset 0 0 5px #06f, inset 0 0 5px #06f, inset 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f;
  67. -webkit-box-shadow:inset 0 0 5px #06f, inset 0 0 5px #06f, inset 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f;
  68. box-shadow:inset 0 0 5px #06f, inset 0 0 5px #06f, inset 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f;
  69. /* set the ring's new dimension and re-center it */
  70. height:61px!important;
  71. margin:-14px 0 0 -14px;
  72. width:61px!important;
  73. }
  74. .leaflet-usermarker-small i.pulse {
  75. height: 31px !important;
  76. width: 31px !important;
  77. margin: -7px 0 0 -7px;
  78. }
  79. .getlocations_leaflet_gps_throbber {
  80. margin-left: 4px;
  81. background-image: url('img/throbber.gif');
  82. background-position: 100% 2px;
  83. }
  84. .getlocations_leaflet_gps_throbber_active {
  85. background-position: 100% -18px;
  86. }
  87. .getlocations_leaflet_gps_throbber_inactive {
  88. background-position: 100% 2px;
  89. }