From f35b4d49358cb72ad27aeb64ffcc2cdf4cea6d32 Mon Sep 17 00:00:00 2001 From: Adam Spragg Date: Wed, 27 Jun 2018 16:41:11 +0100 Subject: Add new "amber" stylesheet and make it default Because apparently green doesn't show up super-bright with traditional CMYK printing, so my business card with the green-on-black header wouldn't have looked great - unless I was willing to pay a lot of money for special printing. However, apparently yellow does show up well (probably because it's the Y in CMYK), and because old-old-school CRTs came in amber-on-black as well as green-on-black, switching to amber-on-black lets me keep the same kind of aesthetic while being more print-friendly. Also, it looks less Matrix-y. On the one hand, that's better because it looks less derivative. On the other, it's worse, because it doesn't grab you quite as instinctively as it did before. I've done it with alternate stylesheets though, so you can still pick the green colorscheme if you want. --- html/@include.php | 4 +++- html/style/amber-grid.png | Bin 0 -> 118 bytes html/style/amber.css | 26 ++++++++++++++++++++++++++ html/style/green-grid.png | Bin 0 -> 112 bytes html/style/green.css | 26 ++++++++++++++++++++++++++ html/style/grid.png | Bin 112 -> 0 bytes html/style/main.css | 17 +---------------- 7 files changed, 56 insertions(+), 17 deletions(-) create mode 100644 html/style/amber-grid.png create mode 100644 html/style/amber.css create mode 100644 html/style/green-grid.png create mode 100644 html/style/green.css delete mode 100644 html/style/grid.png (limited to 'html') diff --git a/html/@include.php b/html/@include.php index 3966ec0..7ce79b0 100644 --- a/html/@include.php +++ b/html/@include.php @@ -14,7 +14,9 @@ function indent($s, $n, $indent_first_line = false) { /// Get the standard elements for the site function site_head($title) { return "{$title}\n" - . "\n" + . "\n" + . "\n" + . "\n" . "