gollum-style

gollum css
git clone git://git.pyratebeard.net/gollum-style.git
Log | Files | Refs

commit d3a0f3a64f6dfd807e070b427de62448852c3f12
parent 2e7d34986669fbd0745629c3da267ed60ead2da9
Author: pyratebeard <root@pyratebeard.net>
Date:   Sat, 19 Jan 2019 16:54:16 +0000

venganza theme

Diffstat:
Avenganza-theme.css | 173+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 173 insertions(+), 0 deletions(-)

diff --git a/venganza-theme.css b/venganza-theme.css @@ -0,0 +1,173 @@ +@font-face { + font-family: 'goudy_bookletter_1911regular'; + src: url('fonts/goudy_bookletter_1911-webfont.eot'); + src: url('fonts/goudy_bookletter_1911-webfont.eot?#iefix') format('embedded-opentype'), + url('fonts/goudy_bookletter_1911-webfont.woff') format('woff'), + url('fonts/goudy_bookletter_1911-webfont.ttf') format('truetype'), + url('fonts/goudy_bookletter_1911-webfont.svg#goudy_bookletter_1911regular') format('svg'); + font-weight: normal; + font-style: normal; +} +@font-face { + font-family: 'envy'; + src: url('fonts/envy_code_r.eot'); + src: url('fonts/envy_code_r.eot?#iefix') format('embedded-opentype'), + url('fonts/envy_code_r.woff2') format('woff2'), + url('fonts/envy_code_r.woff') format('woff'), + url('fonts/envy_code_r.ttf') format('truetype'), + url('fonts/envy_code_r.svg') format('svg'); + font-weight: normal; + font-style: normal; +} +body { + background: #151515; + color: #eeeeee; + font-family: 'envy'; + font-size: 16px; + letter-spacing: .3px; +} +#head { + border-bottom: none; + text-transform: uppercase; +} +h1, +h2, +h3, +h4 { + color: #4f5090; + font-weight: normal; + text-transform: uppercase; +} +#head h1 { + font-size: 1.5em; +} +.markdown-body h2, +.markdown-body h3, +.markdown-body h4 { + color: #1dc189; + font-weight: normal; + border-bottom: none; + text-transform: uppercase; +} +.markdown-body h2 .fa-link, +.markdown-body h3 .fa-link, +.markdown-body h4 .fa-link { + color: #3e3c3a; +} +.markdown-body h2 { + font-size: 1.5em; +} +.markdown-body h3 { + font-size: 1.3em; +} +.markdown-body h4 { + font-size: 1em; +} +a, +a:link, +a:visited { + color: #366696; +} +a:active, +a:hover, +a:focus { + color: #a0ac6b; + text-decoration: none; +} +.markdown-body code { + background-color: #151515; + color: #e6e3c6; + font-family: 'envy'; + font-size: 13px; + padding: 1px 1px 1px 1px; + border-radius: 5px; + border-color: #151515; +} +.markdown-body pre { + background: #111111; + color: #e6e3c6; + font-family: 'envy'; + border-radius: 5px; + border-color: #3e3c3a; + border-width: 1px; + border-style: solid; +} +.markdown-body pre code { + color: #e6e3c6; + font-family: 'envy'; + white-space: pre-wrap; +} +.highlight .nt { + color: #e6e3c6; +} +.markdown-body ul { + list-style: '- ' +} +.markdown-body table thead { + text-transform: uppercase; + font-size: 16px; + text-align: left; +} +.markdown-body table tr, +.markdown-body table tr:nth-child(2n) { + background-color: #151515; +} +.markdown-body table tr th, +.markdown-body table tr td { + border: 1px solid #3e3c3a; +} +.minibutton a { + background: #151515; + color: #eeeeee; + border: none; + text-shadow: none; +} +.minibutton a:active, +.minibutton a:hover, +.minibutton a:focus { + background: #151515; + color: #1dc189; + border: none; + text-shadow: none; +} +#head #searchbar div#searchbar-fauxtext { + border-color: #3e3c3a; + background: #151515; +} +#head #searchbar div#searchbar-fauxtext input#search-query, +#head #searchbar div#searchbar-fauxtext input#search-query.ph { + background: #151515; + color: #eeeeee; + font-family: 'envy'; +} +#head #searchbar div#searchbar-fauxtext a#search-submit { + background: #151515; + border-color: #3e3c3a; +} +#head #searchbar div#searchbar-fauxtext a#search-submit span { + background-position: -431px -25px; +} +.results h1 strong { + color: #3a7885; + font-weight: normal; +} +.results p#no-results strong { + color: #c73d2f; + font-weight: normal; +} +#error { + background-color: #151515; + border: none; +} +#error h1 { + color: #c73d2f; +} +.page #footer { + border-top: none; + margin-left: 10px; +} +#footer p#last-edit, +#footer p#last-edit b { + color: #3e3c3a; + font-weight: normal; +}