"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var _default = { "code[class*=language-]": { "color": "#000", "background": "0 0", "fontFamily": "Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace", "fontSize": "1em", "textAlign": "left", "whiteSpace": "pre", "wordSpacing": "normal", "wordBreak": "normal", "wordWrap": "normal", "lineHeight": "1.5", "MozTabSize": "4", "OTabSize": "4", "tabSize": "4", "WebkitHyphens": "none", "MozHyphens": "none", "msHyphens": "none", "hyphens": "none", "maxHeight": "inherit", "height": "inherit", "padding": "0 1em", "display": "block", "overflow": "auto" }, "pre[class*=language-]": { "color": "#000", "background": "0 0", "fontFamily": "Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace", "fontSize": "1em", "textAlign": "left", "whiteSpace": "pre", "wordSpacing": "normal", "wordBreak": "normal", "wordWrap": "normal", "lineHeight": "1.5", "MozTabSize": "4", "OTabSize": "4", "tabSize": "4", "WebkitHyphens": "none", "MozHyphens": "none", "msHyphens": "none", "hyphens": "none", "position": "relative", "margin": ".5em 0", "overflow": "visible", "padding": "1px", "backgroundColor": "#fdfdfd", "WebkitBoxSizing": "border-box", "MozBoxSizing": "border-box", "boxSizing": "border-box", "marginBottom": "1em" }, "pre[class*=language-]>code": { "position": "relative", "zIndex": "1", "borderLeft": "10px solid #358ccb", "boxShadow": "-1px 0 0 0 #358ccb,0 0 0 1px #dfdfdf", "backgroundColor": "#fdfdfd", "backgroundImage": "linear-gradient(transparent 50%,rgba(69,142,209,.04) 50%)", "backgroundSize": "3em 3em", "backgroundOrigin": "content-box", "backgroundAttachment": "local" }, ":not(pre)>code[class*=language-]": { "backgroundColor": "#fdfdfd", "WebkitBoxSizing": "border-box", "MozBoxSizing": "border-box", "boxSizing": "border-box", "marginBottom": "1em", "position": "relative", "padding": ".2em", "borderRadius": ".3em", "color": "#c92c2c", "border": "1px solid rgba(0,0,0,.1)", "display": "inline", "whiteSpace": "normal" }, "pre[class*=language-]:after": { "content": "''", "display": "block", "position": "absolute", "bottom": ".75em", "left": "auto", "width": "40%", "height": "20%", "maxHeight": "13em", "boxShadow": "0 13px 8px #979797", "WebkitTransform": "rotate(2deg)", "MozTransform": "rotate(2deg)", "msTransform": "rotate(2deg)", "OTransform": "rotate(2deg)", "transform": "rotate(2deg)", "right": ".75em" }, "pre[class*=language-]:before": { "content": "''", "display": "block", "position": "absolute", "bottom": ".75em", "left": ".18em", "width": "40%", "height": "20%", "maxHeight": "13em", "boxShadow": "0 13px 8px #979797", "WebkitTransform": "rotate(-2deg)", "MozTransform": "rotate(-2deg)", "msTransform": "rotate(-2deg)", "OTransform": "rotate(-2deg)", "transform": "rotate(-2deg)" }, "block-comment": { "color": "#7d8b99" }, "cdata": { "color": "#7d8b99" }, "comment": { "color": "#7d8b99" }, "doctype": { "color": "#7d8b99" }, "prolog": { "color": "#7d8b99" }, "punctuation": { "color": "#5f6364" }, "boolean": { "color": "#c92c2c" }, "constant": { "color": "#c92c2c" }, "deleted": { "color": "#c92c2c" }, "function-name": { "color": "#c92c2c" }, "number": { "color": "#c92c2c" }, "property": { "color": "#c92c2c" }, "symbol": { "color": "#c92c2c" }, "tag": { "color": "#c92c2c" }, "attr-name": { "color": "#2f9c0a" }, "builtin": { "color": "#2f9c0a" }, "char": { "color": "#2f9c0a" }, "function": { "color": "#2f9c0a" }, "inserted": { "color": "#2f9c0a" }, "selector": { "color": "#2f9c0a" }, "string": { "color": "#2f9c0a" }, "entity": { "color": "#a67f59", "background": "rgba(255,255,255,.5)", "cursor": "help" }, "operator": { "color": "#a67f59", "background": "rgba(255,255,255,.5)" }, "url": { "color": "#a67f59", "background": "rgba(255,255,255,.5)" }, "variable": { "color": "#a67f59", "background": "rgba(255,255,255,.5)" }, "atrule": { "color": "#1990b8" }, "attr-value": { "color": "#1990b8" }, "class-name": { "color": "#1990b8" }, "keyword": { "color": "#1990b8" }, "important": { "color": "#e90", "fontWeight": "400" }, "regex": { "color": "#e90" }, ".language-css .token.string": { "color": "#a67f59", "background": "rgba(255,255,255,.5)" }, ".style .token.string": { "color": "#a67f59", "background": "rgba(255,255,255,.5)" }, "bold": { "fontWeight": "700" }, "italic": { "fontStyle": "italic" }, "namespace": { "Opacity": ".7" }, "pre[class*=language-].line-numbers.line-numbers": { "paddingLeft": "0" }, "pre[class*=language-].line-numbers.line-numbers code": { "paddingLeft": "3.8em" }, "pre[class*=language-].line-numbers.line-numbers .line-numbers-rows": { "left": "0" }, "pre[class*=language-][data-line]": { "paddingTop": "0", "paddingBottom": "0", "paddingLeft": "0" }, "pre[data-line] code": { "position": "relative", "paddingLeft": "4em" }, "pre .line-highlight": { "marginTop": "0" } }; exports["default"] = _default;