I’m running ikonboard on my site:
Here’s my stylesheet:
<style type="text/css">
SELECT, option, textarea, input { FONT-FAMILY:arial,sans-serif; color:#3900AA; FONT-SIZE: 12px }
a:link,a:visited,a:active {text-decoration:none; FONT-FAMILY:arial,sans-serif; color:#000000; font-weight:plain;}
a:hover {text-decoration:none; color:#000000; font-weight:plain;}
.bottom { vertical-align: bottom }
.top { vertical-align: top }
.poster { FONT-FAMILY:arial,sans-serif; color:#000000; font-weight:plain; font-size: 12px }
body, td, font { font-family : Arial, sans-serif; font-size : 12px; }
</style>
While I like the look of the 12 point type for most of the text, I’d like to get it down to 10 or 11 points in certain areas, basically in the same places where vB inserts a <font size=1> tag. I’ve screwed around with all the pseudo elements I can think of, but nothing works. Any ideas? I can do minimal hacking in the scripts if I need to.
Danke.