finish #control->/css/ migration
This commit is contained in:
parent
a6e8ebda32
commit
fb2c35fd64
@ -67,8 +67,6 @@ If you do not wish to use JavaScript for this page, you may set a custom theme f
|
||||
<LABEL FOR="TiB">https://tebibyte.media/assets/TiB.css (<B>CC BY-NC-SA 4.0</B>)</LABEL>
|
||||
|
||||
<H4>unknown</H4>
|
||||
<SMALL><B>Be careful because there's surely someone out there that will inject a virus into a stylesheet and get some poor sap to plug that in here.</B></SMALL>
|
||||
<BR />
|
||||
<INPUT ID="custom" NAME="css" TYPE="radio" VALUE="/css/blank.css" />
|
||||
<INPUT ID="custom_input" TYPE="text" VALUE="/css/blank.css" />
|
||||
|
||||
|
@ -90,19 +90,7 @@ I'm vaccinated against COVID-19. Are you?
|
||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
||||
|
||||
<H3 ID="control"><A HREF="#control">Set site theme</A></H3>
|
||||
<P>
|
||||
This section is slowly being migrated to <A HREF="/css/">/css/</A>.
|
||||
</P>
|
||||
<SMALL>
|
||||
<BR />This input lets you summon an external stylesheet.
|
||||
For instance, you can enter in "/css/windowsclassic.css" to manually use that theme rather than pushing a button. (<I>update as of 2021-04-05: CSS has been moved to /css/</I>).
|
||||
Any stylesheet from any on-line source will work.
|
||||
<B>Be careful because there's surely someone out there that will inject a virus into a stylesheet and get some poor sap to plug that in here.</B>
|
||||
<BR /></SMALL>
|
||||
<INPUT ID="customSheet" TYPE="text" VALUE="custom" />
|
||||
<INPUT ONCLICK="sheet = window.setStyling(document.getElementById('customSheet').value);" TYPE="button" VALUE="apply" />
|
||||
<INPUT ONCLICK="window.setCookie('sheet', sheet, 365);" TYPE="button" VALUE="apply site-wide with cookie" />
|
||||
<P></P>
|
||||
<P>This section's functionality can now be found at <A HREF="/css/">/css/</A>.</P>
|
||||
|
||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user