SMF For Free Support Forum
Signup For Free Forum
September 05, 2008, 04:25:27 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome to SMF For Free. The best free SMF Host
 
   Home   Help Search Arcade Gallery Login Register  

Pages: [1]
  Print  
Author Topic: [req] simply sybil - Overview Light (edit)  (Read 368 times)
0 Members and 1 Guest are viewing this topic.
loogiesquared
SMF For Free Member
*
Offline Offline

Posts: 51



View Profile
« on: May 24, 2008, 09:27:13 am »

Forum Url: http://dkitties.smfforfree2.com
step 1: Go to my site.
step 2: As you can see, the White text is unreadable, how do i change the code and where.
Logged

LaundryLady
Global Moderator
*
Offline Offline

Posts: 3026



View Profile WWW
« Reply #1 on: May 24, 2008, 09:47:39 am »

Sibyl is away for another week.  Have you been working in there yourself?  I see some incomplete color codes and I don't know if they came that way or if you have made some adjustments.
Logged

loogiesquared
SMF For Free Member
*
Offline Offline

Posts: 51



View Profile
« Reply #2 on: May 24, 2008, 12:54:51 pm »

what part of the code is text colors?
like the banner.
Logged

LaundryLady
Global Moderator
*
Offline Offline

Posts: 3026



View Profile WWW
« Reply #3 on: May 24, 2008, 01:00:05 pm »

I see some hex colors in the css that aren't complete, I was just checking to see if it came that way or if you had made an error.
Logged

simply sibyl
Global Moderator
*
Offline Offline

Posts: 8020


I am not a dude!


View Profile WWW
« Reply #4 on: June 15, 2008, 12:09:21 pm »

Forum Url: http://dkitties.smfforfree2.com
step 1: Go to my site.
step 2: As you can see, the White text is unreadable, how do i change the code and where.

You can change the white text for those areas to another color.
Look for the catbg area in the css and change the font colors there.

Look thru this section of the css and change #fff to the color you want for the font for that area.

Code:
/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
background: #f0f0f0 url(http://i102.photobucket.com/albums/m105/mysmileyplace/overviewlight/catbg.png) repeat-x;
color: #fff;
padding-left: 10px;
padding-right: 10px;
              line-height: 25px;
}

.catbg2 , tr.catbg2 td
{
             background: #f0f0f0 url(http://i102.photobucket.com/albums/m105/mysmileyplace/overviewlight/catbg.png) repeat-x;
color: #fff;
padding-left: 10px;
padding-right: 10px;
             line-height: 25px;
}

.catbg, .catbg2, .catbg3
{
      font-size: 11px;
      font-weight: bold;
      font-family: Tahoma, sans-serif;
}

.catbg, .catbg2
{
font-weight: bold;
}

.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
font-size: 95%;
color: #fff;
text-decoration: none;
}

.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
color: #fff;
text-decoration: none;
}

.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
color: #bbbbbb;
}




I see some hex colors in the css that aren't complete, I was just checking to see if it came that way or if you had made an error.

Can use #000, #fff, #666    that works fine.
« Last Edit: June 15, 2008, 12:13:00 pm by simply sibyl » Logged



Pages: [1]
  Print  
 
Jump to:  

Powered by SMF 1.1.5 | SMF © 2006-2008, Simple Machines LLC
ServerBeach Coupon
Page created in 0.36 seconds with 17 queries.