gollum-style

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

nox-theme.css (3640B)


      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: #131313;
     24     color: #d9d9d9;
     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: #b9b9b9;
     37     font-weight: normal;
     38     text-transform: uppercase;
     39 }
     40 h1 {
     41     font-size: 1.8em;
     42 }
     43 .markdown-body {
     44     font-size: 16px;
     45 }
     46 .markdown-body h2,
     47 .markdown-body h3,
     48 .markdown-body h4 {
     49     color: #b9b9b9;
     50     font-weight: normal;
     51     border-bottom: none;
     52     text-transform: uppercase;
     53 }
     54 .markdown-body h2 {
     55     font-size: 1.9em;
     56 }
     57 .markdown-body h3 {
     58     font-size: 1.2em;
     59 }
     60 .markdown-body h4 {
     61     font-size: 0.8em;
     62 }
     63 .markdown-body h2 .fa-link,
     64 .markdown-body h3 .fa-link {
     65     color: #b9b9b9;
     66 }
     67 a,
     68 a:link,
     69 a:visited {
     70     color: #776e89;
     71 }
     72 a:active,
     73 a:hover,
     74 a:focus {
     75     color: #b9b9b9;
     76     text-decoration: none;
     77 }
     78 .markdown-body code {
     79     background-color: #131313;
     80     color: #8e8e8e;
     81     font-family: 'envy';
     82     font-size: 13px;
     83     padding: 5px 4px 2px 4px;
     84     border-radius: 0px;
     85     border-color: #131313;
     86 }
     87 .markdown-body pre {
     88     background: #131313;
     89     color: #5a7588;
     90     font-family: 'envy';
     91     border-radius: 0px;
     92     border-color: #525252;
     93     border-width: 2px;
     94     border-style: none;
     95     border-left-style: solid;
     96 }
     97 .markdown-body pre code {
     98     color: #5a7588;
     99     font-family: 'envy';
    100     white-space: pre-wrap;
    101 }
    102 .highlight .nt {
    103     color: #4f8396;
    104 }
    105 .markdown-body ul {
    106     list-style: '- '
    107 }
    108 .markdown-body table tr,
    109 .markdown-body table tr:nth-child(2n) {
    110     background-color: #131313;
    111 }
    112 .markdown-body table tr th,
    113 .markdown-body table tr td {
    114     border: 1px solid #252525;
    115 }
    116 .minibutton a {
    117     background: #131313;
    118     color: #d9d9d9;
    119     border: none;
    120     text-shadow: none;
    121 }
    122 .minibutton a:active,
    123 .minibutton a:hover,
    124 .minibutton a:focus {
    125     background: #131313;
    126     color: #8e8e8e;
    127     border: none;
    128     text-shadow: none;
    129 }
    130 #head #searchbar div#searchbar-fauxtext {
    131     border-color: #252525;
    132     background: #252525;
    133 }
    134 #head #searchbar div#searchbar-fauxtext input#search-query,
    135 #head #searchbar div#searchbar-fauxtext input#search-query.ph {
    136     background: #131313;
    137     color: #d9d9d9;
    138     font-family: 'goudy_bookletter_1911regular';
    139 }
    140 #head #searchbar div#searchbar-fauxtext a#search-submit {
    141     background: #131313;
    142     border-color: #252525;
    143 }
    144 #head #searchbar div#searchbar-fauxtext a#search-submit span {
    145     background-position: -431px -25px;
    146 }
    147 .results h1 strong {
    148     color: #d9d9d9;
    149     font-weight: normal;
    150 }
    151 .results p#no-results strong {
    152     color: #686868;
    153     font-weight: normal;
    154 }
    155 .page #footer {
    156     border-top: none;
    157 }
    158 #footer p#last-edit,
    159 #footer p#last-edit b {
    160     color: #686868;
    161     font-weight: normal;
    162 }