lightbox.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. .piro_html {
  2. position: absolute;
  3. top: 0;
  4. left: 0;
  5. padding: 0;
  6. width: 500px;
  7. height: 500px;
  8. margin: 0;
  9. display: block;
  10. padding: 0;
  11. z-index: 150001;
  12. padding: 0;
  13. background: rgba(0,0,0,0.8);
  14. }
  15. .piro_html .resize {
  16. cursor: move;
  17. }
  18. .piro_html table,.piro_html tbody,.piro_html tr,.piro_html th,.piro_html td, .piro_html img, .piro_html .h_c_c {
  19. margin: 0;
  20. padding: 0;
  21. border: none;
  22. }
  23. .piro_html .h_t_l, .piro_html .h_t_r, .piro_html .h_b_r, .piro_html .h_b_l {
  24. width: 10px;
  25. height: 10px;
  26. }
  27. .piro_html .h_c_c .div_reg {
  28. width: 480px;
  29. overflow: hidden;
  30. height: 480px;
  31. margin: 0;
  32. padding: 0;
  33. }
  34. .piro_html .h_c_r, .piro_html .h_c_l {
  35. width: 10px;
  36. }
  37. .piro_html .h_b_c, .piro_html .h_t_c {
  38. height: 10px;
  39. }
  40. .piro_overlay {
  41. position: fixed;
  42. top: 0;
  43. left: 0;
  44. width: 100%;
  45. height: 100%;
  46. z-index: 150000;
  47. background: #fff;
  48. display: none;
  49. cursor: pointer;
  50. }
  51. .piro_loader {
  52. position: absolute;
  53. top: 50%;
  54. left: 50%;
  55. margin: -59px 0 0 -59px;
  56. width: 118px;
  57. height: 118px;
  58. display: block;
  59. z-index: 150005;
  60. cursor: pointer;
  61. }
  62. .piro_loader span {
  63. position: absolute;
  64. top: 50%;
  65. left: 50%;
  66. margin-top: -36px;
  67. margin-left: -36px;
  68. width: 72px;
  69. height: 72px;
  70. display: block;
  71. z-index: 150009;
  72. background: url(../img/loadinfo.gif) center top no-repeat;
  73. }
  74. .piro_title {
  75. position: fixed;
  76. top: 0;
  77. left: 0;
  78. width: 100%;
  79. text-align: center;
  80. display: block;
  81. padding: 6px 0 10px 0;
  82. color: white;
  83. z-index: 150000;
  84. font-size: 18px;
  85. display: none;
  86. }
  87. .btn_info {
  88. position: absolute;
  89. bottom: -7px;
  90. right: -7px;
  91. width: 25px;
  92. height: 25px;
  93. margin: 0;
  94. display: block;
  95. padding: 0px;
  96. color: black;
  97. cursor: pointer;
  98. z-index: 1500440;
  99. }
  100. .caption {
  101. position: absolute;
  102. bottom: 10px;
  103. left: 10px;
  104. margin: 0;
  105. display: block;
  106. padding: 0px;
  107. color: black;
  108. cursor: text;
  109. z-index: 150018;
  110. background: rgba(0,0,0,0.8);
  111. }
  112. .caption p {
  113. display: block;
  114. margin: 0;
  115. padding: 7px 5px;
  116. text-align: center;
  117. font-weight: normal;
  118. color: white;
  119. z-index: 150019;
  120. color: white;
  121. }
  122. .nav_container {
  123. position: absolute;
  124. bottom: -20px;
  125. right: 50%;
  126. height: 20px;
  127. width: 60px;
  128. z-index: 1500190000000;
  129. background: rgba(0, 0, 0, 0.79);
  130. margin-right: -30px;
  131. }
  132. .piro_close {
  133. display: none;
  134. }
  135. a.piro_next {
  136. position: absolute;
  137. right: 6px;
  138. outline: none;
  139. display: block;
  140. margin: 0;
  141. border: none;
  142. cursor: pointer;
  143. z-index: 150023;
  144. font-size: 27px;
  145. line-height: 100%;
  146. top: -8px;
  147. text-align: center;
  148. }
  149. .piro_next_fake {
  150. position: absolute;
  151. right: 10px;
  152. outline: none;
  153. display: none;
  154. margin: 0;
  155. border: none;
  156. cursor: auto;
  157. z-index: 150020;
  158. font-size: 27px;
  159. line-height: 100%;
  160. text-align: center;
  161. top: -8px;
  162. }
  163. .piro_prev_fake {
  164. position: absolute;
  165. right: 37px;
  166. outline: none;
  167. display: none;
  168. margin: 0;
  169. border: none;
  170. cursor: auto;
  171. z-index: 150020;
  172. font-size: 27px;
  173. line-height: 100%;
  174. text-align: center;
  175. top: -8px;
  176. }
  177. .pirobox_gall {
  178. position: relative;
  179. }
  180. a.piro_prev {
  181. position: absolute;
  182. width: 28px;
  183. right: 33px;
  184. height: 28px;
  185. outline: none;
  186. display: block;
  187. margin: 0;
  188. border: none;
  189. cursor: pointer;
  190. z-index: 150024;
  191. font-size: 27px;
  192. line-height: 100%;
  193. text-align: center;
  194. top: -8px;
  195. }