Skip to content

Instantly share code, notes, and snippets.

@daltonrooney
Created August 18, 2011 12:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daltonrooney/1153929 to your computer and use it in GitHub Desktop.
Save daltonrooney/1153929 to your computer and use it in GitHub Desktop.
Portfolio Slideshow 1.2.1 alt stylesheet
.portfolio-slideshow {
z-index: 0 !important
}
div.slideshow-wrapper {
visibility: hidden;
margin:0 0 10px 0;
}
/* clearfix */
div.slideshow-wrapper:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html div.slideshow-wrapper:after { zoom: 1; } /* IE6 */
*:first-child+html div.slideshow-wrapper:after { zoom: 1; } /* IE7 */
div.slideshow-wrapper .inactive {
cursor: default;
filter:alpha(opacity=40);
opacity: 0.2
}
div.portfolio-slideshow .not-first {
display: none
}
.slideshow-content img {
margin: 0!important;
border: none!important;
padding: 0!important;
max-width: none!important
}
.slideshow-content.fade img {
max-width: 100%!important;
}
div.slideshow-content.fade {
width: 100%
}
div.slideshow-nav{
padding: 5px 0 6px
}
div.slideshow-nav a{
color: #444;
text-decoration: underline
}
div.slideshow-nav a.pause, div.slideshow-nav a.play{
margin: 0 15px 0 0
}
div.slideshow-nav a.slideshow-prev{
margin: 0 10px 0 0
}
div.slideshow-nav a.slideshow-next{
margin: 0 25px 0 10px
}
div.slideshow-thumbs{
width: 600px
margin:0;
}
div.slideshow-thumbs img{
height: 75px;
width: 75px
}
div.slideshow-thumbs ul.slides{
margin: 0;
padding: 0
}
div.slideshow-thumbs li{
display: block;
float: left;
list-style-type: none;
padding: 0 10px 0 0
}
.slides a img.attachment-thumbnail{
filter:alpha(opacity=50);
opacity: 0.5
}
.slides li a.activeSlide img.attachment-thumbnail,.slides li.activeSlide a img.attachment-thumbnail{
filter:alpha(opacity=100);
opacity: 1
}
.slideshow-holder{
background: url(lib/images/ajax-loader.gif) no-repeat 80px 60px;
height: 150px;
position: absolute;
width: 150px
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment