From 66df7de514918a35e12af030a219306927b82b8e Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Mon, 1 Nov 2021 17:42:36 -0400 Subject: [PATCH] add instantfloppy.net stylesheets --- homepage/css/index.html | 6 ++++++ homepage/css/instantfloppy-redandwhite.css | 12 ++++++++++++ homepage/css/instantfloppy.css | 17 +++++++++++++++++ 3 files changed, 35 insertions(+) create mode 100644 homepage/css/instantfloppy-redandwhite.css create mode 100644 homepage/css/instantfloppy.css diff --git a/homepage/css/index.html b/homepage/css/index.html index f38771f..1f34c42 100644 --- a/homepage/css/index.html +++ b/homepage/css/index.html @@ -44,6 +44,12 @@ If you do not wish to use JavaScript for this page, you may set a custom theme f
+ + +
+ + +

diff --git a/homepage/css/instantfloppy-redandwhite.css b/homepage/css/instantfloppy-redandwhite.css new file mode 100644 index 0000000..8b78497 --- /dev/null +++ b/homepage/css/instantfloppy-redandwhite.css @@ -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; +} \ No newline at end of file diff --git a/homepage/css/instantfloppy.css b/homepage/css/instantfloppy.css new file mode 100644 index 0000000..fe623af --- /dev/null +++ b/homepage/css/instantfloppy.css @@ -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 */ }