Rykk opened this issue on Jun 14, 2006 · 12 posts
Rykk posted Wed, 14 June 2006 at 11:16 PM
Hi y'all,
I cruised over to the Community Center and found a bit of CSS code that will give you a black background and off-white text in your gallery pages. I did have a problem in that, after pasting this, the text in the hover thingie that pops up when you hover your cursor over a thumbnail was a very light blue and was illegible. I'm real proud of myself (lol) that I was actually ablle to decipher some of this code and found where to change the text in that box and so made it black because it was easiest - if white is "FFFFFF", then black HAD to be "000000". One of the few positive things I've had happen here today......I think/hope the familiar black backdrop will go a long way toward assimilating the changes here.
BTW - make VERY, VERY sure that you are in your personal gallery page when you click "My Options" to go and paste the following text into the big box. I made the mistake of doing it while on the Forum page and it hosed it up to where all the text was off-white! Luckily, I was able to just delete all the text in the box and it reverted back to the default. I guess there's a major difference between whether you are in a gallery or a forum. Hope this does the trick for you guys!
c-ya!
Rick
Here's the code:
BODY {background-color:#000000; color: #e3edf5; }
.content_cell { background-color:#000000; }
table.outside_table { width: auto; !important;}
a {font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; font-size: 12px; color:
#FFFFFF;}
a:link {color: #e3edf5;}
a:hover {color: #000000;}
a:visited {color: #e3edf5;}
select {z-index: -1;}
/* Sets the appearance of entry boxes */
textarea {background-color:#495F73; color: #e3edf5;}
.gallery_header { font-size:18px; font-weight:bold; text-align:center; }
.gallery_menu { text-align:center; }
.gallery_table { border:2px solid #404040; padding: 2px; }
.gallery_section_bar { background-color:#495F73; height:30px; }
.gallery_section_cell { font-family:Verdana; font-size:14px; font-weight:bold; padding:2px; height:30px; }
.gallery_section_link_cell { text-align:right; padding:2px; }
a.gallery_section_link_cell, a.gallery_section_link_cell:hover, a.gallery_section_link_cell:active,
a.gallery_section_link_cell:visited { font-family:Verdana; font-size:12px; text-decoration:none; }
a.gallery_section_link_cell:hover { text-decoration:underline; }
.gallery_cell { padding:4px; }
.gallery_images_cell { padding:2px; }
.gallery_display_table { border:1px solid #404040; border-bottom-width:0px; }
.gallery_display_avatar_cell { border-bottom:1px solid #404040; background-color:#000000; padding:2px; }
.gallery_display_title_cell { border-bottom:1px solid #404040; height:50px; background-color:#000000;
padding:2px; vertical-align:top; }
.gallery_image_title_div { font-family:Verdana; font-size:18px; }
.gallery_image_author_div { font-family:Verdana; font-size:11px; }
a.gallery_image_author_div, a.gallery_image_author_div:hover, a.gallery_image_author_div:active,
a.gallery_image_author_div:visited { font-family:Verdana; font-size:11px; }
.gallery_display_filler { background-color:#000000; }
.gallery_display_image_cell { padding:10px; text-align:center; background-color:#000000; border-bottom:1px
solid #404040; }
img.gallery_display_image_cell { border:1px solid #404040; padding:0px; }
a.gallery_image_action_bar, a.gallery_image_action_bar:active, a.gallery_image_action_bar:visited {
font-size:11px; text-decoration:none; border:1px solid #404040; padding:3px; padding-bottom:4px;
white-space:nowrap; }
a.gallery_image_action_bar:hover { font-size:11px; text-decoration:none; border:1px solid #404040;
background-color:#FFFFFF; white-space:nowrap; }
a.gallery_image_action_bar img { height:15px; margin: 0 0 -4px 0; }
.gallery_display_notes_cell { background-color:#000000; padding:4px; border-bottom:1px solid #404040; }
.gallery_display_details_cell { background-color:#000000; width:200px; border-left:1px solid #404040;
border-bottom:1px solid #404040; padding:4px; font-size:11px; }
.gallery_notes_details_header { font-weight:bold; }
.gallery_notes_details_body { padding-left:8px; }
.gallery_comment_table { border:1px solid #404040; border-bottom-width:0px; }
.gallery_comment_header_cell { background-color:#000000; padding:4px; text-align:center;
font-family:Verdana; font-size:18px; border-bottom:1px solid #404040; height:50px; }
.gallery_comment_avatar_cell { background-color:#000000; border-bottom:1px solid #404040; padding:2px; }
.gallery_comment_body { background-color:#000000; border-bottom:1px solid #404040; padding:4px; }
.gallery_comment_title_div { font-size:11px; }
a.gallery_comment_title_div, a.gallery_comment_title_div:hover, a.gallery_comment_title_div:active,
a.gallery_comment_title_div:visited { font-size:11px; }
.gallery_comment_divider_cell { background-color:#495F73; border-bottom:1px solid #404040; height:10px; }