1
0

Caleb mode

This commit is contained in:
devenblake 2020-10-17 21:26:50 -04:00
parent ba2f7f8a55
commit ce21e2e41c
2 changed files with 18 additions and 2 deletions

10
homepage/calebmode.css Normal file
View File

@ -0,0 +1,10 @@
body {
background-color: #000000;
color: #FFFFFF;
font-weight: bold;
}
a {
color: #FFFFFF;
font-weight: normal;
}

View File

@ -145,7 +145,7 @@ type="button" value="postfix (rpn)"
onclick="document.title='d 7 s - +';"
/>
<p><small>
The following buttons use JavaScript to change this page's stylesheet.
The following inputs use JavaScript to change this page's stylesheet.
</small></p>
<input
type="button" value="notheme"
@ -161,9 +161,15 @@ onclick="sheet = setStyling('givemerights');"
<input
type="button" value="windowsclassic"
onclick="sheet = setStyling('windowsclassic');"
/>
<p></p>
<input id="customSheet" type="text" value="custom" />
<input
type="button" value="<-"
onclick="sheet = setStyling(document.getElementById('customSheet').value);"
/>
<p><small>
The following button manipulates the site cookie. It might not work.
The following button manipulates the site cookie.
</small></p>
<input
type="button" value="save page settings"