diff --git a/gallerystyles/responsive/responsive.css b/gallerystyles/responsive/responsive.css index 68bc93d..8a7ceaf 100644 --- a/gallerystyles/responsive/responsive.css +++ b/gallerystyles/responsive/responsive.css @@ -1,4 +1,3 @@ - .galleryformatter-responsive .gallery-slides .panel-overlay { position: absolute; bottom: 0.5em; left: 0; @@ -8,80 +7,76 @@ .galleryformatter-responsive .gallery-slides .panel-overlay .overlay-inner { padding: 10px; } .galleryformatter-responsive .gallery-thumbs .wrapper { overflow: auto; - line-height:0; + line-height: 0; } .galleryformatter-responsive .view-full { - height:46px; width:46px; - margin:10px; - position:absolute; + height: 46px; + width: 46px; + margin: 10px; + position: absolute; right:0; top:0; - text-indent:-9999px; - background:url(images/full.png) no-repeat top right ; + text-indent: -9999px; + background: url(images/full.png) no-repeat top right; } .galleryformatter-responsive a:hover .view-full { - background:url(images/full_hover.png) no-repeat top right ; + background: url(images/full_hover.png) no-repeat top right; } .galleryformatter-responsive .gallery-thumbs ul { list-style: none; } .galleryformatter-responsive .gallery-thumbs li { float: left; background: transparent none; - overflow:hidden; + overflow: hidden; padding-top: 3px; } .galleryformatter-responsive .gallery-thumbs li a { display: block; } -.galleryformatter-responsive .gallery-thumbs li a:hover { } -.galleryformatter-responsive .gallery-thumbs li.active a { } .galleryformatter-responsive .gallery-thumbs li.active img, .galleryformatter-responsive .gallery-thumbs li a:hover img { - filter:alpha(opacity=100); - -ms-filter:”alpha(opacity=100)”; - -moz-opacity:1; + filter: alpha(opacity=100); + -ms-filter: ”alpha(opacity=100)”; + -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; } .galleryformatter-responsive .gallery-thumbs li img { - filter:alpha(opacity=80); - -ms-filter:”alpha(opacity=80)”; - -moz-opacity:0.8; + filter: alpha(opacity=80); + -ms-filter: ”alpha(opacity=80)”; + -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8; - border:1px solid #fff; + border: 1px solid #fff; } .galleryformatter-responsive .gallery-thumbs .arrow { - bottom:0; - display:block; - height:70px; - position:absolute; - text-indent:-9999px; - width:33px; + bottom: 0; + display: block; + height: 70px; + position: absolute; + text-indent: -9999px; + width: 33px; } .galleryformatter-responsive .gallery-thumbs .forward { right: 0; - background:url(images/right.png) no-repeat bottom right ; + background: url(images/right.png) no-repeat bottom right; } -.galleryformatter-responsive .gallery-thumbs .back { +.galleryformatter-responsive .gallery-thumbs .back { left: 0; - background:url(images/left.png) no-repeat bottom left ; + background: url(images/left.png) no-repeat bottom left; } -.galleryformatter-responsive .gallery-thumbs .forward:hover { } -.galleryformatter-responsive .gallery-thumbs .back:hover { } - .galleryformatter-responsive .slide-button { background: transparent url(images/next-prev.png) no-repeat top left; height: 64px; width: 32px; top: 40%; text-indent: -9999px; - filter:alpha(opacity=20); - -ms-filter:”alpha(opacity=20)”; - -moz-opacity:0.2; + filter: alpha(opacity=20); + -ms-filter: ”alpha(opacity=20)”; + -moz-opacity: 0.2; -khtml-opacity: 0.2; opacity: 0.2; } @@ -104,18 +99,17 @@ .galleryformatter-responsive { position: relative; - width:auto; - margin:5px 0; + width: auto; + margin: 5px 0; } -.galleryformatter-responsive .gallery-frame {width:100% !important;} +.galleryformatter-responsive .gallery-frame { width: 100% !important; } -.galleryformatter-responsive .gallery-slides, -.galleryformatter-responsive .gallery-slide, +.galleryformatter-responsive .gallery-slides, +.galleryformatter-responsive .gallery-slide, .galleryformatter-responsive .img { position: relative; width: 100% !important; - /*height: auto !important;*/ text-align: center; }