More misc billing (#890)
[openemr.git] / public / assets / ckeditor-4-7-0 / plugins / codesnippet / lib / highlight / styles / github.css
blob71967a3739cd8569638cb577829f5fc1361ee10e
1 /*
3 github.com style (c) Vasily Polovnyov <vast@whiteants.net>
5 */
7 .hljs {
8 display: block; padding: 0.5em;
9 color: #333;
10 background: #f8f8f8
13 .hljs-comment,
14 .hljs-template_comment,
15 .diff .hljs-header,
16 .hljs-javadoc {
17 color: #998;
18 font-style: italic
21 .hljs-keyword,
22 .css .rule .hljs-keyword,
23 .hljs-winutils,
24 .javascript .hljs-title,
25 .nginx .hljs-title,
26 .hljs-subst,
27 .hljs-request,
28 .hljs-status {
29 color: #333;
30 font-weight: bold
33 .hljs-number,
34 .hljs-hexcolor,
35 .ruby .hljs-constant {
36 color: #099;
39 .hljs-string,
40 .hljs-tag .hljs-value,
41 .hljs-phpdoc,
42 .tex .hljs-formula {
43 color: #d14
46 .hljs-title,
47 .hljs-id,
48 .coffeescript .hljs-params,
49 .scss .hljs-preprocessor {
50 color: #900;
51 font-weight: bold
54 .javascript .hljs-title,
55 .lisp .hljs-title,
56 .clojure .hljs-title,
57 .hljs-subst {
58 font-weight: normal
61 .hljs-class .hljs-title,
62 .haskell .hljs-type,
63 .vhdl .hljs-literal,
64 .tex .hljs-command {
65 color: #458;
66 font-weight: bold
69 .hljs-tag,
70 .hljs-tag .hljs-title,
71 .hljs-rules .hljs-property,
72 .django .hljs-tag .hljs-keyword {
73 color: #000080;
74 font-weight: normal
77 .hljs-attribute,
78 .hljs-variable,
79 .lisp .hljs-body {
80 color: #008080
83 .hljs-regexp {
84 color: #009926
87 .hljs-symbol,
88 .ruby .hljs-symbol .hljs-string,
89 .lisp .hljs-keyword,
90 .tex .hljs-special,
91 .hljs-prompt {
92 color: #990073
95 .hljs-built_in,
96 .lisp .hljs-title,
97 .clojure .hljs-built_in {
98 color: #0086b3
101 .hljs-preprocessor,
102 .hljs-pragma,
103 .hljs-pi,
104 .hljs-doctype,
105 .hljs-shebang,
106 .hljs-cdata {
107 color: #999;
108 font-weight: bold
111 .hljs-deletion {
112 background: #fdd
115 .hljs-addition {
116 background: #dfd
119 .diff .hljs-change {
120 background: #0086b3
123 .hljs-chunk {
124 color: #aaa