diff --git a/README.md b/README.md index 5b8e0d4..1840f07 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,5 @@ this is the git repo for my personal website :3 ( hosted at [qhri.net](https://q the content of the website (and this git repo) is licensed under [cc-by-nc-sa-4.0](LICENSE), with the following exceptions: - - [atkinson hyperlegible](https://brailleinstitute.org/freefont), under the [atkinson hyperlegible font license](src/font/atkinson_hyperlegible_font_license.txt) \ No newline at end of file + - [atkinson hyperlegible](https://brailleinstitute.org/freefont), under the [atkinson hyperlegible font license](src/font/atkinson_hyperlegible_font_license.txt) + - [comic mono](https://dtinth.github.io/comic-mono-font/), under the [mit license](src/font/comic_mono_license.txt) \ No newline at end of file diff --git a/src/css.css b/src/css.css index 01dad33..045ab22 100644 --- a/src/css.css +++ b/src/css.css @@ -18,6 +18,15 @@ font-weight: bold; font-style: italic; } +@font-face { + font-family: comicmono; + src: url('/font/ComicMono.ttf') format('truetype'); +} +@font-face { + font-family: comicmono; + src: url('/font/ComicMono-Bold.ttf') format('truetype'); + font-weight: bold; +} :root { --bg-color: #ecdfec; @@ -25,13 +34,17 @@ --pre-border-color: #1a1a1a; --link-color: #2b58de; --link-color-visited: #6047eb; - + --header-bg-color: #E1CFE1; + --header-border-color: #CDB0CD; + @media (prefers-color-scheme: dark) { --bg-color: #1f131f; --font-color: #cccccc; --pre-border-color: #333333; --link-color: #577AE4; --link-color-visited: #8775EF; + --header-bg-color: #2F1D2F; + --header-border-color: #4D314D; } } @@ -39,12 +52,12 @@ body { background-color: var(--bg-color); } -p, h1, ul, h1, h2, h3 { +p, h1, ul, h1, h2, h3, nav, header { color: var(--font-color); font-family: atkinsonhyperlegible, Verdana, sans-serif; } -p, ul { +p, ul, nav, header { font-size: 22px; } @@ -86,10 +99,31 @@ a:visited { #pagewrap { width: 95%; } - + p, ul { font-size: 20px; } } +body { + margin: 0; +} +nav { + font-family: comicmono, monospace; + font-weight: bold; +} + +#header-div { + background-color: var(--header-bg-color); + text-align: center; + padding: 20px; + border-style: dashed; + border-width: 0 0 2px 0; + border-color: var(--header-border-color) +} + +#header-div h1 { + margin: 20px 0 0 0; + font-size: 24px; +} \ No newline at end of file diff --git a/src/emoji/index.html b/src/emoji/index.html index d454981..df459c8 100644 --- a/src/emoji/index.html +++ b/src/emoji/index.html @@ -6,9 +6,11 @@
+genderflux, girlflux, and boyflux flags (based on mutant standard, license)
girlflux heart flag (based on queercats, license)
diff --git a/src/font/ComicMono-Bold.ttf b/src/font/ComicMono-Bold.ttf new file mode 100644 index 0000000..e03f41e Binary files /dev/null and b/src/font/ComicMono-Bold.ttf differ diff --git a/src/font/ComicMono.ttf b/src/font/ComicMono.ttf new file mode 100644 index 0000000..9bc7354 Binary files /dev/null and b/src/font/ComicMono.ttf differ diff --git a/src/font/comic_mono_license.txt b/src/font/comic_mono_license.txt new file mode 100644 index 0000000..b7129bc --- /dev/null +++ b/src/font/comic_mono_license.txt @@ -0,0 +1,22 @@ +MIT License + +Original work Copyright (c) 2018 Shannon Miwa +Modified work Copyright (c) 2019 dtinth + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/src/guides/fedora-silverblue-mullvad/index.html b/src/guides/fedora-silverblue-mullvad/index.html index cba1406..2243951 100644 --- a/src/guides/fedora-silverblue-mullvad/index.html +++ b/src/guides/fedora-silverblue-mullvad/index.html @@ -6,9 +6,11 @@ -open your terminal emulator of choice and go to the directory where all the repositories are:
$ cd /etc/yum.repos.d
get the repo file from mullvad (replace "stable" with "beta" in the url if you want the beta repo):
diff --git a/src/guides/firefox-custom-search/index.html b/src/guides/firefox-custom-search/index.html index 914711a..787a155 100644 --- a/src/guides/firefox-custom-search/index.html +++ b/src/guides/firefox-custom-search/index.html @@ -6,17 +6,19 @@ -enter the text below in firefox's search/url bar:
-about:config
- in the text field that says "search preference name", enter the text below:
-browser.urlbar.update2.engineAliasRefresh
- make sure "boolean" is selected and press the + button on the right. it should automatically set the preference to true. if it doesn't, press the toggle button on the right (looks like 2 arrows pointing opposite directions)
-now go to firefox's search settings. you can get to it by putting the text below in the search bar:
-about:preferences#search
- the table with all of your search engines should now have a new button below it that says "add"
enter the text below in firefox's search/url bar:
+about:config
+ in the text field that says "search preference name", enter the text below:
+browser.urlbar.update2.engineAliasRefresh
+ make sure "boolean" is selected and press the + button on the right. it should automatically set the preference to true. if it doesn't, press the toggle button on the right (looks like 2 arrows pointing opposite directions)
+now go to firefox's search settings. you can get to it by putting the text below in the search bar:
+about:preferences#search
+ the table with all of your search engines should now have a new button below it that says "add"
+