View Full Version : How To Set Username Font size in postbit
shzad1
11-06-2010, 04:02 AM
For the slower among us ... I very much like the option of being able to use larger, customized fonts for user names in the posbit, but don't want the changes to carry over to the "who's online" display, which it has done on both my CMPS and forum index. Is there an easy way limit the html changes to the user name display in the postbit?
--------------- Added 1289022475 at 1289022475 ---------------
i have use this method as given on VB Forum
/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 14pt; }
but Only Administrators Postbit size changes and the other usergroup sizes remain normal.
see this screen short
https://vborg.vbsupport.ru/external/2010/11/56.png
now can u please configure me out what i did wrong?
or what is the error????
looking for your kind support
thanks in advance :)
Simon Lloyd
11-06-2010, 08:04 AM
You must have some additional css that is preventing the size change for users then :)
shzad1
11-06-2010, 08:26 AM
You must have some additional css that is preventing the size change for users then :)
Thanks for repling dear frnd
plz can u explain a lil bit more. what kind of additional css needs more? or is there anyother option to set this?
need ur kind reply:)
Simon Lloyd
11-06-2010, 09:20 AM
Where you found this/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 14pt; }there is an additional CSS box below it, can you post the contents of that here?
shzad1
11-06-2010, 09:38 AM
yes
here it is the content
/* ***** 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; }
what to do the postbit size apply for all usergroups?
really needs help:)
Simon Lloyd
11-06-2010, 10:00 AM
Thats the wrong CSS box, its the one below that, post the contents of that one!
shzad1
11-06-2010, 10:06 AM
first Mr Simon Lloyd Thanks for your kind behavior and help :)
and
here is the screen short i have.
what to do?
please i m new. brief me a little more :)
https://vborg.vbsupport.ru/external/2010/11/55.png
Simon Lloyd
11-06-2010, 10:29 AM
Ok so there's nothing in your additional CSS and im assuming you don't have a CSS style sheet that your forum refers to, so in the empty box below your CSS add this.MyBigusername { font-size: 24pt; }
then in the postbit template search for bigusername and replace it with MyBigusername.
shzad1
11-06-2010, 10:40 AM
Ok so there's nothing in your additional CSS and im assuming you don't have a CSS style sheet that your forum refers to, so in the empty box below your CSS add this.MyBigusername { font-size: 24pt; }
then in the postbit template search for bigusername and replace it with MyBigusername.
Thanks Simon. My Problem is clear now:)
Thanks a Lot for your Kind Help:)
You are really a great person:)
Thanks Once Again:)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.