source: node_modules/react-syntax-highlighter/dist/cjs/styles/prism/coy.min.js

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 5.5 KB
RevLine 
[d24f17c]1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports["default"] = void 0;
7var _default = {
8 "code[class*=language-]": {
9 "color": "#000",
10 "background": "0 0",
11 "fontFamily": "Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace",
12 "fontSize": "1em",
13 "textAlign": "left",
14 "whiteSpace": "pre",
15 "wordSpacing": "normal",
16 "wordBreak": "normal",
17 "wordWrap": "normal",
18 "lineHeight": "1.5",
19 "MozTabSize": "4",
20 "OTabSize": "4",
21 "tabSize": "4",
22 "WebkitHyphens": "none",
23 "MozHyphens": "none",
24 "msHyphens": "none",
25 "hyphens": "none",
26 "maxHeight": "inherit",
27 "height": "inherit",
28 "padding": "0 1em",
29 "display": "block",
30 "overflow": "auto"
31 },
32 "pre[class*=language-]": {
33 "color": "#000",
34 "background": "0 0",
35 "fontFamily": "Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace",
36 "fontSize": "1em",
37 "textAlign": "left",
38 "whiteSpace": "pre",
39 "wordSpacing": "normal",
40 "wordBreak": "normal",
41 "wordWrap": "normal",
42 "lineHeight": "1.5",
43 "MozTabSize": "4",
44 "OTabSize": "4",
45 "tabSize": "4",
46 "WebkitHyphens": "none",
47 "MozHyphens": "none",
48 "msHyphens": "none",
49 "hyphens": "none",
50 "position": "relative",
51 "margin": ".5em 0",
52 "overflow": "visible",
53 "padding": "1px",
54 "backgroundColor": "#fdfdfd",
55 "WebkitBoxSizing": "border-box",
56 "MozBoxSizing": "border-box",
57 "boxSizing": "border-box",
58 "marginBottom": "1em"
59 },
60 "pre[class*=language-]>code": {
61 "position": "relative",
62 "zIndex": "1",
63 "borderLeft": "10px solid #358ccb",
64 "boxShadow": "-1px 0 0 0 #358ccb,0 0 0 1px #dfdfdf",
65 "backgroundColor": "#fdfdfd",
66 "backgroundImage": "linear-gradient(transparent 50%,rgba(69,142,209,.04) 50%)",
67 "backgroundSize": "3em 3em",
68 "backgroundOrigin": "content-box",
69 "backgroundAttachment": "local"
70 },
71 ":not(pre)>code[class*=language-]": {
72 "backgroundColor": "#fdfdfd",
73 "WebkitBoxSizing": "border-box",
74 "MozBoxSizing": "border-box",
75 "boxSizing": "border-box",
76 "marginBottom": "1em",
77 "position": "relative",
78 "padding": ".2em",
79 "borderRadius": ".3em",
80 "color": "#c92c2c",
81 "border": "1px solid rgba(0,0,0,.1)",
82 "display": "inline",
83 "whiteSpace": "normal"
84 },
85 "pre[class*=language-]:after": {
86 "content": "''",
87 "display": "block",
88 "position": "absolute",
89 "bottom": ".75em",
90 "left": "auto",
91 "width": "40%",
92 "height": "20%",
93 "maxHeight": "13em",
94 "boxShadow": "0 13px 8px #979797",
95 "WebkitTransform": "rotate(2deg)",
96 "MozTransform": "rotate(2deg)",
97 "msTransform": "rotate(2deg)",
98 "OTransform": "rotate(2deg)",
99 "transform": "rotate(2deg)",
100 "right": ".75em"
101 },
102 "pre[class*=language-]:before": {
103 "content": "''",
104 "display": "block",
105 "position": "absolute",
106 "bottom": ".75em",
107 "left": ".18em",
108 "width": "40%",
109 "height": "20%",
110 "maxHeight": "13em",
111 "boxShadow": "0 13px 8px #979797",
112 "WebkitTransform": "rotate(-2deg)",
113 "MozTransform": "rotate(-2deg)",
114 "msTransform": "rotate(-2deg)",
115 "OTransform": "rotate(-2deg)",
116 "transform": "rotate(-2deg)"
117 },
118 "block-comment": {
119 "color": "#7d8b99"
120 },
121 "cdata": {
122 "color": "#7d8b99"
123 },
124 "comment": {
125 "color": "#7d8b99"
126 },
127 "doctype": {
128 "color": "#7d8b99"
129 },
130 "prolog": {
131 "color": "#7d8b99"
132 },
133 "punctuation": {
134 "color": "#5f6364"
135 },
136 "boolean": {
137 "color": "#c92c2c"
138 },
139 "constant": {
140 "color": "#c92c2c"
141 },
142 "deleted": {
143 "color": "#c92c2c"
144 },
145 "function-name": {
146 "color": "#c92c2c"
147 },
148 "number": {
149 "color": "#c92c2c"
150 },
151 "property": {
152 "color": "#c92c2c"
153 },
154 "symbol": {
155 "color": "#c92c2c"
156 },
157 "tag": {
158 "color": "#c92c2c"
159 },
160 "attr-name": {
161 "color": "#2f9c0a"
162 },
163 "builtin": {
164 "color": "#2f9c0a"
165 },
166 "char": {
167 "color": "#2f9c0a"
168 },
169 "function": {
170 "color": "#2f9c0a"
171 },
172 "inserted": {
173 "color": "#2f9c0a"
174 },
175 "selector": {
176 "color": "#2f9c0a"
177 },
178 "string": {
179 "color": "#2f9c0a"
180 },
181 "entity": {
182 "color": "#a67f59",
183 "background": "rgba(255,255,255,.5)",
184 "cursor": "help"
185 },
186 "operator": {
187 "color": "#a67f59",
188 "background": "rgba(255,255,255,.5)"
189 },
190 "url": {
191 "color": "#a67f59",
192 "background": "rgba(255,255,255,.5)"
193 },
194 "variable": {
195 "color": "#a67f59",
196 "background": "rgba(255,255,255,.5)"
197 },
198 "atrule": {
199 "color": "#1990b8"
200 },
201 "attr-value": {
202 "color": "#1990b8"
203 },
204 "class-name": {
205 "color": "#1990b8"
206 },
207 "keyword": {
208 "color": "#1990b8"
209 },
210 "important": {
211 "color": "#e90",
212 "fontWeight": "400"
213 },
214 "regex": {
215 "color": "#e90"
216 },
217 ".language-css .token.string": {
218 "color": "#a67f59",
219 "background": "rgba(255,255,255,.5)"
220 },
221 ".style .token.string": {
222 "color": "#a67f59",
223 "background": "rgba(255,255,255,.5)"
224 },
225 "bold": {
226 "fontWeight": "700"
227 },
228 "italic": {
229 "fontStyle": "italic"
230 },
231 "namespace": {
232 "Opacity": ".7"
233 },
234 "pre[class*=language-].line-numbers.line-numbers": {
235 "paddingLeft": "0"
236 },
237 "pre[class*=language-].line-numbers.line-numbers code": {
238 "paddingLeft": "3.8em"
239 },
240 "pre[class*=language-].line-numbers.line-numbers .line-numbers-rows": {
241 "left": "0"
242 },
243 "pre[class*=language-][data-line]": {
244 "paddingTop": "0",
245 "paddingBottom": "0",
246 "paddingLeft": "0"
247 },
248 "pre[data-line] code": {
249 "position": "relative",
250 "paddingLeft": "4em"
251 },
252 "pre .line-highlight": {
253 "marginTop": "0"
254 }
255};
256exports["default"] = _default;
Note: See TracBrowser for help on using the repository browser.