> Can I set the display area where I edit/add a new tiddler to be, let's
> say "light yellow" and have the rest (background) in other color?
>
> ...i'm learning slowly and slowly :)
>
For leaning what already has been defined with a plain TiddlyWiki also
take a look at StyleSheetLayout and StyleSheetColors tiddler. Although
you don't add your definitions to these tiddlers, but the StyleSheet
or any systemTheme tiddlers instead ('cos otherwise they'll be
overwritten with the next upgrade again).
You could try to write one of the following to your StyleSheet tiddler
to have a different color for your tiddler display area (untested):
#displayArea{background:#eff3fa}
or:
#displayArea{background:[[ColorPalette::TertiaryPale]]}
or:
#displayArea{background:url{"http://any.server.com/img.png"}
or:
#displayArea{background:url{url("data:image/jpeg;base64,...")
also, to see what already has been done, you could take a look at the
following collection of themes:
http://change.tiddlyspot.com/download
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
-~----------~----~----~----~------~----~------~--~---