You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2581 lines
76 KiB
2581 lines
76 KiB
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.3.31@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/_codemirror@5.58.2@codemirror/lib/codemirror.css ***!
|
|
\*******************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
/* BASICS */
|
|
|
|
.CodeMirror {
|
|
/* Set height, width, borders, and global font properties here */
|
|
font-family: monospace;
|
|
height: 300px;
|
|
color: black;
|
|
direction: ltr;
|
|
}
|
|
|
|
/* PADDING */
|
|
|
|
.CodeMirror-lines {
|
|
padding: 4px 0; /* Vertical padding around content */
|
|
}
|
|
.CodeMirror pre.CodeMirror-line,
|
|
.CodeMirror pre.CodeMirror-line-like {
|
|
padding: 0 4px; /* Horizontal padding of content */
|
|
}
|
|
|
|
.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
|
|
background-color: white; /* The little square between H and V scrollbars */
|
|
}
|
|
|
|
/* GUTTER */
|
|
|
|
.CodeMirror-gutters {
|
|
border-right: 1px solid #ddd;
|
|
background-color: #f7f7f7;
|
|
white-space: nowrap;
|
|
}
|
|
.CodeMirror-linenumbers {}
|
|
.CodeMirror-linenumber {
|
|
padding: 0 3px 0 5px;
|
|
min-width: 20px;
|
|
text-align: right;
|
|
color: #999;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.CodeMirror-guttermarker { color: black; }
|
|
.CodeMirror-guttermarker-subtle { color: #999; }
|
|
|
|
/* CURSOR */
|
|
|
|
.CodeMirror-cursor {
|
|
border-left: 1px solid black;
|
|
border-right: none;
|
|
width: 0;
|
|
}
|
|
/* Shown when moving in bi-directional text */
|
|
.CodeMirror div.CodeMirror-secondarycursor {
|
|
border-left: 1px solid silver;
|
|
}
|
|
.cm-fat-cursor .CodeMirror-cursor {
|
|
width: auto;
|
|
border: 0 !important;
|
|
background: #7e7;
|
|
}
|
|
.cm-fat-cursor div.CodeMirror-cursors {
|
|
z-index: 1;
|
|
}
|
|
.cm-fat-cursor-mark {
|
|
background-color: rgba(20, 255, 20, 0.5);
|
|
animation: blink 1.06s steps(1) infinite;
|
|
}
|
|
.cm-animate-fat-cursor {
|
|
width: auto;
|
|
border: 0;
|
|
animation: blink 1.06s steps(1) infinite;
|
|
background-color: #7e7;
|
|
}
|
|
@keyframes blink {
|
|
0% {}
|
|
50% { background-color: transparent; }
|
|
100% {}
|
|
}
|
|
|
|
/* Can style cursor different in overwrite (non-insert) mode */
|
|
.CodeMirror-overwrite .CodeMirror-cursor {}
|
|
|
|
.cm-tab { display: inline-block; text-decoration: inherit; }
|
|
|
|
.CodeMirror-rulers {
|
|
position: absolute;
|
|
left: 0; right: 0; top: -50px; bottom: 0;
|
|
overflow: hidden;
|
|
}
|
|
.CodeMirror-ruler {
|
|
border-left: 1px solid #ccc;
|
|
top: 0; bottom: 0;
|
|
position: absolute;
|
|
}
|
|
|
|
/* DEFAULT THEME */
|
|
|
|
.cm-s-default .cm-header {color: blue;}
|
|
.cm-s-default .cm-quote {color: #090;}
|
|
.cm-negative {color: #d44;}
|
|
.cm-positive {color: #292;}
|
|
.cm-header, .cm-strong {font-weight: bold;}
|
|
.cm-em {font-style: italic;}
|
|
.cm-link {text-decoration: underline;}
|
|
.cm-strikethrough {text-decoration: line-through;}
|
|
|
|
.cm-s-default .cm-keyword {color: #708;}
|
|
.cm-s-default .cm-atom {color: #219;}
|
|
.cm-s-default .cm-number {color: #164;}
|
|
.cm-s-default .cm-def {color: #00f;}
|
|
.cm-s-default .cm-variable,
|
|
.cm-s-default .cm-punctuation,
|
|
.cm-s-default .cm-property,
|
|
.cm-s-default .cm-operator {}
|
|
.cm-s-default .cm-variable-2 {color: #05a;}
|
|
.cm-s-default .cm-variable-3, .cm-s-default .cm-type {color: #085;}
|
|
.cm-s-default .cm-comment {color: #a50;}
|
|
.cm-s-default .cm-string {color: #a11;}
|
|
.cm-s-default .cm-string-2 {color: #f50;}
|
|
.cm-s-default .cm-meta {color: #555;}
|
|
.cm-s-default .cm-qualifier {color: #555;}
|
|
.cm-s-default .cm-builtin {color: #30a;}
|
|
.cm-s-default .cm-bracket {color: #997;}
|
|
.cm-s-default .cm-tag {color: #170;}
|
|
.cm-s-default .cm-attribute {color: #00c;}
|
|
.cm-s-default .cm-hr {color: #999;}
|
|
.cm-s-default .cm-link {color: #00c;}
|
|
|
|
.cm-s-default .cm-error {color: #f00;}
|
|
.cm-invalidchar {color: #f00;}
|
|
|
|
.CodeMirror-composing { border-bottom: 2px solid; }
|
|
|
|
/* Default styles for common addons */
|
|
|
|
div.CodeMirror span.CodeMirror-matchingbracket {color: #0b0;}
|
|
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #a22;}
|
|
.CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); }
|
|
.CodeMirror-activeline-background {background: #e8f2ff;}
|
|
|
|
/* STOP */
|
|
|
|
/* The rest of this file contains styles related to the mechanics of
|
|
the editor. You probably shouldn't touch them. */
|
|
|
|
.CodeMirror {
|
|
position: relative;
|
|
overflow: hidden;
|
|
background: white;
|
|
}
|
|
|
|
.CodeMirror-scroll {
|
|
overflow: scroll !important; /* Things will break if this is overridden */
|
|
/* 50px is the magic margin used to hide the element's real scrollbars */
|
|
/* See overflow: hidden in .CodeMirror */
|
|
margin-bottom: -50px; margin-right: -50px;
|
|
padding-bottom: 50px;
|
|
height: 100%;
|
|
outline: none; /* Prevent dragging from highlighting the element */
|
|
position: relative;
|
|
}
|
|
.CodeMirror-sizer {
|
|
position: relative;
|
|
border-right: 50px solid transparent;
|
|
}
|
|
|
|
/* The fake, visible scrollbars. Used to force redraw during scrolling
|
|
before actual scrolling happens, thus preventing shaking and
|
|
flickering artifacts. */
|
|
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
|
|
position: absolute;
|
|
z-index: 6;
|
|
display: none;
|
|
outline: none;
|
|
}
|
|
.CodeMirror-vscrollbar {
|
|
right: 0; top: 0;
|
|
overflow-x: hidden;
|
|
overflow-y: scroll;
|
|
}
|
|
.CodeMirror-hscrollbar {
|
|
bottom: 0; left: 0;
|
|
overflow-y: hidden;
|
|
overflow-x: scroll;
|
|
}
|
|
.CodeMirror-scrollbar-filler {
|
|
right: 0; bottom: 0;
|
|
}
|
|
.CodeMirror-gutter-filler {
|
|
left: 0; bottom: 0;
|
|
}
|
|
|
|
.CodeMirror-gutters {
|
|
position: absolute; left: 0; top: 0;
|
|
min-height: 100%;
|
|
z-index: 3;
|
|
}
|
|
.CodeMirror-gutter {
|
|
white-space: normal;
|
|
height: 100%;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
margin-bottom: -50px;
|
|
}
|
|
.CodeMirror-gutter-wrapper {
|
|
position: absolute;
|
|
z-index: 4;
|
|
background: none !important;
|
|
border: none !important;
|
|
}
|
|
.CodeMirror-gutter-background {
|
|
position: absolute;
|
|
top: 0; bottom: 0;
|
|
z-index: 4;
|
|
}
|
|
.CodeMirror-gutter-elt {
|
|
position: absolute;
|
|
cursor: default;
|
|
z-index: 4;
|
|
}
|
|
.CodeMirror-gutter-wrapper ::selection { background-color: transparent }
|
|
.CodeMirror-gutter-wrapper ::-moz-selection { background-color: transparent }
|
|
|
|
.CodeMirror-lines {
|
|
cursor: text;
|
|
min-height: 1px; /* prevents collapsing before first draw */
|
|
}
|
|
.CodeMirror pre.CodeMirror-line,
|
|
.CodeMirror pre.CodeMirror-line-like {
|
|
/* Reset some styles that the rest of the page might have set */ border-radius: 0;
|
|
border-width: 0;
|
|
background: transparent;
|
|
font-family: inherit;
|
|
font-size: inherit;
|
|
margin: 0;
|
|
white-space: pre;
|
|
word-wrap: normal;
|
|
line-height: inherit;
|
|
color: inherit;
|
|
z-index: 2;
|
|
position: relative;
|
|
overflow: visible;
|
|
-webkit-tap-highlight-color: transparent;
|
|
-webkit-font-variant-ligatures: contextual;
|
|
font-feature-settings: "calt";
|
|
font-variant-ligatures: contextual;
|
|
}
|
|
.CodeMirror-wrap pre.CodeMirror-line,
|
|
.CodeMirror-wrap pre.CodeMirror-line-like {
|
|
word-wrap: break-word;
|
|
white-space: pre-wrap;
|
|
word-break: normal;
|
|
}
|
|
|
|
.CodeMirror-linebackground {
|
|
position: absolute;
|
|
left: 0; right: 0; top: 0; bottom: 0;
|
|
z-index: 0;
|
|
}
|
|
|
|
.CodeMirror-linewidget {
|
|
position: relative;
|
|
z-index: 2;
|
|
padding: 0.1px; /* Force widget margins to stay inside of the container */
|
|
}
|
|
|
|
.CodeMirror-widget {}
|
|
|
|
.CodeMirror-rtl pre { direction: rtl; }
|
|
|
|
.CodeMirror-code {
|
|
outline: none;
|
|
}
|
|
|
|
/* Force content-box sizing for the elements where we expect it */
|
|
.CodeMirror-scroll,
|
|
.CodeMirror-sizer,
|
|
.CodeMirror-gutter,
|
|
.CodeMirror-gutters,
|
|
.CodeMirror-linenumber {
|
|
box-sizing: content-box;
|
|
}
|
|
|
|
.CodeMirror-measure {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 0;
|
|
overflow: hidden;
|
|
visibility: hidden;
|
|
}
|
|
|
|
.CodeMirror-cursor {
|
|
position: absolute;
|
|
pointer-events: none;
|
|
}
|
|
.CodeMirror-measure pre { position: static; }
|
|
|
|
div.CodeMirror-cursors {
|
|
visibility: hidden;
|
|
position: relative;
|
|
z-index: 3;
|
|
}
|
|
div.CodeMirror-dragcursors {
|
|
visibility: visible;
|
|
}
|
|
|
|
.CodeMirror-focused div.CodeMirror-cursors {
|
|
visibility: visible;
|
|
}
|
|
|
|
.CodeMirror-selected { background: #d9d9d9; }
|
|
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
|
|
.CodeMirror-crosshair { cursor: crosshair; }
|
|
.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; }
|
|
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; }
|
|
|
|
.cm-searching {
|
|
background-color: #ffa;
|
|
background-color: rgba(255, 255, 0, .4);
|
|
}
|
|
|
|
/* Used to force a border model for a node */
|
|
.cm-force-border { padding-right: .1px; }
|
|
|
|
@media print {
|
|
/* Hide the cursor when printing */
|
|
.CodeMirror div.CodeMirror-cursors {
|
|
visibility: hidden;
|
|
}
|
|
}
|
|
|
|
/* See issue #2901 */
|
|
.cm-tab-wrap-hack:after { content: ''; }
|
|
|
|
/* Help users use markselection to safely style text background */
|
|
span.CodeMirror-selectedtext { background: none; }
|
|
|
|
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.3.31@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.3.31@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/markdown-editor/index.less ***!
|
|
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.markdown-editor-wrapper {
|
|
position: relative;
|
|
margin-bottom: 12px;
|
|
}
|
|
.markdown-editor-body {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
width: 100%;
|
|
height: calc(100% - 38px);
|
|
align-items: center;
|
|
overflow: hidden;
|
|
}
|
|
.markdown-editor-body .codemirror-container {
|
|
flex: 1 0;
|
|
height: 100%;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
}
|
|
.markdown-editor-body .CodeMirror-wrap {
|
|
padding-bottom: 15px;
|
|
}
|
|
.markdown-editor-body .preview-container {
|
|
flex: 1 0;
|
|
height: 100%;
|
|
margin: 10px 0px;
|
|
padding: 8px 8px 50px 8px;
|
|
background: #fff;
|
|
overflow-y: auto;
|
|
box-sizing: border-box;
|
|
border-left: 1px solid #ccc;
|
|
word-wrap: break-word;
|
|
word-break: break-word;
|
|
white-space: normal;
|
|
font-size: 16px;
|
|
}
|
|
.markdown-editor-container {
|
|
border: 1px solid #ccc;
|
|
overflow: hidden;
|
|
border-radius: 4px;
|
|
font-size: 16px;
|
|
}
|
|
.markdown-editor-container.full-screen {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
height: 100vh !important;
|
|
z-index: 1010;
|
|
}
|
|
.markdown-editor-container.full-screen .preview-container > div {
|
|
padding-bottom: 180px !important;
|
|
}
|
|
.markdown-editor-container.full-screen .CodeMirror-sizer > div {
|
|
margin-bottom: 90px;
|
|
}
|
|
.markdown-editor-container.on-preview .codemirror-container,
|
|
.markdown-editor-container.on-preview .preview-container {
|
|
width: 50%;
|
|
}
|
|
.mini .markdown-editor-body {
|
|
height: calc(100% - 28px);
|
|
}
|
|
.flex-end {
|
|
justify-content: flex-end;
|
|
}
|
|
.my-codemirror-container {
|
|
border: 1px solid #ccc;
|
|
width: 100%;
|
|
margin-bottom: 24px;
|
|
}
|
|
.markdown-tip {
|
|
color: #cdcdcd;
|
|
font-size: 12px;
|
|
position: absolute;
|
|
right: 0;
|
|
bottom: -28px;
|
|
margin-bottom: 7px;
|
|
}
|
|
/* PADDING */
|
|
.CodeMirror-lines {
|
|
padding: 4px 0;
|
|
/* Vertical padding around content */
|
|
}
|
|
.CodeMirror pre.CodeMirror-line,
|
|
.CodeMirror pre.CodeMirror-line-like {
|
|
padding: 0 4px;
|
|
/* Horizontal padding of content */
|
|
}
|
|
.CodeMirror-scrollbar-filler,
|
|
.CodeMirror-gutter-filler {
|
|
background-color: white;
|
|
/* The little square between H and V scrollbars */
|
|
}
|
|
/* GUTTER */
|
|
.CodeMirror-gutters {
|
|
border-right: 1px solid #ddd;
|
|
background-color: #f7f7f7;
|
|
white-space: nowrap;
|
|
}
|
|
.CodeMirror-linenumber {
|
|
padding: 0 3px 0 5px;
|
|
min-width: 20px;
|
|
text-align: right;
|
|
color: #999;
|
|
white-space: nowrap;
|
|
}
|
|
.CodeMirror-guttermarker {
|
|
color: black;
|
|
}
|
|
.CodeMirror-guttermarker-subtle {
|
|
color: #999;
|
|
}
|
|
/* CURSOR */
|
|
.CodeMirror-cursor {
|
|
border-left: 1px solid black;
|
|
border-right: none;
|
|
width: 0;
|
|
}
|
|
/* Shown when moving in bi-directional text */
|
|
.CodeMirror div.CodeMirror-secondarycursor {
|
|
border-left: 1px solid silver;
|
|
}
|
|
.cm-fat-cursor .CodeMirror-cursor {
|
|
width: auto;
|
|
border: 0 !important;
|
|
background: #7e7;
|
|
}
|
|
.cm-fat-cursor div.CodeMirror-cursors {
|
|
z-index: 1;
|
|
}
|
|
.cm-fat-cursor-mark {
|
|
background-color: rgba(20, 255, 20, 0.5);
|
|
animation: blink 1.06s steps(1) infinite;
|
|
}
|
|
.cm-animate-fat-cursor {
|
|
width: auto;
|
|
border: 0;
|
|
animation: blink 1.06s steps(1) infinite;
|
|
background-color: #7e7;
|
|
}
|
|
@keyframes blink {
|
|
50% {
|
|
background-color: transparent;
|
|
}
|
|
}
|
|
.cm-tab {
|
|
display: inline-block;
|
|
text-decoration: inherit;
|
|
}
|
|
.CodeMirror-rulers {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: -50px;
|
|
bottom: 0;
|
|
overflow: hidden;
|
|
}
|
|
.CodeMirror-ruler {
|
|
border-left: 1px solid #ccc;
|
|
top: 0;
|
|
bottom: 0;
|
|
position: absolute;
|
|
}
|
|
/* DEFAULT THEME */
|
|
.cm-s-default .cm-header {
|
|
color: blue;
|
|
}
|
|
.cm-s-default .cm-quote {
|
|
color: #090;
|
|
}
|
|
.cm-negative {
|
|
color: #d44;
|
|
}
|
|
.cm-positive {
|
|
color: #292;
|
|
}
|
|
.cm-header,
|
|
.cm-strong {
|
|
font-weight: bold;
|
|
}
|
|
.cm-em {
|
|
font-style: italic;
|
|
}
|
|
.cm-link {
|
|
text-decoration: underline;
|
|
}
|
|
.cm-strikethrough {
|
|
text-decoration: line-through;
|
|
}
|
|
.cm-s-default .cm-keyword {
|
|
color: #708;
|
|
}
|
|
.cm-s-default .cm-atom {
|
|
color: #219;
|
|
}
|
|
.cm-s-default .cm-number {
|
|
color: #164;
|
|
}
|
|
.cm-s-default .cm-def {
|
|
color: #00f;
|
|
}
|
|
.cm-s-default .cm-variable-2 {
|
|
color: #05a;
|
|
}
|
|
.cm-s-default .cm-variable-3,
|
|
.cm-s-default .cm-type {
|
|
color: #085;
|
|
}
|
|
.cm-s-default .cm-comment {
|
|
color: #a50;
|
|
}
|
|
.cm-s-default .cm-string {
|
|
color: #a11;
|
|
}
|
|
.cm-s-default .cm-string-2 {
|
|
color: #f50;
|
|
}
|
|
.cm-s-default .cm-meta {
|
|
color: #555;
|
|
}
|
|
.cm-s-default .cm-qualifier {
|
|
color: #555;
|
|
}
|
|
.cm-s-default .cm-builtin {
|
|
color: #30a;
|
|
}
|
|
.cm-s-default .cm-bracket {
|
|
color: #997;
|
|
}
|
|
.cm-s-default .cm-tag {
|
|
color: #170;
|
|
}
|
|
.cm-s-default .cm-attribute {
|
|
color: #00c;
|
|
}
|
|
.cm-s-default .cm-hr {
|
|
color: #999;
|
|
}
|
|
.cm-s-default .cm-link {
|
|
color: #00c;
|
|
}
|
|
.cm-s-default .cm-error {
|
|
color: #f00;
|
|
}
|
|
.cm-invalidchar {
|
|
color: #f00;
|
|
}
|
|
.CodeMirror-composing {
|
|
border-bottom: 2px solid;
|
|
}
|
|
/* Default styles for common addons */
|
|
div.CodeMirror span.CodeMirror-matchingbracket {
|
|
color: #0b0;
|
|
}
|
|
div.CodeMirror span.CodeMirror-nonmatchingbracket {
|
|
color: #a22;
|
|
}
|
|
.CodeMirror-matchingtag {
|
|
background: rgba(255, 150, 0, 0.3);
|
|
}
|
|
.CodeMirror-activeline-background {
|
|
background: #e8f2ff;
|
|
}
|
|
/* STOP */
|
|
/* The rest of this file contains styles related to the mechanics of
|
|
the editor. You probably shouldn't touch them. */
|
|
.CodeMirror {
|
|
position: relative;
|
|
overflow: hidden;
|
|
background: white;
|
|
}
|
|
.CodeMirror-scroll {
|
|
overflow: scroll !important;
|
|
/* Things will break if this is overridden */
|
|
/* 50px is the magic margin used to hide the element's real scrollbars */
|
|
/* See overflow: hidden in .CodeMirror */
|
|
margin-bottom: -50px;
|
|
margin-right: -50px;
|
|
padding-bottom: 50px;
|
|
height: 100%;
|
|
outline: none;
|
|
/* Prevent dragging from highlighting the element */
|
|
position: relative;
|
|
}
|
|
.CodeMirror-sizer {
|
|
position: relative;
|
|
border-right: 50px solid transparent;
|
|
}
|
|
/* The fake, visible scrollbars. Used to force redraw during scrolling
|
|
before actual scrolling happens, thus preventing shaking and
|
|
flickering artifacts. */
|
|
.CodeMirror-vscrollbar,
|
|
.CodeMirror-hscrollbar,
|
|
.CodeMirror-scrollbar-filler,
|
|
.CodeMirror-gutter-filler {
|
|
position: absolute;
|
|
z-index: 6;
|
|
display: none;
|
|
}
|
|
.CodeMirror-vscrollbar {
|
|
right: 0;
|
|
top: 0;
|
|
overflow-x: hidden;
|
|
overflow-y: scroll;
|
|
}
|
|
.CodeMirror-hscrollbar {
|
|
bottom: 0;
|
|
left: 0;
|
|
overflow-y: hidden;
|
|
overflow-x: scroll;
|
|
}
|
|
.CodeMirror-scrollbar-filler {
|
|
right: 0;
|
|
bottom: 0;
|
|
}
|
|
.CodeMirror-gutter-filler {
|
|
left: 0;
|
|
bottom: 0;
|
|
}
|
|
.CodeMirror-gutters {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
min-height: 100%;
|
|
z-index: 3;
|
|
}
|
|
.CodeMirror-gutter {
|
|
white-space: normal;
|
|
height: 100%;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
margin-bottom: -50px;
|
|
}
|
|
.CodeMirror-gutter-wrapper {
|
|
position: absolute;
|
|
z-index: 4;
|
|
background: none !important;
|
|
border: none !important;
|
|
}
|
|
.CodeMirror-gutter-background {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
z-index: 4;
|
|
}
|
|
.CodeMirror-gutter-elt {
|
|
position: absolute;
|
|
cursor: default;
|
|
z-index: 4;
|
|
}
|
|
.CodeMirror-gutter-wrapper ::selection {
|
|
background-color: transparent;
|
|
}
|
|
.CodeMirror-gutter-wrapper ::-moz-selection {
|
|
background-color: transparent;
|
|
}
|
|
.CodeMirror-lines {
|
|
cursor: text;
|
|
min-height: 1px;
|
|
/* prevents collapsing before first draw */
|
|
}
|
|
.CodeMirror pre.CodeMirror-line,
|
|
.CodeMirror pre.CodeMirror-line-like {
|
|
/* Reset some styles that the rest of the page might have set */
|
|
border-radius: 0;
|
|
border-width: 0;
|
|
background: transparent;
|
|
font-family: inherit;
|
|
font-size: inherit;
|
|
margin: 0;
|
|
white-space: pre;
|
|
word-wrap: normal;
|
|
line-height: inherit;
|
|
color: inherit;
|
|
z-index: 2;
|
|
position: relative;
|
|
overflow: visible;
|
|
-webkit-tap-highlight-color: transparent;
|
|
-webkit-font-variant-ligatures: contextual;
|
|
font-feature-settings: "calt";
|
|
font-variant-ligatures: contextual;
|
|
}
|
|
.CodeMirror-wrap pre.CodeMirror-line,
|
|
.CodeMirror-wrap pre.CodeMirror-line-like {
|
|
word-wrap: break-word;
|
|
white-space: pre-wrap;
|
|
word-break: normal;
|
|
}
|
|
.CodeMirror-linebackground {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
z-index: 0;
|
|
}
|
|
.CodeMirror-linewidget {
|
|
position: relative;
|
|
z-index: 2;
|
|
padding: 0.1px;
|
|
/* Force widget margins to stay inside of the container */
|
|
}
|
|
.CodeMirror-rtl pre {
|
|
direction: rtl;
|
|
}
|
|
.CodeMirror-code {
|
|
outline: none;
|
|
}
|
|
/* Force content-box sizing for the elements where we expect it */
|
|
.CodeMirror-scroll,
|
|
.CodeMirror-sizer,
|
|
.CodeMirror-gutter,
|
|
.CodeMirror-gutters,
|
|
.CodeMirror-linenumber {
|
|
box-sizing: content-box;
|
|
}
|
|
.CodeMirror-measure {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 0;
|
|
overflow: hidden;
|
|
visibility: hidden;
|
|
}
|
|
.CodeMirror-cursor {
|
|
position: absolute;
|
|
pointer-events: none;
|
|
}
|
|
.CodeMirror-measure pre {
|
|
position: static;
|
|
}
|
|
div.CodeMirror-cursors {
|
|
visibility: hidden;
|
|
position: relative;
|
|
z-index: 3;
|
|
}
|
|
div.CodeMirror-dragcursors {
|
|
visibility: visible;
|
|
}
|
|
.CodeMirror-focused div.CodeMirror-cursors {
|
|
visibility: visible;
|
|
}
|
|
.CodeMirror-selected {
|
|
background: #d9d9d9;
|
|
}
|
|
.CodeMirror-focused .CodeMirror-selected {
|
|
background: #d7d4f0;
|
|
}
|
|
.CodeMirror-crosshair {
|
|
cursor: crosshair;
|
|
}
|
|
.CodeMirror-line::selection,
|
|
.CodeMirror-line > span::selection,
|
|
.CodeMirror-line > span > span::selection {
|
|
background: #d7d4f0;
|
|
}
|
|
.CodeMirror-line::-moz-selection,
|
|
.CodeMirror-line > span::-moz-selection,
|
|
.CodeMirror-line > span > span::-moz-selection {
|
|
background: #d7d4f0;
|
|
}
|
|
.cm-searching {
|
|
background-color: #ffa;
|
|
background-color: rgba(255, 255, 0, 0.4);
|
|
}
|
|
/* Used to force a border model for a node */
|
|
.cm-force-border {
|
|
padding-right: 0.1px;
|
|
}
|
|
@media print {
|
|
/* Hide the cursor when printing */
|
|
.CodeMirror div.CodeMirror-cursors {
|
|
visibility: hidden;
|
|
}
|
|
}
|
|
/* See issue #2901 */
|
|
.cm-tab-wrap-hack:after {
|
|
content: '';
|
|
}
|
|
/* Help users use markselection to safely style text background */
|
|
span.CodeMirror-selectedtext {
|
|
background: none;
|
|
}
|
|
.CodeMirror-sizer {
|
|
padding-top: 10px;
|
|
padding-bottom: 10px !important;
|
|
}
|
|
.CodeMirror-empty.CodeMirror-focused {
|
|
outline: none;
|
|
}
|
|
.CodeMirror pre.CodeMirror-placeholder {
|
|
color: #999;
|
|
}
|
|
.CodeMirror {
|
|
position: relative;
|
|
overflow: hidden;
|
|
background: white;
|
|
word-break: break-word;
|
|
}
|
|
.CodeMirror pre.CodeMirror-line,
|
|
.CodeMirror pre.CodeMirror-line-like {
|
|
word-wrap: break-word;
|
|
word-break: break-word;
|
|
white-space: pre-wrap;
|
|
line-height: 1.6;
|
|
}
|
|
|
|
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.3.31@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.3.31@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/markdown-editor/toolbar/index.less ***!
|
|
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.markdown-toolbar-container {
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
align-items: center;
|
|
padding: 0 5px;
|
|
margin: 0;
|
|
position: relative;
|
|
list-style: none;
|
|
background: #fff;
|
|
border-bottom: 1px solid #ccc;
|
|
box-sizing: border-box;
|
|
line-height: 20px;
|
|
width: 100%;
|
|
min-height: 30px;
|
|
}
|
|
.markdown-toolbar-container .fill-tip {
|
|
cursor: pointer;
|
|
font-size: 12px;
|
|
display: inline-block;
|
|
padding: 5px;
|
|
border: 1px solid #E99237;
|
|
border-radius: 5px;
|
|
box-sizing: border-box;
|
|
line-height: 16px;
|
|
height: auto;
|
|
color: #A65500;
|
|
background-color: #FFF1E2;
|
|
position: relative;
|
|
margin-left: 10px;
|
|
}
|
|
.markdown-toolbar-container .fill-tip::before {
|
|
content: ' ';
|
|
width: 0;
|
|
height: 0;
|
|
border-top: 6px solid transparent;
|
|
border-bottom: 6px solid transparent;
|
|
border-right: 6px solid #FFF1E2;
|
|
position: absolute;
|
|
left: -6px;
|
|
top: 6px;
|
|
z-index: 10;
|
|
}
|
|
.markdown-toolbar-container .fill-tip::after {
|
|
content: ' ';
|
|
width: 0;
|
|
height: 0;
|
|
border-top: 6px solid transparent;
|
|
border-bottom: 6px solid transparent;
|
|
border-right: 6px solid #E99237;
|
|
position: absolute;
|
|
left: -7px;
|
|
top: 6px;
|
|
}
|
|
.markdown-toolbar-container li {
|
|
color: #666;
|
|
padding: 0 1px;
|
|
height: 100%;
|
|
display: flex;
|
|
height: 38px;
|
|
flex-flow: column nowrap;
|
|
justify-content: center;
|
|
}
|
|
.markdown-toolbar-container a,
|
|
.markdown-toolbar-container span {
|
|
display: block;
|
|
}
|
|
.markdown-toolbar-container a {
|
|
width: 28px;
|
|
color: #666;
|
|
cursor: pointer;
|
|
text-align: center;
|
|
font-size: 18px;
|
|
}
|
|
.markdown-toolbar-container .btn-null {
|
|
width: auto;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
}
|
|
.markdown-toolbar-container .insert-blank {
|
|
color: #E99237;
|
|
font-size: 18px;
|
|
}
|
|
.markdown-toolbar-container span.v-line {
|
|
margin: 0 5px;
|
|
height: 65%;
|
|
border-right: 1px solid #ccc;
|
|
}
|
|
.mini .markdown-toolbar-container li {
|
|
height: 28px;
|
|
}
|
|
.editor-resize {
|
|
display: block;
|
|
width: 120px;
|
|
height: 4px;
|
|
left: 54%;
|
|
margin-top: 2px;
|
|
border-top: 1px solid #ccc;
|
|
border-bottom: 1px solid #ccc;
|
|
cursor: row-resize;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-transform: capitalize;
|
|
box-sizing: border-box;
|
|
margin: 0 auto;
|
|
}
|
|
.btn-full-screen {
|
|
position: absolute;
|
|
right: 5px;
|
|
}
|
|
|
|
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.3.31@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./src/components/markdown-editor/css/iconfont.css ***!
|
|
\*****************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
@font-face {
|
|
font-family: "md-iconfont";
|
|
src: url(./static/iconfont.345f94c8.eot);
|
|
/* IE9 */
|
|
src: url(./static/iconfont.345f94c8.eot#iefix) format('embedded-opentype'),
|
|
/* IE6-IE8 */
|
|
/* url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'), */
|
|
url(./static/iconfont.deef216b.woff) format('woff'),
|
|
url(./static/iconfont.42606faf.ttf) format('truetype'),
|
|
/* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
|
|
url(./static/iconfont.504b881c.svg#iconfont) format('svg');
|
|
/* iOS 4.1- */
|
|
}
|
|
|
|
.md-iconfont {
|
|
font-family: "md-iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-uniE900:before {
|
|
content: "\e900";
|
|
font-size: 14px;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.icon-shrink:before {
|
|
content: "\e728";
|
|
}
|
|
|
|
.icon-enlarge:before {
|
|
content: "\e623";
|
|
}
|
|
|
|
.icon-code:before {
|
|
content: "\e602";
|
|
}
|
|
|
|
.icon-italic:before {
|
|
content: "\e718";
|
|
}
|
|
|
|
.icon-bold:before {
|
|
content: "\e644";
|
|
}
|
|
|
|
.icon-picture:before {
|
|
content: "\e606";
|
|
}
|
|
|
|
.icon-minus:before {
|
|
content: "\e62c";
|
|
}
|
|
|
|
.icon-order-list:before {
|
|
content: "\e655";
|
|
}
|
|
|
|
.icon-link:before {
|
|
content: "\e7d4";
|
|
}
|
|
|
|
.icon-formula:before {
|
|
content: "\e633";
|
|
}
|
|
|
|
.icon-unorder-list:before {
|
|
content: "\e668";
|
|
}
|
|
|
|
.icon-edit:before {
|
|
content: "\e603";
|
|
}
|
|
|
|
.icon-table:before {
|
|
content: "\e7db";
|
|
}
|
|
|
|
.icon-sum:before {
|
|
content: "\e667";
|
|
}
|
|
|
|
.icon-eye:before {
|
|
content: "\e69f";
|
|
}
|
|
|
|
.icon-eye-slash:before {
|
|
content: "\e601";
|
|
}
|
|
|
|
.icon-eraser:before {
|
|
content: "\e8cd";
|
|
}
|
|
|
|
.icon-file-code:before {
|
|
content: "\e9ec";
|
|
}
|
|
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.3.31@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/_codemirror@5.58.2@codemirror/theme/blackboard.css ***!
|
|
\*********************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
/* Port of TextMate's Blackboard theme */
|
|
|
|
.cm-s-blackboard.CodeMirror { background: #0C1021; color: #F8F8F8; }
|
|
.cm-s-blackboard div.CodeMirror-selected { background: #253B76; }
|
|
.cm-s-blackboard .CodeMirror-line::selection, .cm-s-blackboard .CodeMirror-line > span::selection, .cm-s-blackboard .CodeMirror-line > span > span::selection { background: rgba(37, 59, 118, .99); }
|
|
.cm-s-blackboard .CodeMirror-line::-moz-selection, .cm-s-blackboard .CodeMirror-line > span::-moz-selection, .cm-s-blackboard .CodeMirror-line > span > span::-moz-selection { background: rgba(37, 59, 118, .99); }
|
|
.cm-s-blackboard .CodeMirror-gutters { background: #0C1021; border-right: 0; }
|
|
.cm-s-blackboard .CodeMirror-guttermarker { color: #FBDE2D; }
|
|
.cm-s-blackboard .CodeMirror-guttermarker-subtle { color: #888; }
|
|
.cm-s-blackboard .CodeMirror-linenumber { color: #888; }
|
|
.cm-s-blackboard .CodeMirror-cursor { border-left: 1px solid #A7A7A7; }
|
|
|
|
.cm-s-blackboard .cm-keyword { color: #FBDE2D; }
|
|
.cm-s-blackboard .cm-atom { color: #D8FA3C; }
|
|
.cm-s-blackboard .cm-number { color: #D8FA3C; }
|
|
.cm-s-blackboard .cm-def { color: #8DA6CE; }
|
|
.cm-s-blackboard .cm-variable { color: #FF6400; }
|
|
.cm-s-blackboard .cm-operator { color: #FBDE2D; }
|
|
.cm-s-blackboard .cm-comment { color: #AEAEAE; }
|
|
.cm-s-blackboard .cm-string { color: #61CE3C; }
|
|
.cm-s-blackboard .cm-string-2 { color: #61CE3C; }
|
|
.cm-s-blackboard .cm-meta { color: #D8FA3C; }
|
|
.cm-s-blackboard .cm-builtin { color: #8DA6CE; }
|
|
.cm-s-blackboard .cm-tag { color: #8DA6CE; }
|
|
.cm-s-blackboard .cm-attribute { color: #8DA6CE; }
|
|
.cm-s-blackboard .cm-header { color: #FF6400; }
|
|
.cm-s-blackboard .cm-hr { color: #AEAEAE; }
|
|
.cm-s-blackboard .cm-link { color: #8DA6CE; }
|
|
.cm-s-blackboard .cm-error { background: #9D1E15; color: #F8F8F8; }
|
|
|
|
.cm-s-blackboard .CodeMirror-activeline-background { background: #3C3636; }
|
|
.cm-s-blackboard .CodeMirror-matchingbracket { outline:1px solid grey;color:white !important; }
|
|
|
|
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.3.31@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.3.31@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/markdown-editor/upload-image/index.less ***!
|
|
\****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.upload-button {
|
|
width: 106px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
font-size: 12px;
|
|
display: block;
|
|
position: relative;
|
|
color: #0152d9;
|
|
}
|
|
.upload-button input {
|
|
opacity: 0;
|
|
width: 160px;
|
|
height: 32px;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: -1;
|
|
}
|
|
|
|
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.3.31@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.3.31@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/MathsLatexKeybords/index.less?modules ***!
|
|
\**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.lists___xhHyq {
|
|
padding-bottom: 10px;
|
|
}
|
|
.lists___xhHyq code {
|
|
background: none !important;
|
|
}
|
|
.lists___xhHyq > div > div:first-child {
|
|
background: #f6f6f6;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
padding: 10px 0;
|
|
font-size: 12px;
|
|
cursor: pointer;
|
|
}
|
|
.lists___xhHyq > div > div:first-child [class^="katex"] {
|
|
font-size: 22px;
|
|
}
|
|
.item___pWJAA {
|
|
position: relative;
|
|
}
|
|
.item___pWJAA:nth-last-child(-n + 3) .children___sDG61 {
|
|
left: auto;
|
|
left: initial;
|
|
right: 5px;
|
|
}
|
|
.item___pWJAA:hover {
|
|
z-index: 2147483648;
|
|
}
|
|
.item___pWJAA:hover .children___sDG61 {
|
|
display: block;
|
|
}
|
|
.children___sDG61 {
|
|
display: none;
|
|
position: absolute;
|
|
left: 6px;
|
|
top: 70px;
|
|
width: 440px;
|
|
max-height: 400px;
|
|
overflow: auto;
|
|
background: #fff;
|
|
border: 1px solid #ccc;
|
|
border-radius: 4px;
|
|
box-shadow: 0 0px 6px #ccc;
|
|
padding: 15px;
|
|
}
|
|
.children___sDG61 h1 {
|
|
font-size: 14px;
|
|
padding-top: 6px;
|
|
}
|
|
.children___sDG61 .diamond___FwgzD > div {
|
|
background: #f6f6f6;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
cursor: pointer;
|
|
height: 50px;
|
|
font-size: 12px;
|
|
padding: 0 10px;
|
|
min-width: 80px;
|
|
}
|
|
.children___sDG61 .diamond___FwgzD > div [class^="katex"] {
|
|
font-size: 14px;
|
|
}
|
|
.button___WPN6r {
|
|
position: absolute;
|
|
right: 20px;
|
|
bottom: 20px;
|
|
}
|
|
.mathWrap___FmnMJ {
|
|
width: 800px;
|
|
height: 550px;
|
|
}
|
|
.mathFillWrap___PmY3H {
|
|
cursor: pointer;
|
|
}
|
|
.mathFillWrap___PmY3H ::part(menu-toggle) {
|
|
color: blue;
|
|
opacity: 1;
|
|
display: none;
|
|
}
|
|
.mathFillWrap___PmY3H math-field {
|
|
background: none;
|
|
}
|
|
.mathFillWrap___PmY3H * {
|
|
pointer-events: none;
|
|
}
|
|
|
|
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.3.31@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/_node-menu-bar@1.0.0@node-menu-bar/dist/style.css ***!
|
|
\********************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.mind-elixir .node-menu{position:absolute;right:20px;top:20px;background:#fff;border-radius:5px;box-shadow:0 1px 2px #0003;width:240px;box-sizing:border-box;padding:0 15px 15px;transition:.3s all}.mind-elixir .node-menu.close{height:30px;width:46px;overflow:hidden}.mind-elixir .node-menu .button-container{padding:3px 0;direction:rtl}.mind-elixir .node-menu #nm-tag{margin-top:20px}.mind-elixir .node-menu .nm-fontsize-container{display:flex;justify-content:space-around;margin-bottom:20px}.mind-elixir .node-menu .nm-fontsize-container div{height:36px;width:36px;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #0003;background-color:#fff;color:tomato;border-radius:100%}.mind-elixir .node-menu .nm-fontcolor-container{margin-bottom:10px}.mind-elixir .node-menu input,.mind-elixir .node-menu textarea{background:#f7f9fa;border:1px solid #dce2e6;border-radius:3px;padding:5px;margin:10px 0;width:100%;box-sizing:border-box}.mind-elixir .node-menu textarea{resize:none}.mind-elixir .node-menu .split6{display:inline-block;width:16.66%;margin-bottom:5px}.mind-elixir .node-menu .palette{border-radius:100%;width:21px;height:21px;border:1px solid #edf1f2;margin:auto}.mind-elixir .node-menu .nmenu-selected,.mind-elixir .node-menu .palette:hover{box-shadow:tomato 0 0 0 2px;background-color:#c7e9fa}.mind-elixir .node-menu .size-selected{background-color:tomato!important;border-color:tomato;fill:#fff;color:#fff}.mind-elixir .node-menu .size-selected svg{color:#fff}.mind-elixir .node-menu .bof{text-align:center}.mind-elixir .node-menu .bof span{display:inline-block;font-size:14px;border-radius:4px;padding:2px 5px}.mind-elixir .node-menu .bof .selected{background-color:tomato;color:#fff}
|
|
|
|
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.3.31@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[0].use[2]!./src/components/MindElixir/css/index.css?modules ***!
|
|
\*****************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
code[class*='language-'],
|
|
pre[class*='language-'] {
|
|
color: black;
|
|
background: none;
|
|
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
|
|
text-align: left;
|
|
white-space: pre;
|
|
word-spacing: normal;
|
|
word-break: normal;
|
|
word-wrap: normal;
|
|
line-height: 1.5;
|
|
|
|
-moz-tab-size: 4;
|
|
tab-size: 4;
|
|
|
|
-webkit-hyphens: none;
|
|
-ms-hyphens: none;
|
|
hyphens: none;
|
|
}
|
|
|
|
/* Code blocks */
|
|
pre[class*='language-'] {
|
|
position: relative;
|
|
margin: 0.5em 0;
|
|
overflow: visible;
|
|
padding: 0;
|
|
}
|
|
|
|
pre[class*='language-']>code {
|
|
position: relative;
|
|
}
|
|
|
|
code[class*='language'] {
|
|
border-radius: 3px;
|
|
background: #faf8f5;
|
|
max-height: inherit;
|
|
height: inherit;
|
|
padding: 1em;
|
|
display: block;
|
|
overflow: auto;
|
|
margin: 0;
|
|
}
|
|
|
|
/* Inline code */
|
|
:not(pre)>code[class*='language-'] {
|
|
display: inline;
|
|
position: relative;
|
|
color: #c92c2c;
|
|
padding: 0.15em;
|
|
white-space: normal;
|
|
}
|
|
|
|
.token___aH8hY.comment___Iqu7S,
|
|
.token___aH8hY.block-comment___oTi9U,
|
|
.token___aH8hY.prolog___W1XzV,
|
|
.token___aH8hY.doctype___aI16P,
|
|
.token___aH8hY.cdata___mbRLP {
|
|
color: #7d8b99;
|
|
}
|
|
|
|
.token___aH8hY.punctuation___bGjgy {
|
|
color: #5f6364;
|
|
}
|
|
|
|
.token___aH8hY.property___kQPiF,
|
|
.token___aH8hY.tag___YLPxz,
|
|
.token___aH8hY.boolean___Qj8xU,
|
|
.token___aH8hY.number___zbDqM,
|
|
.token___aH8hY.function-name___MyGZh,
|
|
.token___aH8hY.constant___RhvWL,
|
|
.token___aH8hY.symbol____2iqM,
|
|
.token___aH8hY.deleted___Guyo_ {
|
|
color: #c92c2c;
|
|
}
|
|
|
|
.token___aH8hY.selector___uvqpG,
|
|
.token___aH8hY.attr-name___Z_214,
|
|
.token___aH8hY.string___em9LE,
|
|
.token___aH8hY.char___rHDNG,
|
|
.token___aH8hY.function___T2K0R,
|
|
.token___aH8hY.builtin___lMNus,
|
|
.token___aH8hY.inserted___AdA4k {
|
|
color: #2f9c0a;
|
|
}
|
|
|
|
.token___aH8hY.operator___D7vKt,
|
|
.token___aH8hY.entity___H7oxQ,
|
|
.token___aH8hY.url___L7hNO,
|
|
.token___aH8hY.variable___e6hO7 {
|
|
color: #a67f59;
|
|
background: rgba(255, 255, 255, 0.5);
|
|
}
|
|
|
|
.token___aH8hY.atrule___q9hFk,
|
|
.token___aH8hY.attr-value___DrxZO,
|
|
.token___aH8hY.keyword___dqilp,
|
|
.token___aH8hY.class-name___Yn8Bc {
|
|
color: #1990b8;
|
|
}
|
|
|
|
.token___aH8hY.regex___mOtKV,
|
|
.token___aH8hY.important___D8K78 {
|
|
color: #e90;
|
|
}
|
|
|
|
.language-css___Opn54 .token___aH8hY.string___em9LE,
|
|
.style___swmhn .token___aH8hY.string___em9LE {
|
|
color: #a67f59;
|
|
background: rgba(255, 255, 255, 0.5);
|
|
}
|
|
|
|
.token___aH8hY.important___D8K78 {
|
|
font-weight: normal;
|
|
}
|
|
|
|
.token___aH8hY.bold___S5ib6 {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.token___aH8hY.italic___AdvlH {
|
|
font-style: italic;
|
|
}
|
|
|
|
.token___aH8hY.entity___H7oxQ {
|
|
cursor: help;
|
|
}
|
|
|
|
.namespace___beqpl {
|
|
opacity: 0.7;
|
|
}
|
|
|
|
@media screen and (max-width: 767px) {
|
|
|
|
pre[class*='language-']:before,
|
|
pre[class*='language-']:after {
|
|
bottom: 14px;
|
|
box-shadow: none;
|
|
}
|
|
}
|
|
|
|
/* Plugin styles */
|
|
.token___aH8hY.tab___tZ4k5:not(:empty):before,
|
|
.token___aH8hY.cr___OpTsE:before,
|
|
.token___aH8hY.lf___tvsol:before {
|
|
color: #e0d7d1;
|
|
}
|
|
|
|
/* Plugin styles: Line Numbers */
|
|
pre[class*='language-'].line-numbers___lKQmD.line-numbers___lKQmD {
|
|
padding-left: 0;
|
|
}
|
|
|
|
pre[class*='language-'].line-numbers___lKQmD.line-numbers___lKQmD code {
|
|
padding-left: 3.8em;
|
|
}
|
|
|
|
pre[class*='language-'].line-numbers___lKQmD.line-numbers___lKQmD .line-numbers-rows___wsoWA {
|
|
left: 0;
|
|
}
|
|
|
|
/* Plugin styles: Line Highlight */
|
|
pre[class*='language-'][data-line] {
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
padding-left: 0;
|
|
}
|
|
|
|
pre[data-line] code {
|
|
position: relative;
|
|
padding-left: 4em;
|
|
}
|
|
|
|
pre .line-highlight___nWWTT {
|
|
margin-top: 0;
|
|
}
|
|
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.3.31@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[0].use[2]!./src/components/MindElixir/css/katex.css?modules ***!
|
|
\*****************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.katex___iCBTQ {
|
|
text-rendering: auto;
|
|
font: normal 1.21em KaTeX_Main, Times New Roman, serif;
|
|
line-height: 1.2;
|
|
text-indent: 0
|
|
}
|
|
|
|
.katex___iCBTQ * {
|
|
-ms-high-contrast-adjust: none !important;
|
|
border-color: currentColor
|
|
}
|
|
|
|
.katex___iCBTQ .katex-version___cOhKF:after {
|
|
content: "0.16.9"
|
|
}
|
|
|
|
.katex___iCBTQ .katex-mathml___NIZbj {
|
|
clip: rect(1px, 1px, 1px, 1px);
|
|
border: 0;
|
|
height: 1px;
|
|
overflow: hidden;
|
|
padding: 0;
|
|
position: absolute;
|
|
width: 1px
|
|
}
|
|
|
|
.katex___iCBTQ .katex-html___AU3lC>.newline___sEmlt {
|
|
display: block
|
|
}
|
|
|
|
.katex___iCBTQ .base___j7kAb {
|
|
position: relative;
|
|
white-space: nowrap;
|
|
width: -webkit-min-content;
|
|
width: -moz-min-content;
|
|
width: min-content
|
|
}
|
|
|
|
.katex___iCBTQ .base___j7kAb,
|
|
.katex___iCBTQ .strut___XADpH {
|
|
display: inline-block
|
|
}
|
|
|
|
.katex___iCBTQ .textbf___ugxxw {
|
|
font-weight: 700
|
|
}
|
|
|
|
.katex___iCBTQ .textit___E3MEh {
|
|
font-style: italic
|
|
}
|
|
|
|
.katex___iCBTQ .textrm___KaQT3 {
|
|
font-family: KaTeX_Main
|
|
}
|
|
|
|
.katex___iCBTQ .textsf___b_1UN {
|
|
font-family: KaTeX_SansSerif
|
|
}
|
|
|
|
.katex___iCBTQ .texttt___bXWLz {
|
|
font-family: KaTeX_Typewriter
|
|
}
|
|
|
|
.katex___iCBTQ .mathnormal___S_BNe {
|
|
font-family: KaTeX_Math;
|
|
font-style: italic
|
|
}
|
|
|
|
.katex___iCBTQ .mathit___px3DU {
|
|
font-family: KaTeX_Main;
|
|
font-style: italic
|
|
}
|
|
|
|
.katex___iCBTQ .mathrm___CJ0Ov {
|
|
font-style: normal
|
|
}
|
|
|
|
.katex___iCBTQ .mathbf___o0Cxs {
|
|
font-family: KaTeX_Main;
|
|
font-weight: 700
|
|
}
|
|
|
|
.katex___iCBTQ .boldsymbol____tl0e {
|
|
font-family: KaTeX_Math;
|
|
font-style: italic;
|
|
font-weight: 700
|
|
}
|
|
|
|
.katex___iCBTQ .amsrm___zCdO5,
|
|
.katex___iCBTQ .mathbb___MDsZ7,
|
|
.katex___iCBTQ .textbb___aZRpb {
|
|
font-family: KaTeX_AMS
|
|
}
|
|
|
|
.katex___iCBTQ .mathcal___FUzAj {
|
|
font-family: KaTeX_Caligraphic
|
|
}
|
|
|
|
.katex___iCBTQ .mathfrak___oeP6B,
|
|
.katex___iCBTQ .textfrak___atjFL {
|
|
font-family: KaTeX_Fraktur
|
|
}
|
|
|
|
.katex___iCBTQ .mathboldfrak___ZYz5s,
|
|
.katex___iCBTQ .textboldfrak___l0B4G {
|
|
font-family: KaTeX_Fraktur;
|
|
font-weight: 700
|
|
}
|
|
|
|
.katex___iCBTQ .mathtt___cCLQk {
|
|
font-family: KaTeX_Typewriter
|
|
}
|
|
|
|
.katex___iCBTQ .mathscr___h4MFC,
|
|
.katex___iCBTQ .textscr___OrKjP {
|
|
font-family: KaTeX_Script
|
|
}
|
|
|
|
.katex___iCBTQ .mathsf___KaUE9,
|
|
.katex___iCBTQ .textsf___b_1UN {
|
|
font-family: KaTeX_SansSerif
|
|
}
|
|
|
|
.katex___iCBTQ .mathboldsf___lreWi,
|
|
.katex___iCBTQ .textboldsf___UOSzk {
|
|
font-family: KaTeX_SansSerif;
|
|
font-weight: 700
|
|
}
|
|
|
|
.katex___iCBTQ .mathitsf___lLciw,
|
|
.katex___iCBTQ .textitsf___nk9Bo {
|
|
font-family: KaTeX_SansSerif;
|
|
font-style: italic
|
|
}
|
|
|
|
.katex___iCBTQ .mainrm___EU6OB {
|
|
font-family: KaTeX_Main;
|
|
font-style: normal
|
|
}
|
|
|
|
.katex___iCBTQ .vlist-t___zUdQN {
|
|
border-collapse: collapse;
|
|
display: inline-table;
|
|
table-layout: fixed
|
|
}
|
|
|
|
.katex___iCBTQ .vlist-r___eu_Dr {
|
|
display: table-row
|
|
}
|
|
|
|
.katex___iCBTQ .vlist___VbprB {
|
|
display: table-cell;
|
|
position: relative;
|
|
vertical-align: bottom
|
|
}
|
|
|
|
.katex___iCBTQ .vlist___VbprB>span {
|
|
display: block;
|
|
height: 0;
|
|
position: relative
|
|
}
|
|
|
|
.katex___iCBTQ .vlist___VbprB>span>span {
|
|
display: inline-block
|
|
}
|
|
|
|
.katex___iCBTQ .vlist___VbprB>span>.pstrut___giEcz {
|
|
overflow: hidden;
|
|
width: 0
|
|
}
|
|
|
|
.katex___iCBTQ .vlist-t2___MMKcs {
|
|
margin-right: -2px
|
|
}
|
|
|
|
.katex___iCBTQ .vlist-s___RRml8 {
|
|
display: table-cell;
|
|
font-size: 1px;
|
|
min-width: 2px;
|
|
vertical-align: bottom;
|
|
width: 2px
|
|
}
|
|
|
|
.katex___iCBTQ .vbox___cSrTt {
|
|
align-items: baseline;
|
|
display: inline-flex;
|
|
flex-direction: column
|
|
}
|
|
|
|
.katex___iCBTQ .hbox___knR9t {
|
|
width: 100%
|
|
}
|
|
|
|
.katex___iCBTQ .hbox___knR9t,
|
|
.katex___iCBTQ .thinbox___nZDgA {
|
|
display: inline-flex;
|
|
flex-direction: row
|
|
}
|
|
|
|
.katex___iCBTQ .thinbox___nZDgA {
|
|
max-width: 0;
|
|
width: 0
|
|
}
|
|
|
|
.katex___iCBTQ .msupsub___o7pVw {
|
|
text-align: left
|
|
}
|
|
|
|
.katex___iCBTQ .mfrac___rci5r>span>span {
|
|
text-align: center
|
|
}
|
|
|
|
.katex___iCBTQ .mfrac___rci5r .frac-line___dECAj {
|
|
border-bottom-style: solid;
|
|
display: inline-block;
|
|
width: 100%
|
|
}
|
|
|
|
.katex___iCBTQ .hdashline___vJhXN,
|
|
.katex___iCBTQ .hline___NUZJw,
|
|
.katex___iCBTQ .mfrac___rci5r .frac-line___dECAj,
|
|
.katex___iCBTQ .overline___e3ter .overline-line___m5W0K,
|
|
.katex___iCBTQ .rule___DxtkL,
|
|
.katex___iCBTQ .underline___VFo4l .underline-line___hag9b {
|
|
min-height: 1px
|
|
}
|
|
|
|
.katex___iCBTQ .mspace___qwufg {
|
|
display: inline-block
|
|
}
|
|
|
|
.katex___iCBTQ .clap___JYvp7,
|
|
.katex___iCBTQ .llap___y7PVB,
|
|
.katex___iCBTQ .rlap___ldOox {
|
|
position: relative;
|
|
width: 0
|
|
}
|
|
|
|
.katex___iCBTQ .clap___JYvp7>.inner___poMdG,
|
|
.katex___iCBTQ .llap___y7PVB>.inner___poMdG,
|
|
.katex___iCBTQ .rlap___ldOox>.inner___poMdG {
|
|
position: absolute
|
|
}
|
|
|
|
.katex___iCBTQ .clap___JYvp7>.fix___NRSg0,
|
|
.katex___iCBTQ .llap___y7PVB>.fix___NRSg0,
|
|
.katex___iCBTQ .rlap___ldOox>.fix___NRSg0 {
|
|
display: inline-block
|
|
}
|
|
|
|
.katex___iCBTQ .llap___y7PVB>.inner___poMdG {
|
|
right: 0
|
|
}
|
|
|
|
.katex___iCBTQ .clap___JYvp7>.inner___poMdG,
|
|
.katex___iCBTQ .rlap___ldOox>.inner___poMdG {
|
|
left: 0
|
|
}
|
|
|
|
.katex___iCBTQ .clap___JYvp7>.inner___poMdG>span {
|
|
margin-left: -50%;
|
|
margin-right: 50%
|
|
}
|
|
|
|
.katex___iCBTQ .rule___DxtkL {
|
|
border: 0 solid;
|
|
display: inline-block;
|
|
position: relative
|
|
}
|
|
|
|
.katex___iCBTQ .hline___NUZJw,
|
|
.katex___iCBTQ .overline___e3ter .overline-line___m5W0K,
|
|
.katex___iCBTQ .underline___VFo4l .underline-line___hag9b {
|
|
border-bottom-style: solid;
|
|
display: inline-block;
|
|
width: 100%
|
|
}
|
|
|
|
.katex___iCBTQ .hdashline___vJhXN {
|
|
border-bottom-style: dashed;
|
|
display: inline-block;
|
|
width: 100%
|
|
}
|
|
|
|
.katex___iCBTQ .sqrt___B9zAK>.root___gc6a4 {
|
|
margin-left: .27777778em;
|
|
margin-right: -.55555556em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size1___gxAos.size1___xfvvW,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size1___gxAos.size1___xfvvW {
|
|
font-size: 1em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size1___gxAos.size2___BPvA_,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size1___gxAos.size2___BPvA_ {
|
|
font-size: 1.2em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size1___gxAos.size3___o4xL1,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size1___gxAos.size3___o4xL1 {
|
|
font-size: 1.4em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size1___gxAos.size4___l90IH,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size1___gxAos.size4___l90IH {
|
|
font-size: 1.6em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size1___gxAos.size5___p9Y6Y,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size1___gxAos.size5___p9Y6Y {
|
|
font-size: 1.8em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size1___gxAos.size6___f1SPW,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size1___gxAos.size6___f1SPW {
|
|
font-size: 2em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size1___gxAos.size7___hb_Zm,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size1___gxAos.size7___hb_Zm {
|
|
font-size: 2.4em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size1___gxAos.size8___XmVzJ,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size1___gxAos.size8___XmVzJ {
|
|
font-size: 2.88em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size1___gxAos.size9___xqJRt,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size1___gxAos.size9___xqJRt {
|
|
font-size: 3.456em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size1___gxAos.size10___Vs1h_,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size1___gxAos.size10___Vs1h_ {
|
|
font-size: 4.148em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size1___gxAos.size11___y2pIM,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size1___gxAos.size11___y2pIM {
|
|
font-size: 4.976em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size2___wwUwy.size1___xfvvW,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size2___wwUwy.size1___xfvvW {
|
|
font-size: .83333333em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size2___wwUwy.size2___BPvA_,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size2___wwUwy.size2___BPvA_ {
|
|
font-size: 1em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size2___wwUwy.size3___o4xL1,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size2___wwUwy.size3___o4xL1 {
|
|
font-size: 1.16666667em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size2___wwUwy.size4___l90IH,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size2___wwUwy.size4___l90IH {
|
|
font-size: 1.33333333em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size2___wwUwy.size5___p9Y6Y,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size2___wwUwy.size5___p9Y6Y {
|
|
font-size: 1.5em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size2___wwUwy.size6___f1SPW,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size2___wwUwy.size6___f1SPW {
|
|
font-size: 1.66666667em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size2___wwUwy.size7___hb_Zm,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size2___wwUwy.size7___hb_Zm {
|
|
font-size: 2em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size2___wwUwy.size8___XmVzJ,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size2___wwUwy.size8___XmVzJ {
|
|
font-size: 2.4em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size2___wwUwy.size9___xqJRt,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size2___wwUwy.size9___xqJRt {
|
|
font-size: 2.88em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size2___wwUwy.size10___Vs1h_,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size2___wwUwy.size10___Vs1h_ {
|
|
font-size: 3.45666667em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size2___wwUwy.size11___y2pIM,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size2___wwUwy.size11___y2pIM {
|
|
font-size: 4.14666667em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size3___gSwgL.size1___xfvvW,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size3___gSwgL.size1___xfvvW {
|
|
font-size: .71428571em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size3___gSwgL.size2___BPvA_,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size3___gSwgL.size2___BPvA_ {
|
|
font-size: .85714286em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size3___gSwgL.size3___o4xL1,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size3___gSwgL.size3___o4xL1 {
|
|
font-size: 1em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size3___gSwgL.size4___l90IH,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size3___gSwgL.size4___l90IH {
|
|
font-size: 1.14285714em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size3___gSwgL.size5___p9Y6Y,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size3___gSwgL.size5___p9Y6Y {
|
|
font-size: 1.28571429em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size3___gSwgL.size6___f1SPW,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size3___gSwgL.size6___f1SPW {
|
|
font-size: 1.42857143em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size3___gSwgL.size7___hb_Zm,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size3___gSwgL.size7___hb_Zm {
|
|
font-size: 1.71428571em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size3___gSwgL.size8___XmVzJ,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size3___gSwgL.size8___XmVzJ {
|
|
font-size: 2.05714286em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size3___gSwgL.size9___xqJRt,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size3___gSwgL.size9___xqJRt {
|
|
font-size: 2.46857143em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size3___gSwgL.size10___Vs1h_,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size3___gSwgL.size10___Vs1h_ {
|
|
font-size: 2.96285714em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size3___gSwgL.size11___y2pIM,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size3___gSwgL.size11___y2pIM {
|
|
font-size: 3.55428571em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size4___xS1TT.size1___xfvvW,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size4___xS1TT.size1___xfvvW {
|
|
font-size: .625em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size4___xS1TT.size2___BPvA_,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size4___xS1TT.size2___BPvA_ {
|
|
font-size: .75em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size4___xS1TT.size3___o4xL1,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size4___xS1TT.size3___o4xL1 {
|
|
font-size: .875em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size4___xS1TT.size4___l90IH,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size4___xS1TT.size4___l90IH {
|
|
font-size: 1em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size4___xS1TT.size5___p9Y6Y,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size4___xS1TT.size5___p9Y6Y {
|
|
font-size: 1.125em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size4___xS1TT.size6___f1SPW,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size4___xS1TT.size6___f1SPW {
|
|
font-size: 1.25em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size4___xS1TT.size7___hb_Zm,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size4___xS1TT.size7___hb_Zm {
|
|
font-size: 1.5em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size4___xS1TT.size8___XmVzJ,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size4___xS1TT.size8___XmVzJ {
|
|
font-size: 1.8em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size4___xS1TT.size9___xqJRt,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size4___xS1TT.size9___xqJRt {
|
|
font-size: 2.16em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size4___xS1TT.size10___Vs1h_,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size4___xS1TT.size10___Vs1h_ {
|
|
font-size: 2.5925em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size4___xS1TT.size11___y2pIM,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size4___xS1TT.size11___y2pIM {
|
|
font-size: 3.11em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size5___LuaA9.size1___xfvvW,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size5___LuaA9.size1___xfvvW {
|
|
font-size: .55555556em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size5___LuaA9.size2___BPvA_,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size5___LuaA9.size2___BPvA_ {
|
|
font-size: .66666667em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size5___LuaA9.size3___o4xL1,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size5___LuaA9.size3___o4xL1 {
|
|
font-size: .77777778em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size5___LuaA9.size4___l90IH,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size5___LuaA9.size4___l90IH {
|
|
font-size: .88888889em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size5___LuaA9.size5___p9Y6Y,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size5___LuaA9.size5___p9Y6Y {
|
|
font-size: 1em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size5___LuaA9.size6___f1SPW,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size5___LuaA9.size6___f1SPW {
|
|
font-size: 1.11111111em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size5___LuaA9.size7___hb_Zm,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size5___LuaA9.size7___hb_Zm {
|
|
font-size: 1.33333333em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size5___LuaA9.size8___XmVzJ,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size5___LuaA9.size8___XmVzJ {
|
|
font-size: 1.6em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size5___LuaA9.size9___xqJRt,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size5___LuaA9.size9___xqJRt {
|
|
font-size: 1.92em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size5___LuaA9.size10___Vs1h_,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size5___LuaA9.size10___Vs1h_ {
|
|
font-size: 2.30444444em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size5___LuaA9.size11___y2pIM,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size5___LuaA9.size11___y2pIM {
|
|
font-size: 2.76444444em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size6___WeXyX.size1___xfvvW,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size6___WeXyX.size1___xfvvW {
|
|
font-size: .5em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size6___WeXyX.size2___BPvA_,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size6___WeXyX.size2___BPvA_ {
|
|
font-size: .6em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size6___WeXyX.size3___o4xL1,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size6___WeXyX.size3___o4xL1 {
|
|
font-size: .7em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size6___WeXyX.size4___l90IH,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size6___WeXyX.size4___l90IH {
|
|
font-size: .8em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size6___WeXyX.size5___p9Y6Y,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size6___WeXyX.size5___p9Y6Y {
|
|
font-size: .9em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size6___WeXyX.size6___f1SPW,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size6___WeXyX.size6___f1SPW {
|
|
font-size: 1em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size6___WeXyX.size7___hb_Zm,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size6___WeXyX.size7___hb_Zm {
|
|
font-size: 1.2em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size6___WeXyX.size8___XmVzJ,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size6___WeXyX.size8___XmVzJ {
|
|
font-size: 1.44em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size6___WeXyX.size9___xqJRt,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size6___WeXyX.size9___xqJRt {
|
|
font-size: 1.728em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size6___WeXyX.size10___Vs1h_,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size6___WeXyX.size10___Vs1h_ {
|
|
font-size: 2.074em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size6___WeXyX.size11___y2pIM,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size6___WeXyX.size11___y2pIM {
|
|
font-size: 2.488em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size7___YKHaR.size1___xfvvW,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size7___YKHaR.size1___xfvvW {
|
|
font-size: .41666667em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size7___YKHaR.size2___BPvA_,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size7___YKHaR.size2___BPvA_ {
|
|
font-size: .5em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size7___YKHaR.size3___o4xL1,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size7___YKHaR.size3___o4xL1 {
|
|
font-size: .58333333em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size7___YKHaR.size4___l90IH,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size7___YKHaR.size4___l90IH {
|
|
font-size: .66666667em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size7___YKHaR.size5___p9Y6Y,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size7___YKHaR.size5___p9Y6Y {
|
|
font-size: .75em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size7___YKHaR.size6___f1SPW,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size7___YKHaR.size6___f1SPW {
|
|
font-size: .83333333em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size7___YKHaR.size7___hb_Zm,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size7___YKHaR.size7___hb_Zm {
|
|
font-size: 1em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size7___YKHaR.size8___XmVzJ,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size7___YKHaR.size8___XmVzJ {
|
|
font-size: 1.2em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size7___YKHaR.size9___xqJRt,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size7___YKHaR.size9___xqJRt {
|
|
font-size: 1.44em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size7___YKHaR.size10___Vs1h_,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size7___YKHaR.size10___Vs1h_ {
|
|
font-size: 1.72833333em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size7___YKHaR.size11___y2pIM,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size7___YKHaR.size11___y2pIM {
|
|
font-size: 2.07333333em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size8___bVV_s.size1___xfvvW,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size8___bVV_s.size1___xfvvW {
|
|
font-size: .34722222em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size8___bVV_s.size2___BPvA_,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size8___bVV_s.size2___BPvA_ {
|
|
font-size: .41666667em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size8___bVV_s.size3___o4xL1,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size8___bVV_s.size3___o4xL1 {
|
|
font-size: .48611111em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size8___bVV_s.size4___l90IH,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size8___bVV_s.size4___l90IH {
|
|
font-size: .55555556em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size8___bVV_s.size5___p9Y6Y,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size8___bVV_s.size5___p9Y6Y {
|
|
font-size: .625em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size8___bVV_s.size6___f1SPW,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size8___bVV_s.size6___f1SPW {
|
|
font-size: .69444444em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size8___bVV_s.size7___hb_Zm,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size8___bVV_s.size7___hb_Zm {
|
|
font-size: .83333333em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size8___bVV_s.size8___XmVzJ,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size8___bVV_s.size8___XmVzJ {
|
|
font-size: 1em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size8___bVV_s.size9___xqJRt,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size8___bVV_s.size9___xqJRt {
|
|
font-size: 1.2em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size8___bVV_s.size10___Vs1h_,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size8___bVV_s.size10___Vs1h_ {
|
|
font-size: 1.44027778em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size8___bVV_s.size11___y2pIM,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size8___bVV_s.size11___y2pIM {
|
|
font-size: 1.72777778em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size9___FePDs.size1___xfvvW,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size9___FePDs.size1___xfvvW {
|
|
font-size: .28935185em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size9___FePDs.size2___BPvA_,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size9___FePDs.size2___BPvA_ {
|
|
font-size: .34722222em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size9___FePDs.size3___o4xL1,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size9___FePDs.size3___o4xL1 {
|
|
font-size: .40509259em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size9___FePDs.size4___l90IH,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size9___FePDs.size4___l90IH {
|
|
font-size: .46296296em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size9___FePDs.size5___p9Y6Y,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size9___FePDs.size5___p9Y6Y {
|
|
font-size: .52083333em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size9___FePDs.size6___f1SPW,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size9___FePDs.size6___f1SPW {
|
|
font-size: .5787037em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size9___FePDs.size7___hb_Zm,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size9___FePDs.size7___hb_Zm {
|
|
font-size: .69444444em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size9___FePDs.size8___XmVzJ,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size9___FePDs.size8___XmVzJ {
|
|
font-size: .83333333em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size9___FePDs.size9___xqJRt,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size9___FePDs.size9___xqJRt {
|
|
font-size: 1em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size9___FePDs.size10___Vs1h_,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size9___FePDs.size10___Vs1h_ {
|
|
font-size: 1.20023148em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size9___FePDs.size11___y2pIM,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size9___FePDs.size11___y2pIM {
|
|
font-size: 1.43981481em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size10___B7cDv.size1___xfvvW,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size10___B7cDv.size1___xfvvW {
|
|
font-size: .24108004em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size10___B7cDv.size2___BPvA_,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size10___B7cDv.size2___BPvA_ {
|
|
font-size: .28929605em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size10___B7cDv.size3___o4xL1,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size10___B7cDv.size3___o4xL1 {
|
|
font-size: .33751205em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size10___B7cDv.size4___l90IH,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size10___B7cDv.size4___l90IH {
|
|
font-size: .38572806em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size10___B7cDv.size5___p9Y6Y,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size10___B7cDv.size5___p9Y6Y {
|
|
font-size: .43394407em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size10___B7cDv.size6___f1SPW,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size10___B7cDv.size6___f1SPW {
|
|
font-size: .48216008em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size10___B7cDv.size7___hb_Zm,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size10___B7cDv.size7___hb_Zm {
|
|
font-size: .57859209em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size10___B7cDv.size8___XmVzJ,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size10___B7cDv.size8___XmVzJ {
|
|
font-size: .69431051em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size10___B7cDv.size9___xqJRt,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size10___B7cDv.size9___xqJRt {
|
|
font-size: .83317261em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size10___B7cDv.size10___Vs1h_,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size10___B7cDv.size10___Vs1h_ {
|
|
font-size: 1em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size10___B7cDv.size11___y2pIM,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size10___B7cDv.size11___y2pIM {
|
|
font-size: 1.19961427em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size11___rvsDQ.size1___xfvvW,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size11___rvsDQ.size1___xfvvW {
|
|
font-size: .20096463em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size11___rvsDQ.size2___BPvA_,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size11___rvsDQ.size2___BPvA_ {
|
|
font-size: .24115756em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size11___rvsDQ.size3___o4xL1,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size11___rvsDQ.size3___o4xL1 {
|
|
font-size: .28135048em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size11___rvsDQ.size4___l90IH,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size11___rvsDQ.size4___l90IH {
|
|
font-size: .32154341em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size11___rvsDQ.size5___p9Y6Y,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size11___rvsDQ.size5___p9Y6Y {
|
|
font-size: .36173633em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size11___rvsDQ.size6___f1SPW,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size11___rvsDQ.size6___f1SPW {
|
|
font-size: .40192926em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size11___rvsDQ.size7___hb_Zm,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size11___rvsDQ.size7___hb_Zm {
|
|
font-size: .48231511em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size11___rvsDQ.size8___XmVzJ,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size11___rvsDQ.size8___XmVzJ {
|
|
font-size: .57877814em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size11___rvsDQ.size9___xqJRt,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size11___rvsDQ.size9___xqJRt {
|
|
font-size: .69453376em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size11___rvsDQ.size10___Vs1h_,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size11___rvsDQ.size10___Vs1h_ {
|
|
font-size: .83360129em
|
|
}
|
|
|
|
.katex___iCBTQ .fontsize-ensurer___o8w0H.reset-size11___rvsDQ.size11___y2pIM,
|
|
.katex___iCBTQ .sizing___ABfsX.reset-size11___rvsDQ.size11___y2pIM {
|
|
font-size: 1em
|
|
}
|
|
|
|
.katex___iCBTQ .delimsizing___ln0A5.size1___xfvvW {
|
|
font-family: KaTeX_Size1
|
|
}
|
|
|
|
.katex___iCBTQ .delimsizing___ln0A5.size2___BPvA_ {
|
|
font-family: KaTeX_Size2
|
|
}
|
|
|
|
.katex___iCBTQ .delimsizing___ln0A5.size3___o4xL1 {
|
|
font-family: KaTeX_Size3
|
|
}
|
|
|
|
.katex___iCBTQ .delimsizing___ln0A5.size4___l90IH {
|
|
font-family: KaTeX_Size4
|
|
}
|
|
|
|
.katex___iCBTQ .delimsizing___ln0A5.mult____cmiX .delim-size1___FXVIY>span {
|
|
font-family: KaTeX_Size1
|
|
}
|
|
|
|
.katex___iCBTQ .delimsizing___ln0A5.mult____cmiX .delim-size4___ChZ9k>span {
|
|
font-family: KaTeX_Size4
|
|
}
|
|
|
|
.katex___iCBTQ .nulldelimiter___j_THC {
|
|
display: inline-block;
|
|
width: .12em
|
|
}
|
|
|
|
.katex___iCBTQ .delimcenter___BjiTF,
|
|
.katex___iCBTQ .op-symbol___qxVPt {
|
|
position: relative
|
|
}
|
|
|
|
.katex___iCBTQ .op-symbol___qxVPt.small-op___kZP5R {
|
|
font-family: KaTeX_Size1
|
|
}
|
|
|
|
.katex___iCBTQ .op-symbol___qxVPt.large-op___Yzafh {
|
|
font-family: KaTeX_Size2
|
|
}
|
|
|
|
.katex___iCBTQ .accent___ilAb4>.vlist-t___zUdQN,
|
|
.katex___iCBTQ .op-limits___CWAz5>.vlist-t___zUdQN {
|
|
text-align: center
|
|
}
|
|
|
|
.katex___iCBTQ .accent___ilAb4 .accent-body___P5hAq {
|
|
position: relative
|
|
}
|
|
|
|
.katex___iCBTQ .accent___ilAb4 .accent-body___P5hAq:not(.accent-full___DU15H) {
|
|
width: 0
|
|
}
|
|
|
|
.katex___iCBTQ .overlay___NGtxJ {
|
|
display: block
|
|
}
|
|
|
|
.katex___iCBTQ .mtable___IlJ23 .vertical-separator___vTUjP {
|
|
display: inline-block;
|
|
min-width: 1px
|
|
}
|
|
|
|
.katex___iCBTQ .mtable___IlJ23 .arraycolsep___RlCP8 {
|
|
display: inline-block
|
|
}
|
|
|
|
.katex___iCBTQ .mtable___IlJ23 .col-align-c___uBNk4>.vlist-t___zUdQN {
|
|
text-align: center
|
|
}
|
|
|
|
.katex___iCBTQ .mtable___IlJ23 .col-align-l___UdFvQ>.vlist-t___zUdQN {
|
|
text-align: left
|
|
}
|
|
|
|
.katex___iCBTQ .mtable___IlJ23 .col-align-r___PJ6D6>.vlist-t___zUdQN {
|
|
text-align: right
|
|
}
|
|
|
|
.katex___iCBTQ .svg-align___zJLza {
|
|
text-align: left
|
|
}
|
|
|
|
.katex___iCBTQ svg {
|
|
fill: currentColor;
|
|
stroke: currentColor;
|
|
fill-rule: nonzero;
|
|
fill-opacity: 1;
|
|
stroke-width: 1;
|
|
stroke-linecap: butt;
|
|
stroke-linejoin: miter;
|
|
stroke-miterlimit: 4;
|
|
stroke-dasharray: none;
|
|
stroke-dashoffset: 0;
|
|
stroke-opacity: 1;
|
|
display: block;
|
|
height: inherit;
|
|
position: absolute;
|
|
width: 100%
|
|
}
|
|
|
|
.katex___iCBTQ svg path {
|
|
stroke: none
|
|
}
|
|
|
|
.katex___iCBTQ img {
|
|
border-style: none;
|
|
max-height: none;
|
|
max-width: none;
|
|
min-height: 0;
|
|
min-width: 0
|
|
}
|
|
|
|
.katex___iCBTQ .stretchy___Lqfp6 {
|
|
display: block;
|
|
overflow: hidden;
|
|
position: relative;
|
|
width: 100%
|
|
}
|
|
|
|
.katex___iCBTQ .stretchy___Lqfp6:after,
|
|
.katex___iCBTQ .stretchy___Lqfp6:before {
|
|
content: ""
|
|
}
|
|
|
|
.katex___iCBTQ .hide-tail___UGhaL {
|
|
overflow: hidden;
|
|
position: relative;
|
|
width: 100%
|
|
}
|
|
|
|
.katex___iCBTQ .halfarrow-left___JW6IH {
|
|
left: 0;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
width: 50.2%
|
|
}
|
|
|
|
.katex___iCBTQ .halfarrow-right____DtTU {
|
|
overflow: hidden;
|
|
position: absolute;
|
|
right: 0;
|
|
width: 50.2%
|
|
}
|
|
|
|
.katex___iCBTQ .brace-left___R1Wxj {
|
|
left: 0;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
width: 25.1%
|
|
}
|
|
|
|
.katex___iCBTQ .brace-center___rKNf4 {
|
|
left: 25%;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
width: 50%
|
|
}
|
|
|
|
.katex___iCBTQ .brace-right___qNjpg {
|
|
overflow: hidden;
|
|
position: absolute;
|
|
right: 0;
|
|
width: 25.1%
|
|
}
|
|
|
|
.katex___iCBTQ .x-arrow-pad___eRD54 {
|
|
padding: 0 .5em
|
|
}
|
|
|
|
.katex___iCBTQ .cd-arrow-pad___XS4hg {
|
|
padding: 0 .55556em 0 .27778em
|
|
}
|
|
|
|
.katex___iCBTQ .mover___iz_dZ,
|
|
.katex___iCBTQ .munder___wVC3M,
|
|
.katex___iCBTQ .x-arrow____L_h6 {
|
|
text-align: center
|
|
}
|
|
|
|
.katex___iCBTQ .boxpad___RHcxm {
|
|
padding: 0 .3em
|
|
}
|
|
|
|
.katex___iCBTQ .fbox___pRD8o,
|
|
.katex___iCBTQ .fcolorbox___u9Ti4 {
|
|
border: .04em solid;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.katex___iCBTQ .cancel-pad___Wulr8 {
|
|
padding: 0 .2em
|
|
}
|
|
|
|
.katex___iCBTQ .cancel-lap___Hbe_3 {
|
|
margin-left: -.2em;
|
|
margin-right: -.2em
|
|
}
|
|
|
|
.katex___iCBTQ .sout___dAS7Q {
|
|
border-bottom-style: solid;
|
|
border-bottom-width: .08em
|
|
}
|
|
|
|
.katex___iCBTQ .angl___bCFqs {
|
|
border-right: .049em solid;
|
|
border-top: .049em solid;
|
|
box-sizing: border-box;
|
|
margin-right: .03889em
|
|
}
|
|
|
|
.katex___iCBTQ .anglpad___c4vWJ {
|
|
padding: 0 .03889em
|
|
}
|
|
|
|
.katex___iCBTQ .eqn-num___aPXrl:before {
|
|
content: "(" counter(katexEqnNo) ")";
|
|
counter-increment: katexEqnNo
|
|
}
|
|
|
|
.katex___iCBTQ .mml-eqn-num___Rb8zj:before {
|
|
content: "(" counter(mmlEqnNo) ")";
|
|
counter-increment: mmlEqnNo
|
|
}
|
|
|
|
.katex___iCBTQ .mtr-glue___LaO6a {
|
|
width: 50%
|
|
}
|
|
|
|
.katex___iCBTQ .cd-vert-arrow___aoi1S {
|
|
display: inline-block;
|
|
position: relative
|
|
}
|
|
|
|
.katex___iCBTQ .cd-label-left___fBNdS {
|
|
display: inline-block;
|
|
position: absolute;
|
|
right: calc(50% + .3em);
|
|
text-align: left
|
|
}
|
|
|
|
.katex___iCBTQ .cd-label-right___RoRPh {
|
|
display: inline-block;
|
|
left: calc(50% + .3em);
|
|
position: absolute;
|
|
text-align: right
|
|
}
|
|
|
|
.katex-display___CwVRR {
|
|
display: block;
|
|
margin: 1em 0;
|
|
text-align: center
|
|
}
|
|
|
|
.katex-display___CwVRR>.katex___iCBTQ {
|
|
display: block;
|
|
text-align: center;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.katex-display___CwVRR>.katex___iCBTQ>.katex-html___AU3lC {
|
|
display: block;
|
|
position: relative
|
|
}
|
|
|
|
.katex-display___CwVRR>.katex___iCBTQ>.katex-html___AU3lC>.tag___b062H {
|
|
position: absolute;
|
|
right: 0
|
|
}
|
|
|
|
.katex-display___CwVRR.leqno___LSddg>.katex___iCBTQ>.katex-html___AU3lC>.tag___b062H {
|
|
left: 0;
|
|
right: auto
|
|
}
|
|
|
|
.katex-display___CwVRR.fleqn___g8Drc>.katex___iCBTQ {
|
|
padding-left: 2em;
|
|
text-align: left
|
|
}
|
|
|
|
body {
|
|
counter-reset: katexEqnNo mmlEqnNo
|
|
}
|