Attribute changed highlight
[roojs1] / highlight / styles / brown-paper.css
1 /*
2
3 Brown Paper style from goldblog.com.ua (c) Zaripov Yura <yur4ik7@ukr.net>
4
5 */
6
7 .hljs {
8   display: block;
9   overflow-x: auto;
10   padding: 0.5em;
11   background:#b7a68e url(./brown-papersq.png);
12 }
13
14 .hljs-keyword,
15 .hljs-selector-tag,
16 .hljs-literal {
17   color:#005599;
18   font-weight:bold;
19 }
20
21 .hljs,
22 .hljs-subst {
23   color: #363c69;
24 }
25
26 .hljs-string,
27 .hljs-title,
28 .hljs-section,
29 .hljs-type,
30 .hljs-attribute,
31 .hljs-symbol,
32 .hljs-bullet,
33 .hljs-built_in,
34 .hljs-addition,
35 .hljs-variable,
36 .hljs-template-tag,
37 .hljs-template-variable,
38 .hljs-link,
39 .hljs-name {
40   color: #2c009f;
41 }
42
43 .hljs-comment,
44 .hljs-quote,
45 .hljs-meta,
46 .hljs-deletion {
47   color: #802022;
48 }
49
50 .hljs-keyword,
51 .hljs-selector-tag,
52 .hljs-literal,
53 .hljs-doctag,
54 .hljs-title,
55 .hljs-section,
56 .hljs-type,
57 .hljs-name,
58 .hljs-strong {
59   font-weight: bold;
60 }
61
62 .hljs-emphasis {
63   font-style: italic;
64 }