vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   How to add Color background to this vb 4.2.2 CSS (https://vborg.vbsupport.ru/showthread.php?t=316785)

SᴩiDᴇЯ 01-19-2015 09:34 PM

How to add Color background to this vb 4.2.2 CSS
 
This is the css below.
PHP Code:

.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_tabs.alt {
    
background-color:{vb:stylevar postbit_background.backgroundColor};
}

.
formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_tabs.alt2 {
    
background:{vb:stylevar control_background}; 

Can someone show me example how to add the Color red for background please.

Thank you in advance.

HM666 01-20-2015 02:18 AM

You want it for both of them? What exactly are you trying to make red? A menu tab?

For both:

Code:

.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_tabs.alt {
    background-color:red;
}

.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_tabs.alt2 {
    background:red;

But keep in mind that this may control other areas of your skin, I'm not sure since its a dbtech setting. Also make sure that you save the original code first somewhere in case this does not produce the result you want and looks bad. Its hard for me to see what it would change without actually seeing a link to your site and looking at the css.

SᴩiDᴇЯ 01-20-2015 04:26 AM

Hi HM666 and thanks for your reply, yes i will backup the whole dbtech_vbshout_colours.css before making changes, my site is not ready yet, if you want to see the shoutbox go to http://digiwebst.com

Update*
I have used your method and i have changed the red to #205b17 green and gold and it works 100% thank you very much i really appreciate it.

HM666 01-20-2015 05:12 AM

ok great glad its working for you :)


All times are GMT. The time now is 08:24 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.01310 seconds
  • Memory Usage 1,719KB
  • 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)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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