You are here

slideshows.css in AT Tools 8.2

@charset "UTF-8";
/**
 * jQuery FlexSlider v2.3.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Ville Ristimäki (@villeristi)
 * Converted to SCSS syntax for Adaptivetheme by Jeff Burnz.
 */
.flex-container a:focus, .flex-slider a:focus, .flex-container a:focus, .flex-slider a:focus {
  outline: none;
}

.flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/**
 * BASE STYLES
 ============================================================================ */
.flexslider {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  zoom: 1;
}

.flexslider .slides {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}

.flexslider .slides > li {
  display: none;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  width: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

/**
 * DEFAULT THEME
 ============================================================================ */
.flexslider {
  background-color: #ffffff;
  border-radius: 0;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flex-caption {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  margin: 0;
  padding: 1rem 1rem 2rem;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (max-width: 45em) {
  .flex-caption {
    display: none;
  }
}

.flex-direction-nav a {
  background-color: transparent;
  color: transparent;
  border: 0;
  text-decoration: none;
  height: 1.875rem;
  margin: -1.875rem 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  font: 0/0 a;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:hover, .flex-direction-nav a:focus, .flex-direction-nav a:active {
  background-color: transparent;
  color: transparent;
  border: 0;
  text-decoration: none;
}

.flex-direction-nav a:before {
  font-family: FontAwesome, sans-serif;
  content: "";
  font-size: 1.875rem;
  color: #ffffff;
  line-height: 1;
  text-align: left;
  display: none;
}

.fa-loaded .flex-direction-nav a:before {
  display: block;
}

.fa-unavailable .flex-direction-nav a:before {
  display: block;
  content: "\2329";
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

@media screen and (max-width: 60em) {
  .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
  }
}

.flex-direction-nav .flex-next {
  right: -50px;
}

.flex-direction-nav .flex-next:before {
  content: "";
  text-align: right;
}

.fa-unavailable .flex-direction-nav .flex-next:before {
  content: "\232a";
}

@media screen and (max-width: 60em) {
  .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
  }
}

.flexslider:hover .flex-direction-nav .flex-prev,
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover,
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next {
  right: 10px;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  text-indent: -9999px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.flex-control-paging li a.flex-active {
  background-color: #000;
  background-color: rgba(255, 255, 255, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/*# sourceMappingURL=slideshows.css.map */

File

at_theme_generator/starterkits/starterkit/styles/css/components/slideshows.css
View source
  1. @charset "UTF-8";
  2. /**
  3. * jQuery FlexSlider v2.3.0
  4. * http://www.woothemes.com/flexslider/
  5. *
  6. * Copyright 2012 WooThemes
  7. * Free to use under the GPLv2 license.
  8. * http://www.gnu.org/licenses/gpl-2.0.html
  9. *
  10. * Contributing author: Ville Ristimäki (@villeristi)
  11. * Converted to SCSS syntax for Adaptivetheme by Jeff Burnz.
  12. */
  13. .flex-container a:focus, .flex-slider a:focus, .flex-container a:focus, .flex-slider a:focus {
  14. outline: none;
  15. }
  16. .flex-control-nav, .flex-direction-nav {
  17. margin: 0;
  18. padding: 0;
  19. list-style: none;
  20. }
  21. .flex-pauseplay span {
  22. text-transform: capitalize;
  23. }
  24. /**
  25. * BASE STYLES
  26. ============================================================================ */
  27. .flexslider {
  28. position: relative;
  29. overflow: hidden;
  30. margin: 0;
  31. padding: 0;
  32. zoom: 1;
  33. }
  34. .flexslider .slides {
  35. margin: 0;
  36. padding: 0;
  37. list-style: none;
  38. zoom: 1;
  39. }
  40. .flexslider .slides > li {
  41. display: none;
  42. position: relative;
  43. -webkit-backface-visibility: hidden;
  44. backface-visibility: hidden;
  45. }
  46. .no-js .flexslider .slides > li:first-child {
  47. display: block;
  48. }
  49. .flexslider .slides img {
  50. width: 100%;
  51. display: block;
  52. }
  53. .flexslider .slides:after {
  54. content: "\0020";
  55. display: block;
  56. clear: both;
  57. visibility: hidden;
  58. line-height: 0;
  59. height: 0;
  60. width: 0;
  61. }
  62. html[xmlns] .flexslider .slides {
  63. display: block;
  64. }
  65. * html .flexslider .slides {
  66. height: 1%;
  67. }
  68. /**
  69. * DEFAULT THEME
  70. ============================================================================ */
  71. .flexslider {
  72. background-color: #ffffff;
  73. border-radius: 0;
  74. }
  75. .flex-viewport {
  76. max-height: 2000px;
  77. transition: all 1s ease;
  78. }
  79. .loading .flex-viewport {
  80. max-height: 300px;
  81. }
  82. .flex-caption {
  83. display: block;
  84. width: 100%;
  85. position: absolute;
  86. left: 0;
  87. bottom: 0;
  88. text-align: left;
  89. margin: 0;
  90. padding: 1rem 1rem 2rem;
  91. background-color: rgba(0, 0, 0, 0.6);
  92. color: #fff;
  93. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  94. -webkit-backface-visibility: hidden;
  95. backface-visibility: hidden;
  96. }
  97. @media screen and (max-width: 45em) {
  98. .flex-caption {
  99. display: none;
  100. }
  101. }
  102. .flex-direction-nav a {
  103. background-color: transparent;
  104. color: transparent;
  105. border: 0;
  106. text-decoration: none;
  107. height: 1.875rem;
  108. margin: -1.875rem 0 0;
  109. position: absolute;
  110. top: 50%;
  111. z-index: 10;
  112. display: block;
  113. font: 0/0 a;
  114. position: absolute;
  115. cursor: pointer;
  116. opacity: 0;
  117. transition: all 0.3s ease-in-out;
  118. }
  119. .flex-direction-nav a:hover, .flex-direction-nav a:focus, .flex-direction-nav a:active {
  120. background-color: transparent;
  121. color: transparent;
  122. border: 0;
  123. text-decoration: none;
  124. }
  125. .flex-direction-nav a:before {
  126. font-family: FontAwesome, sans-serif;
  127. content: "";
  128. font-size: 1.875rem;
  129. color: #ffffff;
  130. line-height: 1;
  131. text-align: left;
  132. display: none;
  133. }
  134. .fa-loaded .flex-direction-nav a:before {
  135. display: block;
  136. }
  137. .fa-unavailable .flex-direction-nav a:before {
  138. display: block;
  139. content: "\2329";
  140. }
  141. .flex-direction-nav .flex-prev {
  142. left: -50px;
  143. }
  144. @media screen and (max-width: 60em) {
  145. .flex-direction-nav .flex-prev {
  146. opacity: 0.7;
  147. left: 10px;
  148. }
  149. }
  150. .flex-direction-nav .flex-next {
  151. right: -50px;
  152. }
  153. .flex-direction-nav .flex-next:before {
  154. content: "";
  155. text-align: right;
  156. }
  157. .fa-unavailable .flex-direction-nav .flex-next:before {
  158. content: "\232a";
  159. }
  160. @media screen and (max-width: 60em) {
  161. .flex-direction-nav .flex-next {
  162. opacity: 0.7;
  163. right: 10px;
  164. }
  165. }
  166. .flexslider:hover .flex-direction-nav .flex-prev,
  167. .flexslider:hover .flex-direction-nav .flex-next {
  168. opacity: 0.7;
  169. }
  170. .flexslider:hover .flex-direction-nav .flex-prev:hover,
  171. .flexslider:hover .flex-direction-nav .flex-next:hover {
  172. opacity: 1;
  173. }
  174. .flexslider:hover .flex-direction-nav .flex-prev {
  175. left: 10px;
  176. }
  177. .flexslider:hover .flex-direction-nav .flex-next {
  178. right: 10px;
  179. }
  180. .flex-direction-nav .flex-disabled {
  181. opacity: 0 !important;
  182. filter: alpha(opacity=0);
  183. cursor: default;
  184. }
  185. .flex-control-nav {
  186. width: 100%;
  187. position: absolute;
  188. bottom: 0;
  189. text-align: center;
  190. }
  191. .flex-control-nav li {
  192. margin: 0 6px;
  193. display: inline-block;
  194. zoom: 1;
  195. *display: inline;
  196. }
  197. .flex-control-paging li a {
  198. width: 11px;
  199. height: 11px;
  200. display: block;
  201. background-color: rgba(255, 255, 255, 0.3);
  202. cursor: pointer;
  203. text-indent: -9999px;
  204. box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  205. border-radius: 20px;
  206. }
  207. .flex-control-paging li a:hover {
  208. background-color: rgba(255, 255, 255, 0.6);
  209. }
  210. .flex-control-paging li a.flex-active {
  211. background-color: #000;
  212. background-color: rgba(255, 255, 255, 0.9);
  213. cursor: default;
  214. }
  215. .flex-control-thumbs {
  216. margin: 5px 0 0;
  217. position: static;
  218. overflow: hidden;
  219. }
  220. .flex-control-thumbs li {
  221. width: 25%;
  222. float: left;
  223. margin: 0;
  224. }
  225. .flex-control-thumbs img {
  226. width: 100%;
  227. display: block;
  228. opacity: .7;
  229. cursor: pointer;
  230. transition: all 1s ease;
  231. }
  232. .flex-control-thumbs img:hover {
  233. opacity: 1;
  234. }
  235. .flex-control-thumbs .flex-active {
  236. opacity: 1;
  237. cursor: default;
  238. }
  239. /*# sourceMappingURL=slideshows.css.map */