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)
-   -   Change Font Color on forumdisplay.php (https://vborg.vbsupport.ru/showthread.php?t=229490)

bluidkiti 12-04-2009 08:27 AM

Change Font Color on forumdisplay.php
 
1 Attachment(s)
In the image below where do I go to change the font color for the bar with Forum Tools in it and the other bar for Title / Thread Starter.

Image below:

Attachment 107151

Thanks in advance for the help. :)

blur13th 12-04-2009 09:11 AM

in threadbit.css

find

Code:

.threadlisthead span.threadinfo {
        width: 49%;
}

add below

Code:

.threadlisthead span.threadinfo a {
        color: colour you want.
}


bluidkiti 12-04-2009 09:41 AM

1 Attachment(s)
Actually that should be in threadlist.css , correct?

and you would add the code like this:

Code:

.threadlisthead span.threadinfo a {
        color: #ffffff;
}

And I have to do that for each on that bar separately - Replies, Views, Last Post By.



Now how about these 2 bars on forumdisplay.php shown in the image below. How do you change the colors for the font in them?

Attachment 107152

oddmud 12-09-2009 03:02 PM

???? anyone? i also can't figure this out, tried like 10 things

Lynne 12-09-2009 03:22 PM

Show up what you tried and where you put it.

oddmud 12-09-2009 09:38 PM

I tried what you put in here... I posted a request on the official Beta forum

http://www.vbulletin.com/forum/showt...Thread-Display

Maybe that explains it a little better?

Lynne 12-09-2009 10:24 PM

I feel like I've already looked that one up. Do a search in templates for ".postlist_popups a" and you will see what effects it. And then get the firebug addon for firefox for future use and you'll be able to easily find these things yourself.

oddmud 12-09-2009 11:01 PM

oh I have firebug. why didn't i think of that. let me test it.

--------------- Added [DATE]1260407404[/DATE] at [TIME]1260407404[/TIME] ---------------

i still dont know what i'm looking for, damnit. :(

--------------- Added [DATE]1260407798[/DATE] at [TIME]1260407798[/TIME] ---------------

I thought it was "thread_controls" inside the showthread.css

Code:

.thread_controls {
        position: relative;
        display:block;
        float: {vb:stylevar left};
        width: 100%;
        border: 1px solid #c4c4c4;
        background: {vb:stylevar blockhead_background.backgroundColor} {vb:stylevar blockhead_background.backgroundImage} repeat-x top {vb:stylevar left};
        margin-bottom: {vb:math {vb:stylevar padding}/2};
        margin-top: {vb:stylevar padding};
}

.thread_controls div:first-child {
        font-weight: bold;
        padding: {vb:math {vb:stylevar padding}/2} 0;
        font-size: {vb:math {vb:stylevar font.fontSize}-1}px;
        border-top: 1px solid {vb:stylevar body_background.backgroundColor};

        float: {vb:stylevar left};
        width: 100%;
}

But I placed a color code in there, didn't change anything. UGH!

--------------- Added [DATE]1260408170[/DATE] at [TIME]1260408170[/TIME] ---------------

Ok I found it and changed it...

Changed:
Code:

color: {vb:stylevar link_color};
To:
Code:

color: #ffffff;
Doesn't make sense since it was supposed to pull the link_color stylevar, but it wasn't. Cause the Link_color stylevar was a blue color and not black.

Thanks Lynne once again. Can I register my own stylevar and have it point to it? I think I read somewhere you can.

Lynne 12-10-2009 01:43 AM

Quote:

Originally Posted by oddmud (Post 1928072)
Thanks Lynne once again. Can I register my own stylevar and have it point to it? I think I read somewhere you can.

Yes, you may. You must be in debug mode and then go to the StyleVar page in teh MASTER STYLE and you will have a new option to Add New Stylevar.


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