105
106
107
108
109
110
111
112
113
114
115
116
117
118
|
/* Flip the colors to approximate a dark theme look */
"filter: invert(1) hue-rotate(180deg);"
"}");
CX("#sbs-wrapper > fieldset {"
"padding: 0.25em 0.5em; border-radius: 0.25em;"
"}");
CX("fieldset > legend > .copy-button {margin-left: 0.25em}");
CX("</style>");
CX("<div>Input pikchr code and tap Preview to render it:</div>");
CX("<div id='sbs-wrapper'>");
CX("<div id='pikchrshow-form'>");
CX("<textarea id='content' name='content' rows='15'>%s</textarea>",
zContent/*safe-for-%s*/);
CX("<div id='pikchrshow-controls'>");
|
>
|
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
|
/* Flip the colors to approximate a dark theme look */
"filter: invert(1) hue-rotate(180deg);"
"}");
CX("#sbs-wrapper > fieldset {"
"padding: 0.25em 0.5em; border-radius: 0.25em;"
"}");
CX("fieldset > legend > .copy-button {margin-left: 0.25em}");
CX(".dragover {border: 0.5em dotted rgba(0,255,0,0.6)}");
CX("</style>");
CX("<div>Input pikchr code and tap Preview to render it:</div>");
CX("<div id='sbs-wrapper'>");
CX("<div id='pikchrshow-form'>");
CX("<textarea id='content' name='content' rows='15'>%s</textarea>",
zContent/*safe-for-%s*/);
CX("<div id='pikchrshow-controls'>");
|