Log in

View Full Version : Small issue


PinkDaisy
07-09-2009, 08:23 PM
Can someone try to tell me what code is messed up maybe in my skin sheet to cause my username in Firefox to be smaller than it is in IE? Just a small irritation on my eyes.

Thanks.

HMBeaty
07-09-2009, 08:25 PM
Possibly a mod you installed? Or possibly something that was changed in the CSS

Ronald0
07-09-2009, 08:25 PM
I believe that its not a vbulletin issue, to change that is a FireFox issue.

What you do is hold ctrl and move the scroll on your mouse.

HMBeaty
07-09-2009, 08:26 PM
I believe that its not a vbulletin issue, to change that is a FireFox issue.

What you do is hold ctrl and move the scroll on your mouse.
I highly doubt thats the problem shes having

PinkDaisy
07-09-2009, 08:27 PM
I think its in the CSS, when I do the control and scroll it just changes all font and thats not the issue.

Any idea or anything on what I can look for in the CSS sheet?

Ronald0
07-09-2009, 08:28 PM
I highly doubt thats the problem shes having

Hm... well maybe its the font style then?

HMBeaty
07-09-2009, 08:30 PM
Check in the "Additional CSS Definitions" for "styling for 'big' usernames on postbit etc."

For example, mine is set to:
/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 14pt; }

PinkDaisy
07-09-2009, 08:44 PM
Yeah. Mine says that... IDK. Heres the whole code:

}
/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 14pt; }

/* ***** small padding on 'thead' elements ***** */
td.thead, th.thead, div.thead { padding: 4px; }

/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none; }
.pagenav td { padding: 2px 4px 2px 4px; }

/* ***** de-emphasized text */
.shade, a.shade:link, a.shade:visited { color: #777777; text-decoration: none; }
a.shade:active, a.shade:hover { color: #FF4400; text-decoration: underline; }
.tcat .shade, .thead .shade, .tfoot .shade { color: #DDDDDD; }

/* ***** define margin and font-size for elements inside panels ***** */
.fieldset { margin-bottom: 6px; }
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }


--------------- Added 1247235410 at 1247235410 ---------------

Anyone have anymore insight?