1 | "use strict";
|
---|
2 |
|
---|
3 | Object.defineProperty(exports, "__esModule", {
|
---|
4 | value: true
|
---|
5 | });
|
---|
6 | exports["default"] = void 0;
|
---|
7 | var _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 | },
|
---|
27 | "pre[class*=\"language-\"]": {
|
---|
28 | "color": "black",
|
---|
29 | "background": "none",
|
---|
30 | "fontFamily": "Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace",
|
---|
31 | "fontSize": "1em",
|
---|
32 | "textAlign": "left",
|
---|
33 | "whiteSpace": "pre",
|
---|
34 | "wordSpacing": "normal",
|
---|
35 | "wordBreak": "normal",
|
---|
36 | "wordWrap": "normal",
|
---|
37 | "lineHeight": "1.5",
|
---|
38 | "MozTabSize": "4",
|
---|
39 | "OTabSize": "4",
|
---|
40 | "tabSize": "4",
|
---|
41 | "WebkitHyphens": "none",
|
---|
42 | "MozHyphens": "none",
|
---|
43 | "msHyphens": "none",
|
---|
44 | "hyphens": "none",
|
---|
45 | "position": "relative",
|
---|
46 | "borderLeft": "10px solid #358ccb",
|
---|
47 | "boxShadow": "-1px 0 0 0 #358ccb, 0 0 0 1px #dfdfdf",
|
---|
48 | "backgroundColor": "#fdfdfd",
|
---|
49 | "backgroundImage": "linear-gradient(transparent 50%, rgba(69, 142, 209, 0.04) 50%)",
|
---|
50 | "backgroundSize": "3em 3em",
|
---|
51 | "backgroundOrigin": "content-box",
|
---|
52 | "backgroundAttachment": "local",
|
---|
53 | "margin": ".5em 0",
|
---|
54 | "padding": "0 1em"
|
---|
55 | },
|
---|
56 | "pre[class*=\"language-\"] > code": {
|
---|
57 | "display": "block"
|
---|
58 | },
|
---|
59 | ":not(pre) > code[class*=\"language-\"]": {
|
---|
60 | "position": "relative",
|
---|
61 | "padding": ".2em",
|
---|
62 | "borderRadius": "0.3em",
|
---|
63 | "color": "#c92c2c",
|
---|
64 | "border": "1px solid rgba(0, 0, 0, 0.1)",
|
---|
65 | "display": "inline",
|
---|
66 | "whiteSpace": "normal",
|
---|
67 | "backgroundColor": "#fdfdfd",
|
---|
68 | "WebkitBoxSizing": "border-box",
|
---|
69 | "MozBoxSizing": "border-box",
|
---|
70 | "boxSizing": "border-box"
|
---|
71 | },
|
---|
72 | "comment": {
|
---|
73 | "color": "#7D8B99"
|
---|
74 | },
|
---|
75 | "block-comment": {
|
---|
76 | "color": "#7D8B99"
|
---|
77 | },
|
---|
78 | "prolog": {
|
---|
79 | "color": "#7D8B99"
|
---|
80 | },
|
---|
81 | "doctype": {
|
---|
82 | "color": "#7D8B99"
|
---|
83 | },
|
---|
84 | "cdata": {
|
---|
85 | "color": "#7D8B99"
|
---|
86 | },
|
---|
87 | "punctuation": {
|
---|
88 | "color": "#5F6364"
|
---|
89 | },
|
---|
90 | "property": {
|
---|
91 | "color": "#c92c2c"
|
---|
92 | },
|
---|
93 | "tag": {
|
---|
94 | "color": "#c92c2c"
|
---|
95 | },
|
---|
96 | "boolean": {
|
---|
97 | "color": "#c92c2c"
|
---|
98 | },
|
---|
99 | "number": {
|
---|
100 | "color": "#c92c2c"
|
---|
101 | },
|
---|
102 | "function-name": {
|
---|
103 | "color": "#c92c2c"
|
---|
104 | },
|
---|
105 | "constant": {
|
---|
106 | "color": "#c92c2c"
|
---|
107 | },
|
---|
108 | "symbol": {
|
---|
109 | "color": "#c92c2c"
|
---|
110 | },
|
---|
111 | "deleted": {
|
---|
112 | "color": "#c92c2c"
|
---|
113 | },
|
---|
114 | "selector": {
|
---|
115 | "color": "#2f9c0a"
|
---|
116 | },
|
---|
117 | "attr-name": {
|
---|
118 | "color": "#2f9c0a"
|
---|
119 | },
|
---|
120 | "string": {
|
---|
121 | "color": "#2f9c0a"
|
---|
122 | },
|
---|
123 | "char": {
|
---|
124 | "color": "#2f9c0a"
|
---|
125 | },
|
---|
126 | "function": {
|
---|
127 | "color": "#2f9c0a"
|
---|
128 | },
|
---|
129 | "builtin": {
|
---|
130 | "color": "#2f9c0a"
|
---|
131 | },
|
---|
132 | "inserted": {
|
---|
133 | "color": "#2f9c0a"
|
---|
134 | },
|
---|
135 | "operator": {
|
---|
136 | "color": "#a67f59",
|
---|
137 | "background": "rgba(255, 255, 255, 0.5)"
|
---|
138 | },
|
---|
139 | "entity": {
|
---|
140 | "color": "#a67f59",
|
---|
141 | "background": "rgba(255, 255, 255, 0.5)",
|
---|
142 | "cursor": "help"
|
---|
143 | },
|
---|
144 | "url": {
|
---|
145 | "color": "#a67f59",
|
---|
146 | "background": "rgba(255, 255, 255, 0.5)"
|
---|
147 | },
|
---|
148 | "variable": {
|
---|
149 | "color": "#a67f59",
|
---|
150 | "background": "rgba(255, 255, 255, 0.5)"
|
---|
151 | },
|
---|
152 | "atrule": {
|
---|
153 | "color": "#1990b8"
|
---|
154 | },
|
---|
155 | "attr-value": {
|
---|
156 | "color": "#1990b8"
|
---|
157 | },
|
---|
158 | "keyword": {
|
---|
159 | "color": "#1990b8"
|
---|
160 | },
|
---|
161 | "class-name": {
|
---|
162 | "color": "#1990b8"
|
---|
163 | },
|
---|
164 | "regex": {
|
---|
165 | "color": "#e90"
|
---|
166 | },
|
---|
167 | "important": {
|
---|
168 | "color": "#e90",
|
---|
169 | "fontWeight": "normal"
|
---|
170 | },
|
---|
171 | ".language-css .token.string": {
|
---|
172 | "color": "#a67f59",
|
---|
173 | "background": "rgba(255, 255, 255, 0.5)"
|
---|
174 | },
|
---|
175 | ".style .token.string": {
|
---|
176 | "color": "#a67f59",
|
---|
177 | "background": "rgba(255, 255, 255, 0.5)"
|
---|
178 | },
|
---|
179 | "bold": {
|
---|
180 | "fontWeight": "bold"
|
---|
181 | },
|
---|
182 | "italic": {
|
---|
183 | "fontStyle": "italic"
|
---|
184 | },
|
---|
185 | "namespace": {
|
---|
186 | "Opacity": ".7"
|
---|
187 | }
|
---|
188 | };
|
---|
189 | exports["default"] = _default; |
---|