I need a CSS Style Sheet for an image Gallery i'm making... it's partly done, I just need to add some more features to it... it's located
hereThe CSS Sheet I need is in the following format:
css
Application
{
backgroundColor: #;
}
CarouselImage
{
frameColor: #;
frameThickness: 1;
frameSize: 5;
}
ToolTip
{
backgroundColor: #;
color: #;
}
.button
{
themeColor: #;
}
.thumbnailRolledOver
{
backgroundColor: #;
}
.thumbnailSelected
{
backgroundColor: #;
}
.thumbnailTitleBar
{
fontSize: 12;
fontWeight: "bold";
color: #;
}
.thumbnailListBorderBox
{
backgroundColor: #;
}
.thumbnailList
{
borderColor: #;
backgroundColor: #;
selectionColor: #;
rollOverColor: #;
themeColor: #;
borderStyle: "solid";
cornerRadius: 10;
}
.photoDescription
{
fontWeight: "bold";
fontSize: 14;
color: #;
}
.photoName
{
fontSize: 12;
color: #;
}
.slideshowControlBar
{
backgroundAlpha: .6;
backgroundColor: #;
}
Right now, it's functional, but it's just kinda plain, and while it's not ugly, it's not exactly the best looking either =/
This post has been edited by JBrace1990: 13 Sep, 2008 - 11:50 AM