Hi,
Download a vanilla TW [1].
Add the following code to your StyleSheet [2] tiddler.
The values are set at the ColorPalette [3] shadow tiddler.
/*{{{*/
body {
background: [[ColorPalette::TertiaryLight]];
}
/* 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;
}
/*}}}*/
If you need more info, tell us.
The ColorPalette affects the whole TW. So some care is needed.
have fun!
mario
[1]
http://tiddlywiki.com/
[2]
http://tiddlywiki.com/#ColorPalette
[3]
http://tiddlywiki.com/#StyleSheet