- Warning
-
- A Warning to you!
Board Title
Board Description
ElkArte Color Editor
/* Top section above the navigation menu */ --top_section_border: Header --top_section_top_border: Top border --top_section_bottom_border: Top section lower border --top_section: Background --top_section_compliment: Used with above for gradient /* Menu nav background if a different background from top_section is wanted, transparent by default */ --menu_nav_grad_1: Top Menu nav bar background --menu_nav_grad_2: Top Menu nav bar background
/* Input controls, input, button, select, textarea */ --input_background: /* Generic inputs background */ --input_disabled_background: /* Disabled button background */ --input_border: /* Generic inputs border */ --input_text: #585858; /* input text */ --input_border_hover: #3D6E32; /* Hover for inputs */ --input_border_focus: #3D6E32; /* Focus for inputs */ --input_background_hover: #FEFEFE; /* Hover background */ --input_hover_text: #444444; /* When you need a darker text color on hover or elsewhere */
/* Submit controls */ --input_submit_background: /* background */ --input_submit_background_compliment: /* Used as gradient */ --input_submit_border: /* Overall border */ --input_submit_border_top: /* complimentary for inset effects */ --input_submit_border_left: /* complimentary for inset effects */ --input_submit_shadow: /* box shadow */ /* Submit hover effects */ --input_submit_background_hover: /* background */ --input_submit_border_hover: /* border on hover */ --input_submit_border_top_hover: /* complimentary for inset effects */ --input_submit_border_left_hover: /* complimentary for inset effects */ --input_submit_shadow_hover: /* box shadow */
/* Category Headers */ --category_header_grad_1: #FAFAFA; /* 1-2 main header */ --category_header_grad_2: #EAEAEA; /* 1-3 category */ --category_header_grad_3: #E4E4E4; /* 1-4 secondary */ --category_header_grad_4: #EBEBEB; /* end of */ --category_header_text: #566450; /* Text in the category bars */ --category_border: /* Main border color used around most everything that has a border */ --category_border_top: --category_border_bottom:; --secondary_category_border: /* darker border */ --secondary_category_border_top: --secondary_category_bottom:
/* Backgrounds */ --content_background: /* Background for many divs, input controls, etc */ --forum_category: /* Category background, seen as line separators */ --primary_content_background: /* Used in many backgrounds */
--emphasize_text: #444444; /* When you need a darker text color on hover or elsewhere */ --body_text: #585858; /* Body text, text areas, editor, inputs, more */ --strong_text: #686868; /* like a demi bold */ --user_highlight: #D8FFDF; /* User highlighted text */
--information: #F0F6F0; /* information box background */ --description: #E8F4F8; /* description div background */ --successbox: #EEFFEE; /* success box background */ --successbox_border: #008000; --infobox: #D9EDF7; /* Infobox div background */ --infobox_border: #3A87AD; /* Infobox border */ --errorbox: #FFEEEE; --errorbox_border: #A80000; --warningbox: #FFF5CD; --warningbox_border: #FFA500;