source: node_modules/react-syntax-highlighter/dist/cjs/styles/prism/coy.js@ 65b6638

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

Initial commit

  • Property mode set to 100644
File size: 5.7 KB
Line 
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports["default"] = void 0;
7var _default = {
8 "code[class*=\"language-\"]": {
9 "color": "black",
10 "background": "none",
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": "black",
34 "background": "none",
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 0px 0px 0px #358ccb, 0px 0px 0px 1px #dfdfdf",
65 "backgroundColor": "#fdfdfd",
66 "backgroundImage": "linear-gradient(transparent 50%, rgba(69, 142, 209, 0.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": "0.3em",
80 "color": "#c92c2c",
81 "border": "1px solid rgba(0, 0, 0, 0.1)",
82 "display": "inline",
83 "whiteSpace": "normal"
84 },
85 "pre[class*=\"language-\"]:before": {
86 "content": "''",
87 "display": "block",
88 "position": "absolute",
89 "bottom": "0.75em",
90 "left": "0.18em",
91 "width": "40%",
92 "height": "20%",
93 "maxHeight": "13em",
94 "boxShadow": "0px 13px 8px #979797",
95 "WebkitTransform": "rotate(-2deg)",
96 "MozTransform": "rotate(-2deg)",
97 "msTransform": "rotate(-2deg)",
98 "OTransform": "rotate(-2deg)",
99 "transform": "rotate(-2deg)"
100 },
101 "pre[class*=\"language-\"]:after": {
102 "content": "''",
103 "display": "block",
104 "position": "absolute",
105 "bottom": "0.75em",
106 "left": "auto",
107 "width": "40%",
108 "height": "20%",
109 "maxHeight": "13em",
110 "boxShadow": "0px 13px 8px #979797",
111 "WebkitTransform": "rotate(2deg)",
112 "MozTransform": "rotate(2deg)",
113 "msTransform": "rotate(2deg)",
114 "OTransform": "rotate(2deg)",
115 "transform": "rotate(2deg)",
116 "right": "0.75em"
117 },
118 "comment": {
119 "color": "#7D8B99"
120 },
121 "block-comment": {
122 "color": "#7D8B99"
123 },
124 "prolog": {
125 "color": "#7D8B99"
126 },
127 "doctype": {
128 "color": "#7D8B99"
129 },
130 "cdata": {
131 "color": "#7D8B99"
132 },
133 "punctuation": {
134 "color": "#5F6364"
135 },
136 "property": {
137 "color": "#c92c2c"
138 },
139 "tag": {
140 "color": "#c92c2c"
141 },
142 "boolean": {
143 "color": "#c92c2c"
144 },
145 "number": {
146 "color": "#c92c2c"
147 },
148 "function-name": {
149 "color": "#c92c2c"
150 },
151 "constant": {
152 "color": "#c92c2c"
153 },
154 "symbol": {
155 "color": "#c92c2c"
156 },
157 "deleted": {
158 "color": "#c92c2c"
159 },
160 "selector": {
161 "color": "#2f9c0a"
162 },
163 "attr-name": {
164 "color": "#2f9c0a"
165 },
166 "string": {
167 "color": "#2f9c0a"
168 },
169 "char": {
170 "color": "#2f9c0a"
171 },
172 "function": {
173 "color": "#2f9c0a"
174 },
175 "builtin": {
176 "color": "#2f9c0a"
177 },
178 "inserted": {
179 "color": "#2f9c0a"
180 },
181 "operator": {
182 "color": "#a67f59",
183 "background": "rgba(255, 255, 255, 0.5)"
184 },
185 "entity": {
186 "color": "#a67f59",
187 "background": "rgba(255, 255, 255, 0.5)",
188 "cursor": "help"
189 },
190 "url": {
191 "color": "#a67f59",
192 "background": "rgba(255, 255, 255, 0.5)"
193 },
194 "variable": {
195 "color": "#a67f59",
196 "background": "rgba(255, 255, 255, 0.5)"
197 },
198 "atrule": {
199 "color": "#1990b8"
200 },
201 "attr-value": {
202 "color": "#1990b8"
203 },
204 "keyword": {
205 "color": "#1990b8"
206 },
207 "class-name": {
208 "color": "#1990b8"
209 },
210 "regex": {
211 "color": "#e90"
212 },
213 "important": {
214 "color": "#e90",
215 "fontWeight": "normal"
216 },
217 ".language-css .token.string": {
218 "color": "#a67f59",
219 "background": "rgba(255, 255, 255, 0.5)"
220 },
221 ".style .token.string": {
222 "color": "#a67f59",
223 "background": "rgba(255, 255, 255, 0.5)"
224 },
225 "bold": {
226 "fontWeight": "bold"
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.