提交 73b1250c 编写于 作者: D Dillon

chore: refactor css code style

上级 1088f86b
......@@ -270,20 +270,6 @@
@import "../_partial/_single/code";
@import "../_partial/_single/admonition";
.mermaid {
width: 100%;
margin: 3% auto;
text-align: center;
@import "../_mermaid/neutral/index";
.dark-theme & {
@import "../_mermaid/dark/index";
}
}
@import "../_aplayer/dark.scss";
.echarts {
width: 100%;
height: 30rem;
......
......@@ -4,3 +4,4 @@ gittalk@1.5.0
katex@0.11.1
aplayer@1.10.1
animate.css@3.7.2
mermaid@8.4.2
.mermaid {
width: 100%;
margin: 3% auto;
text-align: center;
@import "lib/mermaid/neutral/index";
.dark-theme & {
@import "lib/mermaid/dark/index";
}
}
......@@ -38,7 +38,7 @@
{{- end -}}
{{- /* Fork Awesome https://forkaweso.me/ */ -}}
{{- $options := dict "targetPath" "css/lib/forkawesome/forkawesome.min.css" "outputStyle" "compressed" "enableSourceMap" true -}}
{{- $options := dict "targetPath" "css/lib/forkawesome/fork-awesome.min.css" "outputStyle" "compressed" "enableSourceMap" true -}}
{{- $res := resources.Get "css/lib/forkawesome/fork-awesome.scss"| toCSS $options -}}
<link rel="stylesheet" href="{{ $res.RelPermalink }}">
......
......@@ -104,6 +104,7 @@
{{- else -}}
{{- slice "js/lib/mermaid/mermaid.min.js" | $.Scratch.Add "scriptLocal" -}}
{{- end -}}
{{- slice "css/mermaid.scss" | $.Scratch.Add "linkLocal" -}}
<script>
window.mermaidMap = {{ jsonify . | safeJS }};
</script>
......@@ -117,6 +118,7 @@
{{- else -}}
{{- slice "css/lib/aplayer/APlayer.min.css" | .Scratch.Add "linkLocal" -}}
{{- end -}}
{{- slice "css/lib/aplayer/dark.scss" | .Scratch.Add "linkLocal" -}}
{{- with $CDN.aplayer_js -}}
{{- slice . | $.Scratch.Add "scriptCDN" -}}
{{- else -}}
......@@ -176,7 +178,10 @@
{{- end -}}
{{- range .Scratch.Get "linkLocal" -}}
{{- $res := resources.Get . -}}
{{- if not (strings.HasSuffix . ".min.css") -}}
{{- if strings.HasSuffix . ".scss" -}}
{{- $options := dict "outputStyle" "compressed" "enableSourceMap" true -}}
{{- $res = toCSS $options $res -}}
{{- else if not (strings.HasSuffix . ".min.css") -}}
{{- $res = minify $res -}}
{{- end -}}
<link rel="stylesheet" href="{{ $res.RelPermalink }}">
......
.dark-theme .aplayer{background:#212121}.dark-theme .aplayer.aplayer-withlist .aplayer-info{border-bottom-color:#5c5c5c}.dark-theme .aplayer.aplayer-fixed .aplayer-list{border-color:#5c5c5c}.dark-theme .aplayer .aplayer-body{background-color:#212121}.dark-theme .aplayer .aplayer-info{border-top-color:#212121}.dark-theme .aplayer .aplayer-info .aplayer-music .aplayer-title{color:#fff}.dark-theme .aplayer .aplayer-info .aplayer-music .aplayer-author{color:#fff}.dark-theme .aplayer .aplayer-info .aplayer-controller .aplayer-time{color:#eee}.dark-theme .aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon path{fill:#eee}.dark-theme .aplayer .aplayer-list{background-color:#212121}.dark-theme .aplayer .aplayer-list::-webkit-scrollbar-thumb{background-color:#999}.dark-theme .aplayer .aplayer-list::-webkit-scrollbar-thumb:hover{background-color:#bbb}.dark-theme .aplayer .aplayer-list li{color:#fff;border-top-color:#666}.dark-theme .aplayer .aplayer-list li:hover{background:#4e4e4e}.dark-theme .aplayer .aplayer-list li.aplayer-list-light{background:#6c6c6c}.dark-theme .aplayer .aplayer-list li .aplayer-list-index{color:#ddd}.dark-theme .aplayer .aplayer-list li .aplayer-list-author{color:#ddd}.dark-theme .aplayer .aplayer-lrc{text-shadow:-1px -1px 0 #666}.dark-theme .aplayer .aplayer-lrc:before{background:-moz-linear-gradient(top, #212121 0%, rgba(33,33,33,0) 100%);background:-webkit-linear-gradient(top, #212121 0%, rgba(33,33,33,0) 100%);background:linear-gradient(to bottom, #212121 0%, rgba(33,33,33,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#00212121',GradientType=0 )}.dark-theme .aplayer .aplayer-lrc:after{background:-moz-linear-gradient(top, rgba(33,33,33,0) 0%, rgba(33,33,33,0.8) 100%);background:-webkit-linear-gradient(top, rgba(33,33,33,0) 0%, rgba(33,33,33,0.8) 100%);background:linear-gradient(to bottom, rgba(33,33,33,0) 0%, rgba(33,33,33,0.8) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00212121', endColorstr='#cc212121',GradientType=0 )}.dark-theme .aplayer .aplayer-lrc p{color:#fff}.dark-theme .aplayer .aplayer-miniswitcher{background:#484848}.dark-theme .aplayer .aplayer-miniswitcher .aplayer-icon path{fill:#eee}
/*# sourceMappingURL=dark.css.map */
\ No newline at end of file
{"Target":"css/lib/aplayer/dark.css","MediaType":"text/css","Data":{}}
\ No newline at end of file
{"Target":"css/lib/forkawesome/fork-awesome.min.css","MediaType":"text/css","Data":{}}
\ No newline at end of file
{"Target":"css/lib/forkawesome/forkawesome.min.css","MediaType":"text/css","Data":{}}
\ No newline at end of file
.mermaid{width:100%;margin:3% auto;text-align:center}.mermaid .label{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);color:#333}.mermaid .label text{fill:#333}.mermaid .node rect,.mermaid .node circle,.mermaid .node ellipse,.mermaid .node polygon{fill:#eee;stroke:#999;stroke-width:1px}.mermaid .node .label{text-align:center}.mermaid .node.clickable{cursor:pointer}.mermaid .arrowheadPath{fill:#333}.mermaid .edgePath .path{stroke:#666;stroke-width:1.5px}.mermaid .edgeLabel{background-color:#fff;text-align:center}.mermaid .cluster rect{fill:#eaf2fb;stroke:#26a;stroke-width:1px}.mermaid .cluster text{fill:#333}.mermaid div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:12px;background:#eaf2fb;border:1px solid #26a;border-radius:2px;pointer-events:none;z-index:100}.mermaid .actor{stroke:#999;fill:#eee}.mermaid text.actor{fill:#333;stroke:none}.mermaid .actor-line{stroke:#666}.mermaid .messageLine0{stroke-width:1.5;stroke-dasharray:'2 2';stroke:#333}.mermaid .messageLine1{stroke-width:1.5;stroke-dasharray:'2 2';stroke:#333}.mermaid #arrowhead{fill:#333}.mermaid .sequenceNumber{fill:#fff}.mermaid #sequencenumber{fill:#333}.mermaid #crosshead path{fill:#333 !important;stroke:#333 !important}.mermaid .messageText{fill:#333;stroke:none}.mermaid .labelBox{stroke:#999;fill:#eee}.mermaid .labelText{fill:#333;stroke:none}.mermaid .loopText{fill:#333;stroke:none}.mermaid .loopLine{stroke-width:2;stroke-dasharray:'2 2';stroke:#999}.mermaid .note{stroke:#770;fill:#ffa}.mermaid .noteText{fill:black;stroke:none;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:14px}.mermaid .activation0{fill:#f4f4f4;stroke:#666}.mermaid .activation1{fill:#f4f4f4;stroke:#666}.mermaid .activation2{fill:#f4f4f4;stroke:#666}.mermaid .mermaid-main-font{font-family:"trebuchet ms", verdana, arial;font-family:var(--mermaid-font-family)}.mermaid .section{stroke:none;opacity:0.2}.mermaid .section0{fill:#80b3e6}.mermaid .section2{fill:#80b3e6}.mermaid .section1,.mermaid .section3{fill:#fff;opacity:0.2}.mermaid .sectionTitle0{fill:#333}.mermaid .sectionTitle1{fill:#333}.mermaid .sectionTitle2{fill:#333}.mermaid .sectionTitle3{fill:#333}.mermaid .sectionTitle{text-anchor:start;font-size:11px;text-height:14px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.mermaid .grid .tick{stroke:#e6e5e5;opacity:0.3;shape-rendering:crispEdges}.mermaid .grid .tick text{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.mermaid .grid path{stroke-width:0}.mermaid .today{fill:none;stroke:#d42;stroke-width:2px}.mermaid .task{stroke-width:2}.mermaid .taskText{text-anchor:middle;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.mermaid .taskText:not([font-size]){font-size:11px}.mermaid .taskTextOutsideRight{fill:#333;text-anchor:start;font-size:11px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.mermaid .taskTextOutsideLeft{fill:#333;text-anchor:end;font-size:11px}.mermaid .task.clickable{cursor:pointer}.mermaid .taskText.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}.mermaid .taskTextOutsideLeft.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}.mermaid .taskTextOutsideRight.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}.mermaid .taskText0,.mermaid .taskText1,.mermaid .taskText2,.mermaid .taskText3{fill:#fff}.mermaid .task0,.mermaid .task1,.mermaid .task2,.mermaid .task3{fill:#26a;stroke:#1a4d80}.mermaid .taskTextOutside0,.mermaid .taskTextOutside2{fill:#333}.mermaid .taskTextOutside1,.mermaid .taskTextOutside3{fill:#333}.mermaid .active0,.mermaid .active1,.mermaid .active2,.mermaid .active3{fill:#eee;stroke:#1a4d80}.mermaid .activeText0,.mermaid .activeText1,.mermaid .activeText2,.mermaid .activeText3{fill:#333 !important}.mermaid .done0,.mermaid .done1,.mermaid .done2,.mermaid .done3{stroke:#666;fill:#bbb;stroke-width:2}.mermaid .doneText0,.mermaid .doneText1,.mermaid .doneText2,.mermaid .doneText3{fill:#333 !important}.mermaid .crit0,.mermaid .crit1,.mermaid .crit2,.mermaid .crit3{stroke:#b1361b;fill:#d42;stroke-width:2}.mermaid .activeCrit0,.mermaid .activeCrit1,.mermaid .activeCrit2,.mermaid .activeCrit3{stroke:#b1361b;fill:#eee;stroke-width:2}.mermaid .doneCrit0,.mermaid .doneCrit1,.mermaid .doneCrit2,.mermaid .doneCrit3{stroke:#b1361b;fill:#bbb;stroke-width:2;cursor:pointer;shape-rendering:crispEdges}.mermaid .milestone{transform:rotate(45deg) scale(0.8, 0.8)}.mermaid .milestoneText{font-style:italic}.mermaid .doneCritText0,.mermaid .doneCritText1,.mermaid .doneCritText2,.mermaid .doneCritText3{fill:#333 !important}.mermaid .activeCritText0,.mermaid .activeCritText1,.mermaid .activeCritText2,.mermaid .activeCritText3{fill:#333 !important}.mermaid .titleText{text-anchor:middle;font-size:18px;fill:#333;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.mermaid g.classGroup text{fill:#999;stroke:none;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:10px}.mermaid g.classGroup text .title{font-weight:bolder}.mermaid g.classGroup rect{fill:#eee;stroke:#999}.mermaid g.classGroup line{stroke:#999;stroke-width:1}.mermaid .classLabel .box{stroke:none;stroke-width:0;fill:#eee;opacity:0.5}.mermaid .classLabel .label{fill:#999;font-size:10px}.mermaid .relation{stroke:#999;stroke-width:1;fill:none}.mermaid #compositionStart{fill:#999;stroke:#999;stroke-width:1}.mermaid #compositionEnd{fill:#999;stroke:#999;stroke-width:1}.mermaid #aggregationStart{fill:#eee;stroke:#999;stroke-width:1}.mermaid #aggregationEnd{fill:#eee;stroke:#999;stroke-width:1}.mermaid #dependencyStart{fill:#999;stroke:#999;stroke-width:1}.mermaid #dependencyEnd{fill:#999;stroke:#999;stroke-width:1}.mermaid #extensionStart{fill:#999;stroke:#999;stroke-width:1}.mermaid #extensionEnd{fill:#999;stroke:#999;stroke-width:1}.mermaid .commit-id,.mermaid .commit-msg,.mermaid .branch-label{fill:lightgrey;color:lightgrey;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.mermaid .pieTitleText{text-anchor:middle;font-size:25px;fill:#333;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.mermaid .slice{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.mermaid g.stateGroup text{fill:#999;stroke:none;font-size:10px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.mermaid g.stateGroup text{fill:#999;stroke:none;font-size:10px}.mermaid g.stateGroup .state-title{font-weight:bolder;fill:#000}.mermaid g.stateGroup rect{fill:#eee;stroke:#999}.mermaid g.stateGroup line{stroke:#999;stroke-width:1}.mermaid .transition{stroke:#999;stroke-width:1;fill:none}.mermaid .stateGroup .composit{fill:white;border-bottom:1px}.mermaid .state-note{stroke:#770;fill:#ffa}.mermaid .state-note text{fill:black;stroke:none;font-size:10px}.mermaid .stateLabel .box{stroke:none;stroke-width:0;fill:#eee;opacity:0.5}.mermaid .stateLabel text{fill:#000;font-size:10px;font-weight:bold;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.mermaid :root{--mermaid-font-family: '"trebuchet ms", verdana, arial';--mermaid-font-family: "Comic Sans MS", "Comic Sans", cursive}.dark-theme .mermaid .label{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);color:#333}.dark-theme .mermaid .label text{fill:#333}.dark-theme .mermaid .node rect,.dark-theme .mermaid .node circle,.dark-theme .mermaid .node ellipse,.dark-theme .mermaid .node polygon{fill:#BDD5EA;stroke:purple;stroke-width:1px}.dark-theme .mermaid .node .label{text-align:center}.dark-theme .mermaid .node.clickable{cursor:pointer}.dark-theme .mermaid .arrowheadPath{fill:#d3d3d3}.dark-theme .mermaid .edgePath .path{stroke:#d3d3d3;stroke-width:1.5px}.dark-theme .mermaid .edgeLabel{background-color:#e8e8e8;text-align:center}.dark-theme .mermaid .cluster rect{fill:#6D6D65;stroke:rgba(255,255,255,0.25);stroke-width:1px}.dark-theme .mermaid .cluster text{fill:#F9FFFE}.dark-theme .mermaid div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:12px;background:#6D6D65;border:1px solid rgba(255,255,255,0.25);border-radius:2px;pointer-events:none;z-index:100}.dark-theme .mermaid .actor{stroke:#81B1DB;fill:#BDD5EA}.dark-theme .mermaid text.actor{fill:#000;stroke:none}.dark-theme .mermaid .actor-line{stroke:#d3d3d3}.dark-theme .mermaid .messageLine0{stroke-width:1.5;stroke-dasharray:'2 2';stroke:#d3d3d3}.dark-theme .mermaid .messageLine1{stroke-width:1.5;stroke-dasharray:'2 2';stroke:#d3d3d3}.dark-theme .mermaid #arrowhead{fill:#d3d3d3}.dark-theme .mermaid .sequenceNumber{fill:#fff}.dark-theme .mermaid #sequencenumber{fill:#d3d3d3}.dark-theme .mermaid #crosshead path{fill:#d3d3d3 !important;stroke:#d3d3d3 !important}.dark-theme .mermaid .messageText{fill:#d3d3d3;stroke:none}.dark-theme .mermaid .labelBox{stroke:#81B1DB;fill:#BDD5EA}.dark-theme .mermaid .labelText{fill:#323D47;stroke:none}.dark-theme .mermaid .loopText{fill:#d3d3d3;stroke:none}.dark-theme .mermaid .loopLine{stroke-width:2;stroke-dasharray:'2 2';stroke:#81B1DB}.dark-theme .mermaid .note{stroke:rgba(255,255,255,0.25);fill:#fff5ad}.dark-theme .mermaid .noteText{fill:black;stroke:none;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:14px}.dark-theme .mermaid .activation0{fill:#f4f4f4;stroke:#666}.dark-theme .mermaid .activation1{fill:#f4f4f4;stroke:#666}.dark-theme .mermaid .activation2{fill:#f4f4f4;stroke:#666}.dark-theme .mermaid .mermaid-main-font{font-family:"trebuchet ms", verdana, arial;font-family:var(--mermaid-font-family)}.dark-theme .mermaid .section{stroke:none;opacity:0.2}.dark-theme .mermaid .section0{fill:rgba(255,255,255,0.3)}.dark-theme .mermaid .section2{fill:#EAE8B9}.dark-theme .mermaid .section1,.dark-theme .mermaid .section3{fill:#fff;opacity:0.2}.dark-theme .mermaid .sectionTitle0{fill:#F9FFFE}.dark-theme .mermaid .sectionTitle1{fill:#F9FFFE}.dark-theme .mermaid .sectionTitle2{fill:#F9FFFE}.dark-theme .mermaid .sectionTitle3{fill:#F9FFFE}.dark-theme .mermaid .sectionTitle{text-anchor:start;font-size:11px;text-height:14px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.dark-theme .mermaid .grid .tick{stroke:#d3d3d3;opacity:0.3;shape-rendering:crispEdges}.dark-theme .mermaid .grid .tick text{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.dark-theme .mermaid .grid path{stroke-width:0}.dark-theme .mermaid .today{fill:none;stroke:#DB5757;stroke-width:2px}.dark-theme .mermaid .task{stroke-width:2}.dark-theme .mermaid .taskText{text-anchor:middle;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.dark-theme .mermaid .taskText:not([font-size]){font-size:11px}.dark-theme .mermaid .taskTextOutsideRight{fill:#323D47;text-anchor:start;font-size:11px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.dark-theme .mermaid .taskTextOutsideLeft{fill:#323D47;text-anchor:end;font-size:11px}.dark-theme .mermaid .task.clickable{cursor:pointer}.dark-theme .mermaid .taskText.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}.dark-theme .mermaid .taskTextOutsideLeft.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}.dark-theme .mermaid .taskTextOutsideRight.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}.dark-theme .mermaid .taskText0,.dark-theme .mermaid .taskText1,.dark-theme .mermaid .taskText2,.dark-theme .mermaid .taskText3{fill:#323D47}.dark-theme .mermaid .task0,.dark-theme .mermaid .task1,.dark-theme .mermaid .task2,.dark-theme .mermaid .task3{fill:#BDD5EA;stroke:rgba(255,255,255,0.5)}.dark-theme .mermaid .taskTextOutside0,.dark-theme .mermaid .taskTextOutside2{fill:#d3d3d3}.dark-theme .mermaid .taskTextOutside1,.dark-theme .mermaid .taskTextOutside3{fill:#d3d3d3}.dark-theme .mermaid .active0,.dark-theme .mermaid .active1,.dark-theme .mermaid .active2,.dark-theme .mermaid .active3{fill:#81B1DB;stroke:rgba(255,255,255,0.5)}.dark-theme .mermaid .activeText0,.dark-theme .mermaid .activeText1,.dark-theme .mermaid .activeText2,.dark-theme .mermaid .activeText3{fill:#323D47 !important}.dark-theme .mermaid .done0,.dark-theme .mermaid .done1,.dark-theme .mermaid .done2,.dark-theme .mermaid .done3{stroke:grey;fill:#d3d3d3;stroke-width:2}.dark-theme .mermaid .doneText0,.dark-theme .mermaid .doneText1,.dark-theme .mermaid .doneText2,.dark-theme .mermaid .doneText3{fill:#323D47 !important}.dark-theme .mermaid .crit0,.dark-theme .mermaid .crit1,.dark-theme .mermaid .crit2,.dark-theme .mermaid .crit3{stroke:#E83737;fill:#E83737;stroke-width:2}.dark-theme .mermaid .activeCrit0,.dark-theme .mermaid .activeCrit1,.dark-theme .mermaid .activeCrit2,.dark-theme .mermaid .activeCrit3{stroke:#E83737;fill:#81B1DB;stroke-width:2}.dark-theme .mermaid .doneCrit0,.dark-theme .mermaid .doneCrit1,.dark-theme .mermaid .doneCrit2,.dark-theme .mermaid .doneCrit3{stroke:#E83737;fill:#d3d3d3;stroke-width:2;cursor:pointer;shape-rendering:crispEdges}.dark-theme .mermaid .milestone{transform:rotate(45deg) scale(0.8, 0.8)}.dark-theme .mermaid .milestoneText{font-style:italic}.dark-theme .mermaid .doneCritText0,.dark-theme .mermaid .doneCritText1,.dark-theme .mermaid .doneCritText2,.dark-theme .mermaid .doneCritText3{fill:#323D47 !important}.dark-theme .mermaid .activeCritText0,.dark-theme .mermaid .activeCritText1,.dark-theme .mermaid .activeCritText2,.dark-theme .mermaid .activeCritText3{fill:#323D47 !important}.dark-theme .mermaid .titleText{text-anchor:middle;font-size:18px;fill:#323D47;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.dark-theme .mermaid g.classGroup text{fill:purple;stroke:none;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:10px}.dark-theme .mermaid g.classGroup text .title{font-weight:bolder}.dark-theme .mermaid g.classGroup rect{fill:#BDD5EA;stroke:purple}.dark-theme .mermaid g.classGroup line{stroke:purple;stroke-width:1}.dark-theme .mermaid .classLabel .box{stroke:none;stroke-width:0;fill:#BDD5EA;opacity:0.5}.dark-theme .mermaid .classLabel .label{fill:purple;font-size:10px}.dark-theme .mermaid .relation{stroke:purple;stroke-width:1;fill:none}.dark-theme .mermaid #compositionStart{fill:purple;stroke:purple;stroke-width:1}.dark-theme .mermaid #compositionEnd{fill:purple;stroke:purple;stroke-width:1}.dark-theme .mermaid #aggregationStart{fill:#BDD5EA;stroke:purple;stroke-width:1}.dark-theme .mermaid #aggregationEnd{fill:#BDD5EA;stroke:purple;stroke-width:1}.dark-theme .mermaid #dependencyStart{fill:purple;stroke:purple;stroke-width:1}.dark-theme .mermaid #dependencyEnd{fill:purple;stroke:purple;stroke-width:1}.dark-theme .mermaid #extensionStart{fill:purple;stroke:purple;stroke-width:1}.dark-theme .mermaid #extensionEnd{fill:purple;stroke:purple;stroke-width:1}.dark-theme .mermaid .commit-id,.dark-theme .mermaid .commit-msg,.dark-theme .mermaid .branch-label{fill:lightgrey;color:lightgrey;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.dark-theme .mermaid .pieTitleText{text-anchor:middle;font-size:25px;fill:#323D47;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.dark-theme .mermaid .slice{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.dark-theme .mermaid g.stateGroup text{fill:purple;stroke:none;font-size:10px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.dark-theme .mermaid g.stateGroup text{fill:purple;stroke:none;font-size:10px}.dark-theme .mermaid g.stateGroup .state-title{font-weight:bolder;fill:#000}.dark-theme .mermaid g.stateGroup rect{fill:#BDD5EA;stroke:purple}.dark-theme .mermaid g.stateGroup line{stroke:purple;stroke-width:1}.dark-theme .mermaid .transition{stroke:purple;stroke-width:1;fill:none}.dark-theme .mermaid .stateGroup .composit{fill:white;border-bottom:1px}.dark-theme .mermaid .state-note{stroke:rgba(255,255,255,0.25);fill:#fff5ad}.dark-theme .mermaid .state-note text{fill:black;stroke:none;font-size:10px}.dark-theme .mermaid .stateLabel .box{stroke:none;stroke-width:0;fill:#BDD5EA;opacity:0.5}.dark-theme .mermaid .stateLabel text{fill:#000;font-size:10px;font-weight:bold;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.dark-theme .mermaid :root{--mermaid-font-family: '"trebuchet ms", verdana, arial';--mermaid-font-family: "Comic Sans MS", "Comic Sans", cursive}
/*# sourceMappingURL=mermaid.css.map */
\ No newline at end of file
{"Target":"css/mermaid.css","MediaType":"text/css","Data":{}}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册