>
> Hello BTC,
> Tiddlyshow app is a small demo of TW+KeeBoord! It works now.
> Take a look and follow the instruction on the HowTo page!
>
> Best
> Mohammad
>
Hi Mohammand, I was looking at your tiddlyshow page and I like it a lot,
very nice work!
I found a css solution for your pagenumber indicator which jumps to another
position on the last slide:
.tc-tagged-slideHeader .pagenumber,
.tc-tagged-slide .pagenumber{
height: 3em;
width: 3em;
border-radius: 50%;
display:table-cell;
text-align:center;
vertical-align:middle;
position: fixed;
bottom: 1.5em;
left: calc(50% - 1.5em);
/*make it pretty*/
background: #F07F09;
color: #fff;
font-size:1em;
font-weight:700;
}
.tc-tagged-slide .pagenumber > span {
position: relative;
top: 0.75em;
}
in $:/.mr/tiddlyshow/navigation , wrap the pagenumber into a span: <span
class="pagenumber"><span>{{!!page}}</span></span>
... and you'll always have the number at the same fixed position :)
best wishes, BTC
--
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/1bfc7feb-bde5-459d-896c-0756872627cf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.