On Jun 10, 2:43 am, FND <[email protected]> wrote:
> 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.
I haven't imported a theme just fiddled with the colors and a custom
spreadsheet, so it's a fair assumption.
> > 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.
Ah, found it. I wasn't being meticulous enough.
> > 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]]'>
Got it.
> > Is there an easy way of coloring one sidebar (specifically the
> > MainMenu)?
>
> Add something like the following to your StyleSheet:
> #mainMenu {
> background-color: #f00;
> }
>
Awesome.
Thanks so much. I'm sure I'll back later to ask more.
- LW
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---