View Full Version : Help with play slideshow button
bluereef
Jul-31-2007, 02:07 PM
I've been pulling out what little is left of my hair trying to figure out how to change the brown color of "play slideshow" button to match my site. See gallery:
http://bluereef.smugmug.com/gallery/3217190
Also trying to change green #, duration and fade text inside fullscreen slideshow.
Any directions on this are much appreciated...
bluereef
richW
Aug-01-2007, 06:44 PM
You might want to look at the Blue Lagoon theme buttons to see if they will fit in to your theme.
.play_slideshow {
background: url(/img/themes/BlueLagoon/slideshow.gif) top !important;}
.play_slideshow:hover,
a:hover .play_slideshow {
background: url(/img/themes/BlueLagoon/slideshow.gif) bottom !important;}
Here is the style sheet for the Blue Lagoon theme:
http://css.smugmug.com/include/css/theme_1586-20070122001623.css
To change the # and the numbers on the slide show:
.fsSlideshow .title,
.fsSlideshow .foreground {color: #8F8F84 !important;}
You may or may not need the !important. I was working with webDev, so sometimes it's hard to tell what you will need to do on a live site.
bluereef
Aug-01-2007, 07:07 PM
You might want to look at the Blue Lagoon theme buttons to see if they will fit in to your theme.
.play_slideshow {
background: url(/img/themes/BlueLagoon/slideshow.gif) top !important;}
.play_slideshow:hover,
a:hover .play_slideshow {
background: url(/img/themes/BlueLagoon/slideshow.gif) bottom !important;}
Here is the style sheet for the Blue Lagoon theme:
http://css.smugmug.com/include/css/theme_1586-20070122001623.css
To change the # and the numbers on the slide show:
.fsSlideshow .title,
.fsSlideshow .foreground {color: #8F8F84 !important;}
You may or may not need the !important. I was working with webDev, so sometimes it's hard to tell what you will need to do on a live site.
Thanks!!!!:clap
I spent multiple hours trying to accomplish what took me 5 minutes after your help.
I may want to try the slideshow gifs from other available themes.
How would I find their CSS code?
richW
Aug-01-2007, 09:27 PM
Thanks!!!!:clap
I spent multiple hours trying to accomplish what took me 5 minutes after your help.
I may want to try the slideshow gifs from other available themes.
How would I find their CSS code?You're Welcome....:thumb
Here is a list of the themes & their style sheets: http://www.lmsportspix.com/themes.htm
Search the style sheets for: .play_slideshow
Most of the other button graphics are right in the same area.
Have fun....
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.