The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
In the image below where do I go to change the font color for the bar with Forum Tools in it and the other bar for Title / Thread Starter.
Image below: Attachment 107151 Thanks in advance for the help.
|
|
#2
|
|||
|
|||
|
in threadbit.css
find Code:
.threadlisthead span.threadinfo {
width: 49%;
}
Code:
.threadlisthead span.threadinfo a {
color: colour you want.
}
|
|
#3
|
|||
|
|||
|
Actually that should be in threadlist.css , correct?
and you would add the code like this: Code:
.threadlisthead span.threadinfo a {
color: #ffffff;
}
Now how about these 2 bars on forumdisplay.php shown in the image below. How do you change the colors for the font in them? Attachment 107152 |
|
#4
|
||||
|
||||
|
???? anyone? i also can't figure this out, tried like 10 things
|
|
#5
|
||||
|
||||
|
Show up what you tried and where you put it.
|
|
#6
|
||||
|
||||
|
I tried what you put in here... I posted a request on the official Beta forum
http://www.vbulletin.com/forum/showt...Thread-Display Maybe that explains it a little better? |
|
#7
|
||||
|
||||
|
I feel like I've already looked that one up. Do a search in templates for ".postlist_popups a" and you will see what effects it. And then get the firebug addon for firefox for future use and you'll be able to easily find these things yourself.
|
|
#8
|
||||
|
||||
|
oh I have firebug. why didn't i think of that. let me test it.
--------------- Added [DATE]1260407404[/DATE] at [TIME]1260407404[/TIME] --------------- i still dont know what i'm looking for, damnit. ![]() --------------- Added [DATE]1260407798[/DATE] at [TIME]1260407798[/TIME] --------------- I thought it was "thread_controls" inside the showthread.css Code:
.thread_controls {
position: relative;
display:block;
float: {vb:stylevar left};
width: 100%;
border: 1px solid #c4c4c4;
background: {vb:stylevar blockhead_background.backgroundColor} {vb:stylevar blockhead_background.backgroundImage} repeat-x top {vb:stylevar left};
margin-bottom: {vb:math {vb:stylevar padding}/2};
margin-top: {vb:stylevar padding};
}
.thread_controls div:first-child {
font-weight: bold;
padding: {vb:math {vb:stylevar padding}/2} 0;
font-size: {vb:math {vb:stylevar font.fontSize}-1}px;
border-top: 1px solid {vb:stylevar body_background.backgroundColor};
float: {vb:stylevar left};
width: 100%;
}
--------------- Added [DATE]1260408170[/DATE] at [TIME]1260408170[/TIME] --------------- Ok I found it and changed it... Changed: Code:
color: {vb:stylevar link_color};
Code:
color: #ffffff; Thanks Lynne once again. Can I register my own stylevar and have it point to it? I think I read somewhere you can. |
|
#9
|
||||
|
||||
|
Yes, you may. You must be in debug mode and then go to the StyleVar page in teh MASTER STYLE and you will have a new option to Add New Stylevar.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|