From 7c7b380f0e9e8d381a568a7025af7a1b0a2ca3ef Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 1 Oct 2022 11:33:35 +0300 Subject: use the oxygen font --- extras/html/oxygen/OFL.txt | 92 ++++++++++++++++++++++++++++++++++ extras/html/oxygen/Oxygen-Bold.ttf | Bin 0 -> 48812 bytes extras/html/oxygen/Oxygen-Light.ttf | Bin 0 -> 43852 bytes extras/html/oxygen/Oxygen-Regular.ttf | Bin 0 -> 48092 bytes 4 files changed, 92 insertions(+) create mode 100644 extras/html/oxygen/OFL.txt create mode 100644 extras/html/oxygen/Oxygen-Bold.ttf create mode 100644 extras/html/oxygen/Oxygen-Light.ttf create mode 100644 extras/html/oxygen/Oxygen-Regular.ttf (limited to 'extras/html') diff --git a/extras/html/oxygen/OFL.txt b/extras/html/oxygen/OFL.txt new file mode 100644 index 0000000..905e1d6 --- /dev/null +++ b/extras/html/oxygen/OFL.txt @@ -0,0 +1,92 @@ +Copyright (c) 2012, vernon adams (vern@newtypography.co.uk), with Reserved Font Names 'Oxygen' +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/extras/html/oxygen/Oxygen-Bold.ttf b/extras/html/oxygen/Oxygen-Bold.ttf new file mode 100644 index 0000000..835ab05 Binary files /dev/null and b/extras/html/oxygen/Oxygen-Bold.ttf differ diff --git a/extras/html/oxygen/Oxygen-Light.ttf b/extras/html/oxygen/Oxygen-Light.ttf new file mode 100644 index 0000000..08b9fec Binary files /dev/null and b/extras/html/oxygen/Oxygen-Light.ttf differ diff --git a/extras/html/oxygen/Oxygen-Regular.ttf b/extras/html/oxygen/Oxygen-Regular.ttf new file mode 100644 index 0000000..a66ddf1 Binary files /dev/null and b/extras/html/oxygen/Oxygen-Regular.ttf differ -- cgit v1.2.3 From bfbbecd07a05b8080fb73dc2e15dceac7e5e7034 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 1 Oct 2022 12:03:53 +0300 Subject: new style --- extras/html/style.css | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) (limited to 'extras/html') diff --git a/extras/html/style.css b/extras/html/style.css index ea6184f..eba3fa5 100644 --- a/extras/html/style.css +++ b/extras/html/style.css @@ -22,20 +22,25 @@ line-height: 1.5em; margin: 0; padding: 0; - background-color: #f8f8f8; - color: #222; + background-color: #000000; + color: #ffffef; } body { font-family: text, monospace; width: 99%; - max-width: 800px; + max-width: 1024px; margin: 2em auto 0; padding: 0 20px; display: block; + border-style: solid; + border-width: 1px; + border-color: #ffffef; + margin-bottom: 50px; } h1, h2, h3 { + color: #ffffff; font-weight: bold; margin-top: 1em; margin-bottom: 0.75em; @@ -54,18 +59,18 @@ h3 { } a { - color: #248; + color: #9CFF00; font-weight: 600; text-decoration: none; } a:hover { - background-color: #9CFF00; + background-color: #555555; text-decoration: underline; } a:visited { - color: #248; + color: #9CFF00; } a.textlink:before { @@ -118,10 +123,11 @@ img { max-width: 100%; display: block; margin: auto; - border: 1px solid #9CFF00; + border: 1px solid #333333; } pre { + color: #ffffff; font-family: code, monospace; padding: 0; overflow-x: scroll; @@ -131,6 +137,7 @@ pre { } span.inlinecode { + color: #ffffff; font-family: code, monospace; filter: invert(1) grayscale(1); -webkit-filter: invert(1) grayscale(1); -- cgit v1.2.3 From 11bff2275e102b8ebb4749c2f1e9acaaa9232f9f Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 1 Oct 2022 12:07:15 +0300 Subject: use dark grey as bg color --- extras/html/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/html') diff --git a/extras/html/style.css b/extras/html/style.css index eba3fa5..6c3669c 100644 --- a/extras/html/style.css +++ b/extras/html/style.css @@ -22,7 +22,7 @@ line-height: 1.5em; margin: 0; padding: 0; - background-color: #000000; + background-color: #101010; color: #ffffef; } -- cgit v1.2.3 From afdf0aef83ec4951c922ddbb59be30bc93d0ee32 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 1 Oct 2022 12:13:09 +0300 Subject: fix pre overflow --- extras/html/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/html') diff --git a/extras/html/style.css b/extras/html/style.css index 6c3669c..6fb54af 100644 --- a/extras/html/style.css +++ b/extras/html/style.css @@ -130,7 +130,7 @@ pre { color: #ffffff; font-family: code, monospace; padding: 0; - overflow-x: scroll; + overflow-x: auto; scrollbar-width: none; border-left: 2px solid #9CFF00; padding-left: 12px; -- cgit v1.2.3 From b093fcea08edb5f859399eb8921edb208986d05c Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 12 Nov 2022 09:57:28 +0200 Subject: simplify default style --- extras/html/style.css | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'extras/html') diff --git a/extras/html/style.css b/extras/html/style.css index 6fb54af..eab41b7 100644 --- a/extras/html/style.css +++ b/extras/html/style.css @@ -22,12 +22,12 @@ line-height: 1.5em; margin: 0; padding: 0; - background-color: #101010; - color: #ffffef; + background-color: #ffffef; + color: #000000; } body { - font-family: text, monospace; + font-family: monospace; width: 99%; max-width: 1024px; margin: 2em auto 0; @@ -35,12 +35,12 @@ body { display: block; border-style: solid; border-width: 1px; - border-color: #ffffef; + border-color: #232323; margin-bottom: 50px; } h1, h2, h3 { - color: #ffffff; + color: #000000; font-weight: bold; margin-top: 1em; margin-bottom: 0.75em; @@ -59,7 +59,7 @@ h3 { } a { - color: #9CFF00; + color: #39aa00; font-weight: 600; text-decoration: none; } @@ -70,7 +70,7 @@ a:hover { } a:visited { - color: #9CFF00; + color: #39aa00; } a.textlink:before { @@ -127,18 +127,17 @@ img { } pre { - color: #ffffff; - font-family: code, monospace; + color: #000000; + font-family: monospace; padding: 0; overflow-x: auto; scrollbar-width: none; - border-left: 2px solid #9CFF00; padding-left: 12px; } span.inlinecode { - color: #ffffff; - font-family: code, monospace; + color: #000000; + font-family: monospace; filter: invert(1) grayscale(1); -webkit-filter: invert(1) grayscale(1); } -- cgit v1.2.3