etalage.css 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. /*
  2. * Title: jQuery Etalage plugin CSS
  3. * Author: Berend de Jong, Frique
  4. * Author URI: http://www.frique.me/
  5. * Version: 1.3.1 (20120705.1)
  6. *
  7. * ------------------------------------ STYLE ------------------------------------
  8. * Edit this section to style your thumbnails, zoom area, magnifier etc.
  9. * If the id of your Etalage instance is different, do a find/replace on #etalage.
  10. * -------------------------------------------------------------------------------
  11. */
  12. /* Etalage container (large thumb + small thumbs): */
  13. #etalage{
  14. display: none;
  15. }
  16. /* Large thumbnail: */
  17. #etalage .etalage_thumb{
  18. background: white url(../images/loading.gif) center no-repeat;
  19. }
  20. /* Large thumbnail - image (in case you want to add a border around the image within the frame) */
  21. #etalage .etalage_thumb_image{ }
  22. /* Small thumbnails: */
  23. #etalage .etalage_small_thumbs li{
  24. border: 1px solid #BBC4C9;
  25. margin: 10px;
  26. border-radius:5px;
  27. cursor:pointer;
  28. }
  29. /* The one on the left that makes them slide */
  30. #etalage ul li.etalage_smallthumb_first{ }
  31. /* The one on the right that makes them slide */
  32. #etalage ul li.etalage_smallthumb_last{ }
  33. /* The currently active one */
  34. #etalage ul li.etalage_smallthumb_active{
  35. }
  36. /* Zoomed image area: */
  37. #etalage .etalage_zoom_area,
  38. .etalage_zoom_area{
  39. background: white url(../images/loading.gif) center no-repeat;
  40. }
  41. /* Magnifier area (thumbnail hovering rectangle): */
  42. #etalage .etalage_magnifier{
  43. background: white;
  44. border: 1px solid #bbb;
  45. }
  46. /* Icon that will apear at the left bottom of the large thumbnail (optional): */
  47. #etalage .etalage_icon{
  48. background: url(../images/zoom.png) no-repeat;
  49. width: 104px;
  50. height: 104px;
  51. }
  52. /* Hint that will apear at the top right of the large thumbnail (optional): */
  53. #etalage .etalage_hint{
  54. background: url(../images/hint.gif) no-repeat;
  55. width: 130px;
  56. height: 57px;
  57. }
  58. /* Description area (optional) */
  59. #etalage .etalage_description{
  60. background: white;
  61. font-style: italic;
  62. margin: 10px;
  63. padding: 6px 10px;
  64. }
  65. /*
  66. * ------------------------------------ FUNCTIONALITY --------------------------------------
  67. * The following CSS serves to make Etalage function properly. Don't edit or edit carefully.
  68. * -----------------------------------------------------------------------------------------
  69. */
  70. .etalage, .etalage_thumb, .etalage_thumb_image, .etalage_source_image, .etalage_zoom_preview, .etalage_icon, .etalage_hint{ display:none }
  71. .etalage_source_image{
  72. display:none !important;
  73. }
  74. .etalage, .etalage ul, .etalage li, .etalage img, .etalage_hint, .etalage_icon, .etalage_description{ margin:0; padding:0; border:0; list-style:none }
  75. .etalage, .etalage_magnifier div, .etalage_magnifier div img, .etalage_small_thumbs ul, ul .etalage_small_thumbs li, .etalage_zoom_area div, .etalage_zoom_img{ position:relative }
  76. .etalage img, .etalage li{ -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -o-user-select:none; user-select:none; -webkit-user-drag:none; -moz-user-drag:none; user-drag:none }
  77. .etalage, .etalage_small_thumbs li{ float:left }
  78. .etalage_small_thumbs li img{
  79. width:65px !important;
  80. height:90px !important;
  81. }
  82. .etalage_small_thumbs{
  83. width:100% !important;
  84. }
  85. .etalage_right{ float:right }
  86. .etalage li{ position:absolute }
  87. .etalage img{ vertical-align:bottom; max-width:none; }
  88. .etalage_thumb_image{
  89. width:100% !important;
  90. }
  91. .etalage_zoom_area div{
  92. width:630px !important;
  93. height:500px !important;
  94. }
  95. .etalage_magnifier{ cursor:default }
  96. .etalage_magnifier div, .etalage_small_thumbs{ overflow:hidden }
  97. .etalage_magnifier div img{ display:none }
  98. .etalage_icon, .etalage_hint{ cursor:default; width:0; height:0; overflow:hidden }
  99. .etalage_small_thumbs li.vertical{ float:none }
  100. .etalage_zoom_area{ z-index:996 }
  101. .etalage_zoom_area div{ overflow:hidden; z-index:997 }
  102. .etalage_zoom_preview{ position:absolute; z-index:998 }
  103. .etalage_zoom_img, .etalage_hint{ z-index:999 }
  104. .etalage{ direction:ltr; }
  105. div.etalage_description{ position:absolute; bottom:0; left:0; z-index:999 }
  106. div.etalage_description.rtl{ direction:rtl; text-align:right }
  107. @media only screen and (max-width: 1280px) {
  108. .etalage_zoom_area div{
  109. width:520px !important;
  110. height:500px !important;
  111. }
  112. @media only screen and (max-width: 1024px) {
  113. .etalage_zoom_area div{
  114. width:610px !important;
  115. height:500px !important;
  116. }
  117. @media only screen and (max-width: 800px) {
  118. .etalage_zoom_area div{
  119. width:402px !important;
  120. height:500px !important;
  121. }
  122. }
  123. @media only screen and (max-width:768px) {
  124. .etalage_zoom_area div{
  125. width:385px !important;
  126. height:500px !important;
  127. }
  128. }
  129. @media only screen and (max-width: 640px) {
  130. .etalage_zoom_area div{
  131. width:270px !important;
  132. height:515px !important;
  133. }
  134. }
  135. @media only screen and (max-width: 480px) {
  136. .etalage_zoom_area div{
  137. display:none;
  138. }
  139. }
  140. @media only screen and (max-width: 320px) {
  141. ul#etalage {
  142. width: 100%;
  143. }
  144. #etalage .etalage_thumb{
  145. width:100% !important;
  146. }
  147. .etalage_small_thumbs li img {
  148. width: 72px !important;
  149. height: 90px !important;
  150. }
  151. .details-left-slider {
  152. float: left;
  153. width: 100%;
  154. }
  155. ul#etalage{
  156. width:220px!important;
  157. }
  158. .details-left-info {
  159. width: 100%;
  160. }
  161. }