Idea Summary
Add a property/attribute to Templates for Inline CSS code
Use Case
When editing the Template Options we are providing CSS Class Names. Sometimes want our own custom classes and so we need a place to define the style rules for these classes.
We could add a CSS file (somewhere) and then add a reference to the file in the Template.
We could add the CSS to the Theme Style Inline CSS property.
We could define it on a page in CSS Inline (every page we use this template)
But to make the template more self contained and portable it would be nice to have it stored with the Template.
Having inline css rules would be good because then a developer can see what the Template Options will do.