vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   Username Font Size in 3.8.1 (https://vborg.vbsupport.ru/showthread.php?t=208660)

Contra Fates 03-18-2009 12:46 AM

Username Font Size in 3.8.1
 
I have looked at several threads regarding changing the username size in thread views. I tried what was advised, but one string of code wasn't even there, and the other one I was able to change 'big username' to 'smallusername,' but find that it is -too- small.

There seems to be no such thing as 'mediumusername,' so I was hoping someone here might know if there's some way to make the username size a little bigger than the small, but smaller than the big option.

Thanks!

Attitude5ire 03-18-2009 09:54 AM

Open your Advanced CSS for Style.
Scroll down to the Custom CSS part you will find class.

.bigusername { font-size:14pt }

Just change it to whatever font size u want.
Cheers

Contra Fates 03-18-2009 03:36 PM

Quote:

Originally Posted by Attitude5ire (Post 1771030)
Open your Advanced CSS for Style.
Scroll down to the Custom CSS part you will find class.

.bigusername { font-size:14pt }

Just change it to whatever font size u want.
Cheers

I had already tried that, but nowhere in my skin's css [except for printthreadbit], it only has a spot for the values 'smallusername' or 'bigusername,' and I'm wondering if there's some code for a medium username. I figured the absence of that code was a vbulletin 3.8.1 edit, but it may be because of my skin itself. =/

Lynne 03-18-2009 03:46 PM

You must have modified your postbit, or postbit_legacy, templates to not use bigusername if modifying that css isn't changing things for you. From the default postbit template:
HTML Code:

<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>


All times are GMT. The time now is 05:09 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00940 seconds
  • Memory Usage 1,715KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete