Comparteix:

theme-metallic.css

/* AnythingSlider v1.41 Metallic Theme By Rob Garrison */ /****** SET COLORS HERE *******/ /* Default State */ div.anythingSlider-metallic .anythingWindow { border-top: 3px solid #333; border-bottom: 3px solid #333; } div.anythingSlider-metallic .thumbNav a { border: 1px solid #000; } div.anythingSlider-metallic .start-stop { border: 1px solid #000; } div.anythingSlider-metallic .start-stop.playing { background-color: #300; } div.anythingSlider-metallic .start-stop:hover, div.anythingSlider-metallic .start-stop.hover { color: #ddd; } /* Active State */ div.anythingSlider-metallic.activeSlider .anythingWindow { border-color: #0355a3; } div.anythingSlider-metallic.activeSlider .thumbNav a { background-color: transparent; background-position: -68px -40px; } div.anythingSlider-metallic.activeSlider .thumbNav a:hover, div.anythingSlider-metallic.activeSlider .thumbNav a.cur { background-position: -76px -57px; /* background: #fff; */ } div.anythingSlider-metallic.activeSlider .start-stop.playing { background-color: #f00; } div.anythingSlider-metallic .start-stop:hover, div.anythingSlider-metallic .start-stop.hover { color: #fff; } /* Navigation Arrows */ div.anythingSlider-metallic .arrow { top: 50%; position: absolute; display: block; z-index: 100; } div.anythingSlider-metallic .arrow a { display: block; height: 95px; margin-top: -47px; /* half height of image */ width: 45px; outline: 0; background: url(../images/arrows-metallic.png) no-repeat; text-indent: -9999px; } div.anythingSlider-metallic .forward { right: 0; } div.anythingSlider-metallic .back { left: 0; } div.anythingSlider-metallic .forward a { background-position: right bottom; } div.anythingSlider-metallic .back a { background-position: left bottom; } div.anythingSlider-metallic .forward a:hover, div.anythingSlider-metallic .forward a.hover { background-position: right top; } div.anythingSlider-metallic .back a:hover, div.anythingSlider-metallic .back a.hover { background-position: left top; } /* Navigation Links */ div.anythingSlider-metallic .anythingControls { position: absolute; width: 80%; bottom: 5px; right: 15%; z-index: 100; opacity: 0.90; filter: alpha(opacity=90); } div.anythingSlider-metallic .thumbNav { float: right; margin: 0; z-index: 100; } div.anythingSlider-metallic .thumbNav li { display: inline; } div.anythingSlider-metallic .thumbNav a { display: inline-block; background: transparent url(../images/arrows-metallic.png) -68px -136px no-repeat; height: 10px; width: 10px; margin: 3px; padding: 0; text-indent: -9999px; outline: 0; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; } div.anythingSlider-metallic .thumbNav a:hover, div.anythingSlider-metallic .thumbNav a.cur { background: transparent url(../images/arrows-metallic.png) -76px -57px no-repeat; } /* slider autoplay right-to-left, reverse order of nav links to look better */ div.anythingSlider-metallic.rtl .thumbNav a { float: right; } /* reverse order of nav links */ div.anythingSlider-metallic.rtl .thumbNav { float: left; } /* move nav link group to left */ /* div.anythingSlider-metallic.rtl .start-stop { float: right; } */ /* move start/stop button - in case you want to switch sides */ /* Autoplay Start/Stop button */ div.anythingSlider-metallic .start-stop { margin: 3px; padding: 0; display: inline-block; width: 14px; height: 14px; position: relative; bottom: 2px; left: 0; z-index: 100; text-indent: -9999px; float: right; border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; } /* Extra - replace defaults */ div.anythingSlider-metallic { padding: 6px 23px; }