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)
-   -   how to change colors of columns? (https://vborg.vbsupport.ru/showthread.php?t=228137)

nikki712 11-16-2009 09:55 PM

how to change colors of columns?
 
I want to change the the color of the colums in the "replies" and "last post by" columns. I've been thru all of the stylevars and I can't see where to make this change. Does anyone here know how? Thanks!

Lynne 11-16-2009 10:14 PM

You may have to change the CSS - .threadbit and .threadbit .alt in the threadlist.css template

Did you read Don's blog here and download the StyleVar Dictionary and the Skinning guide ? vB4: Skinning Your Forum in 10 Easy Steps.

daveaite 11-20-2009 04:56 AM

I believe either it is currently unfunctional or they haven't added it to stylevars yet because I have encountered the same problem and have not found a solution. =)

bluidkiti 11-27-2009 02:19 PM

I would like to do this also but haven't found where to do so yet. Anyone know how to do this?

Charlie98902 11-27-2009 02:29 PM

In threadlist.css, you have these lines:

Code:

.threadbit .alt {
    background: #f2f6f8 {vb:stylevar threadbit_background.backgroundImage} {vb:stylevar threadbit_background.backgroundRepeat} {vb:stylevar threadbit_background.backgroundPositionX}{vb:stylevar threadbit_background.backgroundPositionUnits} {vb:stylevar threadbit_background.backgroundPositionY}{vb:stylevar threadbit_background.backgroundPositionUnits};
}

It's hard coded right now just change the #f2f6f8 to the color of your choice.


All times are GMT. The time now is 10:05 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.00981 seconds
  • Memory Usage 1,714KB
  • 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_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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