Upcoming Games

(UTC times)


Full list
Add a game

Upcoming Events

No events to display

Who's Online

BigAzza, JamesN, waucott, druey (4 users seen recently)

CSS problem

You are here: Home > Forum > General > Website / Forum > CSS problem

Page 1 of 1

CSS problem 09/05/2010 at 20:54 #1237
GeoffM
Avatar
6281 posts
I'm trying to fix the font in the reply box textarea but I can't find which CSS style(s) determine the font type and size. Any ideas?
SimSig Boss
Log in to reply
CSS problem 09/05/2010 at 20:54 #9067
GeoffM
Avatar
6281 posts
I'm trying to fix the font in the reply box textarea but I can't find which CSS style(s) determine the font type and size. Any ideas?
SimSig Boss
Log in to reply
CSS problem 10/05/2010 at 06:04 #9075
Tallington
Avatar
254 posts
Hi Geoff,

I''ve sent you a PM with the Shoutbox CSS file details and the likely edit area.

But having re-read the question - is it THIS reply box text you were looking for?

If so then this might be the area:-
http://www.SimSig.co.uk/components/com_agora/style/Neo/common.css

/**
* Neo - Agora Forum 3.x Template/Style
*** -----------------------------------------------------------------------------------------------
COMMON
----------------------------------------------------------------------------------------------- ***/
.ag_agora { font: normal normal 12px/1em Verdana, sans-serif; }
.ag_agora pre,
.ag_agora textarea { font: normal normal 12px/1.4em sans-mono; }
.ag_agora * { font-size: 1em; line-height: 1em; /*font inheritance*/ }

Ken

Log in to reply
CSS problem 10/05/2010 at 08:16 #9076
GeoffM
Avatar
6281 posts
I did look at that and saw the sans so ignored it as it was a serif font. However, sans-mono appears to refer to a particular font name which I don't have installed, whereas sans-serif is (as I understand it) referring to a particular style of font (fallback). Changing the sans-mono to sans-serif fixes it. I've done a couple of other tweaks which makes it easier for me (at least) to read this as I type.

Yes, it was the forum reply, not the shoutbox message.

Cheers.

SimSig Boss
Log in to reply