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