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)
-   -   4.1.4 Style Vars. (https://vborg.vbsupport.ru/showthread.php?t=267094)

jonbaker 07-19-2011 08:06 PM

4.1.4 Style Vars.
 
I am looking for the variable that controls the bread crumb color. I changed it someplace. but cannot seem to find it now.

thank you.

Jeff Ledger 07-19-2011 08:11 PM

try with this

.breadcrumb .navbit > a, .breadcrumb .lastnavbit > span

or you can simply search

.breadcrumb

in your style manager

jonbaker 07-19-2011 08:21 PM

so it is not a Style Variable?

Jeff Ledger 07-19-2011 08:36 PM

IMO, it's not.

Code:

/* BREADCRUMB */

.breadcrumb > ul {
        background:transparent url({vb:stylevar imgdir_misc}/navbit-home.png) {vb:stylevar left} top no-repeat;
        border:none;
}

.breadcrumb .navbit {
        float:{vb:stylevar left};
        background-image:url({vb:stylevar imgdir_misc}/navbit-arrow-{vb:stylevar right}.png);
        background-position:{vb:stylevar right} center;
        background-repeat:no-repeat;
        padding-{vb:stylevar right}:10px;
        padding-{vb:stylevar left}:3px;
}

.breadcrumb .navbit:first-child {
        padding-{vb:stylevar left}:0;
}

.breadcrumb .navbit.lastnavbit {
        background: transparent;
}

.breadcrumb .navbit.lastnavbit span {
        float:{vb:stylevar left};
        background: transparent;
        padding-{vb:stylevar right}:10px;
        padding-{vb:stylevar left}:3px;
}

.breadcrumb .navbit > a, .breadcrumb .lastnavbit > span {
        display:block;
        padding:2px 4px;
        float:{vb:stylevar left};
        background-color:transparent;
        border:1px solid transparent;
        -moz-border-radius:{vb:stylevar border_radius};
        -webkit-border-radius:{vb:stylevar border_radius};       
        border-radius:{vb:stylevar border_radius};       
}

.breadcrumb .navbit a:hover {
        border-color:{vb:stylevar lightweightbox_border.borderColor};
        background-color:{vb:stylevar lightweightbox_background.backgroundColor};
}

.breadcrumb .navbit a {
        text-decoration:none;
}

.breadcrumb .navbit a.popupctrl {
        background-image:url({vb:stylevar imgdir_misc}/navbit-arrow-{vb:stylevar right}.png);
        background-position:center center;
        padding:2px 6px;
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        border-radius:3px;
}

.breadcrumb .navbit a.popupctrl:hover {
        background-color:{vb:stylevar imodhilite_backgroundColor};
        color:{vb:stylevar linkhover_color};
}

.breadcrumb hr {
        display:none;
}

Here is the code for the breadcrumb in vbulletin-chrome.css, the default background-color is transparent and hard-code. So you must add additional css for this.

jonbaker 07-19-2011 08:43 PM

okay what about thread titles and posted by names?

Jeff Ledger 07-19-2011 08:47 PM

style vars

Link_color

I also recommend you install firebug (addon for firefox) to find the stylevars on vbulletin 4.

Regards,
Jeff

jonbaker 07-19-2011 09:36 PM

thank you!!!

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

okay dumb question... my brain is spent..

the forums and thread list background.. what is that sys var?


All times are GMT. The time now is 07:10 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.01188 seconds
  • Memory Usage 1,720KB
  • 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
  • (7)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