You could use the SelectThemePlugin [1] from MPTW Monkey Pirate TiddlyWiki.
It uses "theme tiddlers" that are tagged systemTheme and look like this.
eg:
tiddler: MyTheme
tag: systemTheme
|Name|MyTheme|
|Description|Some description about the theme. |
|ViewTemplate|ViewTemplate|
|EditTemplate|EditTemplate|
|PageTemplate|##PageTemplate|
|StyleSheet|##StyleSheet|
!PageTemplate
<!--{{{--->
your page template comes here.
<!--}}}--->
!StyleSheet
/*{{{*/
/* theme specific CSS definitions. Global changes should be done in the
StyleShee tiddler */
[[StyleSheet]] /* this line calls the user defined StyleSheet, which
should contain global changes. */
/*}}}*/
Have a look at: http://mptw.tiddlyspot.com and search for "theme" there.
have fun!
mario
[1] http://mptw.tiddlyspot.com/#SelectThemePlugin
--
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/d/optout.