9
9
* Contributing author: Tyler Smith (@mbmufffin)
10
10
*/
11
11
12
-
12
+
13
13
/* Browser Resets */
14
14
.flex-container a : active ,
15
15
.flexslider a : active ,
16
16
.flex-container a : focus ,
17
17
.flexslider a : focus {outline : none;}
18
18
.slides ,
19
19
.flex-control-nav ,
20
- .flex-direction-nav {margin : 0 ; padding : 0 ; list-style : none;}
20
+ .flex-direction-nav {margin : 0 ; padding : 0 ; list-style : none;}
21
21
22
22
/* FlexSlider Necessary Styles
23
- *********************************/
23
+ *********************************/
24
24
.flexslider {margin : 0 ; padding : 0 ;}
25
25
.flexslider .slides > li {display : none; -webkit-backface-visibility : hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
26
26
.flexslider .slides img {width : 100% ; display : block;}
27
27
.flex-pauseplay span {text-transform : capitalize;}
28
28
29
29
/* Clearfix for the .slides element */
30
- .slides : after {content : "." ; display : block; clear : both; visibility : hidden; line-height : 0 ; height : 0 ;}
31
- html [xmlns ] .slides {display : block;}
30
+ .slides : after {content : "." ; display : block; clear : both; visibility : hidden; line-height : 0 ; height : 0 ;}
31
+ html [xmlns ] .slides {display : block;}
32
32
* html .slides {height : 1% ;}
33
33
34
34
/* No JavaScript Fallback */
@@ -50,17 +50,17 @@ html[xmlns] .slides {display: block;}
50
50
/* Direction Nav */
51
51
.flex-direction-nav {* height : 0 ;}
52
52
.flex-direction-nav a {
53
- width : 30px ;
54
- height : 30px ;
55
- margin : -20px 0 0 ;
56
- display : block;
53
+ width : 30px ;
54
+ height : 30px ;
55
+ margin : -20px 0 0 ;
56
+ display : block;
57
57
background : url ("../img/gallery/bg_direction_nav.png" ) no-repeat 0 0 ;
58
- position : absolute;
59
- top : 50% ;
60
- z-index : 10 ;
61
- cursor : pointer;
62
- text-indent : -9999px ;
63
- opacity : 0 ;
58
+ position : absolute;
59
+ top : 50% ;
60
+ z-index : 10 ;
61
+ cursor : pointer;
62
+ text-indent : -9999px ;
63
+ opacity : 0 ;
64
64
-webkit-transition : all .3s ease;
65
65
}
66
66
.flex-direction-nav .flex-next {background-position : 100% 0 ; right : -36px ; }
0 commit comments