1
0

add instantfloppy.net stylesheets

This commit is contained in:
dtb 2021-11-01 17:42:36 -04:00
parent b1c63705b7
commit 66df7de514
3 changed files with 35 additions and 0 deletions

View File

@ -44,6 +44,12 @@ If you do not wish to use JavaScript for this page, you may set a custom theme f
<INPUT ID="givemerights" NAME="css" TYPE="radio" VALUE="/css/givemerights.css" /> <INPUT ID="givemerights" NAME="css" TYPE="radio" VALUE="/css/givemerights.css" />
<LABEL FOR="givemerights">/css/givemerights.css</LABEL> <LABEL FOR="givemerights">/css/givemerights.css</LABEL>
<BR /> <BR />
<INPUT ID="instantfloppy" NAME="css" TYPE="radio" VALUE="/css/instantfloppy.css" />
<LABEL FOR="instantfloppy">/css/instantfloppy.css</LABEL>
<BR />
<INPUT ID="instantfloppy-redandwhite" NAME="css" TYPE="radio" VALUE="/css/instantfloppy-redandwhite.css" />
<LABEL FOR="instantfloppy-redandwhite">/css/instantfloppy-redandwhite.css</LABEL>
<BR />
<INPUT ID="k" NAME="css" TYPE="radio" VALUE="/css/k.css" /> <INPUT ID="k" NAME="css" TYPE="radio" VALUE="/css/k.css" />
<LABEL FOR="k">/css/k.css</LABEL> <LABEL FOR="k">/css/k.css</LABEL>
<BR /> <BR />

View File

@ -0,0 +1,12 @@
/** add stylesheet.css, then add this sheet **/
body {
/** cloning CNN, cheaply. **/
background-color: #DDDDDD;
color: #111111;
}
a {
color: #EE0000;
text-decoration: underline;
}

View File

@ -0,0 +1,17 @@
body {
background-color: #000000;
color: #00FF00;
font-size: 100%;
}
a {
color: #FF4444;
text-decoration: none;
font-weight: bold;
}
h1, h2, h3, h4, h5, h6, h7 { font-weight: normal; }
h1 { font-size: 1.25em; /* 20px */ }
h2 { font-size: 1.125em; /* 18px */ }
h3 { font-size: 1em; /* 16px */ }
h7 { font-size: 0.625em; /* 10px */ }