Projet

Général

Profil

Paste
Télécharger (2,96 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / responsive / flexslider.css @ cc7b6b59

1
/*
2
 * jQuery FlexSlider v1.8
3
 * http://www.woothemes.com/flexslider/
4
 *
5
 * Copyright 2012 WooThemes
6
 * Free to use under the MIT license.
7
 * http://www.opensource.org/licenses/mit-license.php
8
 */
9

    
10
/* Browser Resets */
11
.flex-container a:active,
12
.flexslider a:active,
13
.flex-container a:focus,
14
.flexslider a:focus  {outline: none;}
15
.slides,
16
.flex-control-nav,
17
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
18

    
19
/* FlexSlider Necessary Styles
20
*********************************/
21
.flexslider {margin: 0; padding: 0;}
22
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
23
.flexslider .slides img {max-width: 100%; display: block;}
24
.flex-pauseplay span {text-transform: capitalize;}
25

    
26
/* Clearfix for the .slides element */
27
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
28
html[xmlns] .slides {display: block;}
29
* html .slides {height: 1%;}
30

    
31
/* No JavaScript Fallback */
32
/* If you are not using another script, such as Modernizr, make sure you
33
 * include js that eliminates this class on page load */
34
.no-js .slides > li:first-child {display: block;}
35

    
36

    
37
/* FlexSlider Default Theme
38
*********************************/
39
.flexslider {background: #fff;  position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; zoom: 1;}
40
.flexslider .slides {zoom: 1;}
41
.flexslider .slides > li {position: relative;}
42
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
43
.flex-container {zoom: 1; position: relative;}
44

    
45
/* Caption style */
46
/* IE rgba() hack */
47
.flex-caption {background:url(images/trans.png);}
48
.flex-caption {width: 96%; padding: 2% 2%; margin: 0; position: absolute; left: 0; bottom: 0; background: rgba(f,f,f,.3); color: #fff;  font-size: 14px; line-height: 22px;}
49
.flex-caption h3{  font-weight:400; color:#fff; margin-bottom:5px;}
50
.flex-caption p{margin: 0;}
51
/* Direction Nav */
52
.flex-direction-nav { height: 0; }
53
.flex-direction-nav li a {width: 32px; height: 32px; margin: -16px 0 0; display: block; background: url(images/directionbg.png) no-repeat; position: absolute; bottom: 20px; cursor: pointer; text-indent: -999em;}
54
.flex-direction-nav li .next {background-position: -32px 0; right: 20px;}
55
.flex-direction-nav li .prev {right: 60px;}
56
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}
57

    
58
/* Control Nav */
59
.flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;}
60
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
61
.flex-control-nav li:first-child {margin: 0;}
62
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(theme/bg_control_nav.png) no-repeat; cursor: pointer; text-indent: -999em;}
63
.flex-control-nav li a:hover {background-position: 0 -13px;}
64
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}