More misc billing (#890)
[openemr.git] / public / assets / ckeditor-4-7-0 / plugins / codesnippet / lib / highlight / styles / docco.css
blob993fd268d13709fd373cffdc12eca1be27b2eda3
1 /*
2 Docco style used in http://jashkenas.github.com/docco/ converted by Simon Madine (@thingsinjars)
3 */
5 .hljs {
6 display: block; padding: 0.5em;
7 color: #000;
8 background: #f8f8ff
11 .hljs-comment,
12 .hljs-template_comment,
13 .diff .hljs-header,
14 .hljs-javadoc {
15 color: #408080;
16 font-style: italic
19 .hljs-keyword,
20 .assignment,
21 .hljs-literal,
22 .css .rule .hljs-keyword,
23 .hljs-winutils,
24 .javascript .hljs-title,
25 .lisp .hljs-title,
26 .hljs-subst {
27 color: #954121;
30 .hljs-number,
31 .hljs-hexcolor {
32 color: #40a070
35 .hljs-string,
36 .hljs-tag .hljs-value,
37 .hljs-phpdoc,
38 .tex .hljs-formula {
39 color: #219161;
42 .hljs-title,
43 .hljs-id {
44 color: #19469D;
46 .hljs-params {
47 color: #00F;
50 .javascript .hljs-title,
51 .lisp .hljs-title,
52 .hljs-subst {
53 font-weight: normal
56 .hljs-class .hljs-title,
57 .haskell .hljs-label,
58 .tex .hljs-command {
59 color: #458;
60 font-weight: bold
63 .hljs-tag,
64 .hljs-tag .hljs-title,
65 .hljs-rules .hljs-property,
66 .django .hljs-tag .hljs-keyword {
67 color: #000080;
68 font-weight: normal
71 .hljs-attribute,
72 .hljs-variable,
73 .instancevar,
74 .lisp .hljs-body {
75 color: #008080
78 .hljs-regexp {
79 color: #B68
82 .hljs-class {
83 color: #458;
84 font-weight: bold
87 .hljs-symbol,
88 .ruby .hljs-symbol .hljs-string,
89 .ruby .hljs-symbol .hljs-keyword,
90 .ruby .hljs-symbol .keymethods,
91 .lisp .hljs-keyword,
92 .tex .hljs-special,
93 .input_number {
94 color: #990073
97 .builtin,
98 .constructor,
99 .hljs-built_in,
100 .lisp .hljs-title {
101 color: #0086b3
104 .hljs-preprocessor,
105 .hljs-pragma,
106 .hljs-pi,
107 .hljs-doctype,
108 .hljs-shebang,
109 .hljs-cdata {
110 color: #999;
111 font-weight: bold
114 .hljs-deletion {
115 background: #fdd
118 .hljs-addition {
119 background: #dfd
122 .diff .hljs-change {
123 background: #0086b3
126 .hljs-chunk {
127 color: #aaa
130 .tex .hljs-formula {
131 opacity: 0.5;