Attribute changed highlight
[roojs1] / highlight / styles / school-book.css
1 /*
2
3 School Book 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: 15px 0.5em 0.5em 30px;
11   font-size: 11px;
12   line-height:16px;
13 }
14
15 pre{
16   background:#f6f6ae url(./school-book.png);
17   border-top: solid 2px #d2e8b9;
18   border-bottom: solid 1px #d2e8b9;
19 }
20
21 .hljs-keyword,
22 .hljs-selector-tag,
23 .hljs-literal {
24   color:#005599;
25   font-weight:bold;
26 }
27
28 .hljs,
29 .hljs-subst {
30   color: #3e5915;
31 }
32
33 .hljs-string,
34 .hljs-title,
35 .hljs-section,
36 .hljs-type,
37 .hljs-symbol,
38 .hljs-bullet,
39 .hljs-attribute,
40 .hljs-built_in,
41 .hljs-builtin-name,
42 .hljs-addition,
43 .hljs-variable,
44 .hljs-template-tag,
45 .hljs-template-variable,
46 .hljs-link {
47   color: #2c009f;
48 }
49
50 .hljs-comment,
51 .hljs-quote,
52 .hljs-deletion,
53 .hljs-meta {
54   color: #e60415;
55 }
56
57 .hljs-keyword,
58 .hljs-selector-tag,
59 .hljs-literal,
60 .hljs-doctag,
61 .hljs-title,
62 .hljs-section,
63 .hljs-type,
64 .hljs-name,
65 .hljs-selector-id,
66 .hljs-strong {
67   font-weight: bold;
68 }
69
70 .hljs-emphasis {
71   font-style: italic;
72 }