Adjust style of filter operator placeholders

print-window-tiddler
Astrid Elocson 2015-01-26 09:26:24 +00:00
rodzic 88ea60cc7e
commit 89163e0e85
2 zmienionych plików z 8 dodań i 7 usunięć

Wyświetl plik

@ -1,5 +1,5 @@
created: 20150117152612000
modified: 20150124201551000
modified: 20150126091948000
title: $:/editions/tw5.com/doc-styles
tags: $:/tags/Stylesheet
@ -27,8 +27,10 @@ tags: $:/tags/Stylesheet
.doc-place {
background-color: <<color background>>;
border: none;
color: <<color foreground>>;
font-style: italic;
color: <<color very-muted-foreground>>;
font-style: normal;
font-weight: bold;
text-transform: uppercase;
}
.doc-button,

Wyświetl plik

@ -1,5 +1,5 @@
created: 20150117152607000
modified: 20150124210351000
modified: 20150126092438000
title: $:/editions/tw5.com/operator-macros
tags: $:/tags/Macro
@ -11,10 +11,9 @@ tags: $:/tags/Macro
then="""<tr><th align="left">`!` input</th><td>$negationInput$</td></tr>"""
else=""/>
<$macrocall $name=".if" cond="""$suffix$"""
then="""<tr><th align="left">[[suffix|Filter Step]]&nbsp;<<.place "$suffixName$">></th><td>$suffix$</td></tr>"""
then="""<tr><th align="left">[[suffix|Filter Step]]</th><td><<.place "$suffixName$:">> $suffix$</td></tr>"""
else=""/>
<tr><th align="left">[[parameter|Filter Parameter]]<$macrocall $name=".if" cond="""$paramName$"""
then="&nbsp;<<.place '$paramName$'>>" else=""/></th><td>$parameter$</td></tr>
<tr><th align="left">[[parameter|Filter Parameter]]</th><td><$macrocall $name=".if" cond="""$paramName$""" then="<<.place '$paramName$:'>>" else=""/>$parameter$</td></tr>
<tr><th align="left">output</th><td>$output$</td></tr>
<$macrocall $name=".if" cond="""$negationOutput$"""
then="""<tr><th align="left">`!` output</th><td>$negationOutput$</td></tr>"""