Correct me if I am wrong, but I believe that the Source mode is just a regular textarea in an overlay upon the editor. This would mean that styling is impossible...
If you want to change the style of the Source area you are changing the CSS style of a TEXTAREA element. The Source area uses the class "cke_source", but you may want to include an ID to specify your style, for example:
Yum, that would give you a nice, ugly, 1990's looking Source area ... but you get the point.
Remember, because you're styling a TEXTAREA, this means you can not style portions of text in your Source area differently. It is not that magical as of yet.
Re: Source Area Font Size
Re: Source Area Font Size
If you want to change the style of the Source area you are changing the CSS style of a TEXTAREA element. The Source area uses the class "cke_source", but you may want to include an ID to specify your style, for example:
Yum, that would give you a nice, ugly, 1990's looking Source area ... but you get the point.
Remember, because you're styling a TEXTAREA, this means you can not style portions of text in your Source area differently. It is not that magical as of yet.