The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
CSS Madness - Help sought
I present you guys three images:
First, my navbar: The font in question is the one I'm using for my navigation links. (Site Features, etc). I'm using the following plain old HTML for them: Code:
<font size="1px" color="#FFFFFF"><b>Site Policy</b></font> So, in my handy HTML editor, I produce the following: Code:
<span style="color:white;font:bold 10px verdana">Site Policy</span> Editor: Result: Yay! "Gravy", I think, I'll just add some CSS and use span classes. So I toss this into the Main CSS: Code:
.testmarkup { color: #ffffff; font: bold 10pt verdana; Text-Decoration: none; } Code:
<span class="testmarkup">Unused</span> Thus my problem. Before I concede the point that I'll be 30 in less than 4 months and could be going senile before my time.. What am I missing here? Much thanks to any insight offered. |
#2
|
||||
|
||||
Try this:
Code:
.testmarkup { color: #FFF; font-weight: bold; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; } EDIT: I think I just noticed where your main problem is.. When you were doing the spans, you had the font set to 10px.. when you put it in the style it was set for 10pt. Perhaps just changing that back to 10px is the answer to the problem. |
#3
|
|||
|
|||
Huzzah! Thank you man!
I really am senile after all. |
#4
|
||||
|
||||
No problem.
CSS is my baby.. I love her.. I'm currently developing an entire CSS / table-less (except for tabular data) skin for my future site.. Very exciting.. if you're a nerd like me. |
#5
|
|||
|
|||
I know the feeling, I'm excited about it too.
I long for the day when there's a completely table-less, 100% CSS vBulletin release. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|