It sounds like you're using a custom theme. The following instructions
assume a vanilla TiddlyWiki document, since that's the best I can do
without further information.
> What's the stylesheet entry for the background color and text color of
> the backstage buttons?
Take a look at the StyleSheetColors shadow tiddler* (search for
occurrences of "#backstage"), which references slices from the ColorPalette.
> Is there an easy way to have a gradient in the header or does it take
> a plugin?
There's a gradient in the header by default, in the PageTemplate:
<div class='header'
macro='gradient vert
[[ColorPalette::PrimaryLight]] [[ColorPalette::PrimaryMid]]'>
> Is there an easy way of coloring one sidebar (specifically the
> MainMenu)?
Add something like the following to your StyleSheet:
#mainMenu {
background-color: #f00;
}
HTH.
-- F.
* http://tiddlywiki.org/wiki/Shadow_Tiddlers
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---