1
0

move CSS to subdir

This commit is contained in:
Deven Blake
2021-04-05 14:17:38 -04:00
parent 6567edb0ea
commit f35bc435b9
17 changed files with 14 additions and 50 deletions

View File

@@ -116,11 +116,11 @@ I would much rather talk to you via Signal instead of using something like Disco
<H4>Control panel</H4>
<P><SMALL>The following inputs use JavaScript to change this page's stylesheet.</SMALL></P>
<INPUT ONCLICK="document.getElementById('styling').setAttribute('href', ''); sheet='';" TYPE="button" VALUE="notheme" />
<INPUT ONCLICK="sheet = window.setStyling('/givemerights.css');" TYPE="button" VALUE="givemerights" />
<INPUT ONCLICK="sheet = window.setStyling('/windowsclassic.css');" TYPE="button" VALUE="windowsclassic" />
<INPUT ONCLICK="sheet = window.setStyling('/css/givemerights.css');" TYPE="button" VALUE="givemerights" />
<INPUT ONCLICK="sheet = window.setStyling('/css/windowsclassic.css');" TYPE="button" VALUE="windowsclassic" />
<P><SMALL>
Thise input lets you summon an external stylesheet.
For instance, you can enter in "/windowsclassic.css" to manually use that theme rather than pushing a button.
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>
</SMALL></P>