[tw] Re: possibly stupid question about changing font

2012-04-17 Thread lydean.wo...@gmail.com
That got it. I knew it was something simple. Thanks!

On Apr 16, 4:58 pm, Eric Shulman elsdes...@gmail.com wrote:
  want just the text of the content of the tiddler to be serif, but I
  can't figure out how to change it without it changing the tiddler
  title, menu, tag box, etc, as well.

 .tiddler .viewer { font-family:serif; }

 enjoy,
 -e
 Eric Shulman
 TiddlyTools / ELS Design Studios

 
 WAS THIS ANSWER HELPFUL?  IF SO, PLEASE MAKE A DONATION
    http://www.TiddlyTools.com/#Donations
 note: donations are directly used to pay for food, rent,
 gas, net connection, etc., so please give generously and often!

 Professional TiddlyWiki Consulting Services...
 Analysis, Design, and Custom Solutions:
    http://www.TiddlyTools.com/#Contact

-- 
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] possibly stupid question about changing font

2012-04-16 Thread lydean.wo...@gmail.com
I'm in the middle of customizing the style sheet for my tiddlywiki. I
want just the text of the content of the tiddler to be serif, but I
can't figure out how to change it without it changing the tiddler
title, menu, tag box, etc, as well.

Any hints would be appreciated.

Thanks.

-- 
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
-~--~~~~--~~--~--~---



[tw] Custom style sheet problems

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

I'm trying to customize a stylesheet for my tiddlywiki and am having a
few problems.

What's the stylesheet entry for the background color and text color of
the backstage buttons? They currently show up when moused over, but
otherwise they're white on white.

Is there an easy way to have a gradient in the header or does it take
a plugin?

Is there an easy way of coloring one sidebar (specifically the
MainMenu)?

Thanks.

- 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
-~--~~~~--~~--~--~---