More misc billing (#890)
[openemr.git] / public / assets / ckeditor-4-7-0 / plugins / codesnippet / lib / highlight / styles / pojoaque.css
blob6ee925defd4edb2feb5be51b229993c9dd22927e
1 /*
3 Pojoaque Style by Jason Tate
4 http://web-cms-designs.com/ftopict-10-pojoaque-style-for-highlight-js-code-highlighter.html
5 Based on Solarized Style from http://ethanschoonover.com/solarized
7 */
9 .hljs {
10 display: block; padding: 0.5em;
11 color: #DCCF8F;
12 background: url(./pojoaque.jpg) repeat scroll left top #181914;
15 .hljs-comment,
16 .hljs-template_comment,
17 .diff .hljs-header,
18 .hljs-doctype,
19 .lisp .hljs-string,
20 .hljs-javadoc {
21 color: #586e75;
22 font-style: italic;
25 .hljs-keyword,
26 .css .rule .hljs-keyword,
27 .hljs-winutils,
28 .javascript .hljs-title,
29 .method,
30 .hljs-addition,
31 .css .hljs-tag,
32 .clojure .hljs-title,
33 .nginx .hljs-title {
34 color: #B64926;
37 .hljs-number,
38 .hljs-command,
39 .hljs-string,
40 .hljs-tag .hljs-value,
41 .hljs-phpdoc,
42 .tex .hljs-formula,
43 .hljs-regexp,
44 .hljs-hexcolor {
45 color: #468966;
48 .hljs-title,
49 .hljs-localvars,
50 .hljs-function .hljs-title,
51 .hljs-chunk,
52 .hljs-decorator,
53 .hljs-built_in,
54 .lisp .hljs-title,
55 .clojure .hljs-built_in,
56 .hljs-identifier,
57 .hljs-id {
58 color: #FFB03B;
61 .hljs-attribute,
62 .hljs-variable,
63 .lisp .hljs-body,
64 .smalltalk .hljs-number,
65 .hljs-constant,
66 .hljs-class .hljs-title,
67 .hljs-parent,
68 .haskell .hljs-type {
69 color: #b58900;
72 .css .hljs-attribute {
73 color: #b89859;
76 .css .hljs-number,
77 .css .hljs-hexcolor {
78 color: #DCCF8F;
81 .css .hljs-class {
82 color: #d3a60c;
85 .hljs-preprocessor,
86 .hljs-pragma,
87 .hljs-pi,
88 .hljs-shebang,
89 .hljs-symbol,
90 .hljs-symbol .hljs-string,
91 .diff .hljs-change,
92 .hljs-special,
93 .hljs-attr_selector,
94 .hljs-important,
95 .hljs-subst,
96 .hljs-cdata {
97 color: #cb4b16;
100 .hljs-deletion {
101 color: #dc322f;
104 .tex .hljs-formula {
105 background: #073642;