commit 75863ed667da5b0cb091a7ae47cae64f96315834
Author: pyratebeard <root@pyratebeard.net>
Date: Sat, 24 Nov 2018 20:09:22 +0000
inital commit
Diffstat:
A | wysard-theme.css | | | 148 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
1 file changed, 148 insertions(+), 0 deletions(-)
diff --git a/wysard-theme.css b/wysard-theme.css
@@ -0,0 +1,148 @@
+@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: #111111;
+ color: #abc0c5;
+ font-family: 'goudy_bookletter_1911regular';
+ font-size: 16px;
+ letter-spacing: .3px;
+}
+#head {
+ border-bottom: none;
+}
+h1,
+h2,
+h3,
+h4 {
+ color: #5a7588;
+ font-weight: normal;
+}
+.markdown-body {
+ font-size: 16px;
+}
+.markdown-body h2,
+.markdown-body h3,
+.markdown-body h4 {
+ color: #a29076;
+ font-weight: normal;
+ border-bottom: none;
+}
+.markdown-body h2 .fa-link {
+ color: #abc0c5;
+}
+a,
+a:link,
+a:visited {
+ color: #776e89;
+}
+a:active,
+a:hover,
+a:focus {
+ color: #a29076;
+ text-decoration: none;
+}
+.markdown-body code {
+ background-color: #222222;
+ color: #5c8676;
+ font-family: 'envy';
+ font-size: 13px;
+ padding: 5px 4px 2px 4px;
+ border-radius: 0px;
+ border-color: #222222;
+}
+.markdown-body pre {
+ background: #111111;
+ color: #4f8396;
+ font-family: 'envy';
+ border-radius: 0px;
+ border-color: #444444;
+ border-width: 1px;
+ border-style: none;
+ border-left-style: solid;
+}
+.markdown-body pre code {
+ color: #4f8396;
+ 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: #111111;
+}
+.markdown-body table tr th,
+.markdown-body table tr td {
+ border: 1px solid #444444;
+}
+.minibutton a {
+ background: #111111;
+ color: #abc0c5;
+ border: none;
+ text-shadow: none;
+ text-transform: lowercase;
+}
+.minibutton a:active,
+.minibutton a:hover,
+.minibutton a:focus {
+ background: #111111;
+ color: #a29076;
+ border: none;
+ text-shadow: none;
+}
+#head #searchbar div#searchbar-fauxtext {
+ border-color: #222222;
+ background: #222222;
+}
+#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';
+}
+#head #searchbar div#searchbar-fauxtext a#search-submit {
+ background: #111111;
+ border-color: #222222;
+}
+#head #searchbar div#searchbar-fauxtext a#search-submit span {
+ background-position: -431px -25px;
+}
+.results h1 strong {
+ color: #4f8396;
+ font-weight: normal;
+}
+.results p#no-results strong {
+ color: #8b5c51;
+ font-weight: normal;
+}
+.page #footer {
+ border-top: none;
+}
+#footer p#last-edit,
+#footer p#last-edit b {
+ color: #444444;
+ font-weight: normal;
+}