docco.css

  1/*
  2Docco 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  -webkit-text-size-adjust: none;
 12}
 13
 14.hljs-comment,
 15.diff .hljs-header {
 16  color: #408080;
 17  font-style: italic;
 18}
 19
 20.hljs-keyword,
 21.assignment,
 22.hljs-literal,
 23.css .rule .hljs-keyword,
 24.hljs-winutils,
 25.javascript .hljs-title,
 26.lisp .hljs-title,
 27.hljs-subst {
 28  color: #954121;
 29}
 30
 31.hljs-number,
 32.hljs-hexcolor {
 33  color: #40a070;
 34}
 35
 36.hljs-string,
 37.hljs-tag .hljs-value,
 38.hljs-doctag,
 39.tex .hljs-formula,
 40.hljs-name {
 41  color: #219161;
 42}
 43
 44.hljs-title,
 45.hljs-id {
 46  color: #19469d;
 47}
 48.hljs-params {
 49  color: #00f;
 50}
 51
 52.javascript .hljs-title,
 53.lisp .hljs-title,
 54.hljs-subst {
 55  font-weight: normal;
 56}
 57
 58.hljs-class .hljs-title,
 59.haskell .hljs-label,
 60.tex .hljs-command {
 61  color: #458;
 62  font-weight: bold;
 63}
 64
 65.hljs-tag,
 66.hljs-tag .hljs-title,
 67.hljs-rule .hljs-property,
 68.django .hljs-tag .hljs-keyword {
 69  color: #000080;
 70  font-weight: normal;
 71}
 72
 73.hljs-attribute,
 74.hljs-variable,
 75.instancevar,
 76.lisp .hljs-body {
 77  color: #008080;
 78}
 79
 80.hljs-regexp {
 81  color: #b68;
 82}
 83
 84.hljs-class {
 85  color: #458;
 86  font-weight: bold;
 87}
 88
 89.hljs-symbol,
 90.ruby .hljs-symbol .hljs-string,
 91.ruby .hljs-symbol .hljs-keyword,
 92.ruby .hljs-symbol .keymethods,
 93.lisp .hljs-keyword,
 94.tex .hljs-special,
 95.input_number {
 96  color: #990073;
 97}
 98
 99.builtin,
100.constructor,
101.hljs-built_in,
102.lisp .hljs-title {
103  color: #0086b3;
104}
105
106.hljs-preprocessor,
107.hljs-pragma,
108.hljs-pi,
109.hljs-doctype,
110.hljs-shebang,
111.hljs-cdata {
112  color: #999;
113  font-weight: bold;
114}
115
116.hljs-deletion {
117  background: #fdd;
118}
119
120.hljs-addition {
121  background: #dfd;
122}
123
124.diff .hljs-change {
125  background: #0086b3;
126}
127
128.hljs-chunk {
129  color: #aaa;
130}
131
132.tex .hljs-formula {
133  opacity: 0.5;
134}