Reginald Jeeves
Directory Friend
Registered: 04-2006
Posts: 6
Karma: 0 (+0/-0)
|
Reply Quote
|
|
RE: text color of "New" next to Forum
Hello,
I've got a good handle on managing color on my board, but is there a way to change the color of the "New" text that appears when someone submits a reply to a forum? What is it labeled as in the Change layout/color list?
thanks,
Jeeves
|
4/28/2006, 12:03 am
|
Link to post
Email Reginald Jeeves
PM Reginald Jeeves
|
Joshin Josh
On Walkabout
Registered: 11-2004
Posts: 2526
Karma: 75 (+94/-19)
|
Reply Quote
|
|
RE: text color of "New" next to Forum
In your Custom CSS you will Find These:
/* FORUM LIST TABLE */
.forum_list_table {border:1px solid #000000}
.forumlist_separator_td {height:16px;background-color:#464646;text-align:left;text-indent:20px}
.forum_list_header_forum_td, .forum_list_header_lastpost_td {text-indent:10px;text-align:left;padding-top:0px;padding-bottom:0px;height:26px;letter-spacing: 1px}
.forum_list_header_newtext_td, .forum_list_header_topics_td, .forum_list_header_posts_td {text-align:center;padding-top:0px;padding-bottom:0px;height:26px;letter-spacing: 1px}
.forumlistforumname {letter-spacing: 1px;font-size:12px;font-family:verdana,tahoma}
span.forumlistheader {font-size:12px;letter-spacing: 1px;font-family:verdana,tahoma;color:#CCCCCC}
span.forumlistseparator {font-size:12px;font-family:verdana,tahoma;letter-spacing: 1px;color:#CCCCCC}
span.forumlistnonewswitch, span.forumlistnewswitch {font-size:12px;font-family:verdana,tahoma;color:#CCCCCC}
span.forumlistnumtopics, span.forumlistnumposts, span.forumlistdescription, span.forumlistlastpost {font-size:11px;font-family:verdana,tahoma;color:#CCCCCC}
span.forumlistdescription {color:#CCCCCC}
span.forumlistadministrators, span.forumlistmoderators {font-size:11px;font-family:verdana,tahoma}
/* TOPIC LIST TABLE */
.topic_list_table {border:1px solid #000000;}
.topiclisttopicname {letter-spacing: 1px;font-size:12px;font-family:verdana}
.topic_list_header_topic_td, .topic_list_header_lastpost_td {text-indent:10px;text-align:left;padding-top:0px;padding-bottom:0px;height:26px;letter-spacing: 1px}
.topic_list_header_modbox_td, .topic_list_header_newtext_td, .topic_list_header_posticon_td,.topic_list_header_replies_td, .topic_list_header_views_td, .topic_list_header_startedby_td {text-align:center;padding-top:0px;padding-bottom:0px;height:26px;letter-spacing: 1px}
span.topiclistnewswitch, span.topiclistnonewswitch {font-size:12px;font-family:verdana,tahoma;color:#CCCCCC}
span.topicliststartedby, span.topiclistreplies, span.topiclistviews, span.topiclistlastpost {font-size:11px;font-family:verdana,tahoma;color:#CCCCCC}
span.topiclisttopicclosed, span.topiclisttopicsticky,span.topiclisttopichidden {font-size:11px;font-weight:normal;font-family:verdana,tahoma;color:#CCCCCC}
span.topiclistheader {font-size:12px;letter-spacing: 1px;font-family:verdana,tahoma;color:#CCCCCC}
In the Area's that are in bold.. Change the #CCCCCC to the color of your choice.
|
4/28/2006, 12:17 am
|
Link to post
PM Joshin Josh
Blog
|
Reginald Jeeves
Directory Friend
Registered: 04-2006
Posts: 6
Karma: 0 (+0/-0)
|
Reply Quote
|
|
RE: text color of "New" next to Forum
Thanks, you guys rock.
J
|
4/28/2006, 12:57 am
|
Link to post
Email Reginald Jeeves
PM Reginald Jeeves
|
BobsBeerBottle
Directory Friend
Registered: 05-2006
Location: Reppin NJ
Posts: 3
Karma: 0 (+0/-0)
|
Reply Quote
|
|
RE: text color of "New" next to Forum
How do I change the standard "New" into a custom Icon instead?
|
5/19/2006, 5:46 pm
|
Link to post
PM BobsBeerBottle
|
Firlefanz
Admin
Registered: 05-2003
Location: Germany
Posts: 3529
Karma: 208 (+255/-47)
|
Reply Quote
|
|
RE: text color of "New" next to Forum
You can replace the text string in the language set with the url for an image. Read the details here:
Images Instead Of Text

--- - Firlefanz
Reading: "Optatio Onyx" - Timo Bader (ed.)
Writing: Rewrite of "Evelina Unicorn Girl"
Hannah Steenbock
|
5/19/2006, 5:54 pm
|
Link to post
Email Firlefanz
PM Firlefanz
Blog
|