SMF For Free Support Forum
Signup For Free Forum
December 04, 2008, 12:17:53 pm *
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: Stylesheet  (Read 330 times)
0 Members and 1 Guest are viewing this topic.
Alex P.
SMF For Free Sponsors
*
Offline Offline

Posts: 612


AKA Sub Zero


View Profile WWW
« on: January 22, 2008, 01:55:56 pm »

I have my stylesheet, and I can't find something. How do I change the font color for my news section?
Logged

simply sibyl
Female Type
Global Moderator
*
Offline Offline

Posts: 9420


Please do not PM for Support


View Profile WWW
« Reply #1 on: January 22, 2008, 02:13:56 pm »

I have my stylesheet, and I can't find something. How do I change the font color for my news section?

The color in the news fader is set in this area.  It controls the font color for the body of the forum and all td, th, and tr areas so changing it would change it in many places.

Code:
/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
color: #FFFFFF;
font-size: medium;
font-family: Gisha;
}


There is a way to change the font color and link colors in the news fader.

Add this to the css at the top of it:

Code:

/* News Fader Font and link Colors */

#smfFadeScroller
{
color: #000000;
text-decoration: none;
}

#smfFadeScroller a:link
{
color: #800000;
text-decoration: underline;
}

#smfFadeScroller a:visited
{
color: #800000;
text-decoration: underline;
}

#smfFadeScroller a:hover
{
color: #000000;
text-decoration: underline;
}

The first one is for the regular font color
The second one is for the active  links
The third one is for the visited links
The fourth one is for the hover color
« Last Edit: January 22, 2008, 02:16:55 pm by simply sibyl » Logged



Pages: [1]
  Print  
 
Jump to:  

cheap low cost web hosting reviews

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