grimoire

personal wiki
git clone git://git.pyratebeard.net/grimoire.git
Log | Files | Refs

commit 9347079c7d796ea4f8d9052dd3b3990e558fea19
parent 78aacb3b465172ee1b13d0173693efc42ca403fb
Author: pyratebeard <root@pyratebeard.net>
Date:   Thu, 30 Apr 2020 15:33:14 +0100

switched to downtime colours

Diffstat:
Mcustom.css | 89++++++++++++++++++++++++++++++++++++++++++++-----------------------------------
1 file changed, 50 insertions(+), 39 deletions(-)

diff --git a/custom.css b/custom.css @@ -4,9 +4,20 @@ font-weight: normal; font-style: normal; } +@font-face { + font-family: 'envy'; + src: url("/fonts/envy_code_r.eot"); + src: url("/fonts/envy_code_r.eot?#iefix") format('embedded-opentype'), + url("/fonts/envy_code_r.woff2") format('woff2'), + url("/fonts/envy_code_r.woff") format('woff'), + url("/fonts/envy_code_r.ttf") format('truetype'), + url("/fonts/envy_code_r.svg") format('svg'); + font-weight: normal; + font-style: normal; +} body { - background: #202224; - color: #beced0; + background: #212021; + color: #fbf6f6; font-family: 'saxmono'; font-size: 16px; letter-spacing: .3px; @@ -19,7 +30,7 @@ h1, h2, h3, h4 { - color: #cd6e42; + color: #cfe063; font-weight: normal; text-transform: uppercase; } @@ -29,7 +40,7 @@ h4 { .markdown-body h2, .markdown-body h3, .markdown-body h4 { - color: #646086; + color: #888aa9; font-weight: normal; border-bottom: none; text-transform: uppercase; @@ -37,7 +48,7 @@ h4 { .markdown-body h2 .fa-link, .markdown-body h3 .fa-link, .markdown-body h4 .fa-link { - color: #3d4047; + color: #4e495a; } .markdown-body h2 { font-size: 1.5em; @@ -51,39 +62,39 @@ h4 { a, a:link, a:visited { - color: #62a8b2; + color: #b6ce63; } a:active, a:hover, a:focus { - color: #33708c; + color: #d4e4bf; text-decoration: none; } .markdown-body code { - background-color: #3d4047; - color: #beced0; - font-family: 'saxmono'; + background-color: #4e495a; + color: #b8d680; + font-family: 'envy', mono; font-size: 13px; padding: 1px 1px 1px 1px; - border-radius: 5px; - border-color: #3d4047; + border-radius: 2px; + border-color: #4e495a; } .markdown-body pre { - background: #161719; - color: #dceef1; - font-family: 'saxmono'; - border-radius: 5px; - border-color: #76b660; - border-width: 1px; + background: #4e495a; + color: #b8d680; + font-family: 'envy', mono; + border-radius: 2px; + border-color: #929eb5; + border-width: 2px; border-style: solid; } .markdown-body pre code { - color: #dceef1; - font-family: 'saxmono'; + color: #b8d680; + font-family: 'envy', mono; white-space: pre-wrap; } .highlight .nt { - color: #beced0; + color: #fbf6f6; } .markdown-body ul { list-style: '- ' @@ -95,57 +106,57 @@ a:focus { } .markdown-body table tr, .markdown-body table tr:nth-child(2n) { - background-color: #161719; + background-color: #212021; } .markdown-body table tr th, .markdown-body table tr td { - border: 1px solid #3d4047; + border: 2px solid #4e495a; } .minibutton a { - background: #161719; - color: #beced0; + background: #4e495a; + color: #fbf6f6; border: none; text-shadow: none; } .minibutton a:active, .minibutton a:hover, .minibutton a:focus { - background: #161719; - color: #33708c; + background: #4e495a; + color: #b8d680; border: none; text-shadow: none; } #head #searchbar div#searchbar-fauxtext { - border-color: #3d4047; - background: #161719; + border-color: #929eb5; + background: #4e495a; } #head #searchbar div#searchbar-fauxtext input#search-query, #head #searchbar div#searchbar-fauxtext input#search-query.ph { - background: #161719; - color: #beced0; - font-family: 'saxmono'; + background: #4e495a; + color: #b8d680; + font-family: 'envy', mono; } #head #searchbar div#searchbar-fauxtext a#search-submit { - background: #161719; - border-color: #3d4047; + background: #4e495a; + border-color: #929eb5; } #head #searchbar div#searchbar-fauxtext a#search-submit span { background-position: -431px -25px; } .results h1 strong { - color: #76b660; + color: #b6ce63; font-weight: normal; } .results p#no-results strong { - color: #8d3636; + color: #e29e84; font-weight: normal; } #error { - background-color: #161719; + background-color: #212021; border: none; } #error h1 { - color: #cd6e42; + color: #d4cd61; } .page #footer { border-top: none; @@ -153,6 +164,6 @@ a:focus { } #footer p#last-edit, #footer p#last-edit b { - color: #3d4047; + color: #6b6573; font-weight: normal; }