1/*
2
3Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
4
5*/
6
7.hljs {
8 display: block;
9 overflow-x: auto;
10 padding: 0.5em;
11 background: #f0f0f0;
12 -webkit-text-size-adjust: none;
13}
14
15.hljs,
16.hljs-subst,
17.hljs-tag .hljs-title,
18.nginx .hljs-title {
19 color: black;
20}
21
22.hljs-string,
23.hljs-title,
24.hljs-constant,
25.hljs-parent,
26.hljs-tag .hljs-value,
27.hljs-rule .hljs-value,
28.hljs-preprocessor,
29.hljs-pragma,
30.hljs-name,
31.haml .hljs-symbol,
32.ruby .hljs-symbol,
33.ruby .hljs-symbol .hljs-string,
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.pf .hljs-variable,
42.apache .hljs-tag,
43.apache .hljs-cbracket,
44.tex .hljs-command,
45.tex .hljs-special,
46.erlang_repl .hljs-function_or_atom,
47.asciidoc .hljs-header,
48.markdown .hljs-header,
49.coffeescript .hljs-attribute,
50.tp .hljs-variable {
51 color: #800;
52}
53
54.smartquote,
55.hljs-comment,
56.hljs-annotation,
57.diff .hljs-header,
58.hljs-chunk,
59.asciidoc .hljs-blockquote,
60.markdown .hljs-blockquote {
61 color: #888;
62}
63
64.hljs-number,
65.hljs-date,
66.hljs-regexp,
67.hljs-literal,
68.hljs-hexcolor,
69.smalltalk .hljs-symbol,
70.smalltalk .hljs-char,
71.go .hljs-constant,
72.hljs-change,
73.lasso .hljs-variable,
74.makefile .hljs-variable,
75.asciidoc .hljs-bullet,
76.markdown .hljs-bullet,
77.asciidoc .hljs-link_url,
78.markdown .hljs-link_url {
79 color: #080;
80}
81
82.hljs-label,
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;
111}
112
113.hljs-keyword,
114.hljs-id,
115.hljs-title,
116.hljs-built_in,
117.css .hljs-tag,
118.hljs-doctag,
119.smalltalk .hljs-class,
120.hljs-winutils,
121.bash .hljs-variable,
122.pf .hljs-variable,
123.apache .hljs-tag,
124.hljs-type,
125.hljs-typename,
126.tex .hljs-command,
127.asciidoc .hljs-strong,
128.markdown .hljs-strong,
129.hljs-request,
130.hljs-status,
131.tp .hljs-data,
132.tp .hljs-io {
133 font-weight: bold;
134}
135
136.asciidoc .hljs-emphasis,
137.markdown .hljs-emphasis,
138.tp .hljs-units {
139 font-style: italic;
140}
141
142.nginx .hljs-built_in {
143 font-weight: normal;
144}
145
146.coffeescript .javascript,
147.javascript .xml,
148.lasso .markup,
149.tex .hljs-formula,
150.xml .javascript,
151.xml .vbscript,
152.xml .css,
153.xml .hljs-cdata {
154 opacity: 0.5;
155}