mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-09 12:48:15 +08:00
218 lines
4.7 KiB
JavaScript
218 lines
4.7 KiB
JavaScript
export default {
|
|
"code[class*=\"language-\"]": {
|
|
"fontFamily": "Consolas, Menlo, Monaco, \"Andale Mono WT\", \"Andale Mono\", \"Lucida Console\", \"Lucida Sans Typewriter\", \"DejaVu Sans Mono\", \"Bitstream Vera Sans Mono\", \"Liberation Mono\", \"Nimbus Mono L\", \"Courier New\", Courier, monospace",
|
|
"fontSize": "14px",
|
|
"lineHeight": "1.375",
|
|
"direction": "ltr",
|
|
"textAlign": "left",
|
|
"whiteSpace": "pre",
|
|
"wordSpacing": "normal",
|
|
"wordBreak": "normal",
|
|
"MozTabSize": "4",
|
|
"OTabSize": "4",
|
|
"tabSize": "4",
|
|
"WebkitHyphens": "none",
|
|
"MozHyphens": "none",
|
|
"msHyphens": "none",
|
|
"hyphens": "none",
|
|
"background": "#1d262f",
|
|
"color": "#57718e"
|
|
},
|
|
"pre[class*=\"language-\"]": {
|
|
"fontFamily": "Consolas, Menlo, Monaco, \"Andale Mono WT\", \"Andale Mono\", \"Lucida Console\", \"Lucida Sans Typewriter\", \"DejaVu Sans Mono\", \"Bitstream Vera Sans Mono\", \"Liberation Mono\", \"Nimbus Mono L\", \"Courier New\", Courier, monospace",
|
|
"fontSize": "14px",
|
|
"lineHeight": "1.375",
|
|
"direction": "ltr",
|
|
"textAlign": "left",
|
|
"whiteSpace": "pre",
|
|
"wordSpacing": "normal",
|
|
"wordBreak": "normal",
|
|
"MozTabSize": "4",
|
|
"OTabSize": "4",
|
|
"tabSize": "4",
|
|
"WebkitHyphens": "none",
|
|
"MozHyphens": "none",
|
|
"msHyphens": "none",
|
|
"hyphens": "none",
|
|
"background": "#1d262f",
|
|
"color": "#57718e",
|
|
"padding": "1em",
|
|
"margin": ".5em 0",
|
|
"overflow": "auto"
|
|
},
|
|
"pre > code[class*=\"language-\"]": {
|
|
"fontSize": "1em"
|
|
},
|
|
"pre[class*=\"language-\"]::-moz-selection": {
|
|
"textShadow": "none",
|
|
"background": "#004a9e"
|
|
},
|
|
"pre[class*=\"language-\"] ::-moz-selection": {
|
|
"textShadow": "none",
|
|
"background": "#004a9e"
|
|
},
|
|
"code[class*=\"language-\"]::-moz-selection": {
|
|
"textShadow": "none",
|
|
"background": "#004a9e"
|
|
},
|
|
"code[class*=\"language-\"] ::-moz-selection": {
|
|
"textShadow": "none",
|
|
"background": "#004a9e"
|
|
},
|
|
"pre[class*=\"language-\"]::selection": {
|
|
"textShadow": "none",
|
|
"background": "#004a9e"
|
|
},
|
|
"pre[class*=\"language-\"] ::selection": {
|
|
"textShadow": "none",
|
|
"background": "#004a9e"
|
|
},
|
|
"code[class*=\"language-\"]::selection": {
|
|
"textShadow": "none",
|
|
"background": "#004a9e"
|
|
},
|
|
"code[class*=\"language-\"] ::selection": {
|
|
"textShadow": "none",
|
|
"background": "#004a9e"
|
|
},
|
|
":not(pre) > code[class*=\"language-\"]": {
|
|
"padding": ".1em",
|
|
"borderRadius": ".3em"
|
|
},
|
|
"comment": {
|
|
"color": "#4a5f78"
|
|
},
|
|
"prolog": {
|
|
"color": "#4a5f78"
|
|
},
|
|
"doctype": {
|
|
"color": "#4a5f78"
|
|
},
|
|
"cdata": {
|
|
"color": "#4a5f78"
|
|
},
|
|
"punctuation": {
|
|
"color": "#4a5f78"
|
|
},
|
|
"namespace": {
|
|
"Opacity": ".7"
|
|
},
|
|
"tag": {
|
|
"color": "#0aa370"
|
|
},
|
|
"operator": {
|
|
"color": "#0aa370"
|
|
},
|
|
"number": {
|
|
"color": "#0aa370"
|
|
},
|
|
"property": {
|
|
"color": "#57718e"
|
|
},
|
|
"function": {
|
|
"color": "#57718e"
|
|
},
|
|
"tag-id": {
|
|
"color": "#ebf4ff"
|
|
},
|
|
"selector": {
|
|
"color": "#ebf4ff"
|
|
},
|
|
"atrule-id": {
|
|
"color": "#ebf4ff"
|
|
},
|
|
"code.language-javascript": {
|
|
"color": "#7eb6f6"
|
|
},
|
|
"attr-name": {
|
|
"color": "#7eb6f6"
|
|
},
|
|
"code.language-css": {
|
|
"color": "#47ebb4"
|
|
},
|
|
"code.language-scss": {
|
|
"color": "#47ebb4"
|
|
},
|
|
"boolean": {
|
|
"color": "#47ebb4"
|
|
},
|
|
"string": {
|
|
"color": "#47ebb4"
|
|
},
|
|
"entity": {
|
|
"color": "#47ebb4",
|
|
"cursor": "help"
|
|
},
|
|
"url": {
|
|
"color": "#47ebb4"
|
|
},
|
|
".language-css .token.string": {
|
|
"color": "#47ebb4"
|
|
},
|
|
".language-scss .token.string": {
|
|
"color": "#47ebb4"
|
|
},
|
|
".style .token.string": {
|
|
"color": "#47ebb4"
|
|
},
|
|
"attr-value": {
|
|
"color": "#47ebb4"
|
|
},
|
|
"keyword": {
|
|
"color": "#47ebb4"
|
|
},
|
|
"control": {
|
|
"color": "#47ebb4"
|
|
},
|
|
"directive": {
|
|
"color": "#47ebb4"
|
|
},
|
|
"unit": {
|
|
"color": "#47ebb4"
|
|
},
|
|
"statement": {
|
|
"color": "#47ebb4"
|
|
},
|
|
"regex": {
|
|
"color": "#47ebb4"
|
|
},
|
|
"atrule": {
|
|
"color": "#47ebb4"
|
|
},
|
|
"placeholder": {
|
|
"color": "#47ebb4"
|
|
},
|
|
"variable": {
|
|
"color": "#47ebb4"
|
|
},
|
|
"deleted": {
|
|
"textDecoration": "line-through"
|
|
},
|
|
"inserted": {
|
|
"borderBottom": "1px dotted #ebf4ff",
|
|
"textDecoration": "none"
|
|
},
|
|
"italic": {
|
|
"fontStyle": "italic"
|
|
},
|
|
"important": {
|
|
"fontWeight": "bold",
|
|
"color": "#7eb6f6"
|
|
},
|
|
"bold": {
|
|
"fontWeight": "bold"
|
|
},
|
|
"pre > code.highlight": {
|
|
"Outline": ".4em solid #34659d",
|
|
"OutlineOffset": ".4em"
|
|
},
|
|
".line-numbers.line-numbers .line-numbers-rows": {
|
|
"borderRightColor": "#1f2932"
|
|
},
|
|
".line-numbers .line-numbers-rows > span:before": {
|
|
"color": "#2c3847"
|
|
},
|
|
".line-highlight.line-highlight": {
|
|
"background": "linear-gradient(to right, rgba(10, 163, 112, 0.2) 70%, rgba(10, 163, 112, 0))"
|
|
}
|
|
}; |