camera.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. /**************************
  2. *
  3. * GENERAL
  4. *
  5. **************************/
  6. .camera_wrap a, .camera_wrap img,
  7. .camera_wrap table, .camera_wrap tbody, .camera_wrap tfoot, .camera_wrap thead, .camera_wrap tr, .camera_wrap th, .camera_wrap td
  8. .camera_thumbs_wrap a, .camera_thumbs_wrap img {
  9. background: none;
  10. border: 0;
  11. margin: 0;
  12. padding: 0;
  13. vertical-align: baseline;
  14. list-style: none
  15. }
  16. .camera_wrap {
  17. display: none;
  18. float: left;
  19. position: relative;
  20. z-index: 0;
  21. padding-top:0px;
  22. }
  23. .camera_wrap img {
  24. max-width: none!important;
  25. }
  26. .camera_wrap {
  27. width: 100%;
  28. }
  29. .camera_src {
  30. display: none;
  31. }
  32. .cameraCont, .cameraContents {
  33. height: 100%;
  34. position: relative;
  35. width: 100%;
  36. z-index: 1;
  37. }
  38. .cameraSlide {
  39. bottom: 0;
  40. left: 0;
  41. position: absolute;
  42. right: 0;
  43. top: 0;
  44. width: 100%;
  45. }
  46. .cameraContent {
  47. bottom: 0;
  48. display: none;
  49. left: 0;
  50. position: absolute;
  51. right: 0;
  52. top: 0;
  53. width: 100%;
  54. }
  55. .camera_target {
  56. bottom: 0;
  57. height: 100%;
  58. left: 0;
  59. overflow: hidden;
  60. position: absolute;
  61. right: 0;
  62. text-align: left;
  63. top: 0;
  64. width: 100%;
  65. z-index: 0;
  66. }
  67. .camera_loader {
  68. background: #fff url(../images/camera-loader.gif) no-repeat center;
  69. background: rgba(255, 255, 255, 0.9) url(../images/camera-loader.gif) no-repeat center;
  70. border: 1px solid #ffffff;
  71. -webkit-border-radius: 18px;
  72. -moz-border-radius: 18px;
  73. border-radius: 18px;
  74. height: 36px;
  75. left: 50%;
  76. overflow: hidden;
  77. position: absolute;
  78. margin: -18px 0 0 -18px;
  79. top: 76%;
  80. width: 36px;
  81. z-index: 999999999999;
  82. }
  83. .camera_bar {
  84. bottom: 0;
  85. left: 0;
  86. overflow: hidden;
  87. position: absolute;
  88. right: 0;
  89. top: 0;
  90. z-index: 3;
  91. }
  92. .camera_prev, .camera_next, .camera_commands {
  93. cursor: pointer;
  94. height: 40px;
  95. margin-top: -20px;
  96. position: absolute;
  97. top: 50%;
  98. width: 40px;
  99. z-index: 2;
  100. }
  101. .camera_prev {
  102. left: 0;
  103. }
  104. .camera_prev > span {
  105. background: url(../images/camera_skins.png) no-repeat 0 0;
  106. display: block;
  107. height: 40px;
  108. width: 40px;
  109. }
  110. .camera_next {
  111. right: 0;
  112. }
  113. .camera_next > span {
  114. background: url(../images/camera_skins.png) no-repeat -40px 0;
  115. display: block;
  116. height: 40px;
  117. width: 40px;
  118. }