PDA

View Full Version : How do I change the Username font size in Postbit on vB4.0.6


Welshy2008
09-26-2010, 12:28 PM
Hi Guys,

I did it on a previous install (test board) of vBulletin 4.0.6. But I cannot remember how to change the font size of everyone's username. (in postbit).

I have tried the method's here (even though they are for 4.0.2):

http://www.vbulletin.com/forum/showthread.php?342712-How-To-Change-the-Font-Size-of-the-Username-in-Postbit

But they Didn't work.


Any Ideas Please?

Lynne
09-26-2010, 02:39 PM
For postbit template (not postbit_legacy):
.postbit .userinfo .popupmenu a.popupctrl, .postbit .userinfo_noavatar .popupmenu a.popupctrl {font-size: 16px;}
or, stylevar "mid_fontSize"

Welshy2008
09-26-2010, 08:03 PM
Perfect, Thank You Lynne.

--------------- Added 1285535145 at 1285535145 ---------------

Just one last thing; If I may, Please?

How do I add extra space between the end of a Username and the User online / offline image, in postbit too, please?

Many Thanks.

Lynne
09-27-2010, 03:59 AM
Add some padding:
.postbit .userinfo .popupmenu a.popupctrl, .postbit .userinfo_noavatar .popupmenu a.popupctrl {padding-right: 10px;}

sulasno
09-27-2010, 06:50 AM
thanks

sometimes it pays to be a lurker :-)

Welshy2008
09-27-2010, 06:56 AM
Thanks Lynne,

That didn't work for me. :( I tried various size px - but nothing.

Any other way, Please?


Thank You.

Lynne
09-27-2010, 02:49 PM
ARgh! It's padding-right, not right-padding. Sorry, I always mix that up.

Welshy2008
09-27-2010, 03:05 PM
ARgh! It's padding-right, not right-padding. Sorry, I always mix that up.

That just goes to prove you are human, Lynne.


That has worked perfectly - Thank You very much for all of your help. :)

sulasno
09-27-2010, 03:20 PM
thanks

just one question;

do I put the code into additional.css

TheLastSuperman
09-27-2010, 04:15 PM
thanks

just one question;

do I put the code into additional.css

Yes,

I have found some css that does not simply overwrite when inserted into additional.css (usually when I see some trying to use CSS wrong i.e. google the definition for CSS :p) so if that ever happens simply locate the correct css template and modify to suite *recording changes for future upgrades if the merge does not function correctly* or simply add at the very bottom of the template if your not too editing savvy ;).

sulasno
09-29-2010, 12:13 AM
I am using this method for usernames based on usergroups

http://www.vbulletin.com/forum/showthread.php?359992-How-do-I-changfe-post-font-colours-and-username-colours

if I use the above code, will it overwrite the rights ?