Michael Morris
First Post
Well, I put my finger on the difference.. It was
font-family: Tahoma, Verdana, sans-serif;
Changed it to
font-family: Verdana, Arial, Helvetica, sans-serif;
For those not familiar with CSS, that is a search order - not all people's computers have the same fonts on them, so you are best off choosing a sequence of fonts. The first one is the "first choice" and if it isn't available the browser goes to the second and so on.
Verdana is the Vbulletin default font and was the font used on the giga-insetable rogue theme (the "old theme" of news). I forgot that tahoma was pre-empting it.
The font is set to 12 pt. for now in most instances. The old style set had the fonts set up relatively..
The colors are actually the same on both styles - I didn't change that part of the style sheet at all so I'm somewhat puzzled when folks say the colors are worse - they're the same.
font-family: Tahoma, Verdana, sans-serif;
Changed it to
font-family: Verdana, Arial, Helvetica, sans-serif;
For those not familiar with CSS, that is a search order - not all people's computers have the same fonts on them, so you are best off choosing a sequence of fonts. The first one is the "first choice" and if it isn't available the browser goes to the second and so on.
Verdana is the Vbulletin default font and was the font used on the giga-insetable rogue theme (the "old theme" of news). I forgot that tahoma was pre-empting it.
The font is set to 12 pt. for now in most instances. The old style set had the fonts set up relatively..
The colors are actually the same on both styles - I didn't change that part of the style sheet at all so I'm somewhat puzzled when folks say the colors are worse - they're the same.