gollum-style

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

futuremyth-theme.css (3039B)


      1 @font-face {
      2     font-family: 'saxmono';
      3     src: url('/fonts/saxmono-webfont.woff') format('woff');
      4     font-weight: normal;
      5     font-style: normal;
      6 }
      7 body {
      8     background: #202224;
      9     color: #beced0;
     10     font-family: 'saxmono';
     11     font-size: 16px;
     12     letter-spacing: .3px;
     13 }
     14 #head {
     15     border-bottom: none;
     16     text-transform: uppercase;
     17 }
     18 h1,
     19 h2,
     20 h3,
     21 h4 {
     22     color: #cd6e42;
     23     font-weight: normal;
     24     text-transform: uppercase;
     25 }
     26 #head h1 {
     27     font-size: 1.5em;
     28 }
     29 .markdown-body h2,
     30 .markdown-body h3,
     31 .markdown-body h4 {
     32     color: #646086;
     33     font-weight: normal;
     34     border-bottom: none;
     35     text-transform: uppercase;
     36 }
     37 .markdown-body h2 .fa-link,
     38 .markdown-body h3 .fa-link,
     39 .markdown-body h4 .fa-link {
     40     color: #3d4047;
     41 }
     42 .markdown-body h2 {
     43     font-size: 1.5em;
     44 }
     45 .markdown-body h3 {
     46     font-size: 1.3em;
     47 }
     48 .markdown-body h4 {
     49     font-size: 1em;
     50 }
     51 a,
     52 a:link,
     53 a:visited {
     54     color: #62a8b2;
     55 }
     56 a:active,
     57 a:hover,
     58 a:focus {
     59     color: #33708c;
     60     text-decoration: none;
     61 }
     62 .markdown-body code {
     63     background-color: #3d4047;
     64     color: #beced0;
     65     font-family: 'saxmono';
     66     font-size: 13px;
     67     padding: 1px 1px 1px 1px;
     68     border-radius: 5px;
     69     border-color: #3d4047;
     70 }
     71 .markdown-body pre {
     72     background: #161719;
     73     color: #dceef1;
     74     font-family: 'saxmono';
     75     border-radius: 5px;
     76     border-color: #76b660;
     77     border-width: 1px;
     78     border-style: solid;
     79 }
     80 .markdown-body pre code {
     81     color: #dceef1;
     82     font-family: 'saxmono';
     83     white-space: pre-wrap;
     84 }
     85 .highlight .nt {
     86     color: #beced0;
     87 }
     88 .markdown-body ul {
     89     list-style: '- '
     90 }
     91 .markdown-body table thead {
     92     text-transform: uppercase;
     93     font-size: 16px;
     94     text-align: left;
     95 }
     96 .markdown-body table tr,
     97 .markdown-body table tr:nth-child(2n) {
     98     background-color: #161719;
     99 }
    100 .markdown-body table tr th,
    101 .markdown-body table tr td {
    102     border: 1px solid #3d4047;
    103 }
    104 .minibutton a {
    105     background: #161719;
    106     color: #beced0;
    107     border: none;
    108     text-shadow: none;
    109 }
    110 .minibutton a:active,
    111 .minibutton a:hover,
    112 .minibutton a:focus {
    113     background: #161719;
    114     color: #33708c;
    115     border: none;
    116     text-shadow: none;
    117 }
    118 #head #searchbar div#searchbar-fauxtext {
    119     border-color: #3d4047;
    120     background: #161719;
    121 }
    122 #head #searchbar div#searchbar-fauxtext input#search-query,
    123 #head #searchbar div#searchbar-fauxtext input#search-query.ph {
    124     background: #161719;
    125     color: #beced0;
    126     font-family: 'saxmono';
    127 }
    128 #head #searchbar div#searchbar-fauxtext a#search-submit {
    129     background: #161719;
    130     border-color: #3d4047;
    131 }
    132 #head #searchbar div#searchbar-fauxtext a#search-submit span {
    133     background-position: -431px -25px;
    134 }
    135 .results h1 strong {
    136     color: #76b660;
    137     font-weight: normal;
    138 }
    139 .results p#no-results strong {
    140     color: #8d3636;
    141     font-weight: normal;
    142 }
    143 #error {
    144     background-color: #161719;
    145     border: none;
    146 }
    147 #error h1 {
    148     color: #cd6e42;
    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: #3d4047;
    157     font-weight: normal;
    158 }