source: node_modules/react-syntax-highlighter/dist/cjs/styles/prism/cb.min.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: 3.3 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": "#fff",
10 "textShadow": "0 1px 1px #000",
11 "fontFamily": "Menlo,Monaco,\"Courier New\",monospace",
12 "direction": "ltr",
13 "textAlign": "left",
14 "wordSpacing": "normal",
15 "whiteSpace": "pre",
16 "wordWrap": "normal",
17 "lineHeight": "1.4",
18 "background": "0 0",
19 "border": "0",
20 "MozTabSize": "4",
21 "OTabSize": "4",
22 "tabSize": "4",
23 "WebkitHyphens": "none",
24 "MozHyphens": "none",
25 "msHyphens": "none",
26 "hyphens": "none"
27 },
28 "pre[class*=language-]": {
29 "color": "#fff",
30 "textShadow": "0 1px 1px #000",
31 "fontFamily": "Menlo,Monaco,\"Courier New\",monospace",
32 "direction": "ltr",
33 "textAlign": "left",
34 "wordSpacing": "normal",
35 "whiteSpace": "pre",
36 "wordWrap": "normal",
37 "lineHeight": "1.4",
38 "background": "#222",
39 "border": "0",
40 "MozTabSize": "4",
41 "OTabSize": "4",
42 "tabSize": "4",
43 "WebkitHyphens": "none",
44 "MozHyphens": "none",
45 "msHyphens": "none",
46 "hyphens": "none",
47 "padding": "15px",
48 "margin": "1em 0",
49 "overflow": "auto",
50 "MozBorderRadius": "8px",
51 "WebkitBorderRadius": "8px",
52 "borderRadius": "8px"
53 },
54 "pre[class*=language-] code": {
55 "float": "left",
56 "padding": "0 15px 0 0"
57 },
58 ":not(pre)>code[class*=language-]": {
59 "background": "#222",
60 "padding": "5px 10px",
61 "lineHeight": "1",
62 "MozBorderRadius": "3px",
63 "WebkitBorderRadius": "3px",
64 "borderRadius": "3px"
65 },
66 "cdata": {
67 "color": "#797979"
68 },
69 "comment": {
70 "color": "#797979"
71 },
72 "doctype": {
73 "color": "#797979"
74 },
75 "prolog": {
76 "color": "#797979"
77 },
78 "operator": {
79 "color": "#fff"
80 },
81 "punctuation": {
82 "color": "#fff"
83 },
84 "selector": {
85 "color": "#fff"
86 },
87 "namespace": {
88 "Opacity": ".7"
89 },
90 "boolean": {
91 "color": "#ffd893"
92 },
93 "tag": {
94 "color": "#ffd893"
95 },
96 "atrule": {
97 "color": "#b0c975"
98 },
99 "attr-value": {
100 "color": "#b0c975"
101 },
102 "hex": {
103 "color": "#b0c975"
104 },
105 "string": {
106 "color": "#b0c975"
107 },
108 "attr-name": {
109 "color": "#c27628"
110 },
111 "entity": {
112 "color": "#c27628",
113 "cursor": "help"
114 },
115 "keyword": {
116 "color": "#c27628"
117 },
118 "property": {
119 "color": "#c27628"
120 },
121 "url": {
122 "color": "#c27628"
123 },
124 "regex": {
125 "color": "#9b71c6"
126 },
127 "constant": {
128 "color": "#e5a638"
129 },
130 "function": {
131 "color": "#e5a638"
132 },
133 "variable": {
134 "color": "#fdfba8"
135 },
136 "number": {
137 "color": "#8799b0"
138 },
139 "deliminator": {
140 "color": "#e45734"
141 },
142 "important": {
143 "color": "#e45734"
144 },
145 ".line-highlight.line-highlight": {
146 "background": "rgba(255,255,255,.2)"
147 },
148 ".line-highlight.line-highlight:before": {
149 "top": ".3em",
150 "backgroundColor": "rgba(255,255,255,.3)",
151 "color": "#fff",
152 "MozBorderRadius": "8px",
153 "WebkitBorderRadius": "8px",
154 "borderRadius": "8px"
155 },
156 ".line-highlight.line-highlight[data-end]:after": {
157 "top": ".3em",
158 "backgroundColor": "rgba(255,255,255,.3)",
159 "color": "#fff",
160 "MozBorderRadius": "8px",
161 "WebkitBorderRadius": "8px",
162 "borderRadius": "8px"
163 },
164 ".line-numbers .line-numbers-rows>span": {
165 "borderRight": "3px #d9d336 solid"
166 }
167};
168exports["default"] = _default;
Note: See TracBrowser for help on using the repository browser.