add /css/ to index
This commit is contained in:
parent
615a57c691
commit
72dc4a070e
@ -30,7 +30,7 @@ translations of my name include: <BR />
|
||||
バレイク デビン (BLAKE Deven)
|
||||
</SMALL>
|
||||
<P>
|
||||
You can use <CODE>they/them</CODE>, <CODE>she/her</CODE>, or <CODE>E/Em</CODE> pronouns to refer to me, or whatever genderless pronoun set you prefer to use.
|
||||
To correctly refer to me you may use <CODE>she/her</CODE>, <CODE>they/them</CODE>, or any genderless pronoun set you prefer to use.
|
||||
If this confuses you just say things like "<I>they</I> walked", or "I saw <I>them</I> walking".
|
||||
I won't get offended if you use <CODE>he/him</CODE> but I'll probably be a bit confused.
|
||||
</P>
|
||||
@ -52,6 +52,7 @@ I'm vaccinated against COVID-19. Are you?
|
||||
<A HREF="/bookmarks" >/bookmarks</A>,
|
||||
<A HREF="#contact" >#contact</A>,
|
||||
<A HREF="#control" >#control</A>,
|
||||
<A HREF="/css/" >/css/</A>,
|
||||
<A HREF="/devenzone" >/devenzone</A>,
|
||||
<A HREF="/faq" >/faq</A>,
|
||||
<A HREF="#harmful" >#harmful</A>,
|
||||
@ -89,10 +90,9 @@ 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>
|
||||
<SMALL>The following inputs use JavaScript to change this page's stylesheet:<BR /></SMALL>
|
||||
<INPUT ONCLICK="sheet = window.setStyling('/css/blank.css);" TYPE="button" VALUE="notheme" />
|
||||
<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>
|
||||
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>).
|
||||
@ -101,10 +101,7 @@ Any stylesheet from any on-line source will work.
|
||||
<BR /></SMALL>
|
||||
<INPUT ID="customSheet" TYPE="text" VALUE="custom" />
|
||||
<INPUT ONCLICK="sheet = window.setStyling(document.getElementById('customSheet').value);" TYPE="button" VALUE="apply" />
|
||||
<SMALL><BR />The following button manipulates the site cookie. This setting is the only use of cookies anywhere on this website.<BR /></SMALL>
|
||||
<INPUT ONCLICK="window.setCookie('sheet', sheet, 365);" TYPE="button" VALUE="save theme settings" />
|
||||
<SMALL><BR />The following button would change the alignment of <I>this page's</I> text if it worked.<BR /></SMALL>
|
||||
<INPUT ONCLICK="document.querySelector('STYLE').innerhtml = 'body { text-align: right; }';" TYPE="button" VALUE="right" />
|
||||
<INPUT ONCLICK="window.setCookie('sheet', sheet, 365);" TYPE="button" VALUE="apply site-wide with cookie" />
|
||||
<P></P>
|
||||
|
||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
||||
@ -127,18 +124,23 @@ Any stylesheet from any on-line source will work.
|
||||
Aisleriot Solitaire;
|
||||
Android;
|
||||
busybox;
|
||||
the GNU compiler collection;
|
||||
the GNU core utilities;
|
||||
Element;
|
||||
GNOME;
|
||||
Google;
|
||||
Google Chrome;
|
||||
Google ChromeOS;
|
||||
Google Translate;
|
||||
GNU coreutils;
|
||||
iOS;
|
||||
Java;
|
||||
macOS except versions 10.1 through 10.6;
|
||||
Microsoft Edge;
|
||||
Microsoft Defender;
|
||||
Microsoft Windows except versions 2000, XP, and 7;
|
||||
Mozilla Firefox;
|
||||
Patreon;
|
||||
PulseAudio;
|
||||
Python;
|
||||
SystemD;
|
||||
|
Loading…
Reference in New Issue
Block a user