gollum-style

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

commit 2afc74c2937ff6004de6428befa3859c4a7258b2
parent d3ba95c3f826a84f3850b69bff7b9d208d8c64ae
Author: pyratebeard <root@pyratebeard.net>
Date:   Thu,  6 Dec 2018 22:40:04 +0000

bluenowhere theme

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

diff --git a/bluenowhere-theme.css b/bluenowhere-theme.css @@ -0,0 +1,158 @@ +@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: #050505; + color: #abc0c5; + font-family: 'envy'; + font-size: 13px; + letter-spacing: .3px; +} +#head { + border-bottom: none; +} +h1, +h2, +h3, +h4 { + color: #abc0c5; + font-weight: normal; + text-transform: uppercase; +} +.markdown-body { + font-size: 13px; +} +.markdown-body h2, +.markdown-body h3, +.markdown-body h4 { + color: #abc0c5; + font-weight: normal; + border-bottom: none; + text-transform: uppercase; +} +.markdown-body h2 .fa-link, +.markdown-body h3 .fa-link { + color: #abc0c5; +} +a, +a:link, +a:visited { + color: #abc0c5; + text-decoration: underline; +} +a:active, +a:hover, +a:focus { + color: #445b63; + text-decoration: none; +} +.markdown-body code { + background-color: #050505; + color: #365b75; + font-family: 'envy'; + font-size: 13px; + padding: 5px 4px 2px 4px; + border-radius: 0px; + border-color: #050505; +} +.markdown-body pre { + background: #050505; + color: #32819d; + font-family: 'envy'; + border-radius: 0px; + border-color: #0b304e; + border-width: 2px; + border-style: none; + border-left-style: solid; +} +.markdown-body pre code { + color: #32819d; + font-family: 'envy'; + white-space: pre-wrap; +} +.highlight .nt { + color: #1dc189; +} +.markdown-body ul { + list-style: '>> ' +} +.markdown-body table tr, +.markdown-body table tr:nth-child(2n) { + background-color: #050505; +} +.markdown-body table tr th, +.markdown-body table tr td { + border: 1px solid #32819d; +} +.markdown-body table thead { + text-transform: uppercase; + text-align: left; +} +.minibutton a { + background: #050505; + color: #abc0c5; + border: none; + text-shadow: none; + text-transform: uppercase; + text-decoration: none; +} +.minibutton a:active, +.minibutton a:hover, +.minibutton a:focus { + background: #050505; + color: #445b63; + border: none; + text-shadow: none; +} +#head #searchbar div#searchbar-fauxtext { + border-color: #abc0c5; + background: #abc0c5; +} +#head #searchbar div#searchbar-fauxtext input#search-query, +#head #searchbar div#searchbar-fauxtext input#search-query.ph { + background: #050505; + color: #abc0c5; + font-family: 'envy'; +} +#head #searchbar div#searchbar-fauxtext a#search-submit { + background: #050505; + border-color: #abc0c5; +} +#head #searchbar div#searchbar-fauxtext a#search-submit span { + background-position: -431px -25px; +} +.results h1 strong { + color: #224b6b; + font-weight: normal; +} +.results p#no-results strong { + color: #8d2432; + font-weight: normal; +} +.page #footer { + border-top: none; + margin-left: 10px; +} +#footer p#last-edit, +#footer p#last-edit b { + color: #3a4344; + font-weight: normal; +}