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)
-   -   [Solved] Forum Display Alternatnig colors? (https://vborg.vbsupport.ru/showthread.php?t=229717)

VonDoom 12-07-2009 04:24 PM

[Solved] Forum Display Alternatnig colors?
 
Last question i need answered b4 i can release this stlye. what variables control the 1st and 2nd alternating colors in forum display? SS attached for reference.

https://vborg.vbsupport.ru/external/2009/12/154.jpg

Lynne 12-07-2009 05:06 PM

class="replies alt" for Replies and class="threadlastpost td alt" for the Last Post By are the actual classes for those areas. However, looking at the stylesheet, they are controlled 'above' that with this statement:
PHP Code:

.threadbit .alt {
-
moz-background-clip:border;
-
moz-background-inline-policy:continuous;
-
moz-background-origin:padding;
background:#F2F6F8 url(images/gradients/grey-up.png) repeat-x scroll left bottom;


Get firebug for firefox to figure this all out more easily.

VonDoom 12-07-2009 05:29 PM

Thanks Lynne, I do use Firebug, but im still learning how to use it. I figure out a little bit more each and every time but im afraid i have a long way to go before i actually figure it out. ;)

Lynne 12-07-2009 05:56 PM

Inspect Element - That is the most helpful part of firebug!

VonDoom 12-07-2009 06:46 PM

I found it hard coded in the threadlist.css.


All times are GMT. The time now is 02: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.00903 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
  • (1)bbcode_php_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