The CK editor is the most difficult part of building a style IMO. Hope this info helps.
Create new topic
Code:
h1.main-title.js-main-title.hide-on-editmode {
color:red;
}
Text area
Code:
.b-form-textarea__textarea{
background:blue!important;
}
Text area text color
Code:
body.cke_editable.cke_editable_themed.cke_contents_ltr.cke_show_borders.js-vbulletin-has-placeholder-events {
color: green;
}