The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
How to style per theme the default customize theme
I've tried this:
Code:
/* --- General --- */ #colorbox_page_background { background-color: rgba(252, 231, 231, 0.68) !important; } #colorbox_page_link_color { background-color: rgb(192, 26, 26); } #colorbox_title_text_color { background-color: rgb(98, 97, 97); } /* --- General --- */ /* --- Buttons --- */ #colorbox_button_background { background-color: #BF3E25; } #colorbox_button_border { background-color: #a8a8a8; } /* --- Buttons --- */ /* --- Modules --- */ #colorbox_module_background { background-color: #831B1B; } #colorbox_module_border { background-color: #831B1B; } /* --- Modules --- */ /* --- Inactive Modules --- */ #colorbox_moduleinactive_text_color { background-color: white; } #colorbox_moduleinactive_link_color { background-color: #C01A1A; } #colorbox_moduleinactive_background { background-color: #831B1B; } /* --- Inactive Modules --- */ /* --- Content --- */ #colorbox_content_link_color { background-color: #C01A1A; } /* --- Content --- */ /* --- Headers --- */ #colorbox_headers_link_color { background-color: #C01A1A; } /* --- Headers --- */ What I want is to choose the default colors for all users PER theme. Is that possible? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|