1
0

finish #control->/css/ migration

This commit is contained in:
dtb
2021-09-30 21:36:52 -04:00
parent a6e8ebda32
commit fb2c35fd64
2 changed files with 1 additions and 15 deletions

View File

@@ -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%" />