Caleb mode
This commit is contained in:
parent
ba2f7f8a55
commit
ce21e2e41c
10
homepage/calebmode.css
Normal file
10
homepage/calebmode.css
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
body {
|
||||||
|
background-color: #000000;
|
||||||
|
color: #FFFFFF;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #FFFFFF;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
@ -145,7 +145,7 @@ type="button" value="postfix (rpn)"
|
|||||||
onclick="document.title='d 7 s - +';"
|
onclick="document.title='d 7 s - +';"
|
||||||
/>
|
/>
|
||||||
<p><small>
|
<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>
|
</small></p>
|
||||||
<input
|
<input
|
||||||
type="button" value="notheme"
|
type="button" value="notheme"
|
||||||
@ -161,9 +161,15 @@ onclick="sheet = setStyling('givemerights');"
|
|||||||
<input
|
<input
|
||||||
type="button" value="windowsclassic"
|
type="button" value="windowsclassic"
|
||||||
onclick="sheet = setStyling('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>
|
<p><small>
|
||||||
The following button manipulates the site cookie. It might not work.
|
The following button manipulates the site cookie.
|
||||||
</small></p>
|
</small></p>
|
||||||
<input
|
<input
|
||||||
type="button" value="save page settings"
|
type="button" value="save page settings"
|
||||||
|
Loading…
Reference in New Issue
Block a user