Hi Craig >... that will render tiddlers' tags and > tagging in a gradient box in a non-TiddlySpace TiddlyWiki similar to > the default rendering in TiddlySpace TiddlyWikis? I think mods to > StyleSheet and ViewTemplate would suffice ...
Here : http://system-theme.tiddlyspace.com/tiddlers.wiki#StyleSheetTiddlySpace the class "taginfo" is specified: /* ---- Tagging box --- */ .tagInfo { border: 1px solid #cccccc; padding: 10px 15px; -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 2px 2px rgba(0,0,0,0.2); color: [[ColorPalette::TertiaryMid]]; background: -moz-linear-gradient(100% 100% 90deg, #f4f4f4, #e5e5e5); background: -webkit-gradient(linear, left top, right top, from(#e5e5e5), to(#f4f4f4)); margin-top: 1em; font-size: 13px; margin: 0 0 0 56px; } .tagInfo ul { list-style: none; padding-left: 2.2em; } .tagInfo ul li { display: inline; } .tagInfo ul li.listTitle, .tagInfo .tagging ul li.listTitle { color: [[ColorPalette::PrimaryMid]]; font-size: 13px; } .tagInfo ul li a { border: none; } .tagInfo .tagging ul li { float: none; display: inline-block; } .tagInfo .tagging { padding: 0; } Cheers Måns Mårtensson -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

