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