commit e55a71898e909f97fed5ff163391dcc3b5606fd0
parent 0f38dc4f53e06a3516ff811f5d089350c38f6772
Author: pyratebeard <root@pyratebeard.net>
Date: Wed, 5 Jun 2019 11:11:36 +0100
updated to new colours and include font file
Diffstat:
2 files changed, 67 insertions(+), 63 deletions(-)
diff --git a/custom.css b/custom.css
@@ -1,154 +1,158 @@
@font-face {
- font-family: 'goudy_bookletter_1911regular';
- src: url('fonts/goudy_bookletter_1911-webfont.eot');
- src: url('fonts/goudy_bookletter_1911-webfont.eot?#iefix') format('embedded-opentype'),
- url('fonts/goudy_bookletter_1911-webfont.woff') format('woff'),
- url('fonts/goudy_bookletter_1911-webfont.ttf') format('truetype'),
- url('fonts/goudy_bookletter_1911-webfont.svg#goudy_bookletter_1911regular') format('svg');
- 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;
-}
-@font-face {
font-family: 'saxmono';
- src: url('/static/fnt/saxmono-webfont.woff') format('woff');
+ src: url('/fonts/saxmono-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
body {
- background: #111111;
- color: #abc0c5;
+ background: #202224;
+ color: #beced0;
font-family: 'saxmono';
font-size: 16px;
letter-spacing: .3px;
}
#head {
border-bottom: none;
+ text-transform: uppercase;
}
h1,
h2,
h3,
h4 {
- color: #5a7588;
+ color: #cd6e42;
font-weight: normal;
+ text-transform: uppercase;
}
-.markdown-body {
- font-size: 16px;
+#head h1 {
+ font-size: 1.5em;
}
.markdown-body h2,
.markdown-body h3,
.markdown-body h4 {
- color: #5a7588;
+ color: #646086;
font-weight: normal;
border-bottom: none;
+ text-transform: uppercase;
+}
+.markdown-body h2 .fa-link,
+.markdown-body h3 .fa-link,
+.markdown-body h4 .fa-link {
+ color: #3d4047;
}
-.markdown-body h2 .fa-link {
- color: #abc0c5;
+.markdown-body h2 {
+ font-size: 1.5em;
+}
+.markdown-body h3 {
+ font-size: 1.3em;
+}
+.markdown-body h4 {
+ font-size: 1em;
}
a,
a:link,
a:visited {
- color: #776e89;
+ color: #62a8b2;
}
a:active,
a:hover,
a:focus {
- color: #a29076;
+ color: #33708c;
text-decoration: none;
}
.markdown-body code {
- background-color: #222222;
- color: #5c8676;
+ background-color: #3d4047;
+ color: #beced0;
font-family: 'saxmono';
font-size: 13px;
- padding: 5px 4px 2px 4px;
- border-radius: 0px;
- border-color: #222222;
+ padding: 1px 1px 1px 1px;
+ border-radius: 5px;
+ border-color: #3d4047;
}
.markdown-body pre {
- background: #111111;
- color: #4f8396;
+ background: #161719;
+ color: #dceef1;
font-family: 'saxmono';
- border-radius: 0px;
- border-color: #444444;
+ border-radius: 5px;
+ border-color: #76b660;
border-width: 1px;
- border-style: none;
- border-left-style: solid;
+ border-style: solid;
}
.markdown-body pre code {
- color: #4f8396;
+ color: #dceef1;
font-family: 'saxmono';
white-space: pre-wrap;
}
.highlight .nt {
- color: #4f8396;
+ color: #beced0;
}
.markdown-body ul {
- list-style: ':: '
+ list-style: '- '
+}
+.markdown-body table thead {
+ text-transform: uppercase;
+ font-size: 16px;
+ text-align: left;
}
.markdown-body table tr,
.markdown-body table tr:nth-child(2n) {
- background-color: #111111;
+ background-color: #161719;
}
.markdown-body table tr th,
.markdown-body table tr td {
- border: 1px solid #444444;
+ border: 1px solid #3d4047;
}
.minibutton a {
- background: #111111;
- color: #abc0c5;
+ background: #161719;
+ color: #beced0;
border: none;
text-shadow: none;
- text-transform: lowercase;
}
.minibutton a:active,
.minibutton a:hover,
.minibutton a:focus {
- background: #111111;
- color: #a29076;
+ background: #161719;
+ color: #33708c;
border: none;
text-shadow: none;
}
#head #searchbar div#searchbar-fauxtext {
- border-color: #222222;
- background: #222222;
+ border-color: #3d4047;
+ background: #161719;
}
#head #searchbar div#searchbar-fauxtext input#search-query,
#head #searchbar div#searchbar-fauxtext input#search-query.ph {
- background: #111111;
- color: #abc0c5;
- font-family: 'goudy_bookletter_1911regular';
+ background: #161719;
+ color: #beced0;
+ font-family: 'saxmono';
}
#head #searchbar div#searchbar-fauxtext a#search-submit {
- background: #111111;
- border-color: #222222;
+ background: #161719;
+ border-color: #3d4047;
}
#head #searchbar div#searchbar-fauxtext a#search-submit span {
background-position: -431px -25px;
}
.results h1 strong {
- color: #4f8396;
+ color: #76b660;
font-weight: normal;
}
.results p#no-results strong {
- color: #8b5c51;
+ color: #8d3636;
font-weight: normal;
}
+#error {
+ background-color: #161719;
+ border: none;
+}
+#error h1 {
+ color: #cd6e42;
+}
.page #footer {
border-top: none;
+ margin-left: 10px;
}
#footer p#last-edit,
#footer p#last-edit b {
- color: #444444;
+ color: #3d4047;
font-weight: normal;
}
diff --git a/fonts/saxmono-webfont.woff b/fonts/saxmono-webfont.woff
Binary files differ.