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
On Jun 10, 5:15 pm, Nunud <[email protected]> wrote:
> Hey!
>
> Thanks fot the quick answer! :-)
>
> Unfortunately none of the themes matches my idea...
>
> Is it hard for a noob to change CSS?
--
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.