MistViper
03-07-2015, 01:27 PM
I've tried this:
/* --- 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 --- */
But when I hit the default button it doesn't work. I'm talking about the styling options that each user can have for their own profile.
What I want is to choose the default colors for all users PER theme.
Is that possible? :)
/* --- 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 --- */
But when I hit the default button it doesn't work. I'm talking about the styling options that each user can have for their own profile.
What I want is to choose the default colors for all users PER theme.
Is that possible? :)