commit 5a6ed8d94917067d80eee75e681c44cb90e84fb8
parent 5d4cc7f0c93d3b023732fa5606412c9c7cb7cbc7
Author: pyratebeard <root@pyratebeard.net>
Date: Thu, 30 Apr 2020 12:03:22 +0100
downtime theme
Diffstat:
A | downtime-theme.css | | | 169 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
1 file changed, 169 insertions(+), 0 deletions(-)
diff --git a/downtime-theme.css b/downtime-theme.css
@@ -0,0 +1,169 @@
+@font-face {
+ font-family: 'saxmono';
+ src: url('/fonts/saxmono-webfont.woff') format('woff');
+ 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: #212021;
+ color: #fbf6f6;
+ font-family: 'saxmono';
+ font-size: 16px;
+ letter-spacing: .3px;
+}
+#head {
+ border-bottom: none;
+ text-transform: uppercase;
+}
+h1,
+h2,
+h3,
+h4 {
+ color: #cfe063;
+ font-weight: normal;
+ text-transform: uppercase;
+}
+#head h1 {
+ font-size: 1.5em;
+}
+.markdown-body h2,
+.markdown-body h3,
+.markdown-body h4 {
+ color: #888aa9;
+ 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: #4e495a;
+}
+.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: #b6ce63;
+}
+a:active,
+a:hover,
+a:focus {
+ color: #d4e4bf;
+ text-decoration: none;
+}
+.markdown-body code {
+ background-color: #4e495a;
+ color: #b8d680;
+ font-family: 'envy', mono;
+ font-size: 14px;
+ padding: 1px 1px 1px 1px;
+ border-radius: 2px;
+ border-color: #4e495a;
+}
+.markdown-body pre {
+ 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: #b8d680;
+ font-family: 'envy', mono;
+ white-space: pre-wrap;
+}
+.highlight .nt {
+ color: #fbf6f6;
+}
+.markdown-body ul {
+ 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: #212021;
+}
+.markdown-body table tr th,
+.markdown-body table tr td {
+ border: 2px solid #4e495a;
+}
+.minibutton a {
+ background: #4e495a;
+ color: #fbf6f6;
+ border: none;
+ text-shadow: none;
+}
+.minibutton a:active,
+.minibutton a:hover,
+.minibutton a:focus {
+ background: #4e495a;
+ color: #b8d680;
+ border: none;
+ text-shadow: none;
+}
+#head #searchbar div#searchbar-fauxtext {
+ border-color: #929eb5;
+ background: #4e495a;
+}
+#head #searchbar div#searchbar-fauxtext input#search-query,
+#head #searchbar div#searchbar-fauxtext input#search-query.ph {
+ background: #4e495a;
+ color: #b8d680;
+ font-family: 'envy', mono;
+}
+#head #searchbar div#searchbar-fauxtext a#search-submit {
+ background: #4e495a;
+ border-color: #929eb5;
+}
+#head #searchbar div#searchbar-fauxtext a#search-submit span {
+ background-position: -431px -25px;
+}
+.results h1 strong {
+ color: #b6ce63;
+ font-weight: normal;
+}
+.results p#no-results strong {
+ color: #e29e84;
+ font-weight: normal;
+}
+#error {
+ background-color: #212021;
+ border: none;
+}
+#error h1 {
+ color: #d4cd61;
+}
+.page #footer {
+ border-top: none;
+ margin-left: 10px;
+}
+#footer p#last-edit,
+#footer p#last-edit b {
+ color: #6b6573;
+ font-weight: normal;
+}