Regards,
The BO--
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 tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
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/233d85af-b9c4-4e84-847f-cc9667ee3229%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
<span class="tc-popup-keep">
<$button popup=<<qualify "$:/state/auflösung/popup">> tooltip={{$:/language/Buttons/Resolution/Hint}} aria-label={{$:/language/Buttons/Resolution/Caption}} class=<<tv-config-toolbar-class>> selectedClass="tc-selected">
{{$:/thebo/buttons/Resolution}}
</$button>
</span>
<$reveal state=<<qualify "$:/state/auflösung/popup">> type="popup" position="below" animate="yes">
<div class="tc-drop-down">
''Auflösung:''
<$linkcatcher to="$:/state/auflösung">
<$list filter="[source[res]sortby[niedrig normal hoch]]" variable="res">
<$link to=<<res>>>
<span class="tc-drop-down-bullet">
<$reveal type="match" state="$:/state/auflösung" text=<<res>>>
•
</$reveal>
<$reveal type="nomatch" state="$:/state/auflösung" text=<<res>>>
</$reveal>
</span>
<$text text=<<res>>/></$link>
</$list>
</$linkcatcher>
</div>
</$reveal>
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline html
<$reveal type="match" state="$:/state/auflösung" text="niedrig">
body.tc-body {
font-size: 13px;
line-height: 20px;
}
.tc-tiddler-frame .tc-tiddler-body {
font-size: 12px;
}
.tc-tiddler-frame {
width: 530px;
}
.tc-story-river {
width: 530px;
}
.tc-sidebar-scrollable {
left: 590px;
}
</$reveal>
<$reveal type="match" state="$:/state/auflösung" text="normal">
</$reveal>
<$reveal type="match" state="$:/state/auflösung" text="hoch">
body.tc-body {
font-size: 20px;
line-height: 35px;
}
.tc-tiddler-frame .tc-tiddler-body {
font-size: 18px;
}
.tc-tiddler-frame {
width: 800px;
}
.tc-story-river {
width: 880px;
}
.tc-sidebar-scrollable {
left: 880px;
}
</$reveal>