On Monday, January 27, 2014 3:41:06 PM UTC+1, Ton Gerner wrote: > > That means I am still using all CSS styles in my stylesheets within > 'triple backticks' without any problem. > The stylesheet you mention is used in my guide about a top menu and > toolbars [2]. >
Hi Ton, If you want to display the stylesheet tiddler as text, just use type: *text*/ *css* You may need to type it by hand, since the dropdown doesn't know it. So you don't need to use "non CSS markup in your tiddler". It may fail with weired errors in the future. Such errors are very hard to track down, after 1 year or 2 :/ There is a second thing I just saw in the style sheets. If !important is really needed, then imo the base theme concept is broken because !important is viral. So everyone else that want's to modify your theme, will need important keyword too. So if there are 2 more iterations you'll end up having !important all over the places. .... I'll need to investigate, to be sure. -mario -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/groups/opt_out.

