wolfgang, That works. Thanks!
SteveM P.S. I mentioned this in another thread. A big challenge for an "app" developer is plug-in integration. I.e., plug-ins from differenc developers bang into each other. For example, your solution for this problem works beautifully on an empty.html TW. But with Bram Chen's Dark Blue template, not quite. Is this a general CSS phenomenon that just requires knowing CSS? (I don't, but will learn.) Or is it TW specific that just requires a bunch of trial and error? On Aug 12, 12:57 pm, wolfgang <[email protected]> wrote: > Hi Steve, > > you'll find it in the MptwTheme tiddler under it's StyleSheet section: > > http://mptw.tiddlyspot.com/#MptwTheme > > !StyleSheet > /*{{{*/ > /* a contrasting background so I can see where one tiddler ends and > the other begins */ > body { > background: [[ColorPalette::TertiaryLight]]; > > } > > /* a little bit of extra whitespace */ > .viewer { > padding-bottom:3px; > > } > > /* give tiddlers 3d style border and explicit background */ > .tiddler { > background: [[ColorPalette::Background]]; > border-right: 2px [[ColorPalette::TertiaryMid]] solid; > border-bottom: 2px [[ColorPalette::TertiaryMid]] solid; > margin-bottom: 1em; > padding:1em 2em 2em 1.5em; > /*}}}*/ > > .. add the above beginning with /*{{{*/ into your StyleSheet shadowed > tiddler. Which you'll find under the 'More' > 'Shadowed' tab on the > right side. > > Regards.. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

