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%;
}
But I placed a color code in there, didn't change anything. UGH!
--------------- Added [DATE]1260408170[/DATE] at [TIME]1260408170[/TIME] ---------------
Ok I found it and changed it...
Changed:
Code:
color: {vb:stylevar link_color};
To:
Doesn't make sense since it was supposed to pull the link_color stylevar, but it wasn't. Cause the Link_color stylevar was a blue color and not black.
Thanks Lynne once again. Can I register my own stylevar and have it point to it? I think I read somewhere you can.