yard-api 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (64) hide show
  1. checksums.yaml +4 -4
  2. data/lib/yard-api/version.rb +1 -1
  3. data/templates/api/fulldoc/html/css/common.css +281 -0
  4. data/templates/api/fulldoc/html/css/highlight.css +70 -0
  5. data/templates/api/fulldoc/html/js/highlight/CHANGES.md +953 -0
  6. data/templates/api/fulldoc/html/js/highlight/LICENSE +24 -0
  7. data/templates/api/fulldoc/html/js/highlight/README.md +101 -0
  8. data/templates/api/fulldoc/html/js/highlight/README.ru.md +101 -0
  9. data/templates/api/fulldoc/html/js/highlight/highlight.pack.js +1 -0
  10. data/templates/api/fulldoc/html/js/highlight/styles/arta.css +141 -0
  11. data/templates/api/fulldoc/html/js/highlight/styles/ascetic.css +53 -0
  12. data/templates/api/fulldoc/html/js/highlight/styles/atelier-dune.dark.css +95 -0
  13. data/templates/api/fulldoc/html/js/highlight/styles/atelier-dune.light.css +95 -0
  14. data/templates/api/fulldoc/html/js/highlight/styles/atelier-forest.dark.css +95 -0
  15. data/templates/api/fulldoc/html/js/highlight/styles/atelier-forest.light.css +95 -0
  16. data/templates/api/fulldoc/html/js/highlight/styles/atelier-heath.dark.css +95 -0
  17. data/templates/api/fulldoc/html/js/highlight/styles/atelier-heath.light.css +95 -0
  18. data/templates/api/fulldoc/html/js/highlight/styles/atelier-lakeside.dark.css +95 -0
  19. data/templates/api/fulldoc/html/js/highlight/styles/atelier-lakeside.light.css +95 -0
  20. data/templates/api/fulldoc/html/js/highlight/styles/atelier-seaside.dark.css +95 -0
  21. data/templates/api/fulldoc/html/js/highlight/styles/atelier-seaside.light.css +95 -0
  22. data/templates/api/fulldoc/html/js/highlight/styles/brown_paper.css +105 -0
  23. data/templates/api/fulldoc/html/js/highlight/styles/brown_papersq.png +0 -0
  24. data/templates/api/fulldoc/html/js/highlight/styles/codepen-embed.css +108 -0
  25. data/templates/api/fulldoc/html/js/highlight/styles/color-brewer.css +169 -0
  26. data/templates/api/fulldoc/html/js/highlight/styles/dark.css +105 -0
  27. data/templates/api/fulldoc/html/js/highlight/styles/default.css +153 -0
  28. data/templates/api/fulldoc/html/js/highlight/styles/docco.css +136 -0
  29. data/templates/api/fulldoc/html/js/highlight/styles/far.css +112 -0
  30. data/templates/api/fulldoc/html/js/highlight/styles/foundation.css +136 -0
  31. data/templates/api/fulldoc/html/js/highlight/styles/github.css +127 -0
  32. data/templates/api/fulldoc/html/js/highlight/styles/googlecode.css +148 -0
  33. data/templates/api/fulldoc/html/js/highlight/styles/hybrid.css +171 -0
  34. data/templates/api/fulldoc/html/js/highlight/styles/idea.css +126 -0
  35. data/templates/api/fulldoc/html/js/highlight/styles/ir_black.css +110 -0
  36. data/templates/api/fulldoc/html/js/highlight/styles/kimbie.dark.css +96 -0
  37. data/templates/api/fulldoc/html/js/highlight/styles/kimbie.light.css +96 -0
  38. data/templates/api/fulldoc/html/js/highlight/styles/magula.css +122 -0
  39. data/templates/api/fulldoc/html/js/highlight/styles/mono-blue.css +70 -0
  40. data/templates/api/fulldoc/html/js/highlight/styles/monokai.css +127 -0
  41. data/templates/api/fulldoc/html/js/highlight/styles/monokai_sublime.css +148 -0
  42. data/templates/api/fulldoc/html/js/highlight/styles/obsidian.css +154 -0
  43. data/templates/api/fulldoc/html/js/highlight/styles/paraiso.dark.css +95 -0
  44. data/templates/api/fulldoc/html/js/highlight/styles/paraiso.light.css +95 -0
  45. data/templates/api/fulldoc/html/js/highlight/styles/pojoaque.css +108 -0
  46. data/templates/api/fulldoc/html/js/highlight/styles/pojoaque.jpg +0 -0
  47. data/templates/api/fulldoc/html/js/highlight/styles/railscasts.css +185 -0
  48. data/templates/api/fulldoc/html/js/highlight/styles/rainbow.css +109 -0
  49. data/templates/api/fulldoc/html/js/highlight/styles/school_book.css +113 -0
  50. data/templates/api/fulldoc/html/js/highlight/styles/school_book.png +0 -0
  51. data/templates/api/fulldoc/html/js/highlight/styles/solarized_dark.css +109 -0
  52. data/templates/api/fulldoc/html/js/highlight/styles/solarized_light.css +109 -0
  53. data/templates/api/fulldoc/html/js/highlight/styles/sunburst.css +165 -0
  54. data/templates/api/fulldoc/html/js/highlight/styles/tomorrow-night-blue.css +95 -0
  55. data/templates/api/fulldoc/html/js/highlight/styles/tomorrow-night-bright.css +94 -0
  56. data/templates/api/fulldoc/html/js/highlight/styles/tomorrow-night-eighties.css +94 -0
  57. data/templates/api/fulldoc/html/js/highlight/styles/tomorrow-night.css +95 -0
  58. data/templates/api/fulldoc/html/js/highlight/styles/tomorrow.css +92 -0
  59. data/templates/api/fulldoc/html/js/highlight/styles/vs.css +94 -0
  60. data/templates/api/fulldoc/html/js/highlight/styles/xcode.css +159 -0
  61. data/templates/api/fulldoc/html/js/highlight/styles/zenburn.css +119 -0
  62. data/templates/api/fulldoc/html/js/jquery-1.11.1.min.js +4 -0
  63. data/yard-api.gemspec +1 -1
  64. metadata +61 -1
@@ -0,0 +1,95 @@
1
+ /*
2
+ Paraíso (dark)
3
+ Created by Jan T. Sott (http://github.com/idleberg)
4
+ Inspired by the art of Rubens LP (http://www.rubenslp.com.br)
5
+ */
6
+
7
+ /* Paraíso Comment */
8
+ .hljs-comment,
9
+ .hljs-title {
10
+ color: #8d8687;
11
+ }
12
+
13
+ /* Paraíso Red */
14
+ .hljs-variable,
15
+ .hljs-attribute,
16
+ .hljs-tag,
17
+ .hljs-regexp,
18
+ .ruby .hljs-constant,
19
+ .xml .hljs-tag .hljs-title,
20
+ .xml .hljs-pi,
21
+ .xml .hljs-doctype,
22
+ .html .hljs-doctype,
23
+ .css .hljs-id,
24
+ .css .hljs-class,
25
+ .css .hljs-pseudo {
26
+ color: #ef6155;
27
+ }
28
+
29
+ /* Paraíso Orange */
30
+ .hljs-number,
31
+ .hljs-preprocessor,
32
+ .hljs-built_in,
33
+ .hljs-literal,
34
+ .hljs-params,
35
+ .hljs-constant {
36
+ color: #f99b15;
37
+ }
38
+
39
+ /* Paraíso Yellow */
40
+ .ruby .hljs-class .hljs-title,
41
+ .css .hljs-rules .hljs-attribute {
42
+ color: #fec418;
43
+ }
44
+
45
+ /* Paraíso Green */
46
+ .hljs-string,
47
+ .hljs-value,
48
+ .hljs-inheritance,
49
+ .hljs-header,
50
+ .ruby .hljs-symbol,
51
+ .xml .hljs-cdata {
52
+ color: #48b685;
53
+ }
54
+
55
+ /* Paraíso Aqua */
56
+ .css .hljs-hexcolor {
57
+ color: #5bc4bf;
58
+ }
59
+
60
+ /* Paraíso Blue */
61
+ .hljs-function,
62
+ .python .hljs-decorator,
63
+ .python .hljs-title,
64
+ .ruby .hljs-function .hljs-title,
65
+ .ruby .hljs-title .hljs-keyword,
66
+ .perl .hljs-sub,
67
+ .javascript .hljs-title,
68
+ .coffeescript .hljs-title {
69
+ color: #06b6ef;
70
+ }
71
+
72
+ /* Paraíso Purple */
73
+ .hljs-keyword,
74
+ .javascript .hljs-function {
75
+ color: #815ba4;
76
+ }
77
+
78
+ .hljs {
79
+ display: block;
80
+ overflow-x: auto;
81
+ background: #2f1e2e;
82
+ color: #a39e9b;
83
+ padding: 0.5em;
84
+ -webkit-text-size-adjust: none;
85
+ }
86
+
87
+ .coffeescript .javascript,
88
+ .javascript .xml,
89
+ .tex .hljs-formula,
90
+ .xml .javascript,
91
+ .xml .vbscript,
92
+ .xml .css,
93
+ .xml .hljs-cdata {
94
+ opacity: 0.5;
95
+ }
@@ -0,0 +1,95 @@
1
+ /*
2
+ Paraíso (light)
3
+ Created by Jan T. Sott (http://github.com/idleberg)
4
+ Inspired by the art of Rubens LP (http://www.rubenslp.com.br)
5
+ */
6
+
7
+ /* Paraíso Comment */
8
+ .hljs-comment,
9
+ .hljs-title {
10
+ color: #776e71;
11
+ }
12
+
13
+ /* Paraíso Red */
14
+ .hljs-variable,
15
+ .hljs-attribute,
16
+ .hljs-tag,
17
+ .hljs-regexp,
18
+ .ruby .hljs-constant,
19
+ .xml .hljs-tag .hljs-title,
20
+ .xml .hljs-pi,
21
+ .xml .hljs-doctype,
22
+ .html .hljs-doctype,
23
+ .css .hljs-id,
24
+ .css .hljs-class,
25
+ .css .hljs-pseudo {
26
+ color: #ef6155;
27
+ }
28
+
29
+ /* Paraíso Orange */
30
+ .hljs-number,
31
+ .hljs-preprocessor,
32
+ .hljs-built_in,
33
+ .hljs-literal,
34
+ .hljs-params,
35
+ .hljs-constant {
36
+ color: #f99b15;
37
+ }
38
+
39
+ /* Paraíso Yellow */
40
+ .ruby .hljs-class .hljs-title,
41
+ .css .hljs-rules .hljs-attribute {
42
+ color: #fec418;
43
+ }
44
+
45
+ /* Paraíso Green */
46
+ .hljs-string,
47
+ .hljs-value,
48
+ .hljs-inheritance,
49
+ .hljs-header,
50
+ .ruby .hljs-symbol,
51
+ .xml .hljs-cdata {
52
+ color: #48b685;
53
+ }
54
+
55
+ /* Paraíso Aqua */
56
+ .css .hljs-hexcolor {
57
+ color: #5bc4bf;
58
+ }
59
+
60
+ /* Paraíso Blue */
61
+ .hljs-function,
62
+ .python .hljs-decorator,
63
+ .python .hljs-title,
64
+ .ruby .hljs-function .hljs-title,
65
+ .ruby .hljs-title .hljs-keyword,
66
+ .perl .hljs-sub,
67
+ .javascript .hljs-title,
68
+ .coffeescript .hljs-title {
69
+ color: #06b6ef;
70
+ }
71
+
72
+ /* Paraíso Purple */
73
+ .hljs-keyword,
74
+ .javascript .hljs-function {
75
+ color: #815ba4;
76
+ }
77
+
78
+ .hljs {
79
+ display: block;
80
+ overflow-x: auto;
81
+ background: #e7e9db;
82
+ color: #4f424c;
83
+ padding: 0.5em;
84
+ -webkit-text-size-adjust: none;
85
+ }
86
+
87
+ .coffeescript .javascript,
88
+ .javascript .xml,
89
+ .tex .hljs-formula,
90
+ .xml .javascript,
91
+ .xml .vbscript,
92
+ .xml .css,
93
+ .xml .hljs-cdata {
94
+ opacity: 0.5;
95
+ }
@@ -0,0 +1,108 @@
1
+ /*
2
+
3
+ Pojoaque Style by Jason Tate
4
+ http://web-cms-designs.com/ftopict-10-pojoaque-style-for-highlight-js-code-highlighter.html
5
+ Based on Solarized Style from http://ethanschoonover.com/solarized
6
+
7
+ */
8
+
9
+ .hljs {
10
+ display: block;
11
+ overflow-x: auto;
12
+ padding: 0.5em;
13
+ color: #dccf8f;
14
+ background: url(./pojoaque.jpg) repeat scroll left top #181914;
15
+ -webkit-text-size-adjust: none;
16
+ }
17
+
18
+ .hljs-comment,
19
+ .hljs-template_comment,
20
+ .diff .hljs-header,
21
+ .hljs-doctype,
22
+ .lisp .hljs-string,
23
+ .hljs-javadoc {
24
+ color: #586e75;
25
+ font-style: italic;
26
+ }
27
+
28
+ .hljs-keyword,
29
+ .css .rule .hljs-keyword,
30
+ .hljs-winutils,
31
+ .javascript .hljs-title,
32
+ .method,
33
+ .hljs-addition,
34
+ .css .hljs-tag,
35
+ .hljs-list .hljs-keyword,
36
+ .nginx .hljs-title {
37
+ color: #b64926;
38
+ }
39
+
40
+ .hljs-number,
41
+ .hljs-command,
42
+ .hljs-string,
43
+ .hljs-tag .hljs-value,
44
+ .hljs-phpdoc,
45
+ .hljs-dartdoc,
46
+ .tex .hljs-formula,
47
+ .hljs-regexp,
48
+ .hljs-hexcolor {
49
+ color: #468966;
50
+ }
51
+
52
+ .hljs-title,
53
+ .hljs-localvars,
54
+ .hljs-function .hljs-title,
55
+ .hljs-chunk,
56
+ .hljs-decorator,
57
+ .hljs-built_in,
58
+ .hljs-identifier,
59
+ .hljs-id {
60
+ color: #ffb03b;
61
+ }
62
+
63
+ .hljs-attribute,
64
+ .hljs-variable,
65
+ .lisp .hljs-body,
66
+ .smalltalk .hljs-number,
67
+ .hljs-constant,
68
+ .hljs-class .hljs-title,
69
+ .hljs-parent,
70
+ .hljs-type {
71
+ color: #b58900;
72
+ }
73
+
74
+ .css .hljs-attribute {
75
+ color: #b89859;
76
+ }
77
+
78
+ .css .hljs-number,
79
+ .css .hljs-hexcolor {
80
+ color: #dccf8f;
81
+ }
82
+
83
+ .css .hljs-class {
84
+ color: #d3a60c;
85
+ }
86
+
87
+ .hljs-preprocessor,
88
+ .hljs-pragma,
89
+ .hljs-pi,
90
+ .hljs-shebang,
91
+ .hljs-symbol,
92
+ .hljs-symbol .hljs-string,
93
+ .diff .hljs-change,
94
+ .hljs-special,
95
+ .hljs-attr_selector,
96
+ .hljs-important,
97
+ .hljs-subst,
98
+ .hljs-cdata {
99
+ color: #cb4b16;
100
+ }
101
+
102
+ .hljs-deletion {
103
+ color: #dc322f;
104
+ }
105
+
106
+ .tex .hljs-formula {
107
+ background: #073642;
108
+ }
@@ -0,0 +1,185 @@
1
+ /*
2
+
3
+ Railscasts-like style (c) Visoft, Inc. (Damien White)
4
+
5
+ */
6
+
7
+ .hljs {
8
+ display: block;
9
+ overflow-x: auto;
10
+ padding: 0.5em;
11
+ background: #232323;
12
+ color: #e6e1dc;
13
+ -webkit-text-size-adjust: none;
14
+ }
15
+
16
+ .hljs-comment,
17
+ .hljs-template_comment,
18
+ .hljs-javadoc,
19
+ .hljs-shebang {
20
+ color: #bc9458;
21
+ font-style: italic;
22
+ }
23
+
24
+ .hljs-keyword,
25
+ .ruby .hljs-function .hljs-keyword,
26
+ .hljs-request,
27
+ .hljs-status,
28
+ .nginx .hljs-title,
29
+ .method,
30
+ .hljs-list .hljs-title {
31
+ color: #c26230;
32
+ }
33
+
34
+ .hljs-string,
35
+ .hljs-number,
36
+ .hljs-regexp,
37
+ .hljs-tag .hljs-value,
38
+ .hljs-cdata,
39
+ .hljs-filter .hljs-argument,
40
+ .hljs-attr_selector,
41
+ .apache .hljs-cbracket,
42
+ .hljs-date,
43
+ .tex .hljs-command,
44
+ .markdown .hljs-link_label {
45
+ color: #a5c261;
46
+ }
47
+
48
+ .hljs-subst {
49
+ color: #519f50;
50
+ }
51
+
52
+ .hljs-tag,
53
+ .hljs-tag .hljs-keyword,
54
+ .hljs-tag .hljs-title,
55
+ .hljs-doctype,
56
+ .hljs-sub .hljs-identifier,
57
+ .hljs-pi,
58
+ .input_number {
59
+ color: #e8bf6a;
60
+ }
61
+
62
+ .hljs-identifier {
63
+ color: #d0d0ff;
64
+ }
65
+
66
+ .hljs-class .hljs-title,
67
+ .hljs-type,
68
+ .smalltalk .hljs-class,
69
+ .hljs-javadoctag,
70
+ .hljs-yardoctag,
71
+ .hljs-phpdoc,
72
+ .hljs-dartdoc {
73
+ text-decoration: none;
74
+ }
75
+
76
+ .hljs-constant {
77
+ color: #da4939;
78
+ }
79
+
80
+
81
+ .hljs-symbol,
82
+ .hljs-built_in,
83
+ .ruby .hljs-symbol .hljs-string,
84
+ .ruby .hljs-symbol .hljs-identifier,
85
+ .markdown .hljs-link_url,
86
+ .hljs-attribute {
87
+ color: #6d9cbe;
88
+ }
89
+
90
+ .markdown .hljs-link_url {
91
+ text-decoration: underline;
92
+ }
93
+
94
+
95
+
96
+ .hljs-params,
97
+ .hljs-variable,
98
+ .clojure .hljs-attribute {
99
+ color: #d0d0ff;
100
+ }
101
+
102
+ .css .hljs-tag,
103
+ .hljs-rules .hljs-property,
104
+ .hljs-pseudo,
105
+ .tex .hljs-special {
106
+ color: #cda869;
107
+ }
108
+
109
+ .css .hljs-class {
110
+ color: #9b703f;
111
+ }
112
+
113
+ .hljs-rules .hljs-keyword {
114
+ color: #c5af75;
115
+ }
116
+
117
+ .hljs-rules .hljs-value {
118
+ color: #cf6a4c;
119
+ }
120
+
121
+ .css .hljs-id {
122
+ color: #8b98ab;
123
+ }
124
+
125
+ .hljs-annotation,
126
+ .apache .hljs-sqbracket,
127
+ .nginx .hljs-built_in {
128
+ color: #9b859d;
129
+ }
130
+
131
+ .hljs-preprocessor,
132
+ .hljs-preprocessor *,
133
+ .hljs-pragma {
134
+ color: #8996a8 !important;
135
+ }
136
+
137
+ .hljs-hexcolor,
138
+ .css .hljs-value .hljs-number {
139
+ color: #a5c261;
140
+ }
141
+
142
+ .hljs-title,
143
+ .hljs-decorator,
144
+ .css .hljs-function {
145
+ color: #ffc66d;
146
+ }
147
+
148
+ .diff .hljs-header,
149
+ .hljs-chunk {
150
+ background-color: #2f33ab;
151
+ color: #e6e1dc;
152
+ display: inline-block;
153
+ width: 100%;
154
+ }
155
+
156
+ .diff .hljs-change {
157
+ background-color: #4a410d;
158
+ color: #f8f8f8;
159
+ display: inline-block;
160
+ width: 100%;
161
+ }
162
+
163
+ .hljs-addition {
164
+ background-color: #144212;
165
+ color: #e6e1dc;
166
+ display: inline-block;
167
+ width: 100%;
168
+ }
169
+
170
+ .hljs-deletion {
171
+ background-color: #600;
172
+ color: #e6e1dc;
173
+ display: inline-block;
174
+ width: 100%;
175
+ }
176
+
177
+ .coffeescript .javascript,
178
+ .javascript .xml,
179
+ .tex .hljs-formula,
180
+ .xml .javascript,
181
+ .xml .vbscript,
182
+ .xml .css,
183
+ .xml .hljs-cdata {
184
+ opacity: 0.7;
185
+ }
@@ -0,0 +1,109 @@
1
+ /*
2
+
3
+ Style with support for rainbow parens
4
+
5
+ */
6
+
7
+ .hljs {
8
+ display: block;
9
+ overflow-x: auto;
10
+ padding: 0.5em;
11
+ background: #474949;
12
+ color: #d1d9e1;
13
+ -webkit-text-size-adjust: none;
14
+ }
15
+
16
+
17
+ .hljs-body,
18
+ .hljs-collection {
19
+ color: #d1d9e1;
20
+ }
21
+
22
+ .hljs-comment,
23
+ .hljs-template_comment,
24
+ .diff .hljs-header,
25
+ .hljs-doctype,
26
+ .lisp .hljs-string,
27
+ .hljs-javadoc {
28
+ color: #969896;
29
+ font-style: italic;
30
+ }
31
+
32
+ .hljs-keyword,
33
+ .clojure .hljs-attribute,
34
+ .hljs-winutils,
35
+ .javascript .hljs-title,
36
+ .hljs-addition,
37
+ .css .hljs-tag {
38
+ color: #cc99cc;
39
+ }
40
+
41
+ .hljs-number { color: #f99157; }
42
+
43
+ .hljs-command,
44
+ .hljs-string,
45
+ .hljs-tag .hljs-value,
46
+ .hljs-phpdoc,
47
+ .hljs-dartdoc,
48
+ .tex .hljs-formula,
49
+ .hljs-regexp,
50
+ .hljs-hexcolor {
51
+ color: #8abeb7;
52
+ }
53
+
54
+ .hljs-title,
55
+ .hljs-localvars,
56
+ .hljs-function .hljs-title,
57
+ .hljs-chunk,
58
+ .hljs-decorator,
59
+ .hljs-built_in,
60
+ .hljs-identifier {
61
+ color: #b5bd68;
62
+ }
63
+
64
+ .hljs-class .hljs-keyword {
65
+ color: #f2777a;
66
+ }
67
+
68
+ .hljs-variable,
69
+ .smalltalk .hljs-number,
70
+ .hljs-constant,
71
+ .hljs-class .hljs-title,
72
+ .hljs-parent,
73
+ .haskell .hljs-label,
74
+ .hljs-id {
75
+ color: #ffcc66;
76
+ }
77
+
78
+ .hljs-tag .hljs-title,
79
+ .hljs-rules .hljs-property,
80
+ .django .hljs-tag .hljs-keyword {
81
+ font-weight: bold;
82
+ }
83
+
84
+ .hljs-attribute {
85
+ color: #81a2be;
86
+ }
87
+
88
+ .hljs-preprocessor,
89
+ .hljs-pragma,
90
+ .hljs-pi,
91
+ .hljs-shebang,
92
+ .hljs-symbol,
93
+ .hljs-symbol .hljs-string,
94
+ .diff .hljs-change,
95
+ .hljs-special,
96
+ .hljs-attr_selector,
97
+ .hljs-important,
98
+ .hljs-subst,
99
+ .hljs-cdata {
100
+ color: #f99157;
101
+ }
102
+
103
+ .hljs-deletion {
104
+ color: #dc322f;
105
+ }
106
+
107
+ .tex .hljs-formula {
108
+ background: #eee8d5;
109
+ }
@@ -0,0 +1,113 @@
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
+ }