You are here

image_hotspots.view.css in Image Hotspots 8

@import url(https://fonts.googleapis.com/css?family=Roboto);
.image-hotspots-wrapper {
  font-size: 0;
}
.image-hotspots-wrapper .image-wrapper {
  position: relative;
  margin-bottom: 15px;
  line-height: 0;
  display: inline-block;
}
.image-hotspots-wrapper .image-wrapper img {
  padding: 0;
  margin: 0;
}
.image-hotspots-wrapper .hotspot-box {
  position: absolute;
}
.image-hotspots-wrapper .overlay {
  background: #000000;
  opacity: 0.3;
  position: absolute;
  display: none;
}
.image-hotspots-wrapper .labels .label,
.image-hotspots-tooltip {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: normal;
}
.image-hotspots-wrapper .labels .label {
  display: inline-block;
  margin: 0 15px 0 0;
}
.image-hotspots-wrapper .label-title {
  display: inline-block;
  margin-right: 15px;
  padding-bottom: 10px;
}
.image-hotspots-wrapper .label-title a,
.image-hotspots-wrapper .label-title span {
  color: #5093b7;
  text-decoration: underline;
  border: none;
}
.image-hotspots-wrapper .label-title a:hover,
.image-hotspots-wrapper .label-title span:hover {
  color: #1a9385;
  text-decoration: none;
  cursor: default;
}
#tiptip_holder #tiptip_arrow #tiptip_arrow_inner {
  border-bottom-color: #1a9385;
}
#tiptip_holder #tiptip_content {
  background: none #1a9385;
  border: none;
  border-radius: 6px;
  text-shadow: none;
  box-shadow: none;
}

File

css/image_hotspots.view.css
View source
  1. @import url(https://fonts.googleapis.com/css?family=Roboto);
  2. .image-hotspots-wrapper {
  3. font-size: 0;
  4. }
  5. .image-hotspots-wrapper .image-wrapper {
  6. position: relative;
  7. margin-bottom: 15px;
  8. line-height: 0;
  9. display: inline-block;
  10. }
  11. .image-hotspots-wrapper .image-wrapper img {
  12. padding: 0;
  13. margin: 0;
  14. }
  15. .image-hotspots-wrapper .hotspot-box {
  16. position: absolute;
  17. }
  18. .image-hotspots-wrapper .overlay {
  19. background: #000000;
  20. opacity: 0.3;
  21. position: absolute;
  22. display: none;
  23. }
  24. .image-hotspots-wrapper .labels .label,
  25. .image-hotspots-tooltip {
  26. font-family: Roboto, sans-serif;
  27. font-size: 14px;
  28. font-weight: normal;
  29. }
  30. .image-hotspots-wrapper .labels .label {
  31. display: inline-block;
  32. margin: 0 15px 0 0;
  33. }
  34. .image-hotspots-wrapper .label-title {
  35. display: inline-block;
  36. margin-right: 15px;
  37. padding-bottom: 10px;
  38. }
  39. .image-hotspots-wrapper .label-title a,
  40. .image-hotspots-wrapper .label-title span {
  41. color: #5093b7;
  42. text-decoration: underline;
  43. border: none;
  44. }
  45. .image-hotspots-wrapper .label-title a:hover,
  46. .image-hotspots-wrapper .label-title span:hover {
  47. color: #1a9385;
  48. text-decoration: none;
  49. cursor: default;
  50. }
  51. #tiptip_holder #tiptip_arrow #tiptip_arrow_inner {
  52. border-bottom-color: #1a9385;
  53. }
  54. #tiptip_holder #tiptip_content {
  55. background: none #1a9385;
  56. border: none;
  57. border-radius: 6px;
  58. text-shadow: none;
  59. box-shadow: none;
  60. }