More misc billing (#890)
[openemr.git] / public / assets / ckeditor-4-7-0 / plugins / codesnippet / lib / highlight / styles / default.css
blob3d8485b48c594120d6ad706c1962a99a1e527349
1 /*
3 Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
5 */
7 .hljs {
8 display: block; padding: 0.5em;
9 background: #F0F0F0;
12 .hljs,
13 .hljs-subst,
14 .hljs-tag .hljs-title,
15 .lisp .hljs-title,
16 .clojure .hljs-built_in,
17 .nginx .hljs-title {
18 color: black;
21 .hljs-string,
22 .hljs-title,
23 .hljs-constant,
24 .hljs-parent,
25 .hljs-tag .hljs-value,
26 .hljs-rules .hljs-value,
27 .hljs-rules .hljs-value .hljs-number,
28 .hljs-preprocessor,
29 .hljs-pragma,
30 .haml .hljs-symbol,
31 .ruby .hljs-symbol,
32 .ruby .hljs-symbol .hljs-string,
33 .hljs-aggregate,
34 .hljs-template_tag,
35 .django .hljs-variable,
36 .smalltalk .hljs-class,
37 .hljs-addition,
38 .hljs-flow,
39 .hljs-stream,
40 .bash .hljs-variable,
41 .apache .hljs-tag,
42 .apache .hljs-cbracket,
43 .tex .hljs-command,
44 .tex .hljs-special,
45 .erlang_repl .hljs-function_or_atom,
46 .asciidoc .hljs-header,
47 .markdown .hljs-header,
48 .coffeescript .hljs-attribute {
49 color: #800;
52 .smartquote,
53 .hljs-comment,
54 .hljs-annotation,
55 .hljs-template_comment,
56 .diff .hljs-header,
57 .hljs-chunk,
58 .asciidoc .hljs-blockquote,
59 .markdown .hljs-blockquote {
60 color: #888;
63 .hljs-number,
64 .hljs-date,
65 .hljs-regexp,
66 .hljs-literal,
67 .hljs-hexcolor,
68 .smalltalk .hljs-symbol,
69 .smalltalk .hljs-char,
70 .go .hljs-constant,
71 .hljs-change,
72 .lasso .hljs-variable,
73 .makefile .hljs-variable,
74 .asciidoc .hljs-bullet,
75 .markdown .hljs-bullet,
76 .asciidoc .hljs-link_url,
77 .markdown .hljs-link_url {
78 color: #080;
81 .hljs-label,
82 .hljs-javadoc,
83 .ruby .hljs-string,
84 .hljs-decorator,
85 .hljs-filter .hljs-argument,
86 .hljs-localvars,
87 .hljs-array,
88 .hljs-attr_selector,
89 .hljs-important,
90 .hljs-pseudo,
91 .hljs-pi,
92 .haml .hljs-bullet,
93 .hljs-doctype,
94 .hljs-deletion,
95 .hljs-envvar,
96 .hljs-shebang,
97 .apache .hljs-sqbracket,
98 .nginx .hljs-built_in,
99 .tex .hljs-formula,
100 .erlang_repl .hljs-reserved,
101 .hljs-prompt,
102 .asciidoc .hljs-link_label,
103 .markdown .hljs-link_label,
104 .vhdl .hljs-attribute,
105 .clojure .hljs-attribute,
106 .asciidoc .hljs-attribute,
107 .lasso .hljs-attribute,
108 .coffeescript .hljs-property,
109 .hljs-phony {
110 color: #88F
113 .hljs-keyword,
114 .hljs-id,
115 .hljs-title,
116 .hljs-built_in,
117 .hljs-aggregate,
118 .css .hljs-tag,
119 .hljs-javadoctag,
120 .hljs-phpdoc,
121 .hljs-yardoctag,
122 .smalltalk .hljs-class,
123 .hljs-winutils,
124 .bash .hljs-variable,
125 .apache .hljs-tag,
126 .go .hljs-typename,
127 .tex .hljs-command,
128 .asciidoc .hljs-strong,
129 .markdown .hljs-strong,
130 .hljs-request,
131 .hljs-status {
132 font-weight: bold;
135 .asciidoc .hljs-emphasis,
136 .markdown .hljs-emphasis {
137 font-style: italic;
140 .nginx .hljs-built_in {
141 font-weight: normal;
144 .coffeescript .javascript,
145 .javascript .xml,
146 .lasso .markup,
147 .tex .hljs-formula,
148 .xml .javascript,
149 .xml .vbscript,
150 .xml .css,
151 .xml .hljs-cdata {
152 opacity: 0.5;