jquery.bxslider.css 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. /**
  2. * BxSlider v4.1.2 - Fully loaded, responsive content slider
  3. * http://bxslider.com
  4. *
  5. * Written by: Steven Wanderski, 2014
  6. * http://stevenwanderski.com
  7. * (while drinking Belgian ales and listening to jazz)
  8. *
  9. * CEO and founder of bxCreative, LTD
  10. * http://bxcreative.com
  11. */
  12. /** RESET AND LAYOUT
  13. ===================================*/
  14. .bx-wrapper {
  15. width:100%;
  16. position: relative;
  17. margin: 0 auto 50px;
  18. padding: 0;
  19. *zoom: 1;
  20. }
  21. .bx-wrapper img {
  22. width: 100%;
  23. display: block;
  24. }
  25. /** THEME
  26. ===================================*/
  27. .bx-wrapper .bx-viewport {
  28. left: 0px;
  29. background: #fff;
  30. /*fix other elements on the page moving (on Chrome)*/
  31. -webkit-transform: translatez(0);
  32. -moz-transform: translatez(0);
  33. -ms-transform: translatez(0);
  34. -o-transform: translatez(0);
  35. transform: translatez(0);
  36. }
  37. .bx-wrapper .bx-pager,
  38. .bx-wrapper .bx-controls-auto {
  39. position: absolute;
  40. bottom: -30px;
  41. width: 100%;
  42. }
  43. /* LOADER */
  44. .bx-wrapper .bx-loading {
  45. min-height: 50px;
  46. background: url(bx_loader.gif) center center no-repeat #fff;
  47. height: 100%;
  48. width: 100%;
  49. position: absolute;
  50. top: 0;
  51. left: 0;
  52. z-index: 2000;
  53. }
  54. /* PAGER */
  55. .bx-wrapper .bx-pager {
  56. text-align: center;
  57. font-size: .85em;
  58. font-family: Arial;
  59. font-weight: bold;
  60. color: #666;
  61. padding-top: 20px;
  62. background: #fff;
  63. }
  64. .bx-wrapper .bx-pager .bx-pager-item,
  65. .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  66. display: inline-block;
  67. *zoom: 1;
  68. *display: inline;
  69. }
  70. .bx-wrapper .bx-pager.bx-default-pager a {
  71. background: #DAF0FE;
  72. text-indent: -9999px;
  73. display: block;
  74. width: 10px;
  75. height: 10px;
  76. margin: 0 5px;
  77. outline: 0;
  78. -moz-border-radius: 5px;
  79. -webkit-border-radius: 5px;
  80. border-radius: 5px;
  81. }
  82. .bx-wrapper .bx-pager.bx-default-pager a:hover,
  83. .bx-wrapper .bx-pager.bx-default-pager a.active {
  84. background: #0290F6;
  85. }
  86. /* DIRECTION CONTROLS (NEXT / PREV) */
  87. .bx-wrapper .bx-prev {
  88. left: 10px;
  89. background: url(controls.png) no-repeat 0 -32px;
  90. }
  91. .bx-wrapper .bx-next {
  92. right: 10px;
  93. background: url(controls.png) no-repeat -43px -32px;
  94. }
  95. .bx-wrapper .bx-prev:hover {
  96. background-position: 0 0;
  97. }
  98. .bx-wrapper .bx-next:hover {
  99. background-position: -43px 0;
  100. }
  101. .bx-wrapper .bx-controls-direction a {
  102. position: absolute;
  103. top: 50%;
  104. margin-top: -16px;
  105. outline: 0;
  106. width: 32px;
  107. height: 32px;
  108. text-indent: -9999px;
  109. z-index: 9999;
  110. }
  111. .bx-wrapper .bx-controls-direction a.disabled {
  112. display: none;
  113. }
  114. /* AUTO CONTROLS (START / STOP) */
  115. .bx-wrapper .bx-controls-auto {
  116. text-align: center;
  117. }
  118. .bx-wrapper .bx-controls-auto .bx-start {
  119. display: block;
  120. text-indent: -9999px;
  121. width: 10px;
  122. height: 11px;
  123. outline: 0;
  124. background: url(controls.png) -86px -11px no-repeat;
  125. margin: 0 3px;
  126. }
  127. .bx-wrapper .bx-controls-auto .bx-start:hover,
  128. .bx-wrapper .bx-controls-auto .bx-start.active {
  129. background-position: -86px 0;
  130. }
  131. .bx-wrapper .bx-controls-auto .bx-stop {
  132. display: block;
  133. text-indent: -9999px;
  134. width: 9px;
  135. height: 11px;
  136. outline: 0;
  137. background: url(controls.png) -86px -44px no-repeat;
  138. margin: 0 3px;
  139. }
  140. .bx-wrapper .bx-controls-auto .bx-stop:hover,
  141. .bx-wrapper .bx-controls-auto .bx-stop.active {
  142. background-position: -86px -33px;
  143. }
  144. /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
  145. .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  146. text-align: left;
  147. width: 80%;
  148. }
  149. .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  150. right: 0;
  151. width: 35px;
  152. }
  153. /* IMAGE CAPTIONS */
  154. .bx-wrapper .bx-caption {
  155. position: absolute;
  156. bottom: 0;
  157. left: 0;
  158. background: #666\9;
  159. background: rgba(80, 80, 80, 0.75);
  160. width: 100%;
  161. }
  162. .bx-wrapper .bx-caption span {
  163. color: #fff;
  164. font-family: Arial;
  165. display: block;
  166. font-size: .85em;
  167. padding: 10px;
  168. }