jquery.bxslider.css 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. /**
  2. * BxSlider v4.0 - Fully loaded, responsive content slider
  3. * http://bxslider.com
  4. *
  5. * Written by: Steven Wanderski, 2012
  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. position: relative;
  16. margin: 0 auto 60px;
  17. padding: 0;
  18. *zoom: 1;
  19. }
  20. .bx-wrapper img {
  21. max-width: 100%;
  22. display: block;
  23. }
  24. /** THEME
  25. ===================================*/
  26. .bx-wrapper .bx-viewport {
  27. }
  28. .bx-wrapper .bx-pager,
  29. .bx-wrapper .bx-controls-auto {
  30. position: absolute;
  31. bottom: -55px;
  32. width: 100%;
  33. }
  34. /* LOADER */
  35. .bx-wrapper .bx-loading {
  36. min-height: 50px;
  37. background: url(../images/bx_loader.gif) center center no-repeat #fff;
  38. height: 100%;
  39. width: 100%;
  40. position: absolute;
  41. top: 0;
  42. left: 0;
  43. z-index: 2000;
  44. }
  45. /* PAGER */
  46. .bx-wrapper .bx-pager {
  47. text-align: center;
  48. font-size: .85em;
  49. font-family: Arial;
  50. font-weight: bold;
  51. color: #666;
  52. padding-top: 20px;
  53. z-index: 4;
  54. }
  55. .bx-wrapper .bx-pager .bx-pager-item,
  56. .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  57. display: inline-block;
  58. *zoom: 1;
  59. *display: inline;
  60. }
  61. .bx-wrapper .bx-pager.bx-default-pager a {
  62. background: transparent;
  63. border: 1px solid #cfcfcf;
  64. text-indent: -9999px;
  65. display: block;
  66. width: 10px;
  67. height: 10px;
  68. margin: 0 5px;
  69. outline: 0;
  70. -o-border-radius: 50%;
  71. -moz-border-radius: 50%;
  72. -webkit-border-radius: 50%;
  73. border-radius: 50%;
  74. transition: all 0.20s ease-in-out;
  75. -moz-transition: all 0.20s ease-in-out;
  76. -webkit-transition: all 0.20s ease-in-out;
  77. -o-transition: all 0.20s ease-in-out;
  78. }
  79. /* DIRECTION CONTROLS (NEXT / PREV) */
  80. .bx-wrapper .bx-controls-direction {
  81. width: 230px;
  82. height: 40px;
  83. position: absolute;
  84. top: 25px;
  85. left: 50%;
  86. margin-left: -115px;
  87. overflow: hidden;
  88. }
  89. .bx-wrapper .bx-controls-direction a {
  90. display: inline-block;
  91. width: 40px;
  92. height: 40px;
  93. -o-border-radius: 50%;
  94. -moz-border-radius: 50%;
  95. -webkit-border-radius: 50%;
  96. border-radius: 50%;
  97. background: transparent;
  98. position: relative;
  99. transition: all 0.20s ease-in-out;
  100. -moz-transition: all 0.20s ease-in-out;
  101. -webkit-transition: all 0.20s ease-in-out;
  102. -o-transition: all 0.20s ease-in-out;
  103. }
  104. .bx-wrapper .bx-prev {
  105. float: left;
  106. }
  107. .bx-wrapper .bx-prev:after {
  108. content: '\f053';
  109. font-family: 'FontAwesome';
  110. position: absolute;
  111. top: 0;
  112. left: 0;
  113. width: 100%;
  114. line-height: 40px;
  115. text-align: center;
  116. font-size: 12px;
  117. transition: all 0.20s ease-in-out;
  118. -moz-transition: all 0.20s ease-in-out;
  119. -webkit-transition: all 0.20s ease-in-out;
  120. -o-transition: all 0.20s ease-in-out;
  121. }
  122. .bx-wrapper .bx-next {
  123. float: right;
  124. }
  125. .bx-wrapper .bx-next:after {
  126. content: '\f054';
  127. font-family: 'FontAwesome';
  128. position: absolute;
  129. top: 0;
  130. left: 0;
  131. width: 100%;
  132. line-height: 40px;
  133. text-align: center;
  134. font-size: 12px;
  135. transition: all 0.20s ease-in-out;
  136. -moz-transition: all 0.20s ease-in-out;
  137. -webkit-transition: all 0.20s ease-in-out;
  138. -o-transition: all 0.20s ease-in-out;
  139. }
  140. .bx-wrapper .bx-controls-direction a.disabled {
  141. display: none;
  142. }
  143. /* AUTO CONTROLS (START / STOP) */
  144. .bx-wrapper .bx-controls-auto {
  145. text-align: center;
  146. }
  147. .bx-wrapper .bx-controls-auto .bx-start {
  148. display: block;
  149. text-indent: -9999px;
  150. width: 10px;
  151. height: 11px;
  152. outline: 0;
  153. background: url(../images/controls.png) -86px -11px no-repeat;
  154. margin: 0 3px;
  155. }
  156. .bx-wrapper .bx-controls-auto .bx-start:hover,
  157. .bx-wrapper .bx-controls-auto .bx-start.active {
  158. background-position: -86px 0;
  159. }
  160. .bx-wrapper .bx-controls-auto .bx-stop {
  161. display: block;
  162. text-indent: -9999px;
  163. width: 9px;
  164. height: 11px;
  165. outline: 0;
  166. background: url(../images/controls.png) -86px -44px no-repeat;
  167. margin: 0 3px;
  168. }
  169. .bx-wrapper .bx-controls-auto .bx-stop:hover,
  170. .bx-wrapper .bx-controls-auto .bx-stop.active {
  171. background-position: -86px -33px;
  172. }
  173. /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
  174. .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  175. text-align: left;
  176. width: 80%;
  177. }
  178. .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  179. right: 0;
  180. width: 35px;
  181. }
  182. /* IMAGE CAPTIONS */
  183. .bx-wrapper .bx-caption {
  184. position: absolute;
  185. bottom: 0;
  186. left: 0;
  187. background: #666\9;
  188. background: rgba(80, 80, 80, 0.75);
  189. width: 100%;
  190. }
  191. .bx-wrapper .bx-caption span {
  192. color: #fff;
  193. font-family: Arial;
  194. display: block;
  195. font-size: .85em;
  196. padding: 10px;
  197. }