cursed-theme.css (3941B)
1 @font-face { 2 font-family: 'saxmono'; 3 src: url('/fonts/saxmono-webfont.woff') format('woff'); 4 font-weight: normal; 5 font-style: normal; 6 } 7 @font-face { 8 font-family: 'envy'; 9 src: url("/fonts/envy_code_r.eot"); 10 src: url("/fonts/envy_code_r.eot?#iefix") format('embedded-opentype'), 11 url("/fonts/envy_code_r.woff2") format('woff2'), 12 url("/fonts/envy_code_r.woff") format('woff'), 13 url("/fonts/envy_code_r.ttf") format('truetype'), 14 url("/fonts/envy_code_r.svg") format('svg'); 15 font-weight: normal; 16 font-style: normal; 17 } 18 body { 19 background: #202020; 20 color: #c2c2b0; 21 font-family: 'saxmono'; 22 font-size: 16px; 23 letter-spacing: .3px; 24 } 25 #head { 26 border-bottom: none; 27 text-transform: uppercase; 28 } 29 h1, 30 h2, 31 h3, 32 h4 { 33 color: #86596c; 34 font-weight: normal; 35 text-transform: uppercase; 36 } 37 #head h1 { 38 font-size: 1.5em; 39 } 40 .markdown-body h2, 41 .markdown-body h3, 42 .markdown-body h4 { 43 color: #86596c; 44 font-weight: normal; 45 border-bottom: none; 46 text-transform: uppercase; 47 } 48 .markdown-body h2 .fa-link, 49 .markdown-body h3 .fa-link, 50 .markdown-body h4 .fa-link { 51 color: #3f3639; 52 } 53 .markdown-body h2 { 54 font-size: 1.5em; 55 } 56 .markdown-body h3 { 57 font-size: 1.3em; 58 } 59 .markdown-body h4 { 60 font-size: 1em; 61 } 62 a, 63 a:link, 64 a:visited { 65 color: #60928f; 66 } 67 a:active, 68 a:hover, 69 a:focus { 70 color: #76c39b; 71 text-decoration: none; 72 } 73 .markdown-body code { 74 background-color: #373e41; 75 color: #c2c2b0; 76 font-family: 'envy', mono; 77 font-size: 13px; 78 padding: 0px 4px 0px 4px; 79 border-radius: 2px; 80 border-color: #3f3639; 81 } 82 .markdown-body pre { 83 background: #151515; 84 color: #e8e85a; 85 font-family: 'envy', mono; 86 border-radius: 2px; 87 border-color: #2b2b2d; 88 border-width: 2px; 89 border-style: solid; 90 } 91 .markdown-body pre code { 92 color: #e8e85a; 93 font-family: 'envy', mono; 94 white-space: pre-wrap; 95 } 96 .highlight .nt { 97 color: #c2c2b0; 98 } 99 .highlight .s2 { 100 color: #dc7671; 101 } 102 .markdown-body ul { 103 list-style: '- ' 104 } 105 .markdown-body table thead { 106 text-transform: uppercase; 107 font-size: 16px; 108 text-align: left; 109 } 110 .markdown-body table tr, 111 .markdown-body table tr:nth-child(2n) { 112 background-color: #202020; 113 } 114 .markdown-body table tr th, 115 .markdown-body table tr td { 116 border: 2px solid #3f3639; 117 } 118 .minibutton a { 119 background: #3f3639; 120 color: #c2c2b0; 121 border: none; 122 text-shadow: none; 123 } 124 .minibutton a:active, 125 .minibutton a:hover, 126 .minibutton a:focus { 127 background: #3f3639; 128 color: #76c39b; 129 border: none; 130 text-shadow: none; 131 } 132 #head #searchbar div#searchbar-fauxtext { 133 border-color: #2b2b2d; 134 background: #151515; 135 } 136 #head #searchbar div#searchbar-fauxtext input#search-query, 137 #head #searchbar div#searchbar-fauxtext input#search-query.ph { 138 background: #151515; 139 color: #c2c2b0; 140 font-family: 'envy', mono; 141 } 142 #head #searchbar div#searchbar-fauxtext a#search-submit { 143 background: #151515; 144 border-color: #2b2b2d; 145 } 146 #head #searchbar div#searchbar-fauxtext a#search-submit span { 147 background-position: -431px -25px; 148 } 149 .results h1 strong { 150 color: #95a328; 151 font-weight: normal; 152 } 153 .results p#no-results strong { 154 color: #b44242; 155 font-weight: normal; 156 } 157 .history h1 { 158 color: #c2c2b0; 159 font-weight: normal; 160 } 161 .history h1 strong { 162 color: #95a328; 163 font-weight: normal; 164 } 165 #wiki-history table tr, 166 #wiki-history table tr:nth-child(2n) { 167 background-color: #202020; 168 } 169 #wiki-history table tr td.author a { 170 color: #b0afa8; 171 font-weight: normal; 172 } 173 #wiki-history table tr td { 174 border: 2px solid #3f3639; 175 } 176 #wiki-history table tr td.commit-name span.time-elapsed { 177 color: #86596c; 178 } 179 #error { 180 background-color: #202020; 181 border: none; 182 } 183 #error h1 { 184 color: #b44242; 185 } 186 .page #footer { 187 border-top: none; 188 margin-left: 10px; 189 } 190 #footer p#last-edit, 191 #footer p#last-edit b { 192 color: #3f3639; 193 font-weight: normal; 194 }