UNPKG

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