downtime-theme.css (3905B)
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: #212021; 20 color: #fbf6f6; 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: #cfe063; 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: #888aa9; 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: #4e495a; 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: #b6ce63; 66 } 67 a:active, 68 a:hover, 69 a:focus { 70 color: #d4e4bf; 71 text-decoration: none; 72 } 73 .markdown-body code { 74 background-color: #4e495a; 75 color: #b8d680; 76 font-family: 'envy', mono; 77 font-size: 13px; 78 padding: 1px 1px 1px 1px; 79 border-radius: 2px; 80 border-color: #4e495a; 81 } 82 .markdown-body pre { 83 background: #4e495a; 84 color: #b8d680; 85 font-family: 'envy', mono; 86 border-radius: 2px; 87 border-color: #929eb5; 88 border-width: 2px; 89 border-style: solid; 90 } 91 .markdown-body pre code { 92 color: #b8d680; 93 font-family: 'envy', mono; 94 white-space: pre-wrap; 95 } 96 .highlight .nt { 97 color: #fbf6f6; 98 } 99 .markdown-body ul { 100 list-style: '- ' 101 } 102 .markdown-body table thead { 103 text-transform: uppercase; 104 font-size: 16px; 105 text-align: left; 106 } 107 .markdown-body table tr, 108 .markdown-body table tr:nth-child(2n) { 109 background-color: #212021; 110 } 111 .markdown-body table tr th, 112 .markdown-body table tr td { 113 border: 2px solid #4e495a; 114 } 115 .minibutton a { 116 background: #4e495a; 117 color: #fbf6f6; 118 border: none; 119 text-shadow: none; 120 } 121 .minibutton a:active, 122 .minibutton a:hover, 123 .minibutton a:focus { 124 background: #4e495a; 125 color: #b8d680; 126 border: none; 127 text-shadow: none; 128 } 129 #head #searchbar div#searchbar-fauxtext { 130 border-color: #929eb5; 131 background: #4e495a; 132 } 133 #head #searchbar div#searchbar-fauxtext input#search-query, 134 #head #searchbar div#searchbar-fauxtext input#search-query.ph { 135 background: #4e495a; 136 color: #b8d680; 137 font-family: 'envy', mono; 138 } 139 #head #searchbar div#searchbar-fauxtext a#search-submit { 140 background: #4e495a; 141 border-color: #929eb5; 142 } 143 #head #searchbar div#searchbar-fauxtext a#search-submit span { 144 background-position: -431px -25px; 145 } 146 .results h1 strong { 147 color: #b6ce63; 148 font-weight: normal; 149 } 150 .results p#no-results strong { 151 color: #e29e84; 152 font-weight: normal; 153 } 154 .history h1 { 155 color: #888aa9; 156 font-weight: normal; 157 } 158 .history h1 strong { 159 color: #cfe063; 160 font-weight: normal; 161 } 162 #wiki-history table tr, 163 #wiki-history table tr:nth-child(2n) { 164 background-color: #212021; 165 } 166 #wiki-history table tr td.author a { 167 color: #d3c284; 168 font-weight: normal; 169 } 170 #wiki-history table tr td { 171 border: 2px solid #4e495a; 172 } 173 #wiki-history table tr td.commit-name span.time-elapsed { 174 color: #6b6573; 175 } 176 #error { 177 background-color: #212021; 178 border: none; 179 } 180 #error h1 { 181 color: #d4cd61; 182 } 183 .page #footer { 184 border-top: none; 185 margin-left: 10px; 186 } 187 #footer p#last-edit, 188 #footer p#last-edit b { 189 color: #6b6573; 190 font-weight: normal; 191 }