Hello
Could somebody please tell me the name of the CSS styles which control the font for the control panel and the font that comes with modules such as User Online. At the moment I am editing:
body { font: small Verdana, Geneva, Arial, Helvetica, sans-serif line-height: 1.1; }
td,th,div,span,p,a,input,textarea{font-family:Verdana, Arial, Helvetica, sans-serif; color:#303030; font-size: 9px;}
.Head {
font-size: 1.1em;
font-weight: bold; color: #fff;
}
.SubHead {
font-size: 0.9em;
font-weight: bold;
}
.SubSubHead {
font-size: 0.9em;
font-weight: bold;
}
.Normal, .NormalDisabled, .NormalTextBox, .NormalRed, .NormalBold,.NormalTextBox
{font-size: 1.0em;
color: #303030;
font: normal 0.9em verdana, tahoma, arial, helvetica, sans-serif;
}
.NormalRed
{
font-size: 1.0em;
font-weight: bold;
color: #ff0000
}
.NormalBold
{
font-size: 1.0em;
font-weight: bold
}
But the font is displayed as extra extra large, (approx: 50px;) any suggestions?
Are these the styles I need or am I missing something?
Thanks
Laura
.