mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
parent
0ea00b59b0
commit
1c982fba2d
2
editions/prerelease/tiddlers/system/stickytitles.tid
Normal file
2
editions/prerelease/tiddlers/system/stickytitles.tid
Normal file
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user