many small updates
[pharext/pharext.org] / public / highlight / styles / pojoaque.css
1 /*
2
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
6
7 */
8
9 .hljs {
10 display: block;
11 overflow-x: auto;
12 padding: 0.5em;
13 color: #dccf8f;
14 background: url(./pojoaque.jpg) repeat scroll left top #181914;
15 -webkit-text-size-adjust: none;
16 }
17
18 .hljs-comment,
19 .diff .hljs-header,
20 .hljs-doctype,
21 .lisp .hljs-string,
22 .hljs-javadoc {
23 color: #586e75;
24 font-style: italic;
25 }
26
27 .hljs-keyword,
28 .css .rule .hljs-keyword,
29 .hljs-winutils,
30 .javascript .hljs-title,
31 .method,
32 .hljs-addition,
33 .css .hljs-tag,
34 .hljs-list .hljs-keyword,
35 .nginx .hljs-title {
36 color: #b64926;
37 }
38
39 .hljs-number,
40 .hljs-command,
41 .hljs-string,
42 .hljs-tag .hljs-value,
43 .hljs-phpdoc,
44 .hljs-dartdoc,
45 .tex .hljs-formula,
46 .hljs-regexp,
47 .hljs-hexcolor {
48 color: #468966;
49 }
50
51 .hljs-title,
52 .hljs-localvars,
53 .hljs-function .hljs-title,
54 .hljs-chunk,
55 .hljs-decorator,
56 .hljs-built_in,
57 .hljs-identifier,
58 .hljs-name,
59 .hljs-id {
60 color: #ffb03b;
61 }
62
63 .hljs-attribute,
64 .hljs-variable,
65 .lisp .hljs-body,
66 .smalltalk .hljs-number,
67 .hljs-constant,
68 .hljs-class .hljs-title,
69 .hljs-parent,
70 .hljs-type {
71 color: #b58900;
72 }
73
74 .css .hljs-attribute {
75 color: #b89859;
76 }
77
78 .css .hljs-number,
79 .css .hljs-hexcolor {
80 color: #dccf8f;
81 }
82
83 .css .hljs-class {
84 color: #d3a60c;
85 }
86
87 .hljs-preprocessor,
88 .hljs-pragma,
89 .hljs-pi,
90 .hljs-shebang,
91 .hljs-symbol,
92 .hljs-symbol .hljs-string,
93 .diff .hljs-change,
94 .hljs-special,
95 .hljs-attr_selector,
96 .hljs-important,
97 .hljs-subst,
98 .hljs-cdata {
99 color: #cb4b16;
100 }
101
102 .hljs-deletion {
103 color: #dc322f;
104 }
105
106 .tex .hljs-formula {
107 background: #073642;
108 }