Style: Enable User Stylesheet
Functions
- A CSS stylesheet has to be chosen first by the user in Choose User Stylesheet.
- When Enable User CSS is selected, a checkmark is put next to the option and the CSS styling last chosen by the user in Choose User Stylesheet is applied.
- New CSS styling does not replace the existing CSS stylig, but is applied in addition to the existing styling.
- Deselecting this option unchecks the option and removes styling done by all local CSS stylesheets chosen by the user.
Image 1. Initial Display
Image 2. User CSS Enabled: View Code
Example User CSS Code
body {
color: #660066;
background-color: green;
}
color: #660066;
background-color: green;
}
