]> git.immae.eu Git - github/wallabag/wallabag.git/blob - src/Wallabag/CoreBundle/Resources/views/themes/default/public/highlightjs/styles/default.css
config for CORS
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / themes / default / public / highlightjs / 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 }
13
14 .hljs,
15 .hljs-subst,
16 .hljs-tag .hljs-title,
17 .lisp .hljs-title,
18 .clojure .hljs-built_in,
19 .nginx .hljs-title {
20 color: black;
21 }
22
23 .hljs-string,
24 .hljs-title,
25 .hljs-constant,
26 .hljs-parent,
27 .hljs-tag .hljs-value,
28 .hljs-rules .hljs-value,
29 .hljs-preprocessor,
30 .hljs-pragma,
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 .apache .hljs-tag,
42 .apache .hljs-cbracket,
43 .tex .hljs-command,
44 .tex .hljs-special,
45 .erlang_repl .hljs-function_or_atom,
46 .asciidoc .hljs-header,
47 .markdown .hljs-header,
48 .coffeescript .hljs-attribute {
49 color: #800;
50 }
51
52 .smartquote,
53 .hljs-comment,
54 .hljs-annotation,
55 .hljs-template_comment,
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-yardoctag,
121 .smalltalk .hljs-class,
122 .hljs-winutils,
123 .bash .hljs-variable,
124 .apache .hljs-tag,
125 .go .hljs-typename,
126 .tex .hljs-command,
127 .asciidoc .hljs-strong,
128 .markdown .hljs-strong,
129 .hljs-request,
130 .hljs-status {
131 font-weight: bold;
132 }
133
134 .asciidoc .hljs-emphasis,
135 .markdown .hljs-emphasis {
136 font-style: italic;
137 }
138
139 .nginx .hljs-built_in {
140 font-weight: normal;
141 }
142
143 .coffeescript .javascript,
144 .javascript .xml,
145 .lasso .markup,
146 .tex .hljs-formula,
147 .xml .javascript,
148 .xml .vbscript,
149 .xml .css,
150 .xml .hljs-cdata {
151 opacity: 0.5;
152 }