PluginProbe
Prismatic / 2.1
Prismatic v2.1
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 / magula.css

magula.css in Prismatic 2.1, at lib/highlight/css/magula.css

71 lines 891 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*
2 Description: Magula style for highligh.js
3 Author: Ruslan Keba <rukeba@gmail.com>
4 Website: http://rukeba.com/
5 Version: 1.0
6 Date: 2009-01-03
7 Music: Aphex Twin / Xtal
8 */
9
10 .hljs {
11 display: block;
12 overflow-x: auto;
13 padding: 0.5em;
14 background-color: #f4f4f4;
15 }
16
17 .hljs,
18 .hljs-subst {
19 color: black;
20 }
21
22 .hljs-string,
23 .hljs-title,
24 .hljs-symbol,
25 .hljs-bullet,
26 .hljs-attribute,
27 .hljs-addition,
28 .hljs-variable,
29 .hljs-template-tag,
30 .hljs-template-variable {
31 color: #050;
32 }
33
34 .hljs-comment,
35 .hljs-quote {
36 color: #777;
37 }
38
39 .hljs-number,
40 .hljs-regexp,
41 .hljs-literal,
42 .hljs-type,
43 .hljs-link {
44 color: #800;
45 }
46
47 .hljs-deletion,
48 .hljs-meta {
49 color: #00e;
50 }
51
52 .hljs-keyword,
53 .hljs-selector-tag,
54 .hljs-doctag,
55 .hljs-title,
56 .hljs-section,
57 .hljs-built_in,
58 .hljs-tag,
59 .hljs-name {
60 font-weight: bold;
61 color: navy;
62 }
63
64 .hljs-emphasis {
65 font-style: italic;
66 }
67
68 .hljs-strong {
69 font-weight: bold;
70 }
71