PluginProbe
Prismatic / 1.9
Prismatic v1.9
trunk 1.3 1.4 1.5 1.6 1.6.1 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 2.9.1 3.0 3.1 3.1.1 3.2 3.2.1 All 40 releases
prismatic / lib / highlight / css / ascetic.css

ascetic.css in Prismatic 1.9, at lib/highlight/css/ascetic.css

46 lines 591 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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: white;
12 color: black;
13 }
14
15 .hljs-string,
16 .hljs-variable,
17 .hljs-template-variable,
18 .hljs-symbol,
19 .hljs-bullet,
20 .hljs-section,
21 .hljs-addition,
22 .hljs-attribute,
23 .hljs-link {
24 color: #888;
25 }
26
27 .hljs-comment,
28 .hljs-quote,
29 .hljs-meta,
30 .hljs-deletion {
31 color: #ccc;
32 }
33
34 .hljs-keyword,
35 .hljs-selector-tag,
36 .hljs-section,
37 .hljs-name,
38 .hljs-type,
39 .hljs-strong {
40 font-weight: bold;
41 }
42
43 .hljs-emphasis {
44 font-style: italic;
45 }
46