vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Username colours are being replaced by CSS? [Help please!] (https://vborg.vbsupport.ru/showthread.php?t=173099)

DiageoLiam 03-15-2008 02:36 PM

Username colours are being replaced by CSS? [Help please!]
 
Hey guys,
I have 12 different usergroups on my forum, each with different coloured names - such as green, blue, pink etc.
On the 'Users Online' list, all of the usernames are in the same colour, specified in the style's CSS. Does anyone know how to combat this problem?

Thanks

http://img292.imageshack.us/img292/8...colourswy3.jpg

nexialys 03-15-2008 03:42 PM

your css is not written properly, and have to indicate what is the element is wrapped in the same...

ex: .smallfont #yourstyle a:link { font-weight: bold; color: #000; }

DiageoLiam 03-15-2008 04:39 PM

If I copied and pasted that into the CSS, would it work?
If so, where do I paste it?
I didn't make the layout so I'm hopeless at this!

Thanks :)

Opserty 03-15-2008 04:40 PM

Can you provide a link?

Lynne 03-15-2008 04:42 PM

As Opserty asked, a link would really help because then we can see the source code.

DiageoLiam 03-15-2008 04:42 PM

<a href="http://www.ditchthelabel.com/forum" target="_blank">www.ditchthelabel.com/forum</a>
name: form
password: exclusiv

Lynne 03-15-2008 05:08 PM

This is what you have for the Administrator:
<b><u><font color="006EEA">Administrator</u></b></font>

You need to have it as:
<b><u><font color="006EEA">Administrator</font></u></b>

Or, better yet:
<span style="font-weight:bold; font-style:italic; color:006EEA;">Administrator</span>

DiageoLiam 03-15-2008 05:10 PM

But that isn't in the CSS? :s

Opserty 03-15-2008 05:26 PM

You need to use this markup for the usergroup Username HTML Markup (Its in the bit where you edit the Usergroups):

Start:
<span style="font-weight:bold; text-decoration:underline; color:#006EEA;">

End:
</span>

This does not have anything to do with your CSS, you were missing the pound (#) symbol in the Hexadecimal colour codes.

Adding or Editing a Usergroup

DiageoLiam 03-15-2008 05:27 PM

Oh, hahaha!! Thanks :)


All times are GMT. The time now is 09:30 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.01010 seconds
  • Memory Usage 1,727KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete