The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
This might help you some:
https://vborg.vbsupport.ru/showthread.php?t=256370 See the helpful links near the top. Basically stylevars are well... Style Variables, we use that system to key in all sorts of info and most of the stylevars are used in the css so instead of regular css for example: Code:
.widget_content { color: #515151; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #ffffff; border: #c4c4c4; _background-image: none; padding: 5px 5px 5px 5px; } Code:
.widget_content { color: {vb:stylevar sidebar_content_color}; -moz-border-radius:{vb:stylevar border_radius}; -webkit-border-radius: {vb:stylevar border_radius}; background:{vb:stylevar sidebar_content_background}; border:{vb:stylevar sidebar_content_border}; _background-image: none; padding:{vb:stylevar vbcms_widget_content_padding}; } Code:
background:{vb:stylevar sidebar_content_background}; ![]() ![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|