styles
[nepi.git] / website / nepi-layout / assets / css / hljs-github.min.css
1 /*
2
3 github.com style (c) Vasily Polovnyov <vast@whiteants.net>
4
5 */
6
7 .hljs {
8   display: block;
9   overflow-x: auto;
10   padding: 0.5em;
11   color: #333;
12   background: #f8f8f8;
13   -webkit-text-size-adjust: none;
14 }
15
16 .hljs-comment,
17 .diff .hljs-header,
18 .hljs-javadoc {
19   color: #998;
20   font-style: italic;
21 }
22
23 .hljs-keyword,
24 .css .rule .hljs-keyword,
25 .hljs-winutils,
26 .nginx .hljs-title,
27 .hljs-subst,
28 .hljs-request,
29 .hljs-status {
30   color: #333;
31   font-weight: bold;
32 }
33
34 .hljs-number,
35 .hljs-hexcolor,
36 .ruby .hljs-constant {
37   color: #008080;
38 }
39
40 .hljs-string,
41 .hljs-tag .hljs-value,
42 .hljs-phpdoc,
43 .hljs-dartdoc,
44 .tex .hljs-formula {
45   color: #d14;
46 }
47
48 .hljs-title,
49 .hljs-id,
50 .scss .hljs-preprocessor {
51   color: #900;
52   font-weight: bold;
53 }
54
55 .hljs-list .hljs-keyword,
56 .hljs-subst {
57   font-weight: normal;
58 }
59
60 .hljs-class .hljs-title,
61 .hljs-type,
62 .vhdl .hljs-literal,
63 .tex .hljs-command {
64   color: #458;
65   font-weight: bold;
66 }
67
68 .hljs-tag,
69 .hljs-tag .hljs-title,
70 .hljs-rules .hljs-property,
71 .django .hljs-tag .hljs-keyword {
72   color: #000080;
73   font-weight: normal;
74 }
75
76 .hljs-attribute,
77 .hljs-variable,
78 .lisp .hljs-body {
79   color: #008080;
80 }
81
82 .hljs-regexp {
83   color: #009926;
84 }
85
86 .hljs-symbol,
87 .ruby .hljs-symbol .hljs-string,
88 .lisp .hljs-keyword,
89 .clojure .hljs-keyword,
90 .scheme .hljs-keyword,
91 .tex .hljs-special,
92 .hljs-prompt {
93   color: #990073;
94 }
95
96 .hljs-built_in {
97   color: #0086b3;
98 }
99
100 .hljs-preprocessor,
101 .hljs-pragma,
102 .hljs-pi,
103 .hljs-doctype,
104 .hljs-shebang,
105 .hljs-cdata {
106   color: #999;
107   font-weight: bold;
108 }
109
110 .hljs-deletion {
111   background: #fdd;
112 }
113
114 .hljs-addition {
115   background: #dfd;
116 }
117
118 .diff .hljs-change {
119   background: #0086b3;
120 }
121
122 .hljs-chunk {
123   color: #aaa;
124 }