vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Change the link color of bigusername (https://vborg.vbsupport.ru/showthread.php?t=69546)

LordSoth 09-17-2004 12:34 AM

Change the link color of bigusername
 
I've changed the .css for the Usernames links on the showthread.php that use .bigusername to black but, they won't change from the defualt link color.

This is what I have:
PHP Code:

.bigusername 

    
font-size11pt;
    
font-weight bold;
    
color#000000;
}
.
bigusername a:link
{
    
color#000000;
    
text-decorationnone;
}
.
bigusername a:visited
{
    
color#000000;
    
text-decorationnone;


They are bold and size 11 but, not black.

Dean C 09-17-2004 09:28 AM

Moved to General vBulletin Questions. Please read the forum descriptions more closely in future :)

CarCdr 09-17-2004 09:50 AM

Link coloring is a separate set of attributes. There are attributes to control the link color when presented, when the mouse is over the link, and when it has been visited.

Google "css link color" and you should get the answer.

LordSoth 09-17-2004 08:39 PM

The a:link and a:visited should be the active and visited links. I'm not trying to change the mouse over color and I don't want to change all the link colors.


All times are GMT. The time now is 11:10 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.01038 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_php_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