SMF For Free Support Forum
Signup For Free Forum
August 21, 2008, 07:39:44 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 271 times)
0 Members and 1 Guest are viewing this topic.
Alejo
SMF For Free Sponsors
*
Offline Offline

Posts: 541


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



Latest
simply sibyl
Global Moderator
*
Offline Offline

Posts: 7812



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:  

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