Per User Custom Stylesheet in WordPress 2.5
WordPress 2.5 introduces a neat option: per user Admin Color Scheme. This means that each user can select a stylesheet they like best for the whole admin area. Now onto the fun stuff: adding a per-user selectable custom stylesheet for your blog. Concept The new function behind this feature is wp_admin_css_color(), which is used as following: < View plain text…