add instantfloppy.net stylesheets
This commit is contained in:
parent
b1c63705b7
commit
66df7de514
@ -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" />
|
||||
<LABEL FOR="givemerights">/css/givemerights.css</LABEL>
|
||||
<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" />
|
||||
<LABEL FOR="k">/css/k.css</LABEL>
|
||||
<BR />
|
||||
|
12
homepage/css/instantfloppy-redandwhite.css
Normal file
12
homepage/css/instantfloppy-redandwhite.css
Normal 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;
|
||||
}
|
17
homepage/css/instantfloppy.css
Normal file
17
homepage/css/instantfloppy.css
Normal 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 */ }
|
Loading…
Reference in New Issue
Block a user