PDA

View Full Version : Grey box around slide show


dgruetter
Mar-31-2008, 05:57 PM
I finally got my slide show working on my site but now it seems I have this grey box I cannot get change it's color.


the site is here:

http://www.nicolechristinephotography.com

Here is the code in my bio


<html>

********>
var ssConfig = {
AlbumID: '3716682',
newWindow: 'false',
transparent: 'true',
splash: 'http://www.smugmug.com/img/ria/ShizamSlides/smugmug_black.png',
showLogo: 'false',
borderThickness: '10',
borderColor: '000000',
clickUrl: 'http://www.smugmug.com',
showThumbs: 'false',
showButtons: 'false',
crossFadeSpeed: '400'
};

SM.flash.insertSlideshow(400, 400, ssConfig, 'transparent');
</********

</html>



here is my theme's code:



body {
background-color: #E0FFFF;

}

#userBio {
text-align: center;
background-color: #E0FFFF;
}


#bioBox .photo {
display: none;
}

/* Navigation Bar*/
#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li {
display: inline;
}

#navcontainer ul li a {
text-decoration: none;
padding: .2em 1em;
color: #000000;
background-color: #E0FFFF;
}

#navcontainer ul li a:hover {
color: #2F4F4F;
background-color: #E0FFFF;
}


/* -------------------------Change gallery text color-------------------------------*/
.galleryPage .title { color: #B22222; }
.galleryPage .nav { color: #B22222; }
.galleryPage .caption { color: #B22222; }
.galleryPage A:link { color: #B22222; }

#galleryTitle {
display:none;

}




/* ---------------------------Let's turn some stuff off ------------------------------*/
/* hides your name (including any 's) */
#userName {
display: none;
}

/* hides the word home */
#userHome {
display: none;
}

/* turn off feeds at bottom */
#feeds {
display:none;
}


/* turn off the login link on the minifooter */
.loginLink {
display: none;
}

/* turn off the cart link on the minifooter */
.cartlink_footer {
display: none;
}


/* ----------------------Galleries when galleries link is selected--------------------*/
.homepage #galleriesBox,
.homepage #categoriesBox,
.homepage #featuredBox {
display: none;
}

.galleries #bioBox {
display: none;
}

.galleries #galleriesBox,
.galleries #categoriesBox,
.galleries #featuredBox {
display: block;
background-color: #E0FFFF;


}

/* -------------------------------Banner----------------------------------------------*/

#my_banner {
width: 800px;
height: 150px;
margin: 0 auto;
background: url(http://www.smugmug.com/photos/213978487-O.jpg) no-repeat;
}


/* ----------------------Bio Settings ------------------------------------------------*/




__________________
.gallery_3735643 #galDescImg {
position: relative;
height: 383px;
width: 215px;
margin-top: 20px;
margin-left: 60px;
border:4px double #cccccc;
}

.gallery_3735643 #galDescText {
position: relative;
font-size: 1.0em;
font-weight: bold;
color: #000000;
text-align: justify;
width: 340px;
margin-top: -350px;
margin-left: 320px;
}

.myEmail {color: #B22222;}
.myEmail:hover {color: red;}

/* set the height to push the footer down */
.gallery_3735643 #albumDescription {
background: #E0FFFF;
height: 550px;
}

/* remove stuff for clean page look */
/* some of these may not be needed */
.gallery_3735643 .nophotos h3 {display: none;}
.gallery_3735643 #searchBox {display:none;}
.gallery_3735643 #breadcrumb {display: none;}
.gallery_3735643 .journal_entry {display:none;}
.gallery_3735643 .pageNav {display: none;}
.gallery_3735643 #albumNav_top {display: none;}
.gallery_3735643 #albumNav_bottom {display: none;}
.gallery_3735643 .play_slideshow {display: none;}





/* ----------------------Packages Settings ---------------------------------------------*/




/* set the height to push the footer down */
.gallery_3735753 #albumDescription {
background: #E0FFFF;
height: 1700px;
}

/* remove stuff for clean page look */
/* some of these may not be needed */
.gallery_3735753 .nophotos h3 {display: none;}
.gallery_3735753 #searchBox {display:none;}
.gallery_3735753 #breadcrumb {display: none;}
.gallery_3735753 .journal_entry {display:none;}
.gallery_3735753 .pageNav {display: none;}
.gallery_3735753 #albumNav_top {display: none;}
.gallery_3735753 #albumNav_bottom {display: none;}
.gallery_3735753 .play_slideshow {display: none;}







/* ---------------------------Let's turn some stuff off ------------------------------*/
/* hides your name (including any 's) */
#userName {
display: none;
}

/* hides the word home */
#userHome {
display: none;
}

/* turn off feeds at bottom */
#feeds {
display:none;
}


/* turn off the login link on the minifooter */
.loginLink {
display: none;
}

/* turn off the cart link on the minifooter */
.cartlink_footer {
display: none;
}


/* ----------------------Galleries when galleries link is selected--------------------*/
.homepage #galleriesBox,
.homepage #categoriesBox,
.homepage #featuredBox {
display: none;
}

.galleries #bioBox {
display: none;
}

.galleries #galleriesBox,
.galleries #categoriesBox,
.galleries #featuredBox {
display: block;
background-color: #E0FFFF;

}




/* ----------------------Bio Settings ------------------------------------------------*/



/* set the height to push the footer down */
.gallery_3735643 #albumDescription {
background: #E0FFFF;
height: 450px;
}

/* remove stuff for clean page look */
/* some of these may not be needed */
.gallery_3735643 .nophotos h3 {display: none;}
.gallery_3735643 #searchBox {display:none;}
.gallery_3735643 #breadcrumb {display: none;}
.gallery_3735643 .journal_entry {display:none;}
.gallery_3735643 .pageNav {display: none;}
.gallery_3735643 #albumNav_top {display: none;}
.gallery_3735643 #albumNav_bottom {display: none;}
.gallery_3735643 .play_slideshow {display: none;}



/* ----------------------Contact ---------------------------------------------*/




/* set the height to push the footer down */
.gallery_3735769 #albumDescription {
background: #E0FFFF;
height: 400px;
}

/* remove stuff for clean page look */
/* some of these may not be needed */
.gallery_3735769 .nophotos h3 {display: none;}
.gallery_3735769 #searchBox {display:none;}
.gallery_3735769 #breadcrumb {display: none;}
.gallery_3735769 .journal_entry {display:none;}
.gallery_3735769 .pageNav {display: none;}
.gallery_3735769 #albumNav_top {display: none;}
.gallery_3735769 #albumNav_bottom {display: none;}
.gallery_3735769 .play_slideshow {display: none;}




Any ideas on how to change the grey box around my slideshow?

thanks in advance

Allen
Mar-31-2008, 06:08 PM
I finally got my slide show working on my site but now it seems I have this grey box I cannot get change it's color.


the site is here:

http://www.nicolechristinephotography.com

Here is the code in my bio
...
Add this to your CSS to remove it.

#bioBox {background: none;}