Hi !
Thank you for your answer ! 🙂
You suggested to call the CSS styles of stylesheet “typo.css” like this: “@import url (‘typo.css’) screen”, within and at the end of the document template.css. Ok this is a solution ;).
I preferred to call this file typo.css within head.php already overrided in my own template ja_t3_blank for other needs like this:
<? php JHTML:: stylesheet ('', 'templates / system / css / system.css')?>
<? php JHTML:: stylesheet ('', 'templates / system / css / general.css')?>
<? php JHTML:: stylesheet ('', 'templates /'. T3_ACTIVE_TEMPLATE. '/ css / typo.css')?>
Now I reflect on how to add/generate other type css styles (shortcodes) in the plugin system itself “JA Typo” and access in the WYSIWYG editor TinyMCE 2.0.
Thanks again ! 😉