Option: content_css

This option enables you to specify a custom CSS file to use instead of the build in content CSS. This CSS file is the one used within the editor. The default location of this CSS file is within the current theme.

Example of usage of the content_css option:

tinyMCE.init({
	...
	content_css : "/mycontent.css"
});