PluginProbe
Prismatic / 1.9
Prismatic v1.9
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 / school-book.css

school-book.css in Prismatic 1.9, at lib/highlight/css/school-book.css

73 lines 999 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 }
73