cloud-zoom.1.0.3.css 889 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /* This is the moving lens square underneath the mouse pointer. */
  2. .cloud-zoom-lens {
  3. background-color:#fff;
  4. cursor:move;
  5. }
  6. /* This is for the title text. */
  7. .cloud-zoom-title {
  8. font-family:Arial, Helvetica, sans-serif;
  9. position:absolute !important;
  10. background-color:#000;
  11. color:#fff;
  12. padding:3px;
  13. width:100%;
  14. text-align:center;
  15. font-weight:bold;
  16. font-size:10px;
  17. top:0px;
  18. left:0;
  19. }
  20. /* This is the zoom window. */
  21. .cloud-zoom-big {
  22. overflow:hidden;
  23. }
  24. #colorbox{overflow:visible!important}
  25. /* This is the loading message. */
  26. .cloud-zoom-loading {
  27. color:white;
  28. background:#222;
  29. padding:3px;
  30. border:1px solid #000;
  31. }
  32. /* For opencart */
  33. .bosszoomtoolbox .image{position:relative; z-index: 10;padding-left:1px;padding-right:1px;font-size:12px;color:#969696}
  34. .bosszoomtoolbox .image a{font-size:12px;color:#969696}
  35. .bosszoomtoolbox .image a:hover{color:#ff007d}