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
-~----------~----~----~----~------~----~------~--~---

Reply via email to