Okay, I managed to get Bleach to work as a three column fixed width theme 
at 900px wide.

At the bottom of the stylesheet add [[StyleSheetColumns]]. In a tiddler 
called StyleSheetColumns paste:

#mainMenu {display:block; width:170px; font-size: 1em; padding: 0 0 0 5px; 
position: absolute; left: 0px }
#mainMenu div.tabContents li {padding-top: 0; margin-left: 2px; text-align: 
left; text-indent: 7px; }

#contentWrapper{width:900px; position: relative}

#displayArea {position: relative; left: 180px; width: 540px; margin: 0 5px}

#sidebar {margin: 0}


And replace the PageTemplate with this:

<!--{{{-->

<div id='header' class='header'>
    <div id='title'>
        <span class='siteTitle' refresh='content' 
tiddler='SiteTitle'></span>&nbsp;
        <span class='siteSubtitle' refresh='content' 
tiddler='SiteSubtitle'></span>
    </div>
</div>

<div id='mainMenu' role='navigation' refresh='content' 
tiddler='MainMenu'></div>

<div id='sidebar'>
  <div id='sidebarOptions' refresh='content' tiddler='SideBarOptions'></div>
  <div id='sidebarTabs' refresh='content' force='true' 
tiddler='SideBarTabs'></div>
</div>

<div id='displayArea'>
  <div id='messageArea'></div>
  <div id='tiddlerDisplay'></div>
  <div class='clearAll'></div>
</div>

<div id='contentFooter' refresh='content' tiddler='contentFooter'></div>

<!--}}}-->


Now to go back to messing with the tags. 

On Sunday, June 7, 2015 at 1:03:28 AM UTC-7, Silvercat wrote:
>
> Anybody know of a three column fixed-width theme for TW classic? I've 
> tried making my own, but it's buggy as heck. If I've got very many tags 
> they flow into the next tiddler. And if I try to fix that, the second 
> tiddler is below the sidebar. Even just a two-column fixed-width theme 
> might help so I have something to work from.
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3c3ddfcc-a7a0-4628-87a6-f92655a4a1ac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to