vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Where to edit these two colours ? (https://vborg.vbsupport.ru/showthread.php?t=300483)

DF031 07-26-2013 04:04 PM

Where to edit these two colours ?
 
Hi All,
.
I am looking where to define this two colours. Not the text colour, but the green and white of the tab,
.
https://dl.dropboxusercontent.com/u/...582/colour.PNG
.
Any suggestions ?
.
Have great weekend !
.
.
.

Lynne 07-26-2013 05:08 PM

Did you try module_background_color and moduleinactive_background_color

DF031 07-26-2013 05:53 PM

Thanks Lynne,

I just looked for it, but can not find where to define this

I located it in "userprofile.css"

Code:

.userprof_module{
        color: {vb:raw module_text_color};
        background-color: {vb:raw module_background_color};
        background-image: {vb:raw module_background_image};
        background-repeat: {vb:raw module_background_repeat};

is that it ?

But where to define the "module_background_color" ?

DF031 07-28-2013 08:30 AM

Just a small weekend bump.

Anyone ?

DF031 07-30-2013 09:34 AM

Does any one have any suggestions where to post this question. Is their anothe forum where I could find some one who knows ? I tried the official forums as well but unfortunately no luck overthere either.

CAG CheechDogg 07-30-2013 09:55 AM

Post a link to your forums please...

DF031 07-30-2013 10:58 AM

I am using 4.2.1. and this is the default style.

In case you want full access go to:
http://demo.vbulletin.com/forum.php
Username: Demo686b
Password: 027fc5a7

Then login to the forum with:
User Name: Admin
Password: admin

And go to: http://demo.vbulletin.com/member.php?1-Admin

peugeot405 07-30-2013 12:26 PM

you can add following codes to additional css

Code:

.activitystream_block dd, dd.userprof_moduleinactive {
    background-color: #F1F1F1;
    background-image: url("images/gradients/top-highlight.png");
    background-repeat: repeat-x;
    border-color: #C1C1C1;
    color: #424242;
}

and

Code:

.activitystream_block dd.selected, dd.userprof_module {
    background-color: #7192A8;
    background-image: url("images/buttons/newbtn_middle.png");
    background-repeat: repeat-x;
    border-color: #5A7F97;
    color: #FFFFFF;
}


DF031 07-30-2013 04:07 PM

Thanks Peugeot, it works great. Will need to do more fine tuning, but only have time for that in a couple of days. You gave me a great start !

Amaury 07-30-2013 04:09 PM

No need for custom CSS.

Edit the the blockhead_background and blockhead_color style variables.


All times are GMT. The time now is 01:47 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.01151 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
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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