[tw] Re: Custom style sheet problems

2009-06-10 Thread FND

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 TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Custom style sheet problems

2009-06-10 Thread lydean.wo...@gmail.com

On Jun 10, 2:43 am, FND f...@gmx.net 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 TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---