commit 35c429d345e0b83decdeb293e8d6d96d52994e5b
parent 2afc74c2937ff6004de6428befa3859c4a7258b2
Author: pyratebeard <root@pyratebeard.net>
Date: Fri, 7 Dec 2018 13:51:16 +0000
new nox theme
Diffstat:
A | nox-theme.css | | | 162 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
1 file changed, 162 insertions(+), 0 deletions(-)
diff --git a/nox-theme.css b/nox-theme.css
@@ -0,0 +1,162 @@
+@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;
+}
+body {
+ background: #131313;
+ color: #d9d9d9;
+ font-family: 'goudy_bookletter_1911regular';
+ font-size: 16px;
+ letter-spacing: .3px;
+}
+#head {
+ border-bottom: none;
+}
+h1,
+h2,
+h3,
+h4 {
+ color: #b9b9b9;
+ font-weight: normal;
+ text-transform: uppercase;
+}
+h1 {
+ font-size: 1.8em;
+}
+.markdown-body {
+ font-size: 16px;
+}
+.markdown-body h2,
+.markdown-body h3,
+.markdown-body h4 {
+ color: #b9b9b9;
+ font-weight: normal;
+ border-bottom: none;
+ text-transform: uppercase;
+}
+.markdown-body h2 {
+ font-size: 1.9em;
+}
+.markdown-body h3 {
+ font-size: 1.2em;
+}
+.markdown-body h4 {
+ font-size: 0.8em;
+}
+.markdown-body h2 .fa-link,
+.markdown-body h3 .fa-link {
+ color: #b9b9b9;
+}
+a,
+a:link,
+a:visited {
+ color: #776e89;
+}
+a:active,
+a:hover,
+a:focus {
+ color: #b9b9b9;
+ text-decoration: none;
+}
+.markdown-body code {
+ background-color: #131313;
+ color: #8e8e8e;
+ font-family: 'envy';
+ font-size: 13px;
+ padding: 5px 4px 2px 4px;
+ border-radius: 0px;
+ border-color: #131313;
+}
+.markdown-body pre {
+ background: #131313;
+ color: #5a7588;
+ font-family: 'envy';
+ border-radius: 0px;
+ border-color: #525252;
+ border-width: 2px;
+ border-style: none;
+ border-left-style: solid;
+}
+.markdown-body pre code {
+ color: #5a7588;
+ font-family: 'envy';
+ white-space: pre-wrap;
+}
+.highlight .nt {
+ color: #4f8396;
+}
+.markdown-body ul {
+ list-style: '- '
+}
+.markdown-body table tr,
+.markdown-body table tr:nth-child(2n) {
+ background-color: #131313;
+}
+.markdown-body table tr th,
+.markdown-body table tr td {
+ border: 1px solid #252525;
+}
+.minibutton a {
+ background: #131313;
+ color: #d9d9d9;
+ border: none;
+ text-shadow: none;
+}
+.minibutton a:active,
+.minibutton a:hover,
+.minibutton a:focus {
+ background: #131313;
+ color: #8e8e8e;
+ border: none;
+ text-shadow: none;
+}
+#head #searchbar div#searchbar-fauxtext {
+ border-color: #252525;
+ background: #252525;
+}
+#head #searchbar div#searchbar-fauxtext input#search-query,
+#head #searchbar div#searchbar-fauxtext input#search-query.ph {
+ background: #131313;
+ color: #d9d9d9;
+ font-family: 'goudy_bookletter_1911regular';
+}
+#head #searchbar div#searchbar-fauxtext a#search-submit {
+ background: #131313;
+ border-color: #252525;
+}
+#head #searchbar div#searchbar-fauxtext a#search-submit span {
+ background-position: -431px -25px;
+}
+.results h1 strong {
+ color: #d9d9d9;
+ font-weight: normal;
+}
+.results p#no-results strong {
+ color: #686868;
+ font-weight: normal;
+}
+.page #footer {
+ border-top: none;
+}
+#footer p#last-edit,
+#footer p#last-edit b {
+ color: #686868;
+ font-weight: normal;
+}