mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-22 17:28:44 +00:00
@@ -0,0 +1,2 @@
|
|||||||
|
title: $:/themes/tiddlywiki/vanilla/options/stickytitles
|
||||||
|
text: yes
|
||||||
@@ -12,5 +12,12 @@ title: $:/themes/tiddlywiki/vanilla/sticky
|
|||||||
background: ``<<colour tiddler-background>>``;
|
background: ``<<colour tiddler-background>>``;
|
||||||
z-index: 500;
|
z-index: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
``
|
``
|
||||||
|
<$list filter="[range[100]]">
|
||||||
|
`.tc-story-river .tc-tiddler-frame:nth-child(100n+`<$text text=<<currentTiddler>>/>`) {
|
||||||
|
z-index: `<$text text={{{ [[200]subtract<currentTiddler>] }}}/>`;
|
||||||
|
}
|
||||||
|
`
|
||||||
|
</$list>
|
||||||
</$reveal>
|
</$reveal>
|
||||||
|
|||||||
Reference in New Issue
Block a user