The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Post timestamps
I'd like to tweak the color of the timestamp above the posts. What CSS do I need to change for that? And if I change that, what else is affected by the same definition?
Is there a way (besides guess and check) that I could find that out on my own for various other things instead of coming here and asking every time? |
#2
|
||||
|
||||
You can find it in the page source. For instance, if you look at the page source for this page and search for 17:33 (that is what I see your post date as), then you'd see this:
HTML Code:
<div class="normal"> <!-- status icon and date --> <a name="post1751867"><img class="inlineimg" src="images/cstyle/blue/statusicon/post_new.gif" alt="Unread" border="0" /></a> Today, 17:33 <a name="newpost"></a> <!-- / status icon and date --> </div> HTML Code:
<span style="color:red">the code for the time stamp in the postbit/postbit_legacy template</span> |
#3
|
||||
|
||||
Thanks, Lynne!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|