gollum-style

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

bluenowhere-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: #050505;
     24     color: #abc0c5;
     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: #abc0c5;
     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: #abc0c5;
     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: #abc0c5;
     54 }
     55 a,
     56 a:link,
     57 a:visited {
     58     color: #abc0c5;
     59     text-decoration: underline;
     60 }
     61 a:active,
     62 a:hover,
     63 a:focus {
     64     color: #445b63;
     65     text-decoration: none;
     66 }
     67 .markdown-body code {
     68     background-color: #050505;
     69     color: #365b75;
     70     font-family: 'envy';
     71     font-size: 13px;
     72     padding: 5px 4px 2px 4px;
     73     border-radius: 0px;
     74     border-color: #050505;
     75 }
     76 .markdown-body pre {
     77     background: #050505;
     78     color: #32819d;
     79     font-family: 'envy';
     80     border-radius: 0px;
     81     border-color: #0b304e;
     82     border-width: 2px;
     83     border-style: none;
     84     border-left-style: solid;
     85 }
     86 .markdown-body pre code {
     87     color: #32819d;
     88     font-family: 'envy';
     89     white-space: pre-wrap;
     90 }
     91 .highlight .nt {
     92     color: #1dc189;
     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: #050505;
    100 }
    101 .markdown-body table tr th,
    102 .markdown-body table tr td {
    103     border: 1px solid #32819d;
    104 }
    105 .markdown-body table thead {
    106     text-transform: uppercase;
    107     text-align: left;
    108 }
    109 .minibutton a {
    110     background: #050505;
    111     color: #abc0c5;
    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: #050505;
    121     color: #445b63;
    122     border: none;
    123     text-shadow: none;
    124 }
    125 #head #searchbar div#searchbar-fauxtext {
    126     border-color: #abc0c5;
    127     background: #abc0c5;
    128 }
    129 #head #searchbar div#searchbar-fauxtext input#search-query,
    130 #head #searchbar div#searchbar-fauxtext input#search-query.ph {
    131     background: #050505;
    132     color: #abc0c5;
    133     font-family: 'envy';
    134 }
    135 #head #searchbar div#searchbar-fauxtext a#search-submit {
    136     background: #050505;
    137     border-color: #abc0c5;
    138 }
    139 #head #searchbar div#searchbar-fauxtext a#search-submit span {
    140     background-position: -431px -25px;
    141 }
    142 .results h1 strong {
    143     color: #224b6b;
    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: #3a4344;
    157     font-weight: normal;
    158 }