Hi Jonathan

I think the easiest way to proceed is actually to put the crucial parts of
the "Sticky Titles" theme in a standalone stylesheet and then use the
"Seamless" theme.

Create a tiddler tagged "$:/tags/Stylesheet" with the following content:

.tc-tiddler-title {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  top: 0px;
  background: <<colour tiddler-background>>;
}

Would that work for you?

Best wishes

Jeremy


On Sat, Nov 1, 2014 at 1:56 AM, Jonathan Schmitt <[email protected]>
wrote:

> Hi everybody,
>
> I got an idea how it may work, but I don't really get it right now.
> I tried to copy & paste some code together from the *Seamless* Borderless
> tiddlers and *Sticky Titles* Experimental theme with titles that stick to
> the top of the window to get both: Seamless and sticky titles.
> But, yeah, It still doesn't work for me. Only thing I got is and Internal
> JavaScript Error.
>
> So quick questions:
>
> *How do I create my own Theme?*
>
>    -  - What exactly do I need? (What kind of language is this...magic?
>    :o)
>    -  - How do I implement it in my TiddlyWiki?
>
>
>
> Hope you guys can help me out.
>
> Regards,
>
> Jonathan
>
>
>  --
> 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.
>



-- 
Jeremy Ruston
mailto:[email protected]

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

Reply via email to