PluginProbe
Prismatic / 2.2
Prismatic v2.2
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 / arta.css

arta.css in Prismatic 2.2, at lib/highlight/css/arta.css

74 lines 852 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*
2 Date: 17.V.2011
3 Author: pumbur <pumbur@pumbur.net>
4 */
5
6 .hljs {
7 display: block;
8 overflow-x: auto;
9 padding: 0.5em;
10 background: #222;
11 }
12
13 .hljs,
14 .hljs-subst {
15 color: #aaa;
16 }
17
18 .hljs-section {
19 color: #fff;
20 }
21
22 .hljs-comment,
23 .hljs-quote,
24 .hljs-meta {
25 color: #444;
26 }
27
28 .hljs-string,
29 .hljs-symbol,
30 .hljs-bullet,
31 .hljs-regexp {
32 color: #ffcc33;
33 }
34
35 .hljs-number,
36 .hljs-addition {
37 color: #00cc66;
38 }
39
40 .hljs-built_in,
41 .hljs-builtin-name,
42 .hljs-literal,
43 .hljs-type,
44 .hljs-template-variable,
45 .hljs-attribute,
46 .hljs-link {
47 color: #32aaee;
48 }
49
50 .hljs-keyword,
51 .hljs-selector-tag,
52 .hljs-name,
53 .hljs-selector-id,
54 .hljs-selector-class {
55 color: #6644aa;
56 }
57
58 .hljs-title,
59 .hljs-variable,
60 .hljs-deletion,
61 .hljs-template-tag {
62 color: #bb1166;
63 }
64
65 .hljs-section,
66 .hljs-doctag,
67 .hljs-strong {
68 font-weight: bold;
69 }
70
71 .hljs-emphasis {
72 font-style: italic;
73 }
74