/* ADD THESE STYLE TO YOUR WP-ADMIN.CSS FILE IN THE WP-ADMIN FOLDER ADD THEM AT THE VERY END PF THE FILE AND ALL SHOULD BE GOOD These styles are for the admin post textarea and the optional excerpts textarea. Plus, these style provide a better look for the included quicktags.js file I am supplying with the theme */ #quicktags #ed_strong { font-weight: bold; } #quicktags #ed_link { color: blue; } #quicktags #ed_del { } #quicktags #ed_em, #quicktags #ed_ital { font-style: italic; } #quicktags #ed_ital { color : #666; } #quicktags #ed_code, #quicktags #ed_pre, #quicktags #ed_kb, #quicktags #ed_amp, #quicktags #ed_leadcarr, #quicktags #ed_endcarr, #quicktags #ed_quot, #quicktags #ed_apos, #quicktags #ed_dash, #quicktags #ed_comment, #quicktags #ed_php { font-family: "Courier New", Courier, mono; color : #888; } #quicktags #ed_close { color: #cd0000; } #quicktags #ed_img { color: green; } textarea#content { height : 450px; } textarea#excerpt { height : 200px; }