PageRenderTime 43ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/sites/all/themes/jollyany/css/flexslider.css

https://gitlab.com/manuvelasco/agostoliquida
CSS | 161 lines | 113 code | 20 blank | 28 comment | 0 complexity | 444feae77606dc0f5e60cccf418ffc4d MD5 | raw file
  1. /*
  2. * jQuery FlexSlider v2.2.0
  3. * http://www.woothemes.com/flexslider/
  4. *
  5. * Copyright 2012 WooThemes
  6. * Free to use under the GPLv2 license.
  7. * http://www.gnu.org/licenses/gpl-2.0.html
  8. *
  9. * Contributing author: Tyler Smith (@mbmufffin)
  10. */
  11. /* Browser Resets
  12. *********************************/
  13. .flex-container a:active,
  14. .flexslider a:active,
  15. .flex-container a:focus,
  16. .flexslider a:focus {outline: none;}
  17. .slides,
  18. .flex-control-nav,
  19. .flex-direction-nav {margin: 0; padding: 0; list-style: none;}
  20. /* Icon Fonts
  21. *********************************/
  22. /* FlexSlider Necessary Styles
  23. *********************************/
  24. .flexslider {margin: 0; padding: 0;}
  25. .flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
  26. .flexslider .slides img {width: 100%; display: block;}
  27. .flex-pauseplay span {text-transform: capitalize;}
  28. /* Clearfix for the .slides element */
  29. .slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
  30. html[xmlns] .slides {display: block;}
  31. * html .slides {height: 1%;}
  32. /* No JavaScript Fallback */
  33. /* If you are not using another script, such as Modernizr, make sure you
  34. * include js that eliminates this class on page load */
  35. .no-js .slides > li:first-child {display: block;}
  36. /* FlexSlider Default Theme
  37. *********************************/
  38. .flexslider { margin: 0; background: #fff; position: relative; zoom: 1; }
  39. .flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
  40. .loading .flex-viewport { max-height: 300px; }
  41. .flexslider .slides { zoom: 1; }
  42. .carousel li { margin-right: 5px; }
  43. html.ie8 .flex-direction-nav .flex-prev, html.ie8 .flex-direction-nav .flex-next {display:none;}
  44. html.ie8 #flexslider_hg_homepage_wrapper:hover .flex-direction-nav .flex-prev,
  45. html.ie8 #flexslider_hg_homepage_wrapper:hover .flex-direction-nav .flex-next {display:block;}
  46. .flex-direction-nav a.flex-disabled {
  47. display:none;
  48. }
  49. /* Direction Nav */
  50. .flex-direction-nav {*height: 0;}
  51. .flex-direction-nav a {
  52. text-decoration:none;
  53. display: block;
  54. width: 35px;
  55. padding:0 10px;
  56. height: 60px;
  57. line-height:60px;
  58. text-align:Center ;
  59. margin: -20px 0 0;
  60. position: absolute;
  61. top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color:#ffffff; text-indent:hanging;text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
  62. .flex-direction-nav .flex-prev { left: -50px; }
  63. .flex-direction-nav .flex-next { right: -50px; text-align: right; }
  64. .flexslider:hover .flex-prev { opacity: 1; left: 15px; }
  65. .flexslider:hover .flex-next { opacity: 1; right: 15px; }
  66. .flexslider:hover .flex-next:focus,
  67. .flexslider:hover .flex-prev:focus,
  68. .flexslider:hover .flex-next:hover,
  69. .flexslider:hover .flex-prev:hover { color:#ffffff;opacity: 1; }
  70. .flex-direction-nav .flex-disabled { opacity: 0 !important; filter:alpha(opacity=0); cursor: default; }
  71. .flex-direction-nav a:before { font-family: "FontAwesome"; font-size: 28px; display: inline-block; content: '\f104'; }
  72. .flex-direction-nav a.flex-next:before { content: '\f105'; }
  73. .flexslider .slides li {
  74. position:relative;
  75. }
  76. .flex-caption {
  77. background:rgba(255, 255, 255, 0.7);
  78. border: medium none;
  79. box-shadow: none;
  80. max-width: 300px;
  81. right:0;
  82. bottom:0;
  83. position:absolute;
  84. -moz-box-sizing: border-box;
  85. border-radius: 3px;
  86. display: inline-block;
  87. margin: 5px 0 10px;
  88. padding: 30px;
  89. width: 100%;
  90. }
  91. /* description location */
  92. .flexslider .desc{
  93. position:absolute;
  94. max-width:420px;
  95. font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  96. right:0;
  97. bottom:10px;
  98. }
  99. /* columns common style */
  100. .flexslider .desc span.title{
  101. background:url(../images/slider-text-background.png);
  102. font-size:18px;
  103. font-weight:600;
  104. line-height:100%;
  105. margin:0 0 5px 0;
  106. }
  107. /* title */
  108. .flexslider .desc span.title, .desc span.title a{
  109. text-decoration:none;
  110. color:#fff;
  111. display:block;
  112. }
  113. .flexslider .desc span.title a,
  114. .flexslider .desc span.title span{
  115. padding:10px;
  116. display:block;
  117. }
  118. /* description texts*/
  119. .flexslider .desc span.text{
  120. padding:10px;
  121. font-size:12px;
  122. background:url(../images/slider-text-background.png);
  123. text-decoration:none;
  124. color:#fff;
  125. display:block;
  126. }
  127. /* Control Nav */
  128. .flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;z-index:10;}
  129. .flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
  130. .flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(255,255,255,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 1px rgba(0,0,0,0.3); box-shadow: inset 0 0 1px rgba(0,0,0,0.3); }
  131. .flex-control-paging li a:hover { background: #333; background: rgba(255,255,255,0.5); }
  132. .flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
  133. .flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
  134. .flex-control-thumbs li {width: 25%; float: left; margin: 0;}
  135. .flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
  136. .flex-control-thumbs img:hover {opacity: 1;}
  137. .flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
  138. @media screen and (max-width: 860px) {
  139. .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  140. .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
  141. }