iteration
This commit is contained in:
parent
a0405827aa
commit
8c85fb1e88
@ -65,12 +65,14 @@ If you do not wish to use JavaScript for this page, you may set a custom theme f
|
||||
<H4>external sheets</H4>
|
||||
<INPUT ID="TiB" NAME="css" TYPE="radio" VALUE="https://tebibyte.media/TiB.css" />
|
||||
<LABEL FOR="TiB">https://tebibyte.media/TiB.css (<B>as of adding, unlicensed, but will likely be Free</B>)</LABEL>
|
||||
<BR />
|
||||
|
||||
<INPUT ONCLICK="
|
||||
var selected = document.querySelector('input[name=\'css\']:checked');
|
||||
if(selected != null)
|
||||
window.setStyling(selected.value);
|
||||
" TYPE="button" VALUE="apply to this page" />
|
||||
<BR />
|
||||
|
||||
<INPUT ONCLICK="
|
||||
window.setCookie('sheet', window.getStyling(), 365);
|
||||
|
Loading…
Reference in New Issue
Block a user