commit 6a25d4465f1b9c35113e2de6eeb5c95e909e59b7
parent 6733d6a7e5576469804bf19898bbe26b2818dd93
Author: pyratebeard <root@pyratebeard.net>
Date: Tue, 29 Sep 2020 11:53:11 +0100
cursed theme css
Diffstat:
A | cursed-theme.css | | | 194 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
1 file changed, 194 insertions(+), 0 deletions(-)
diff --git a/cursed-theme.css b/cursed-theme.css
@@ -0,0 +1,194 @@
+@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: #202020;
+ color: #c2c2b0;
+ font-family: 'saxmono';
+ font-size: 16px;
+ letter-spacing: .3px;
+}
+#head {
+ border-bottom: none;
+ text-transform: uppercase;
+}
+h1,
+h2,
+h3,
+h4 {
+ color: #86596c;
+ font-weight: normal;
+ text-transform: uppercase;
+}
+#head h1 {
+ font-size: 1.5em;
+}
+.markdown-body h2,
+.markdown-body h3,
+.markdown-body h4 {
+ color: #86596c;
+ 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: #3f3639;
+}
+.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: #60928f;
+}
+a:active,
+a:hover,
+a:focus {
+ color: #76c39b;
+ text-decoration: none;
+}
+.markdown-body code {
+ background-color: #373e41;
+ color: #c2c2b0;
+ font-family: 'envy', mono;
+ font-size: 13px;
+ padding: 0px 4px 0px 4px;
+ border-radius: 2px;
+ border-color: #3f3639;
+}
+.markdown-body pre {
+ background: #151515;
+ color: #e8e85a;
+ font-family: 'envy', mono;
+ border-radius: 2px;
+ border-color: #2b2b2d;
+ border-width: 2px;
+ border-style: solid;
+}
+.markdown-body pre code {
+ color: #e8e85a;
+ font-family: 'envy', mono;
+ white-space: pre-wrap;
+}
+.highlight .nt {
+ color: #c2c2b0;
+}
+.highlight .s2 {
+ color: #dc7671;
+}
+.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: #202020;
+}
+.markdown-body table tr th,
+.markdown-body table tr td {
+ border: 2px solid #3f3639;
+}
+.minibutton a {
+ background: #3f3639;
+ color: #c2c2b0;
+ border: none;
+ text-shadow: none;
+}
+.minibutton a:active,
+.minibutton a:hover,
+.minibutton a:focus {
+ background: #3f3639;
+ color: #76c39b;
+ border: none;
+ text-shadow: none;
+}
+#head #searchbar div#searchbar-fauxtext {
+ border-color: #2b2b2d;
+ background: #151515;
+}
+#head #searchbar div#searchbar-fauxtext input#search-query,
+#head #searchbar div#searchbar-fauxtext input#search-query.ph {
+ background: #151515;
+ color: #c2c2b0;
+ font-family: 'envy', mono;
+}
+#head #searchbar div#searchbar-fauxtext a#search-submit {
+ background: #151515;
+ border-color: #2b2b2d;
+}
+#head #searchbar div#searchbar-fauxtext a#search-submit span {
+ background-position: -431px -25px;
+}
+.results h1 strong {
+ color: #95a328;
+ font-weight: normal;
+}
+.results p#no-results strong {
+ color: #b44242;
+ font-weight: normal;
+}
+.history h1 {
+ color: #c2c2b0;
+ font-weight: normal;
+}
+.history h1 strong {
+ color: #95a328;
+ font-weight: normal;
+}
+#wiki-history table tr,
+#wiki-history table tr:nth-child(2n) {
+ background-color: #202020;
+}
+#wiki-history table tr td.author a {
+ color: #b0afa8;
+ font-weight: normal;
+}
+#wiki-history table tr td {
+ border: 2px solid #3f3639;
+}
+#wiki-history table tr td.commit-name span.time-elapsed {
+ color: #86596c;
+}
+#error {
+ background-color: #202020;
+ border: none;
+}
+#error h1 {
+ color: #b44242;
+}
+.page #footer {
+ border-top: none;
+ margin-left: 10px;
+}
+#footer p#last-edit,
+#footer p#last-edit b {
+ color: #3f3639;
+ font-weight: normal;
+}