vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   White Font? (https://vborg.vbsupport.ru/showthread.php?t=256916)

lazerguy_82 01-10-2011 08:17 PM

White Font?
 
Can somebody help me with this?

How do I make the fonts & buttons in the user profiles black?

http://www.ww2incolor.com/forum/member.php?7298-Procyon

Xtrato 01-11-2011 06:29 AM

well for side bar links is :

Code:

#sidebar_container a {
color:#000;
}

for the text :

Code:

#sidebar_container .blocksubhead {
color:#000;
}

if you want it black...


somewhere in your stylevars something got messed up , but you can place that code in some additional CSS file, i recommend overwriting VARS for customization , you have more control and its easier to change.

just create a file mycss.css , place it anywhere , then just link it , but put it on the common templates at the TOP of the HEADER template code, so it comes after all VARS..

lazerguy_82 01-11-2011 03:45 PM

Quote:

Originally Posted by Xtrato (Post 2147433)
well for side bar links is :

Code:

#sidebar_container a {
color:#000;
}

for the text :

Code:

#sidebar_container .blocksubhead {
color:#000;
}

if you want it black...


somewhere in your stylevars something got messed up , but you can place that code in some additional CSS file, i recommend overwriting VARS for customization , you have more control and its easier to change.

just create a file mycss.css , place it anywhere , then just link it , but put it on the common templates at the TOP of the HEADER template code, so it comes after all VARS..

Thanks for the reply. What do you mean by 'then just link it'? Like this?

<LINK href="mycss.css" rel="stylesheet" type="text/css">

metalguy639 01-11-2011 04:14 PM

Yeah just place it in your headerinclude.

If you have problems finding the stylevars you can use a firefox add-on called Firebug. its good at helping you find the code you need, of course you have to use Firefox as a browser. And personally instead of making a new file I would just find those values in the files already there and change them. In your admincp you can "Search Templates" in the Style area. Use that to find those variables in your style already and change then in the "Edit Templates" area.

lazerguy_82 01-11-2011 04:19 PM

Yup, thanks. All fixed using firebug :)

metalguy639 01-11-2011 04:37 PM

Glad you got it all fixed :)


All times are GMT. The time now is 11:06 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.01116 seconds
  • Memory Usage 1,718KB
  • 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
  • (6)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