jquery.iviewer.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. .iviewer_common {
  2. position:absolute;
  3. top:5px;
  4. border: 1px solid #000;
  5. height: 28px;
  6. z-index: 5000;
  7. }
  8. .iviewer_cursor {
  9. cursor: url(img/hand.cur) 6 8, hand;;
  10. }
  11. .iviewer_drag_cursor {
  12. cursor: url(img/grab.cur) 6 8, hand;;
  13. }
  14. .iviewer_button {
  15. width: 28px;
  16. cursor: pointer;
  17. background-position: center center;
  18. background-repeat: no-repeat;
  19. }
  20. .iviewer_zoom_in {
  21. left: 20px;
  22. background: url(img/iviewer.zoom_in.gif);
  23. }
  24. .iviewer_zoom_out {
  25. left: 55px;
  26. background: url(img/iviewer.zoom_out.gif);
  27. }
  28. .iviewer_zoom_zero {
  29. left: 90px;
  30. background: url(img/iviewer.zoom_zero.gif);
  31. }
  32. .iviewer_zoom_fit {
  33. left: 125px;
  34. background: url(img/iviewer.zoom_fit.gif);
  35. }
  36. .iviewer_zoom_status {
  37. left: 160px;
  38. font: 1em/28px Sans;
  39. color: #000;
  40. background-color: #fff;
  41. text-align: center;
  42. width: 60px;
  43. }
  44. .iviewer_rotate_left {
  45. left: 227px;
  46. background: #fff url(img/iviewer.rotate_left.png) center center no-repeat;
  47. }
  48. .iviewer_rotate_right {
  49. left: 262px;
  50. background: #fff url(img/iviewer.rotate_right.png) center center no-repeat;
  51. }