wysard-theme.css (3895B)
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: #111111; 24 color: #abc0c5; 25 font-family: 'goudy_bookletter_1911regular'; 26 font-size: 16px; 27 letter-spacing: .3px; 28 } 29 #head { 30 border-bottom: none; 31 } 32 h1, 33 h2, 34 h3, 35 h4 { 36 color: #5a7588; 37 font-weight: normal; 38 text-transform: uppercase; 39 } 40 #head h1 { 41 font-size: 1.5em; 42 } 43 .markdown-body { 44 font-size: 18px; 45 } 46 .markdown-body h2, 47 .markdown-body h3, 48 .markdown-body h4 { 49 color: #abc0c5; 50 font-weight: normal; 51 border-bottom: none; 52 text-transform: capitalize; 53 } 54 .markdown-body h2 .fa-link, 55 .markdown-body h3 .fa-link, 56 .markdown-body h4 .fa-link { 57 color: #abc0c5; 58 } 59 .markdown-body h2 { 60 font-size: 1.5em; 61 } 62 .markdown-body h3 { 63 font-size: 1.3em; 64 } 65 .markdown-body h4 { 66 font-size: 1em; 67 } 68 a, 69 a:link, 70 a:visited { 71 color: #776e89; 72 } 73 a:active, 74 a:hover, 75 a:focus { 76 color: #a29076; 77 text-decoration: none; 78 } 79 .markdown-body code { 80 background-color: #111111; 81 color: #5a7588; 82 font-family: 'envy'; 83 font-size: 13px; 84 padding: 1px 1px 1px 1px; 85 border-radius: 0px; 86 border-color: #111111; 87 } 88 .markdown-body pre { 89 background: #111111; 90 color: #4f8396; 91 font-family: 'envy'; 92 border-radius: 0px; 93 border-color: #444444; 94 border-width: 1px; 95 border-style: none; 96 border-left-style: solid; 97 } 98 .markdown-body pre code { 99 color: #4f8396; 100 font-family: 'envy'; 101 white-space: pre-wrap; 102 } 103 .highlight .nt { 104 color: #4f8396; 105 } 106 .markdown-body ul { 107 list-style: '- ' 108 } 109 .markdown-body table thead { 110 text-transform: uppercase; 111 font-size: 16px; 112 text-align: left; 113 } 114 .markdown-body table tr, 115 .markdown-body table tr:nth-child(2n) { 116 background-color: #111111; 117 } 118 .markdown-body table tr th, 119 .markdown-body table tr td { 120 border: 1px solid #444444; 121 } 122 .minibutton a { 123 background: #111111; 124 color: #abc0c5; 125 border: none; 126 text-shadow: none; 127 } 128 .minibutton a:active, 129 .minibutton a:hover, 130 .minibutton a:focus { 131 background: #111111; 132 color: #a29076; 133 border: none; 134 text-shadow: none; 135 } 136 #head #searchbar div#searchbar-fauxtext { 137 border-color: #222222; 138 background: #222222; 139 } 140 #head #searchbar div#searchbar-fauxtext input#search-query, 141 #head #searchbar div#searchbar-fauxtext input#search-query.ph { 142 background: #111111; 143 color: #abc0c5; 144 font-family: 'goudy_bookletter_1911regular'; 145 } 146 #head #searchbar div#searchbar-fauxtext a#search-submit { 147 background: #111111; 148 border-color: #222222; 149 } 150 #head #searchbar div#searchbar-fauxtext a#search-submit span { 151 background-position: -431px -25px; 152 } 153 .results h1 strong { 154 color: #4f8396; 155 font-weight: normal; 156 } 157 .results p#no-results strong { 158 color: #8b5c51; 159 font-weight: normal; 160 } 161 #error { 162 background-color: #111111; 163 border: none; 164 } 165 #error h1 { 166 color: #8b5c51; 167 } 168 .page #footer { 169 border-top: none; 170 margin-left: 10px; 171 } 172 #footer p#last-edit, 173 #footer p#last-edit b { 174 color: #444444; 175 font-weight: normal; 176 }