The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
"Correct" Way to Add Custom CSS?
Not so much "correct," which is why it's in quotation marks, but what the majority of people do.
For example, the Folder Picker text on the private.php page isn't controlled by blockhead_color by default; it's controlled by something else that I don't remember now. To make it be controlled by blockhead_color, I would do this: Code:
.popupgroup .popupmenu a.popupctrl { color: {vb:stylevar blockhead_color}; } Code:
.popupgroup .popupmenu a.popupctrl { color: {vb:stylevar blockhead_color}; } Code:
.popupgroup .popupmenu a.popupctrl { color: {vb:stylevar blockhead_color}; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|