vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   font color (https://vborg.vbsupport.ru/showthread.php?t=53506)

world 05-28-2003 08:38 PM

font color
 
how do you change the font color in the replys and quick replys?? Thanks

ub3x 05-28-2003 09:16 PM

the font color of the text area?

if so, do this:

open the css/style editor, and find this:


Code:

TEXTAREA, .bginput {
        FONT-SIZE: 12px;
        FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
        COLOR: #000000;
        BACKGROUND-COLOR: #CFCFCF
}

you can see, there is a line which goes like this:

Code:

        COLOR: #000000;
Change the #000000 to the hex value of whatever you want the text color to be.


hope that helps ;)

world 05-28-2003 10:39 PM

hmm i couldnt find it is it in the cp.css??

SVTBlackLight01 05-29-2003 01:19 AM

Quote:

Today at 12:39 AM world said this in Post #3
hmm i couldnt find it is it in the cp.css??
It's in the Head Insert area under the styles section of the Admin CP.

world 05-29-2003 01:34 AM

hey man thanks i got that fixed now i have a question with the member title font color where is that located?

SVTBlackLight01 05-29-2003 02:35 AM

Is this in the postbit?

Gary King 05-29-2003 02:42 AM

What exactly do you mean by
Quote:

member title font color

world 05-29-2003 11:07 AM

to the left urs says master hacker, black light just says hacker, mine says tyro hacker

Erwin 05-29-2003 11:36 AM

You can edit that in your Admin CP - under custom post titles, rename it whatever you like - you can use HTML there so use <font color=red>Tyro Hacker</font> for example to have different colors for different user titles. You can even have images.

ub3x 05-29-2003 12:46 PM

okay, changing custom title font color, do this:

under templates in the ACP, click "modify"
on the template you are using, click "expand list"
where it says "Postbit Templates" click expand
where it says "postbit" click "edit"
it will open the template editor, find the following string of text:

Code:

<smallfont>$post[usertitle]</smallfont><br>
change that line of text to:

Code:

<smallfont><font color="#yourhexcolor">$post[usertitle]</font></smallfont><br>
This will change the color for everyone's user title .


All times are GMT. The time now is 06:29 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.01109 seconds
  • Memory Usage 1,728KB
  • 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
  • (2)bbcode_quote_printable
  • (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