jquery.iviewer.css 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. .iviewer_common {
  2. position:absolute;
  3. bottom:10px;
  4. border: 1px solid #000;
  5. height: 28px;
  6. z-index: 5000;
  7. }
  8. .iviewer_cursor {
  9. cursor: url(../img/iviewer/hand.cur) 6 8, pointer;
  10. }
  11. .iviewer_drag_cursor {
  12. cursor: url(../img/iviewer/grab.cur) 6 8, pointer;
  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/iviewer.zoom_in.png);
  23. }
  24. .iviewer_zoom_out {
  25. left: 55px;
  26. background: url(../img/iviewer/iviewer.zoom_out.png);
  27. }
  28. .iviewer_zoom_zero {
  29. left: 90px;
  30. background: url(../img/iviewer/iviewer.zoom_zero.png);
  31. }
  32. .iviewer_zoom_fit {
  33. left: 125px;
  34. background: url(../img/iviewer/iviewer.zoom_fit.png);
  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/iviewer.rotate_left.png) center center no-repeat;
  47. }
  48. .iviewer_rotate_right {
  49. left: 262px;
  50. background: #fff url(../img/iviewer/iviewer.rotate_right.png) center center no-repeat;
  51. }
  52. .viewer
  53. {
  54. width: 100%;
  55. height: 500px;
  56. position: relative;
  57. background: transparent url('../img/loader.gif') no-repeat center center;
  58. }
  59. .viewer img
  60. {
  61. max-width: none;
  62. }
  63. .wrapper
  64. {
  65. overflow: hidden;
  66. }
  67. .iviewer_common
  68. {
  69. border: 0;
  70. bottom: auto;
  71. top: 10px;
  72. }
  73. .iviewer_zoom_status
  74. {
  75. border: 1px solid black;
  76. }