UBB.Dev
Posted By: Cro new posts.....how to make them bold? - 11/07/2004 7:40 AM
hello. Im looking for a mod that displays all the new posts for a user in bold letters. So, instead of changing the color of the row, i want it to just change the letters to bold... ive seen this on one forum..... anybody knows how it can be done? thanks
This is all done in the CSS stylesheet. For the newlighttable, newdarktable, newsubjecttable, etc. elements, just include a font-style or font-weight element. Here's an example from one of the stylesheets I have available, where rather than bolding the new posts, they're italicized:
Code
 .newlighttable {<br />    background: #00194C;<br />    font-style: italic;<br />    color: #FFFFFF; 


If you want the background color to not change, but just the text to change, simply make the background color the same as the non-new elements, and then use a font-style or font-weight entry for the text.
Posted By: Cro Re: new posts.....how to make them bold? - 11/08/2004 4:19 AM
k that was simple, thanks man....
© UBB.Developers