Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(630)

Side by Side Diff: highlight_js_8.3.0/styles/school_book.css

Issue 1771863004: Add highlight.js 8.3 from the highlight.js standalone repo. (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « highlight_js_8.3.0/styles/rainbow.css ('k') | highlight_js_8.3.0/styles/school_book.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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 !important;
12 line-height:16px !important;
13 -webkit-text-size-adjust: none;
14 }
15
16 pre{
17 background:#f6f6ae url(./school_book.png);
18 border-top: solid 2px #d2e8b9;
19 border-bottom: solid 1px #d2e8b9;
20 }
21
22 .hljs-keyword,
23 .hljs-literal,
24 .hljs-change,
25 .hljs-winutils,
26 .hljs-flow,
27 .nginx .hljs-title,
28 .tex .hljs-special {
29 color:#005599;
30 font-weight:bold;
31 }
32
33 .hljs,
34 .hljs-subst,
35 .hljs-tag .hljs-keyword {
36 color: #3e5915;
37 }
38
39 .hljs-string,
40 .hljs-title,
41 .hljs-type,
42 .hljs-tag .hljs-value,
43 .css .hljs-rules .hljs-value,
44 .hljs-preprocessor,
45 .hljs-pragma,
46 .ruby .hljs-symbol,
47 .ruby .hljs-symbol .hljs-string,
48 .ruby .hljs-class .hljs-parent,
49 .hljs-built_in,
50 .django .hljs-template_tag,
51 .django .hljs-variable,
52 .smalltalk .hljs-class,
53 .hljs-javadoc,
54 .ruby .hljs-string,
55 .django .hljs-filter .hljs-argument,
56 .smalltalk .hljs-localvars,
57 .smalltalk .hljs-array,
58 .hljs-attr_selector,
59 .hljs-pseudo,
60 .hljs-addition,
61 .hljs-stream,
62 .hljs-envvar,
63 .apache .hljs-tag,
64 .apache .hljs-cbracket,
65 .nginx .hljs-built_in,
66 .tex .hljs-command,
67 .coffeescript .hljs-attribute {
68 color: #2c009f;
69 }
70
71 .hljs-comment,
72 .hljs-annotation,
73 .hljs-decorator,
74 .hljs-template_comment,
75 .hljs-pi,
76 .hljs-doctype,
77 .hljs-deletion,
78 .hljs-shebang,
79 .apache .hljs-sqbracket {
80 color: #e60415;
81 }
82
83 .hljs-keyword,
84 .hljs-literal,
85 .css .hljs-id,
86 .hljs-phpdoc,
87 .hljs-dartdoc,
88 .hljs-title,
89 .hljs-type,
90 .vbscript .hljs-built_in,
91 .rsl .hljs-built_in,
92 .smalltalk .hljs-class,
93 .xml .hljs-tag .hljs-title,
94 .diff .hljs-header,
95 .hljs-chunk,
96 .hljs-winutils,
97 .bash .hljs-variable,
98 .apache .hljs-tag,
99 .tex .hljs-command,
100 .hljs-request,
101 .hljs-status {
102 font-weight: bold;
103 }
104
105 .coffeescript .javascript,
106 .javascript .xml,
107 .tex .hljs-formula,
108 .xml .javascript,
109 .xml .vbscript,
110 .xml .css,
111 .xml .hljs-cdata {
112 opacity: 0.5;
113 }
OLDNEW
« no previous file with comments | « highlight_js_8.3.0/styles/rainbow.css ('k') | highlight_js_8.3.0/styles/school_book.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698