many small updates
[pharext/pharext.org] / public / highlight / styles / default.css
1 /*
2
3 Original 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 color: #800;
51 }
52
53 .smartquote,
54 .hljs-comment,
55 .hljs-annotation,
56 .diff .hljs-header,
57 .hljs-chunk,
58 .asciidoc .hljs-blockquote,
59 .markdown .hljs-blockquote {
60 color: #888;
61 }
62
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;
79 }
80
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;
111 }
112
113 .hljs-keyword,
114 .hljs-id,
115 .hljs-title,
116 .hljs-built_in,
117 .css .hljs-tag,
118 .hljs-javadoctag,
119 .hljs-phpdoc,
120 .hljs-dartdoc,
121 .hljs-yardoctag,
122 .smalltalk .hljs-class,
123 .hljs-winutils,
124 .bash .hljs-variable,
125 .pf .hljs-variable,
126 .apache .hljs-tag,
127 .hljs-type,
128 .hljs-typename,
129 .tex .hljs-command,
130 .asciidoc .hljs-strong,
131 .markdown .hljs-strong,
132 .hljs-request,
133 .hljs-status {
134 font-weight: bold;
135 }
136
137 .asciidoc .hljs-emphasis,
138 .markdown .hljs-emphasis {
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 }