Hi Zane,
If you tag a tiddler - containing your logo and text - with
$:/tags/TopLeftBar, it will be displayed at the the top (fixed).
Then you can shift the story-river and Sidebar 50px downwards by putting
the following in a tiddler tagged with $:/tags/Stylesheet
/* VERTICAL OFFSET FOR TOP OF TIDDLERS */
html .tc-story-river {
padding-top: 0px;
transform: translate(0px, 92px);
-ms-transform: translate(0px, 92px);
-webkit-transform: translate(0px, 92px);
}
/* VERTICAL OFFSET FOR TOP OF SIDEBAR */
html .tc-sidebar-scrollable {
top: 50px;
}
Adjust the shift to your liking by changing 92px (3x!) and 50px together so
the tiddler title and wiki title stay aligned.
Hope that helps.
For a few customizations guides, have a look at
http://tongerner.tiddlyspot.com/
Cheers,
Ton
On Monday, December 15, 2014 9:33:12 AM UTC+1, Zane B Stein wrote:
>
> I need help!
>
> I had pretty much gotten the hang of my old TiddlyWiki system. For a
> number of reasons I needed to upgrade the system, and downloaded version
> 5.1.5. I've put together a basic Wiki, but I just can't figure out how to
> set a few things up. Ideally I'd like to get the new version to resemble
> the old version. I can play with the fonts and colors. But I can't seem
> to figure out how to:
>
> Get the page name as a banner on top of the page.
> Put an image in the this banner
>
> If you look at the attached wiki old.png file you will see the effect I am
> aiming for.
> But if you look at wiki new.png, I have not been able to figure out how to
> recreate the layout.
>
> Can someone either recommend some good howto pages for this version that
> can show me how to set the way the page title shows on the page, or direct
> me to some sites online that I can use as models?
>
> Any help greatly appreciated.
>
> Zane
>
--
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.
For more options, visit https://groups.google.com/d/optout.