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? |
#2
|
|||
|
|||
I'm not sure what you're asking, but I'm not really in to styles so maybe someone else will understand. But I don't know where you're putting that CSS or which default button you're talking about.
|
#3
|
|||
|
|||
Quote:
In that panel of choices you have certain type of buttons at the top left. |
#4
|
|||
|
|||
OK, I'm with you now, but it looks like you'd need code to do that. If you use the "Save As Site Default" button (which only appears if you're a super admin) you can save one profile as the default, but it doesn't look like there's any provision for saving one per style.
You should probably search for existing mods, if you haven't already. |
#5
|
|||
|
|||
Quote:
|
#6
|
|||
|
|||
Well, if you don't save a site default then it uses style variables for a default, which *are* per style of course, but it looks like they're variables that are used in other places.
|
#7
|
|||
|
|||
well those variables I want to choose through css. As shown in the code example in the OP.
|
#8
|
|||
|
|||
OK, but that won't work because you'd have to change the variables in php.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|