vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   change user info colour? (https://vborg.vbsupport.ru/showthread.php?t=253519)

FASEOFMARS 11-11-2010 09:31 PM

change user info colour?
 
i would like to know how to change the color of the user information font displayed in the postbit...

i dont not see the option in stylevars but surly their is a way to do it?

Lynne 11-11-2010 09:38 PM

Try:
HTML Code:

.userinfo_noavatar, .userinfo {color:orange;}

FASEOFMARS 11-12-2010 08:18 AM

its works apart from people who dont use an avatar, is their a way i can make it work for people who dont use an avatar?

Lynne 11-12-2010 02:05 PM

.userinfo_noavatar should take care of that. If it isn't, please link to your showthread page that we can view so we can look at the class used.

FASEOFMARS 11-14-2010 05:28 PM

seems to be working now, i put it at the top of additional.css.. thanks lynne!

another thing, do you know how to change the colour of the username on the postbit aswell?

Lynne 11-14-2010 05:51 PM

The username is usually done in the Usergroup Manager under Username HTML Markup.

Usergroup Manager > Edit Administrators > Username HTML Markup
Quote:

The first field is the opening tag. The second field is the closing tag. These tags will be inserted around the user's username like this:

[opening tag]username[closing tag]

Some HTML tags you might want to use here include:

<span style="font-weight: bold;">username</span> = username
<span style="font-style: italic;">username</span> = username
<span style="text-decoration: underline;">username</span> = username
<span style="color: red;">username</span> = username
<span style="font: 20px verdana;">username</span> = username

You can also do combinations by using more than one attribute in the style property:

<span style="font: 20px verdana; color: red;">username</span> = username

FASEOFMARS 11-14-2010 06:42 PM

ye but that would make it display white everywhere..

i only want it to display white on the postbit...

Lynne 11-14-2010 08:51 PM

Maybe something like
HTML Code:

.username_container a.username {color: white;}
That should work as long as you aren't using HTML markup.


All times are GMT. The time now is 08:44 AM.

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.01088 seconds
  • Memory Usage 1,726KB
  • 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
  • (2)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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