vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   Text Color Hack (https://vborg.vbsupport.ru/showthread.php?t=27413)

Lord Illicious 09-05-2001 01:00 PM

Is there a way to change or set the text color in vB2.0.0 (This text) if im using a black background?

Admin 09-05-2001 01:09 PM

Admin CP => Styles => Modify => Fonts Colors etc. => Fonts.
You can set the color there for Large Font, Normal Font and Smalll Font.

Steve Machol 09-05-2001 02:47 PM

Lord Illicious,

You really should upgrade to 2.0.3 to fix some security issues and take advantage of bug fixes and new features. You can download it from the Members Area.

Also, could you please enter your license info into your user profile? See my sig for details. Thanks! :)

Afterburner 09-05-2001 07:33 PM

btw I have also a problem with the color in a topic which is longer than one site, look: http://www.the-afterburner.com/vbull...&threadid=2731

(7): [ 1 2 3 4 5 6 7 > ]

I want to have to all in white, I tried to edit thiss in the templates but it was overwritten by the settings for the link color

Gramphos 09-07-2001 12:35 PM

Afterburner,
I checked on that page, and I have a solution.

In the styles after
Code:

#ltlink A:hover {
        COLOR: #FF4400;
        TEXT-DECORATION: underline;
}

add
Code:

#tht A:link, #tht A:visited.thtcolor, #tht A:active.thtcolor {
 COLOR: #FFFFFF;
}

And change the <td>- before the links to <td id=tht>

Afterburner 09-07-2001 06:27 PM

thx for the tip, but your code doesnt work correct, I had to changed it to:

Code:

#tht A:link, #tht A:visited, #tht A:active {
 COLOR: #FFFFFF;
}


Gramphos 09-07-2001 07:48 PM

Quote:

Originally posted by Afterburner
thx for the tip, but your code doesnt work correct, I had to changed it to:

Code:

#tht A:link, #tht A:visited, #tht A:active {
 COLOR: #FFFFFF;
}


That was a rest from my testings I did remove it from the first one, but missed the second one.


All times are GMT. The time now is 04:58 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.01000 seconds
  • Memory Usage 1,721KB
  • 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
  • (4)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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