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