kopia lustrzana https://github.com/miklobit/TiddlyWiki5
16 wiersze
377 B
Plaintext
16 wiersze
377 B
Plaintext
title: $:/themes/tiddlywiki/stickytitles/styles.tid
|
|
tags: [[$:/tags/Stylesheet]]
|
|
|
|
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline
|
|
|
|
.tc-tiddler-title {
|
|
position: -webkit-sticky;
|
|
position: -moz-sticky;
|
|
position: -o-sticky;
|
|
position: -ms-sticky;
|
|
position: sticky;
|
|
top: 0px;
|
|
background: <<colour tiddler-background>>;
|
|
z-index: 500;
|
|
}
|