The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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. |
|
#2
|
|||
|
|||
|
try with this
.breadcrumb .navbit > a, .breadcrumb .lastnavbit > span or you can simply search .breadcrumb in your style manager |
|
#3
|
|||
|
|||
|
so it is not a Style Variable?
|
|
#4
|
|||
|
|||
|
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;
}
|
|
#5
|
|||
|
|||
|
okay what about thread titles and posted by names?
|
|
#6
|
|||
|
|||
|
style vars
Link_color I also recommend you install firebug (addon for firefox) to find the stylevars on vbulletin 4. Regards, Jeff |
|
#7
|
|||
|
|||
|
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? |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|