[tw] Re: Tiddler too large

2011-04-21 Thread TonG
Hi Pyriel,

I forgot to tell: make all adjustments in StyleSheet to overide the
defaults in StyleSheetLayout.

Regards,

Ton

On Apr 21, 1:54 pm, TonG  wrote:
> Hi Pyriel,
>
> <== Main menu ==><== display area ==><== sidebar area ==>
> The layout - width of Main menu, display area (tiddler) and sidebar
> area - is defined in StyleSheetLayout
>
> #mainMenu {
>      position:absolute;
>      left:0;
>      width:10em;
>      text-align:right;
>      line-height:1.6em;
>      padding:1.5em 0.5em 0.5em 0.5em;
>      font-size:1.1em;
>
> }
>
> #displayArea {
>      margin:1em 17em 0 14em;
>
> }
>
> #sidebar {
>      position:absolute;
>      right:3px;
>      width:16em;
>      font-size:.9em;}
>
> Default, at the left side is a margin of 14em: the room for the Main
> menu and at the right side is a margin of 17em: the room for the
> sidebar.
> Default, the Main menu itself has a width of 10em, the sidebar area a
> width of 16em.
> So, if one want to adjust the display area, main menu and/or sidebar
> area are affected and need to be adjusted accordingly.
>
> Regards,
>
> Ton
>
> On Apr 21, 12:57 pm, Pyriel  wrote:
>
>
>
>
>
>
>
> > I have enlarged the MainMenu.
> > Now dominates the tiddler into the MainMenu.
> > The tiddler is fixed to the left.
> > How can I change this setting?

-- 
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: Tiddler too large

2011-04-21 Thread TonG
Hi Pyriel,

<== Main menu ==><== display area ==><== sidebar area ==>
The layout - width of Main menu, display area (tiddler) and sidebar
area - is defined in StyleSheetLayout

#mainMenu {
 position:absolute;
 left:0;
 width:10em;
 text-align:right;
 line-height:1.6em;
 padding:1.5em 0.5em 0.5em 0.5em;
 font-size:1.1em;
}

#displayArea {
 margin:1em 17em 0 14em;
}

#sidebar {
 position:absolute;
 right:3px;
 width:16em;
 font-size:.9em;}

Default, at the left side is a margin of 14em: the room for the Main
menu and at the right side is a margin of 17em: the room for the
sidebar.
Default, the Main menu itself has a width of 10em, the sidebar area a
width of 16em.
So, if one want to adjust the display area, main menu and/or sidebar
area are affected and need to be adjusted accordingly.

Regards,

Ton

On Apr 21, 12:57 pm, Pyriel  wrote:
> I have enlarged the MainMenu.
> Now dominates the tiddler into the MainMenu.
> The tiddler is fixed to the left.
> How can I change this setting?

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