l0bsterssg

node.js static responsive blog post generator
Log | Files | Refs | README

docco.css (1141B)


      1 /*
      2 Docco style used in http://jashkenas.github.com/docco/ converted by Simon Madine (@thingsinjars)
      3 */
      4 
      5 .hljs {
      6   display: block;
      7   overflow-x: auto;
      8   padding: 0.5em;
      9   color: #000;
     10   background: #f8f8ff;
     11 }
     12 
     13 .hljs-comment,
     14 .hljs-quote {
     15   color: #408080;
     16   font-style: italic;
     17 }
     18 
     19 .hljs-keyword,
     20 .hljs-selector-tag,
     21 .hljs-literal,
     22 .hljs-subst {
     23   color: #954121;
     24 }
     25 
     26 .hljs-number {
     27   color: #40a070;
     28 }
     29 
     30 .hljs-string,
     31 .hljs-doctag {
     32   color: #219161;
     33 }
     34 
     35 .hljs-selector-id,
     36 .hljs-selector-class,
     37 .hljs-section,
     38 .hljs-type {
     39   color: #19469d;
     40 }
     41 
     42 .hljs-params {
     43   color: #00f;
     44 }
     45 
     46 .hljs-title {
     47   color: #458;
     48   font-weight: bold;
     49 }
     50 
     51 .hljs-tag,
     52 .hljs-name,
     53 .hljs-attribute {
     54   color: #000080;
     55   font-weight: normal;
     56 }
     57 
     58 .hljs-variable,
     59 .hljs-template-variable {
     60   color: #008080;
     61 }
     62 
     63 .hljs-regexp,
     64 .hljs-link {
     65   color: #b68;
     66 }
     67 
     68 .hljs-symbol,
     69 .hljs-bullet {
     70   color: #990073;
     71 }
     72 
     73 .hljs-built_in,
     74 .hljs-builtin-name {
     75   color: #0086b3;
     76 }
     77 
     78 .hljs-meta {
     79   color: #999;
     80   font-weight: bold;
     81 }
     82 
     83 .hljs-deletion {
     84   background: #fdd;
     85 }
     86 
     87 .hljs-addition {
     88   background: #dfd;
     89 }
     90 
     91 .hljs-emphasis {
     92   font-style: italic;
     93 }
     94 
     95 .hljs-strong {
     96   font-weight: bold;
     97 }