The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Latest Topic (New System) Changing Color!

2 posters

Go down

Solved Latest Topic (New System) Changing Color!

Post by RyouIkeda November 5th 2011, 10:59 am



How can i change the Latest topic (New System) color in black or any color?


If you know it please give me a code or something!

Thank you very much !


Last edited by HowToKill on December 2nd 2011, 3:26 pm; edited 1 time in total
RyouIkeda
RyouIkeda
Forumember

Male Posts : 242
Reputation : 4
Language : English/Filipino/Japan
Location : Phillipines

http://indexmu.forum.st

Back to top Go down

Solved Re: Latest Topic (New System) Changing Color!

Post by RyouIkeda December 2nd 2011, 1:49 pm

BUMP!
RyouIkeda
RyouIkeda
Forumember

Male Posts : 242
Reputation : 4
Language : English/Filipino/Japan
Location : Phillipines

http://indexmu.forum.st

Back to top Go down

Solved Re: Latest Topic (New System) Changing Color!

Post by Guest December 2nd 2011, 2:54 pm

What certain you want to change? Color of which text? May you take a screenshot that will expain better?
avatar
Guest
Guest


Back to top Go down

Solved Re: Latest Topic (New System) Changing Color!

Post by RyouIkeda December 2nd 2011, 3:27 pm

The backround of Latest Topic is white right? i want to make him a black,

and the dont make it white, or red
RyouIkeda
RyouIkeda
Forumember

Male Posts : 242
Reputation : 4
Language : English/Filipino/Japan
Location : Phillipines

http://indexmu.forum.st

Back to top Go down

Solved Re: Latest Topic (New System) Changing Color!

Post by Guest December 2nd 2011, 3:38 pm

Just replace from mod_recent_topics:
Code:
<style>
div.title {
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: #fff;
text-align:center;
}
</style>
<!-- BEGIN classical_row -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="3" align="center"><tbody>
<thead><tr><th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle">
<div class="ist">Latest Topics</div>
</th></tr></thead>
<tr>
<td style="padding: 0px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;" width="100%">
<table border="0" cellpadding="0" cellspacing="0" colspan="3" width="100%">
 
<tr><td class="catHead" colspan="2" width="50%">
<div class="title"><font color="black">Topic</font></div>
</td>
<td class="catHead" colspan="1" width="25%">
<div class="title"><font color="black">History</font></div>
</td>
<td class="catHead" colspan="1" width="25%">
<div class="title"><font color="black">Written by</font></div>
</td></tr>
 
<tr valign="top">
<td colspan="1" style="border-top: 0px none; padding: 0px; background: transparent url(http://i1036.photobucket.com/albums/a449/a1tinhgia3/image/list.gif) no-repeat scroll center top; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;" width="24"><img src="http://2img.net/i/fa/empty.gif" width="24" border="0"></td><td style="border-top: 0px none; padding: 0px; line-height: 20px; background-repeat: repeat;" align="left" background="http://i1036.photobucket.com/albums/a449/a1tinhgia3/image/listbg.gif" width="50%">
 
<!-- BEGIN recent_topic_row -->
<a href="{classical_row.recent_topic_row.U_TITLE}"><b><font style="font-family: Tahoma; font-size: 11px">{classical_row.recent_topic_row.L_TITLE}</font></b></a><br>
 
<!-- END recent_topic_row -->
</td>
<td style="border-top: 0px none; padding: 0px; line-height: 16.5px; background-repeat: repeat;" align="center" background="http://i1036.photobucket.com/albums/a449/a1tinhgia3/image/listbg.gif" width="25%">
<span class="gensmall">
<!-- BEGIN recent_topic_row -->
<img src="http://img816.imageshack.us/img816/9845/11750606.png" width="16px" height="16px" />
{ON} {classical_row.recent_topic_row.S_POSTTIME}
<br><!-- END recent_topic_row -->
</span>
</td>
<td style="border-top: 0px none; padding: 0px; line-height: 17px; background-repeat: repeat;" align="left" background="http://i1036.photobucket.com/albums/a449/a1tinhgia3/image/listbg.gif" width="25%">
<!-- BEGIN switch_poster -->
<a href="{classical_row.recent_topic_row.switch_poster.U_POSTER}">{classical_row.recent_topic_row.switch_poster.S_POSTER}</a>
<!-- END switch_poster -->
<!-- BEGIN switch_poster_guest -->
{classical_row.recent_topic_row.switch_poster_guest.S_POSTER}
<!-- END switch_poster_guest -->
<!-- BEGIN recent_topic_row -->
<img src="http://www.birazkisisel.com/wp-content/plugins/wp-favorite-posts/img/star.png">
<a href="{classical_row.recent_topic_row.switch_poster.U_POSTER}"><font style="font-family: Tahoma; font-size: 11px">{classical_row.recent_topic_row.switch_poster.S_POSTER}</font></a>
<br><!-- END recent_topic_row -->
 
</td>
</tr></table></td></tr></tbody></table>
<!-- END classical_row -->
by:
Code:
<style>
div.title {
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: #fff;
text-align:center;
}

#ciumadan{
color: red;
}
</style>
<!-- BEGIN classical_row -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="3" align="center"><tbody>
<thead><tr><th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle">
<div class="ist" id="ciumadan">Latest Topics</div>
</th></tr></thead>
<tr>
<td style="padding: 0px; background: rgb(0, 0, 0) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;" width="100%">
<table border="0" cellpadding="0" cellspacing="0" colspan="3" width="100%">
 
<tr><td class="catHead" colspan="2" width="50%">
<div class="title"><font color="red">Topic</font></div>
</td>
<td class="catHead" colspan="1" width="25%">
<div class="title"><font color="red">History</font></div>
</td>
<td class="catHead" colspan="1" width="25%">
<div class="title"><font color="redk">Written by</font></div>
</td></tr>
 
<tr valign="top">
<td colspan="1" style="border-top: 0px none; padding: 0px; background: transparent url(http://i1036.photobucket.com/albums/a449/a1tinhgia3/image/list.gif) no-repeat scroll center top; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;" width="24"><img src="http://2img.net/i/fa/empty.gif" width="24" border="0"></td><td style="border-top: 0px none; padding: 0px; line-height: 20px; background-repeat: repeat;" align="left" background="http://i1036.photobucket.com/albums/a449/a1tinhgia3/image/listbg.gif" width="50%">
 
<!-- BEGIN recent_topic_row -->
<a href="{classical_row.recent_topic_row.U_TITLE}"><b><font style="font-family: Tahoma; font-size: 11px; color: red">{classical_row.recent_topic_row.L_TITLE}</font></b></a><br>
 
<!-- END recent_topic_row -->
</td>
<td style="border-top: 0px none; padding: 0px; line-height: 16.5px; background-repeat: repeat;" align="center" background="http://i1036.photobucket.com/albums/a449/a1tinhgia3/image/listbg.gif" width="25%">
<span class="gensmall" style="color: red">
<!-- BEGIN recent_topic_row -->
<img src="http://img816.imageshack.us/img816/9845/11750606.png" width="16px" height="16px" />
{ON} {classical_row.recent_topic_row.S_POSTTIME}
<br><!-- END recent_topic_row -->
</span>
</td>
<td style="border-top: 0px none; padding: 0px; line-height: 17px; background-repeat: repeat;" align="left" background="http://i1036.photobucket.com/albums/a449/a1tinhgia3/image/listbg.gif" width="25%">
<!-- BEGIN switch_poster -->
<a href="{classical_row.recent_topic_row.switch_poster.U_POSTER}">{classical_row.recent_topic_row.switch_poster.S_POSTER}</a>
<!-- END switch_poster -->
<!-- BEGIN switch_poster_guest -->
{classical_row.recent_topic_row.switch_poster_guest.S_POSTER}
<!-- END switch_poster_guest -->
<!-- BEGIN recent_topic_row -->
<img src="http://www.birazkisisel.com/wp-content/plugins/wp-favorite-posts/img/star.png">
<a href="{classical_row.recent_topic_row.switch_poster.U_POSTER}"><font style="font-family: Tahoma; font-size: 11px">{classical_row.recent_topic_row.switch_poster.S_POSTER}</font></a>
<br><!-- END recent_topic_row -->
 
</td>
</tr></table></td></tr></tbody></table>
<!-- END classical_row -->
avatar
Guest
Guest


Back to top Go down

Solved Re: Latest Topic (New System) Changing Color!

Post by RyouIkeda December 2nd 2011, 4:06 pm

Thank you very much!

You help me so much
RyouIkeda
RyouIkeda
Forumember

Male Posts : 242
Reputation : 4
Language : English/Filipino/Japan
Location : Phillipines

http://indexmu.forum.st

Back to top Go down

Solved Re: Latest Topic (New System) Changing Color!

Post by Guest December 2nd 2011, 5:14 pm

Glad I could help HowToKill. Wink
avatar
Guest
Guest


Back to top Go down

Solved Re: Latest Topic (New System) Changing Color!

Post by Base December 2nd 2011, 5:39 pm

Glad your problem is solved; topic marked as solved and archived.
Base
Base
Forumaster

Male Posts : 10383
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum