改一个bug
This commit is contained in:
33650
Assets/FR2_Cache.asset
33650
Assets/FR2_Cache.asset
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -39,6 +39,7 @@ namespace Ichni.Editor
|
||||
if (findparent && targetElement.connectedTab != null)
|
||||
{
|
||||
targetElement.connectedTab.expandButton.onClick.Invoke();
|
||||
return;
|
||||
}
|
||||
else if (targetElement.connectedTab != null)
|
||||
{
|
||||
@@ -47,16 +48,19 @@ namespace Ichni.Editor
|
||||
else
|
||||
{
|
||||
FindTab(targetElement.parentElement, true);
|
||||
targetElement.connectedTab.tabButton.onClick.Invoke();
|
||||
if (!findparent)
|
||||
{
|
||||
targetElement.connectedTab.tabButton.onClick.Invoke();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
targetElement.connectedTab.expandButton.onClick.Invoke();
|
||||
return;
|
||||
}
|
||||
|
||||
}
|
||||
GameElement gameElement = targetElement;
|
||||
HierarchyTab tab = targetElement.connectedTab;
|
||||
while (tab is null)
|
||||
{
|
||||
gameElement = gameElement.parentElement;
|
||||
if (gameElement is null) return;
|
||||
tab = gameElement.connectedTab;
|
||||
}
|
||||
float Tablocalpos = (-tab.transform.localPosition.y) - (tabContainer.sizeDelta.y / 4f);
|
||||
float pct = Tablocalpos / tabContainer.sizeDelta.y;
|
||||
scrollRect.verticalNormalizedPosition = 1f - pct;
|
||||
|
||||
345
Document/特效查阅表.html
Normal file
345
Document/特效查阅表.html
Normal file
@@ -0,0 +1,345 @@
|
||||
<!DOCTYPE html><html><head><style data-styled="true" data-styled-version="5.3.11">.dofctq{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-box-pack:start;-webkit-justify-content:start;-ms-flex-pack:start;justify-content:start;color:#111319;font-family:-apple-system,BlinkMacSystemFont,Inter,'Segoe UI',Roboto,Oxygen,sans-serif;font-weight:400;font-size:1em;line-height:-0.011;width:100%;}/*!sc*/
|
||||
.dofctq .mention{background:#EDF2F7;border-radius:8px;padding-top:1px;padding-bottom:1px;padding-left:4px;padding-right:6px;font-weight:500;font-size:0.9em;cursor:default;-webkit-text-decoration:none !important;text-decoration:none !important;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;vertical-align:bottom;}/*!sc*/
|
||||
.dofctq .mention:hover{cursor:default;background:#d7e0ea;}/*!sc*/
|
||||
.dofctq .mention.mention-user::before{content:"@";}/*!sc*/
|
||||
.dofctq .mention.mention-document::before{content:"+";}/*!sc*/
|
||||
.dofctq > div{background:transparent;}/*!sc*/
|
||||
.dofctq *{box-sizing:content-box;}/*!sc*/
|
||||
.dofctq .ProseMirror{position:relative;outline:none;word-wrap:break-word;white-space:pre-wrap;white-space:break-spaces;padding:initial;margin:initial;}/*!sc*/
|
||||
.dofctq .ProseMirror .ProseMirror{padding:0;margin:0;}/*!sc*/
|
||||
.dofctq .ProseMirror > .ProseMirror-yjs-cursor{display:none;}/*!sc*/
|
||||
.dofctq .ProseMirror > *{margin-top:.5em;margin-bottom:.5em;}/*!sc*/
|
||||
.dofctq .ProseMirror > *:last-child{margin-bottom:0;}/*!sc*/
|
||||
.dofctq .ProseMirror > :first-child,.dofctq .ProseMirror > button:first-child + *{margin-top:0;}/*!sc*/
|
||||
.dofctq .ProseMirror h1,.dofctq .ProseMirror h2,.dofctq .ProseMirror h3,.dofctq .ProseMirror h4,.dofctq .ProseMirror h5,.dofctq .ProseMirror h6{margin-top:1em;margin-bottom:0.25em;font-weight:600;cursor:text;}/*!sc*/
|
||||
.dofctq .ProseMirror h1 + p,.dofctq .ProseMirror h2 + p,.dofctq .ProseMirror h3 + p,.dofctq .ProseMirror h4 + p,.dofctq .ProseMirror h5 + p,.dofctq .ProseMirror h6 + p,.dofctq .ProseMirror h1 + .ProseMirror-widget + p,.dofctq .ProseMirror h2 + .ProseMirror-widget + p,.dofctq .ProseMirror h3 + .ProseMirror-widget + p,.dofctq .ProseMirror h4 + .ProseMirror-widget + p,.dofctq .ProseMirror h5 + .ProseMirror-widget + p,.dofctq .ProseMirror h6 + .ProseMirror-widget + p{margin-top:0.25em;}/*!sc*/
|
||||
.dofctq .ProseMirror h1:not(.placeholder)::before,.dofctq .ProseMirror h2:not(.placeholder)::before,.dofctq .ProseMirror h3:not(.placeholder)::before,.dofctq .ProseMirror h4:not(.placeholder)::before,.dofctq .ProseMirror h5:not(.placeholder)::before,.dofctq .ProseMirror h6:not(.placeholder)::before{display:none;font-family:'SFMono-Regular',Consolas,'Liberation Mono',Menlo,Courier,monospace;color:#394351;font-size:13px;font-weight:500;line-height:0;margin-left:-24px;-webkit-transition:opacity 150ms ease-in-out;transition:opacity 150ms ease-in-out;opacity:0;width:24px;}/*!sc*/
|
||||
.dofctq .ProseMirror h1:not(.placeholder):dir(rtl)::before,.dofctq .ProseMirror h2:not(.placeholder):dir(rtl)::before,.dofctq .ProseMirror h3:not(.placeholder):dir(rtl)::before,.dofctq .ProseMirror h4:not(.placeholder):dir(rtl)::before,.dofctq .ProseMirror h5:not(.placeholder):dir(rtl)::before,.dofctq .ProseMirror h6:not(.placeholder):dir(rtl)::before{margin-left:0;margin-right:-24px;}/*!sc*/
|
||||
.dofctq .ProseMirror h1:hover .heading-actions,.dofctq .ProseMirror h2:hover .heading-actions,.dofctq .ProseMirror h3:hover .heading-actions,.dofctq .ProseMirror h4:hover .heading-actions,.dofctq .ProseMirror h5:hover .heading-actions,.dofctq .ProseMirror h6:hover .heading-actions,.dofctq .ProseMirror h1:focus-within .heading-actions,.dofctq .ProseMirror h2:focus-within .heading-actions,.dofctq .ProseMirror h3:focus-within .heading-actions,.dofctq .ProseMirror h4:focus-within .heading-actions,.dofctq .ProseMirror h5:focus-within .heading-actions,.dofctq .ProseMirror h6:focus-within .heading-actions{opacity:1;}/*!sc*/
|
||||
.dofctq .ProseMirror h1{font-size:28px;}/*!sc*/
|
||||
.dofctq .ProseMirror h2{font-size:22px;}/*!sc*/
|
||||
.dofctq .ProseMirror h3{font-size:18px;}/*!sc*/
|
||||
.dofctq .ProseMirror h4{font-size:16px;}/*!sc*/
|
||||
.dofctq .ProseMirror h5{font-size:15px;}/*!sc*/
|
||||
.dofctq .ProseMirror h6{font-size:15px;}/*!sc*/
|
||||
.dofctq .ProseMirror .ProseMirror-yjs-selection{-webkit-transition:background-color 500ms ease-in-out;transition:background-color 500ms ease-in-out;}/*!sc*/
|
||||
.dofctq .ProseMirror .ProseMirror-yjs-cursor{position:relative;margin-left:-1px;margin-right:-1px;border-left:1px solid black;border-right:1px solid black;height:1em;word-break:normal;}/*!sc*/
|
||||
.dofctq .ProseMirror .ProseMirror-yjs-cursor::after{content:"";display:block;position:absolute;left:-8px;right:-8px;top:0;bottom:0;}/*!sc*/
|
||||
.dofctq .ProseMirror .ProseMirror-yjs-cursor > div{opacity:0;-webkit-transition:opacity 100ms ease-in-out;transition:opacity 100ms ease-in-out;position:absolute;top:-1.8em;font-size:13px;background-color:rgb(250,129,0);font-style:normal;line-height:normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;color:white;padding:2px 6px;font-weight:500;border-radius:4px;pointer-events:none;left:-1px;}/*!sc*/
|
||||
.dofctq .ProseMirror .ProseMirror-yjs-cursor:hover > div{opacity:1;}/*!sc*/
|
||||
.dofctq.show-cursor-names .ProseMirror-yjs-cursor > div{opacity:1;}/*!sc*/
|
||||
.dofctq pre{white-space:pre-wrap;}/*!sc*/
|
||||
.dofctq li{position:relative;}/*!sc*/
|
||||
.dofctq iframe.embed{width:100%;height:400px;border:1px solid #DAE1E9;border-radius:6px;}/*!sc*/
|
||||
.dofctq .image,.dofctq .video{line-height:0;text-align:center;max-width:100%;clear:both;position:relative;z-index:1;}/*!sc*/
|
||||
.dofctq .image img,.dofctq .video img,.dofctq .image video,.dofctq .video video{pointer-events:none;display:inline-block;max-width:100%;}/*!sc*/
|
||||
.dofctq .image video,.dofctq .video video{pointer-events:initial;max-width:100%;height:auto;background:#FFFFFF;color:#111319 !important;margin:-2px;padding:2px;border-radius:8px;box-shadow:0 0 0 1px #DAE1E9;}/*!sc*/
|
||||
.dofctq .image .ProseMirror-selectednode img,.dofctq .video .ProseMirror-selectednode img{pointer-events:initial;}/*!sc*/
|
||||
.dofctq .image.placeholder,.dofctq .video.placeholder{position:relative;background:#FFFFFF;margin-bottom:calc(28px + 1.2em);}/*!sc*/
|
||||
.dofctq .image.placeholder img,.dofctq .video.placeholder img,.dofctq .image.placeholder video,.dofctq .video.placeholder video{opacity:0.5;}/*!sc*/
|
||||
.dofctq .image.placeholder video,.dofctq .video.placeholder video{border-radius:8px;}/*!sc*/
|
||||
.dofctq .file.placeholder{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#FFFFFF;box-shadow:0 0 0 1px #DAE1E9;white-space:nowrap;border-radius:8px;padding:6px 8px;max-width:840px;cursor:default;margin-top:0.5em;margin-bottom:0.5em;}/*!sc*/
|
||||
.dofctq .file.placeholder .title,.dofctq .file.placeholder .subtitle{margin-left:8px;}/*!sc*/
|
||||
.dofctq .file.placeholder .title{font-weight:600;font-size:14px;color:#111319;}/*!sc*/
|
||||
.dofctq .file.placeholder .subtitle{font-size:13px;color:#66778F;line-height:0;}/*!sc*/
|
||||
.dofctq .file.placeholder span{font-family:'SFMono-Regular',Consolas,'Liberation Mono',Menlo,Courier,monospace;}/*!sc*/
|
||||
.dofctq .attachment-replacement-uploading .widget{opacity:0.5;}/*!sc*/
|
||||
.dofctq .image-replacement-uploading img{opacity:0.5;}/*!sc*/
|
||||
.dofctq .image-right-50{float:right;margin-left:2em;margin-bottom:1em;clear:initial;}/*!sc*/
|
||||
.dofctq .image-left-50{float:left;margin-right:2em;margin-bottom:1em;clear:initial;}/*!sc*/
|
||||
.dofctq .image-full-width{width:initial;max-width:100vw;clear:both;position:initial;-webkit-transform:translateX(calc(50% + var(--container-width) * -0.5));-ms-transform:translateX(calc(50% + var(--container-width) * -0.5));transform:translateX(calc(50% + var(--container-width) * -0.5));}/*!sc*/
|
||||
.dofctq .image-full-width img{max-width:100vw;max-height:min(450px,50vh);object-fit:cover;object-position:center;}/*!sc*/
|
||||
.dofctq .table-full-width{-webkit-transform:translateX(calc(50% + 32px + var(--container-width) * -0.5));-ms-transform:translateX(calc(50% + 32px + var(--container-width) * -0.5));transform:translateX(calc(50% + 32px + var(--container-width) * -0.5));}/*!sc*/
|
||||
.dofctq .table-full-width .table-scrollable,.dofctq .table-full-width table{width:calc(var(--container-width) - 64px);}/*!sc*/
|
||||
.dofctq .table-full-width.table-shadow-right::after{left:calc(var(--container-width) - 96px);}/*!sc*/
|
||||
.dofctq .column-resize-handle{position:absolute;right:-1px;top:0;bottom:-1px;width:2px;z-index:20;background-color:#111319;pointer-events:none;}/*!sc*/
|
||||
.dofctq .resize-cursor{cursor:ew-resize;cursor:col-resize;}/*!sc*/
|
||||
.dofctq .ProseMirror-hideselection *::selection{background:transparent;}/*!sc*/
|
||||
.dofctq .ProseMirror-hideselection *::-moz-selection{background:transparent;}/*!sc*/
|
||||
.dofctq .ProseMirror-hideselection{caret-color:transparent;}/*!sc*/
|
||||
.dofctq .ProseMirror-selectednode{outline:2px solid #0366d6;}/*!sc*/
|
||||
@media print{.dofctq .ProseMirror-selectednode{outline:none;}}/*!sc*/
|
||||
.dofctq li.ProseMirror-selectednode{outline:none;}/*!sc*/
|
||||
.dofctq li.ProseMirror-selectednode::after{content:"";position:absolute;left:-32px;right:-2px;top:-2px;bottom:-2px;border:2px solid #0366d6;pointer-events:none;}/*!sc*/
|
||||
.dofctq li.ProseMirror-selectednode:dir(rtl)::after{left:-2px;right:-32px;}/*!sc*/
|
||||
.dofctq img.ProseMirror-separator{display:inline;border:none !important;margin:0 !important;}/*!sc*/
|
||||
.dofctq .component-image + img.ProseMirror-separator,.dofctq .component-image + img.ProseMirror-separator + br.ProseMirror-trailingBreak{display:none;}/*!sc*/
|
||||
.dofctq .ProseMirror[contenteditable="false"] .caption{pointer-events:none;}/*!sc*/
|
||||
.dofctq .ProseMirror[contenteditable="false"] .caption:empty{visibility:hidden;}/*!sc*/
|
||||
.dofctq .heading-content::before{content:"";display:inline;}/*!sc*/
|
||||
.dofctq .heading-name{color:#111319;pointer-events:none;display:block;position:relative;top:-60px;visibility:hidden;}/*!sc*/
|
||||
.dofctq .heading-name:hover{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
|
||||
.dofctq .heading-name:first-child + h1,.dofctq .heading-name:first-child + .ProseMirror-yjs-cursor + h1,.dofctq .heading-name:first-child + [role=button] + [role=button] + h1,.dofctq .heading-name:first-child + h2,.dofctq .heading-name:first-child + .ProseMirror-yjs-cursor + h2,.dofctq .heading-name:first-child + [role=button] + [role=button] + h2,.dofctq .heading-name:first-child + h3,.dofctq .heading-name:first-child + .ProseMirror-yjs-cursor + h3,.dofctq .heading-name:first-child + [role=button] + [role=button] + h3,.dofctq .heading-name:first-child + h4,.dofctq .heading-name:first-child + .ProseMirror-yjs-cursor + h4,.dofctq .heading-name:first-child + [role=button] + [role=button] + h4{margin-top:0;}/*!sc*/
|
||||
.dofctq a:first-child h1,.dofctq a:first-child h2,.dofctq a:first-child h3,.dofctq a:first-child h4,.dofctq a:first-child h5,.dofctq a:first-child h6{margin-top:0;}/*!sc*/
|
||||
.dofctq h1:not(.placeholder)::before{content:"H1";}/*!sc*/
|
||||
.dofctq h2:not(.placeholder)::before{content:"H2";}/*!sc*/
|
||||
.dofctq h3:not(.placeholder)::before{content:"H3";}/*!sc*/
|
||||
.dofctq h4:not(.placeholder)::before{content:"H4";}/*!sc*/
|
||||
.dofctq h5:not(.placeholder)::before{content:"H5";}/*!sc*/
|
||||
.dofctq h6:not(.placeholder)::before{content:"H6";}/*!sc*/
|
||||
.dofctq .ProseMirror[contenteditable="true"]:focus-within h1:not(.placeholder):before,.dofctq .ProseMirror-focused h1:not(.placeholder):before,.dofctq .ProseMirror[contenteditable="true"]:focus-within h2:not(.placeholder):before,.dofctq .ProseMirror-focused h2:not(.placeholder):before,.dofctq .ProseMirror[contenteditable="true"]:focus-within h3:not(.placeholder):before,.dofctq .ProseMirror-focused h3:not(.placeholder):before,.dofctq .ProseMirror[contenteditable="true"]:focus-within h4:not(.placeholder):before,.dofctq .ProseMirror-focused h4:not(.placeholder):before,.dofctq .ProseMirror[contenteditable="true"]:focus-within h5:not(.placeholder):before,.dofctq .ProseMirror-focused h5:not(.placeholder):before,.dofctq .ProseMirror[contenteditable="true"]:focus-within h6:not(.placeholder):before,.dofctq .ProseMirror-focused h6:not(.placeholder):before{opacity:1;}/*!sc*/
|
||||
.dofctq .with-emoji{margin-left:-1em;}/*!sc*/
|
||||
.dofctq .heading-anchor,.dofctq .heading-fold{display:inline-block;color:#111319;opacity:.75;cursor:var(--pointer);background:none;outline:none;border:0;margin:0;padding:0;text-align:start;font-weight:500;font-family:'SFMono-Regular',Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:14px;line-height:0;width:12px;height:24px;}/*!sc*/
|
||||
.dofctq .heading-anchor:focus,.dofctq .heading-fold:focus,.dofctq .heading-anchor:hover,.dofctq .heading-fold:hover{opacity:1;}/*!sc*/
|
||||
.dofctq .heading-anchor{box-sizing:border-box;}/*!sc*/
|
||||
.dofctq .heading-actions{opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#FFFFFF;margin-left:-26px;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;display:none;position:relative;top:-2px;width:26px;height:24px;}/*!sc*/
|
||||
.dofctq .heading-actions:dir(rtl){margin-left:0;margin-right:-26px;}/*!sc*/
|
||||
.dofctq .heading-actions.collapsed{opacity:1;}/*!sc*/
|
||||
.dofctq .heading-actions.collapsed .heading-anchor{opacity:0;}/*!sc*/
|
||||
.dofctq .heading-actions.collapsed .heading-fold{opacity:1;}/*!sc*/
|
||||
.dofctq h1:hover .heading-anchor,.dofctq h2:hover .heading-anchor,.dofctq h3:hover .heading-anchor,.dofctq h4:hover .heading-anchor,.dofctq h5:hover .heading-anchor,.dofctq h6:hover .heading-anchor{opacity:0.75 !important;}/*!sc*/
|
||||
.dofctq h1:hover .heading-anchor:hover,.dofctq h2:hover .heading-anchor:hover,.dofctq h3:hover .heading-anchor:hover,.dofctq h4:hover .heading-anchor:hover,.dofctq h5:hover .heading-anchor:hover,.dofctq h6:hover .heading-anchor:hover{opacity:1 !important;}/*!sc*/
|
||||
.dofctq .ProseMirror > h1 .heading-actions,.dofctq .ProseMirror > h2 .heading-actions,.dofctq .ProseMirror > h3 .heading-actions,.dofctq .ProseMirror > h4 .heading-actions,.dofctq .ProseMirror > h5 .heading-actions,.dofctq .ProseMirror > h6 .heading-actions{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}/*!sc*/
|
||||
.dofctq .ProseMirror > h1:not(.placeholder)::before,.dofctq .ProseMirror > h2:not(.placeholder)::before,.dofctq .ProseMirror > h3:not(.placeholder)::before,.dofctq .ProseMirror > h4:not(.placeholder)::before,.dofctq .ProseMirror > h5:not(.placeholder)::before,.dofctq .ProseMirror > h6:not(.placeholder)::before{display:inline-block;}/*!sc*/
|
||||
.dofctq .heading-fold{display:inline-block;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;padding:0;}/*!sc*/
|
||||
.dofctq .heading-fold.collapsed{-webkit-transition-delay:0.1s;transition-delay:0.1s;opacity:1;}/*!sc*/
|
||||
.dofctq .heading-fold.collapsed svg{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);pointer-events:none;}/*!sc*/
|
||||
.dofctq .heading-fold:dir(rtl).collapsed svg{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}/*!sc*/
|
||||
.dofctq .placeholder::before{display:block;opacity:0;-webkit-transition:opacity 150ms ease-in-out;transition:opacity 150ms ease-in-out;content:attr(data-empty-text);pointer-events:none;height:0;color:#a2b2c3;}/*!sc*/
|
||||
.dofctq .ProseMirror-focused .placeholder::before,.dofctq .placeholder:nth-child(1)::before,.dofctq .placeholder:nth-child(2)::before{opacity:1;}/*!sc*/
|
||||
.dofctq .comment-marker:not([data-resolved]):not([data-draft]),.dofctq .comment-marker[data-draft][data-user-id=""]{border-bottom:2px solid rgba(43,194,255,0.5);-webkit-transition:background 100ms ease-in-out;transition:background 100ms ease-in-out;border-radius:2px;}/*!sc*/
|
||||
.dofctq .comment-marker:not([data-resolved]):not([data-draft]):hover,.dofctq .comment-marker[data-draft][data-user-id=""]:hover{background:rgba(43,194,255,0.5);}/*!sc*/
|
||||
.dofctq .notice-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(54,51,255,0.1);border-left:4px solid #3633FF;color:#111319;border-radius:4px;padding:8px 10px 8px 8px;margin:8px 0;}/*!sc*/
|
||||
.dofctq .notice-block a{color:#111319;-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/
|
||||
.dofctq .notice-block p:first-child{margin-top:0;}/*!sc*/
|
||||
.dofctq .notice-block p:last-child{margin-bottom:0;}/*!sc*/
|
||||
.dofctq .notice-block .content{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;min-width:0;}/*!sc*/
|
||||
.dofctq .notice-block .icon{width:24px;height:24px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;margin-right:4px;color:#3633FF;}/*!sc*/
|
||||
.dofctq .notice-block:dir(rtl) .icon{margin-right:0;margin-left:4px;}/*!sc*/
|
||||
.dofctq .notice-block.tip{background:rgba(245,190,49,0.1);border-left:4px solid #F5BE31;color:#111319;}/*!sc*/
|
||||
.dofctq .notice-block.tip .icon{color:#F5BE31;}/*!sc*/
|
||||
.dofctq .notice-block.tip a{color:#111319;}/*!sc*/
|
||||
.dofctq .notice-block.warning{background:rgba(215,58,73,0.1);border-left:4px solid #d73a49;color:#111319;}/*!sc*/
|
||||
.dofctq .notice-block.warning .icon{color:#d73a49;}/*!sc*/
|
||||
.dofctq .notice-block.warning a{color:#111319;}/*!sc*/
|
||||
.dofctq .notice-block.success{background:rgba(58,217,132,0.1);border-left:4px solid #3ad984;color:#111319;}/*!sc*/
|
||||
.dofctq .notice-block.success .icon{color:#3ad984;}/*!sc*/
|
||||
.dofctq .notice-block.success a{color:#111319;}/*!sc*/
|
||||
.dofctq blockquote{margin:0;padding:8px 10px 8px 1.5em;overflow:hidden;position:relative;}/*!sc*/
|
||||
.dofctq blockquote::before{content:"";display:inline-block;width:2px;border-radius:1px;position:absolute;margin-left:-1.5em;top:0;bottom:0;background:#DAE1E9;}/*!sc*/
|
||||
.dofctq blockquote:dir(rtl)::before{margin-left:0;margin-right:-1.5em;}/*!sc*/
|
||||
.dofctq b,.dofctq strong{font-weight:600;}/*!sc*/
|
||||
.dofctq .template-placeholder{color:#a2b2c3;border-bottom:1px dotted #a2b2c3;border-radius:2px;cursor:text;}/*!sc*/
|
||||
.dofctq .template-placeholder:hover{border-bottom:1px dotted #394351;}/*!sc*/
|
||||
.dofctq p{margin:0;min-height:1.6em;}/*!sc*/
|
||||
.dofctq .heading-content a,.dofctq p a{color:#111319;-webkit-text-decoration:underline;text-decoration:underline;-webkit-text-decoration-color:#808aa9;text-decoration-color:#808aa9;-webkit-text-decoration-thickness:1px;text-decoration-thickness:1px;text-underline-offset:.15em;font-weight:500;}/*!sc*/
|
||||
.dofctq .heading-content a:hover,.dofctq p a:hover{-webkit-text-decoration:underline;text-decoration:underline;-webkit-text-decoration-color:#111319;text-decoration-color:#111319;-webkit-text-decoration-thickness:1px;text-decoration-thickness:1px;}/*!sc*/
|
||||
.dofctq a{color:#0366d6;cursor:pointer;}/*!sc*/
|
||||
.dofctq .ProseMirror-focused a{cursor:text;}/*!sc*/
|
||||
.dofctq a:hover{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
|
||||
.dofctq ul,.dofctq ol{margin:0 0.1em 0 0;padding:0 0 0 48px;}/*!sc*/
|
||||
.dofctq ul:has(p:dir(rtl)),.dofctq ol:has(p:dir(rtl)){direction:rtl;}/*!sc*/
|
||||
.dofctq ul:dir(rtl),.dofctq ol:dir(rtl){margin:0 0 0 0.1em;padding:0 48px 0 0;}/*!sc*/
|
||||
.dofctq ol ol{list-style:lower-alpha;}/*!sc*/
|
||||
.dofctq ol ol ol{list-style:lower-roman;}/*!sc*/
|
||||
.dofctq ul li,.dofctq ol li{position:relative;white-space:initial;text-align:start;}/*!sc*/
|
||||
.dofctq ul li p,.dofctq ol li p{white-space:pre-wrap;}/*!sc*/
|
||||
.dofctq ul li > div,.dofctq ol li > div{width:100%;}/*!sc*/
|
||||
.dofctq ul.checkbox_list{padding:0;margin-left:-24px;margin-right:0;}/*!sc*/
|
||||
.dofctq ul.checkbox_list > li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;list-style:none;padding-left:24px;padding-right:0;}/*!sc*/
|
||||
.dofctq ul.checkbox_list:has(p:dir(rtl)){margin-left:0;margin-right:-24px;}/*!sc*/
|
||||
.dofctq ul.checkbox_list:has(p:dir(rtl)) > li{padding-left:0;padding-right:24px;}/*!sc*/
|
||||
.dofctq ul.checkbox_list > li.checked > div > p{color:#66778F;}/*!sc*/
|
||||
.dofctq ul li::before,.dofctq ol li::before{background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iOCIgeT0iNyIgd2lkdGg9IjMiIGhlaWdodD0iMiIgcng9IjEiIGZpbGw9IiM0RTVDNkUiLz4KPHJlY3QgeD0iOCIgeT0iMTEiIHdpZHRoPSIzIiBoZWlnaHQ9IjIiIHJ4PSIxIiBmaWxsPSIjNEU1QzZFIi8+CjxyZWN0IHg9IjgiIHk9IjE1IiB3aWR0aD0iMyIgaGVpZ2h0PSIyIiByeD0iMSIgZmlsbD0iIzRFNUM2RSIvPgo8cmVjdCB4PSIxMyIgeT0iNyIgd2lkdGg9IjMiIGhlaWdodD0iMiIgcng9IjEiIGZpbGw9IiM0RTVDNkUiLz4KPHJlY3QgeD0iMTMiIHk9IjExIiB3aWR0aD0iMyIgaGVpZ2h0PSIyIiByeD0iMSIgZmlsbD0iIzRFNUM2RSIvPgo8cmVjdCB4PSIxMyIgeT0iMTUiIHdpZHRoPSIzIiBoZWlnaHQ9IjIiIHJ4PSIxIiBmaWxsPSIjNEU1QzZFIi8+Cjwvc3ZnPgo=") no-repeat;background-position:0 2px;content:"";display:inline-block;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab;width:24px;height:24px;position:absolute;left:-40px;opacity:0;-webkit-transition:opacity 200ms ease-in-out;transition:opacity 200ms ease-in-out;}/*!sc*/
|
||||
.dofctq ul li:dir(rtl)::before,.dofctq ol li:dir(rtl)::before{left:auto;right:-40px;}/*!sc*/
|
||||
.dofctq ul li[draggable=true]::before,.dofctq ol li[draggable=true]::before{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing;}/*!sc*/
|
||||
.dofctq ul > li.counter-2::before,.dofctq ol li.counter-2::before{left:-50px;}/*!sc*/
|
||||
.dofctq ul > li.counter-2:dir(rtl)::before,.dofctq ol li.counter-2:dir(rtl)::before{left:auto;right:-50px;}/*!sc*/
|
||||
.dofctq ul > li.hovering::before,.dofctq ol li.hovering::before{opacity:0.5;}/*!sc*/
|
||||
.dofctq ul li.ProseMirror-selectednode::after,.dofctq ol li.ProseMirror-selectednode::after{display:none;}/*!sc*/
|
||||
.dofctq ul.checkbox_list > li::before{left:0;}/*!sc*/
|
||||
.dofctq ul.checkbox_list > li:dir(rtl)::before{left:auto;right:0;}/*!sc*/
|
||||
.dofctq ul.checkbox_list .checkbox{display:inline-block;cursor:var(--pointer);pointer-events:initial;opacity:1;width:14px;height:14px;position:relative;top:1px;-webkit-transition:-webkit-transform 100ms ease-in-out;-webkit-transition:transform 100ms ease-in-out;transition:transform 100ms ease-in-out;opacity:.8;margin:0 0.5em 0 0;background-image:url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 0C1.34315 0 0 1.34315 0 3V11C0 12.6569 1.34315 14 3 14H11C12.6569 14 14 12.6569 14 11V3C14 1.34315 12.6569 0 11 0H3ZM3 2C2.44772 2 2 2.44772 2 3V11C2 11.5523 2.44772 12 3 12H11C11.5523 12 12 11.5523 12 11V3C12 2.44772 11.5523 2 11 2H3Z' fill='%23111319' /%3E%3C/svg%3E%0A");}/*!sc*/
|
||||
.dofctq ul.checkbox_list .checkbox[aria-checked=true]{opacity:1;background-image:url( "data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 0C1.34315 0 0 1.34315 0 3V11C0 12.6569 1.34315 14 3 14H11C12.6569 14 14 12.6569 14 11V3C14 1.34315 12.6569 0 11 0H3ZM4.26825 5.85982L5.95873 7.88839L9.70003 2.9C10.0314 2.45817 10.6582 2.36863 11.1 2.7C11.5419 3.03137 11.6314 3.65817 11.3 4.1L6.80002 10.1C6.41275 10.6164 5.64501 10.636 5.2318 10.1402L2.7318 7.14018C2.37824 6.71591 2.43556 6.08534 2.85984 5.73178C3.28412 5.37821 3.91468 5.43554 4.26825 5.85982Z' fill='%230366d6' /%3E%3C/svg%3E%0A" );}/*!sc*/
|
||||
.dofctq ul.checkbox_list .checkbox:active{-webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9);}/*!sc*/
|
||||
.dofctq ul.checkbox_list:has(p:dir(rtl)) .checkbox{margin:0 0 0 0.5em;}/*!sc*/
|
||||
.dofctq li p:first-child{margin:0;word-break:break-word;}/*!sc*/
|
||||
.dofctq hr{position:relative;height:1em;border:0;}/*!sc*/
|
||||
.dofctq hr::before{content:"";display:block;position:absolute;border-top:1px solid #E8EBED;top:0.5em;left:0;right:0;}/*!sc*/
|
||||
.dofctq hr.page-break{page-break-after:always;}/*!sc*/
|
||||
.dofctq hr.page-break::before{border-top:1px dashed #E8EBED;}/*!sc*/
|
||||
.dofctq .math-inline .math-src .ProseMirror,.dofctq code{border-radius:4px;border:1px solid #E8EBED;background:#F4F7FA;padding:3px 4px;color:#032f62;font-family:'SFMono-Regular',Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:90%;}/*!sc*/
|
||||
.dofctq mark{border-radius:1px;padding:2px 0;color:#111319;}/*!sc*/
|
||||
.dofctq mark a{color:#111319;}/*!sc*/
|
||||
.dofctq .external-link{cursor:pointer;display:inline-block;position:relative;top:2px;width:16px;height:16px;}/*!sc*/
|
||||
.dofctq .code-block{position:relative;}/*!sc*/
|
||||
.dofctq .code-block[data-language=mermaidjs]{margin:0.75em 0;}/*!sc*/
|
||||
.dofctq .code-block[data-language=mermaidjs]:not(.code-active){height:auto;margin:-0.75em 0;overflow:hidden;position:relative;}/*!sc*/
|
||||
.dofctq .ProseMirror[contenteditable="false"] .code-block[data-language=mermaidjs]{height:0;overflow:hidden;margin:-0.5em 0 0 0;}/*!sc*/
|
||||
.dofctq .code-block.with-line-numbers pre{padding-left:calc(var(--line-number-gutter-width,0) * 1em + 1.5em);}/*!sc*/
|
||||
.dofctq .code-block.with-line-numbers::after{content:attr(data-line-numbers);position:absolute;padding-left:0.5em;left:1px;top:calc(1px + 0.75em);width:calc(var(--line-number-gutter-width,0) * 1em + .25em);word-break:break-all;white-space:break-spaces;font-family:'SFMono-Regular',Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:13px;line-height:1.4em;color:#66778F;background:#F4F7FA;text-align:right;font-variant-numeric:tabular-nums;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}/*!sc*/
|
||||
.dofctq .mermaid-diagram-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0.75em 0;min-height:1.6em;background:#F4F7FA;border-radius:6px;border:1px solid #E8EBED;padding:8px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;}/*!sc*/
|
||||
.dofctq .mermaid-diagram-wrapper *{font-family:-apple-system,BlinkMacSystemFont,Inter,'Segoe UI',Roboto,Oxygen,sans-serif;}/*!sc*/
|
||||
.dofctq .mermaid-diagram-wrapper.empty{font-family:'SFMono-Regular',Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:14px;color:#a2b2c3;}/*!sc*/
|
||||
.dofctq .mermaid-diagram-wrapper.parse-error{font-family:'SFMono-Regular',Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:14px;color:#FF5C80;}/*!sc*/
|
||||
.dofctq pre{display:block;overflow-x:auto;padding:0.75em 1em;line-height:1.4em;position:relative;background:#F4F7FA;border-radius:4px;border:1px solid #E8EBED;margin:.5em 0;-webkit-font-smoothing:initial;font-family:'SFMono-Regular',Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:13px;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;color:#2F3336;}/*!sc*/
|
||||
.dofctq pre code{font-size:13px;background:none;padding:0;border:0;}/*!sc*/
|
||||
.dofctq table{width:100%;border-collapse:collapse;border-radius:4px;margin-top:1em;box-sizing:border-box;}/*!sc*/
|
||||
.dofctq table *{box-sizing:border-box;}/*!sc*/
|
||||
.dofctq table tr{position:relative;border-bottom:1px solid #DAE1E9;}/*!sc*/
|
||||
.dofctq table td,.dofctq table th{position:relative;vertical-align:top;border:1px solid #DAE1E9;position:relative;padding:4px 8px;text-align:start;min-width:100px;font-weight:normal;}/*!sc*/
|
||||
.dofctq table th{background:rgba(218,225,233,0.25);color:#394351;font-weight:500;}/*!sc*/
|
||||
.dofctq table td .component-embed{padding:4px 0;}/*!sc*/
|
||||
.dofctq table .selectedCell{background:rgba(3,102,214,0.1);background-clip:padding-box;}/*!sc*/
|
||||
@media print{.dofctq table .table-add-row,.dofctq table .table-add-column,.dofctq table .table-grip,.dofctq table .table-grip-column,.dofctq table .table-grip-row{display:none;}}/*!sc*/
|
||||
.dofctq table .table-add-row,.dofctq table .table-add-column{display:block;position:absolute;background:#0366d6;cursor:var(--pointer);}/*!sc*/
|
||||
.dofctq table .table-add-row:hover::after,.dofctq table .table-add-column:hover::after{width:16px;height:16px;z-index:20;background-color:#0366d6;background-size:16px 16px;background-position:50% 50%;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEyIDVDMTEuNDQ3NyA1IDExIDUuNDQ3NzIgMTEgNlYxMUg2QzUuNDQ3NzIgMTEgNSAxMS40NDc3IDUgMTJDNSAxMi41NTIzIDUuNDQ3NzIgMTMgNiAxM0gxMVYxOEMxMSAxOC41NTIzIDExLjQ0NzcgMTkgMTIgMTlDMTIuNTUyMyAxOSAxMyAxOC41NTIzIDEzIDE4VjEzSDE4QzE4LjU1MjMgMTMgMTkgMTIuNTUyMyAxOSAxMkMxOSAxMS40NDc3IDE4LjU1MjMgMTEgMTggMTFIMTNWNkMxMyA1LjQ0NzcyIDEyLjU1MjMgNSAxMiA1WiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=");}/*!sc*/
|
||||
.dofctq table .table-add-row::before,.dofctq table .table-add-column::before{content:"";display:block;cursor:var(--pointer);position:absolute;width:24px;height:24px;}/*!sc*/
|
||||
.dofctq table .table-add-row{bottom:-1px;left:-16px;width:0;height:2px;}/*!sc*/
|
||||
.dofctq table .table-add-row::after{content:"";position:absolute;bottom:-1px;left:-10px;width:4px;height:4px;display:block;border-radius:100%;background-color:#DAE1E9;}/*!sc*/
|
||||
.dofctq table .table-add-row:hover{width:calc(var(--table-width) - 48px);}/*!sc*/
|
||||
.dofctq table .table-add-row:hover::after{bottom:-7.5px;left:-16px;}/*!sc*/
|
||||
.dofctq table .table-add-row::before{bottom:-12px;left:-18px;}/*!sc*/
|
||||
.dofctq table .table-add-row.first{bottom:auto;top:-1px;}/*!sc*/
|
||||
.dofctq table .table-add-row.first::before{bottom:auto;top:-12px;}/*!sc*/
|
||||
.dofctq table .table-add-column{top:-16px;right:-1px;width:2px;height:0;}/*!sc*/
|
||||
.dofctq table .table-add-column::after{content:"";position:absolute;top:-10px;right:-1px;width:4px;height:4px;display:block;border-radius:100%;background-color:#DAE1E9;}/*!sc*/
|
||||
.dofctq table .table-add-column:hover{height:calc(var(--table-height) - 32px + 6px);}/*!sc*/
|
||||
.dofctq table .table-add-column:hover::after{top:-16px;right:-7px;}/*!sc*/
|
||||
.dofctq table .table-add-column::before{top:-16px;right:-12px;}/*!sc*/
|
||||
.dofctq table .table-add-column.first{right:auto;left:-1px;}/*!sc*/
|
||||
.dofctq table .table-add-column.first::before{right:auto;left:-12px;}/*!sc*/
|
||||
.dofctq table .table-grip-column::after{content:"";cursor:var(--pointer);position:absolute;top:-16px;left:0;width:100%;height:12px;background:#DAE1E9;display:block;}/*!sc*/
|
||||
.dofctq table .table-grip-column:hover::after{background:#111319;}/*!sc*/
|
||||
.dofctq table .table-grip-column.first::after{border-top-left-radius:3px;border-bottom-left-radius:3px;}/*!sc*/
|
||||
.dofctq table .table-grip-column.last::after{border-top-right-radius:3px;border-bottom-right-radius:3px;}/*!sc*/
|
||||
.dofctq table .table-grip-column.selected::after{background:#0366d6;}/*!sc*/
|
||||
.dofctq table .table-grip-row::after{content:"";cursor:var(--pointer);position:absolute;left:-16px;top:0;height:100%;width:12px;background:#DAE1E9;border-color:#FFFFFF;display:block;}/*!sc*/
|
||||
.dofctq table .table-grip-row:hover::after{background:#111319;}/*!sc*/
|
||||
.dofctq table .table-grip-row.first::after{border-top-left-radius:3px;border-top-right-radius:3px;}/*!sc*/
|
||||
.dofctq table .table-grip-row.last::after{border-bottom-left-radius:3px;border-bottom-right-radius:3px;}/*!sc*/
|
||||
.dofctq table .table-grip-row.selected::after{background:#0366d6;}/*!sc*/
|
||||
.dofctq table .table-grip::after{content:"";cursor:var(--pointer);background:#DAE1E9;width:13px;height:13px;border-radius:13px;border:2px solid #FFFFFF;position:absolute;top:-18px;left:-18px;display:block;z-index:10;}/*!sc*/
|
||||
.dofctq table .table-grip:hover::after{background:#111319;}/*!sc*/
|
||||
.dofctq table .table-grip.selected::after{background:#0366d6;}/*!sc*/
|
||||
.dofctq .table-wrapper{position:relative;}/*!sc*/
|
||||
.dofctq .table-scrollable{position:relative;margin:-1em -32px -0.5em;-webkit-scrollbar-width:thin;-moz-scrollbar-width:thin;-ms-scrollbar-width:thin;scrollbar-width:thin;-webkit-scrollbar-color:transparent transparent;-moz-scrollbar-color:transparent transparent;-ms-scrollbar-color:transparent transparent;scrollbar-color:transparent transparent;overflow-y:hidden;overflow-x:auto;padding-top:1em;padding-bottom:.5em;padding-left:32px;padding-right:32px;-webkit-transition:border 250ms ease-in-out 0s;transition:border 250ms ease-in-out 0s;}/*!sc*/
|
||||
.dofctq .table-scrollable:hover{-webkit-scrollbar-color:#bdc6cb #F4F7FA;-moz-scrollbar-color:#bdc6cb #F4F7FA;-ms-scrollbar-color:#bdc6cb #F4F7FA;scrollbar-color:#bdc6cb #F4F7FA;}/*!sc*/
|
||||
.dofctq .table-scrollable ::-webkit-scrollbar{height:14px;background-color:transparent;}/*!sc*/
|
||||
.dofctq .table-scrollable:hover ::-webkit-scrollbar{background-color:#F4F7FA;}/*!sc*/
|
||||
.dofctq .table-scrollable ::-webkit-scrollbar-thumb{background-color:transparent;border:3px solid transparent;border-radius:7px;}/*!sc*/
|
||||
.dofctq .table-scrollable:hover ::-webkit-scrollbar-thumb{background-color:#bdc6cb;border-color:#F4F7FA;}/*!sc*/
|
||||
.dofctq .table-shadow-left::before,.dofctq .table-shadow-right::after{content:"";position:absolute;top:1px;bottom:0;left:-1em;width:32px;z-index:20;-webkit-transition:box-shadow 250ms ease-in-out;transition:box-shadow 250ms ease-in-out;border:0px solid transparent;pointer-events:none;}/*!sc*/
|
||||
.dofctq .table-shadow-left::before{left:-32px;right:auto;box-shadow:16px 0 16px -16px inset rgba(0,0,0,0.25);border-left:32px solid #FFFFFF;}/*!sc*/
|
||||
.dofctq .table-shadow-right::after{right:-32px;left:auto;box-shadow:-16px 0 16px -16px inset rgba(0,0,0,0.25);border-right:32px solid #FFFFFF;}/*!sc*/
|
||||
.dofctq .block-menu-trigger{opacity:0;pointer-events:none;display:inline;width:24px;height:24px;color:#394351;background:none;position:absolute;-webkit-transition:color 150ms cubic-bezier(0.175,0.885,0.32,1.275), opacity 150ms ease-in-out;transition:color 150ms cubic-bezier(0.175,0.885,0.32,1.275), opacity 150ms ease-in-out;outline:none;border:0;padding:0;margin-top:1px;margin-left:-28px;border-radius:4px;}/*!sc*/
|
||||
.dofctq .block-menu-trigger:hover,.dofctq .block-menu-trigger:focus{cursor:var(--pointer);color:#111319;background:#EDF2F7;}/*!sc*/
|
||||
.dofctq .ProseMirror[contenteditable="true"]:focus-within,.dofctq .ProseMirror-focused .block-menu-trigger,.dofctq .block-menu-trigger:active,.dofctq .block-menu-trigger:focus{opacity:1;pointer-events:initial;}/*!sc*/
|
||||
.dofctq .ProseMirror-gapcursor{display:none;pointer-events:none;position:absolute;}/*!sc*/
|
||||
.dofctq .ProseMirror-gapcursor::after{content:"";display:block;position:absolute;top:-2px;width:20px;border-top:1px solid #111319;-webkit-animation:ProseMirror-cursor-blink 1.1s steps(2,start) infinite;animation:ProseMirror-cursor-blink 1.1s steps(2,start) infinite;}/*!sc*/
|
||||
.dofctq .folded-content,.dofctq .folded-content + .mermaid-diagram-wrapper{display:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}/*!sc*/
|
||||
@-webkit-keyframes ProseMirror-cursor-blink{to{visibility:hidden;}}/*!sc*/
|
||||
@keyframes ProseMirror-cursor-blink{to{visibility:hidden;}}/*!sc*/
|
||||
.dofctq .ProseMirror-focused .ProseMirror-gapcursor{display:block;}/*!sc*/
|
||||
.dofctq del{color:#66778F;-webkit-text-decoration:strikethrough;text-decoration:strikethrough;}/*!sc*/
|
||||
.dofctq ins[data-operation-index]{color:#111319;background-color:rgba(18,138,41,0.16);-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
|
||||
.dofctq del[data-operation-index]{color:#394351;background-color:#ffebe9;-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
|
||||
.dofctq del[data-operation-index] img{opacity:.5;}/*!sc*/
|
||||
@media print{.dofctq .placeholder::before,.dofctq .block-menu-trigger,.dofctq .heading-actions,.dofctq button.show-source-button,.dofctq h1:not(.placeholder)::before,.dofctq h2:not(.placeholder)::before,.dofctq h3:not(.placeholder)::before,.dofctq h4:not(.placeholder)::before,.dofctq h5:not(.placeholder)::before,.dofctq h6:not(.placeholder)::before{display:none;}.dofctq .image{page-break-inside:avoid;}.dofctq .comment-marker{border:0;background:none;}.dofctq .page-break{opacity:0;}.dofctq pre{overflow-x:hidden;white-space:pre-wrap;}.dofctq em,.dofctq blockquote{font-family:"SF Pro Text",-apple-system,BlinkMacSystemFont,Inter,'Segoe UI',Roboto,Oxygen,sans-serif;}}/*!sc*/
|
||||
.dofctq .math-node{min-width:1em;min-height:1em;font-size:0.95em;font-family:'SFMono-Regular',Consolas,'Liberation Mono',Menlo,Courier,monospace;cursor:auto;white-space:pre-wrap;overflow-x:auto;}/*!sc*/
|
||||
.dofctq .math-node.empty-math .math-render::before{content:"Empty math";color:#a2b2c3;font-size:14px;}/*!sc*/
|
||||
.dofctq .math-node .math-render.parse-error::before{content:"(math error)";color:#FF5C80;cursor:help;}/*!sc*/
|
||||
.dofctq .math-node.ProseMirror-selectednode{outline:none;}/*!sc*/
|
||||
.dofctq .math-node .math-src{display:none;color:#22a2c9;tab-size:4;}/*!sc*/
|
||||
.dofctq .math-node.ProseMirror-selectednode .math-src{display:inline;}/*!sc*/
|
||||
.dofctq .math-node.ProseMirror-selectednode .math-render{display:none;}/*!sc*/
|
||||
.dofctq math-inline{display:inline;white-space:nowrap;}/*!sc*/
|
||||
.dofctq math-inline .math-render{display:inline-block;font-size:0.85em;}/*!sc*/
|
||||
.dofctq math-inline .math-src .ProseMirror{display:inline;margin:0px 3px;}/*!sc*/
|
||||
.dofctq math-block{display:block;}/*!sc*/
|
||||
.dofctq math-block .math-render{display:block;}/*!sc*/
|
||||
.dofctq math-block.ProseMirror-selectednode,.dofctq math-block.empty-math{border-radius:4px;border:1px solid #E8EBED;background:#F4F7FA;padding:0.75em 1em;font-family:'SFMono-Regular',Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:90%;}/*!sc*/
|
||||
.dofctq math-block.empty-math{text-align:center;}/*!sc*/
|
||||
.dofctq math-block .math-src .ProseMirror{width:100%;display:block;}/*!sc*/
|
||||
.dofctq math-block .katex-display{margin:0;}/*!sc*/
|
||||
.dofctq .katex-html *::selection{background-color:none !important;}/*!sc*/
|
||||
.dofctq .math-node.math-select .math-render{background-color:#c0c0c0ff;}/*!sc*/
|
||||
.dofctq math-inline.math-select .math-render{padding-top:2px;}/*!sc*/
|
||||
.dofctq .no-cursor{caret-color:transparent;}/*!sc*/
|
||||
.dofctq div:focus .fake-cursor,.dofctq span:focus .fake-cursor{margin-right:-1px;border-left-width:1px;border-left-style:solid;-webkit-animation:ProseMirror-cursor-blink 1.1s steps(2,start) infinite;animation:ProseMirror-cursor-blink 1.1s steps(2,start) infinite;position:relative;z-index:1;}/*!sc*/
|
||||
.dofctq .token.comment,.dofctq .token.prolog,.dofctq .token.doctype,.dofctq .token.cdata{color:#6a737d;}/*!sc*/
|
||||
.dofctq .token.punctuation{color:#5e6687;}/*!sc*/
|
||||
.dofctq .token.namespace{opacity:0.7;}/*!sc*/
|
||||
.dofctq .token.operator,.dofctq .token.boolean,.dofctq .token.number{color:#d73a49;}/*!sc*/
|
||||
.dofctq .token.property{color:#c08b30;}/*!sc*/
|
||||
.dofctq .token.tag{color:#3d8fd1;}/*!sc*/
|
||||
.dofctq .token.string{color:#032f62;}/*!sc*/
|
||||
.dofctq .token.selector{color:#6679cc;}/*!sc*/
|
||||
.dofctq .token.attr-name{color:#c76b29;}/*!sc*/
|
||||
.dofctq .token.entity,.dofctq .token.url,.dofctq .language-css .token.string,.dofctq .style .token.string{color:#22a2c9;}/*!sc*/
|
||||
.dofctq .token.attr-value,.dofctq .token.keyword,.dofctq .token.control,.dofctq .token.directive,.dofctq .token.unit{color:#d73a49;}/*!sc*/
|
||||
.dofctq .token.function,.dofctq .token.class-name-definition{color:#6f42c1;}/*!sc*/
|
||||
.dofctq .token.class-name{color:#3d8fd1;}/*!sc*/
|
||||
.dofctq .token.statement,.dofctq .token.regex,.dofctq .token.atrule{color:#22a2c9;}/*!sc*/
|
||||
.dofctq .token.placeholder,.dofctq .token.variable{color:#3d8fd1;}/*!sc*/
|
||||
.dofctq .token.deleted{-webkit-text-decoration:line-through;text-decoration:line-through;}/*!sc*/
|
||||
.dofctq .token.inserted{border-bottom:1px dotted #202746;-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
|
||||
.dofctq .token.italic{font-style:italic;}/*!sc*/
|
||||
.dofctq .token.important,.dofctq .token.bold{font-weight:bold;}/*!sc*/
|
||||
.dofctq .token.important{color:#c94922;}/*!sc*/
|
||||
.dofctq .token.entity{cursor:help;}/*!sc*/
|
||||
.dofctq .find-result:not(:has(.mention)),.dofctq .find-result .mention{background:rgba(255,213,0,0.25);}/*!sc*/
|
||||
.dofctq .find-result.current-result:not(:has(.mention)),.dofctq .find-result.current-result .mention{background:rgba(255,213,0,0.75);-webkit-animation:iWoRBt 150ms 1;animation:iWoRBt 150ms 1;}/*!sc*/
|
||||
.dofctq .attachment{display:block;color:#111319 !important;box-shadow:0 0 0 1px #DAE1E9;white-space:nowrap;border-radius:8px;padding:6px 8px;}/*!sc*/
|
||||
.dofctq .image > img{width:auto;height:auto;}/*!sc*/
|
||||
data-styled.g36[id="sc-iHGNWf"]{content:"dofctq,"}/*!sc*/
|
||||
html{line-height:1.15;-webkit-text-size-adjust:100%;}/*!sc*/
|
||||
body{margin:0;}/*!sc*/
|
||||
main{display:block;}/*!sc*/
|
||||
h1{font-size:2em;margin:0.67em 0;}/*!sc*/
|
||||
hr{box-sizing:content-box;height:0;overflow:visible;}/*!sc*/
|
||||
pre{font-family:monospace,monospace;font-size:1em;}/*!sc*/
|
||||
a{background-color:transparent;}/*!sc*/
|
||||
abbr[title]{border-bottom:none;-webkit-text-decoration:underline;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;}/*!sc*/
|
||||
b,strong{font-weight:bolder;}/*!sc*/
|
||||
code,kbd,samp{font-family:monospace,monospace;font-size:1em;}/*!sc*/
|
||||
small{font-size:80%;}/*!sc*/
|
||||
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}/*!sc*/
|
||||
sub{bottom:-0.25em;}/*!sc*/
|
||||
sup{top:-0.5em;}/*!sc*/
|
||||
img{border-style:none;}/*!sc*/
|
||||
button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}/*!sc*/
|
||||
button,input{overflow:visible;}/*!sc*/
|
||||
button,select{text-transform:none;}/*!sc*/
|
||||
button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button;}/*!sc*/
|
||||
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0;}/*!sc*/
|
||||
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText;}/*!sc*/
|
||||
fieldset{padding:0.35em 0.75em 0.625em;}/*!sc*/
|
||||
legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}/*!sc*/
|
||||
progress{vertical-align:baseline;}/*!sc*/
|
||||
textarea{overflow:auto;}/*!sc*/
|
||||
[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0;}/*!sc*/
|
||||
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto;}/*!sc*/
|
||||
[type="search"]{-webkit-appearance:textfield;outline-offset:-2px;}/*!sc*/
|
||||
[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}/*!sc*/
|
||||
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}/*!sc*/
|
||||
details{display:block;}/*!sc*/
|
||||
summary{display:list-item;}/*!sc*/
|
||||
template{display:none;}/*!sc*/
|
||||
[hidden]{display:none;}/*!sc*/
|
||||
*{box-sizing:border-box;}/*!sc*/
|
||||
html,body{width:100%;margin:0;padding:0;print-color-adjust:exact;--pointer:default;overscroll-behavior-x:none;}/*!sc*/
|
||||
@media print{html,body{background:none !important;}}/*!sc*/
|
||||
body,button,input,optgroup,select,textarea{font-family:-apple-system,BlinkMacSystemFont,Inter,'Segoe UI',Roboto,Oxygen,sans-serif;}/*!sc*/
|
||||
body{font-size:16px;line-height:1.5;color:#111319;overscroll-behavior-y:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;}/*!sc*/
|
||||
@media (min-width:737px){html,body{min-height:0;}}/*!sc*/
|
||||
@media (min-width:737px) and (display-mode:standalone){body:after{content:"";display:block;position:fixed;top:0;left:0;right:0;height:1px;background:#DAE1E9;z-index:10000;}}/*!sc*/
|
||||
a{color:#0366d6;-webkit-text-decoration:none;text-decoration:none;cursor:pointer;}/*!sc*/
|
||||
h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.25;margin-top:1em;margin-bottom:0.5em;}/*!sc*/
|
||||
h1{font-size:36px;}/*!sc*/
|
||||
h2{font-size:26px;}/*!sc*/
|
||||
h3{font-size:20px;}/*!sc*/
|
||||
h4{font-size:18px;}/*!sc*/
|
||||
h5{font-size:16px;}/*!sc*/
|
||||
p,dl,ol,ul,pre,blockquote{margin-top:1em;margin-bottom:1em;}/*!sc*/
|
||||
hr{border:0;height:0;border-top:1px solid #DAE1E9;}/*!sc*/
|
||||
:focus-visible{outline-color:#0366d6;outline-offset:-1px;outline-width:initial;}/*!sc*/
|
||||
data-styled.g38[id="sc-global-hMbUzH1"]{content:"sc-global-hMbUzH1,"}/*!sc*/
|
||||
@-webkit-keyframes iWoRBt{0%{box-shadow:0 0 0 1px rgba(255,213,0,0.75);}50%{box-shadow:0 0 0 4px rgba(255,213,0,0.75);}100%{box-shadow:0 0 0 1px rgba(255,213,0,0.75);}}/*!sc*/
|
||||
@keyframes iWoRBt{0%{box-shadow:0 0 0 1px rgba(255,213,0,0.75);}50%{box-shadow:0 0 0 4px rgba(255,213,0,0.75);}100%{box-shadow:0 0 0 1px rgba(255,213,0,0.75);}}/*!sc*/
|
||||
data-styled.g39[id="sc-keyframes-iWoRBt"]{content:"iWoRBt,"}/*!sc*/
|
||||
.xCuIx{max-width:46em;margin:0 auto;padding:0 1em;}/*!sc*/
|
||||
data-styled.g40[id="sc-dtBdUo"]{content:"xCuIx,"}/*!sc*/
|
||||
</style></head><body><article class="sc-dtBdUo xCuIx"><h1 dir="ltr">【特效】对照查阅表</h1><div dir="ltr" class="sc-iHGNWf dofctq"><div id="content" class="ProseMirror"><h2 dir="auto"><span contenteditable="false" class="heading-actions "></span><span class="heading-content">使用方法</span></h2><p dir="auto">在特效模块中,输入效果对应的英文名称,点击生成按钮,即可生成对应的特效模块。</p><hr class=""><h2 dir="auto"><span contenteditable="false" class="heading-actions "></span><span class="heading-content">Bloom - 全局曝光</span></h2><ul><li><p dir="auto">duration:特效总持续时间</p></li><li><p dir="auto">peak:曝光峰值,intensityCurve的y[0, 1]映射到[0, peak]</p></li><li><p dir="auto">intensityCurve:曝光强度曲线,x和y取值范围均为[0, 1]</p></li></ul><h2 dir="auto"><span contenteditable="false" class="heading-actions "></span><span class="heading-content">CameraShake - 摄像机抖动 </span></h2><ul><li><p dir="auto">duration: 特效总持续时间</p></li><li><p dir="auto">frequency:抖动频率(每秒抖动次数,数值越高越频繁)</p></li><li><p dir="auto">amplitude (XYZ):对应轴的振幅</p></li></ul><h2 dir="auto"><span contenteditable="false" class="heading-actions "></span><span class="heading-content">ChromaticAberration - 色散</span></h2><ul><li><p dir="auto">duration: 特效总持续时间</p></li><li><p dir="auto">peak: 色散峰值,注意取值范围为[0, 1]</p></li><li><p dir="auto">intensityCurve:色散强度曲线,x和y取值范围均为[0, 1]</p></li></ul><h2 dir="auto"><span contenteditable="false" class="heading-actions "></span><span class="heading-content">Vignette - 外围阴影</span></h2><ul><li><p dir="auto">duration: 特效总持续时间</p></li><li><p dir="auto">peak:阴影强度峰值,注意取值范围为[0, 1]</p></li><li><p dir="auto">smoothness:阴影柔和度,数值越高,阴影与中心的硬度约小,取值范围[0, 1]</p></li><li><p dir="auto">color:阴影颜色</p></li><li><p dir="auto">intensityCurve:阴影强度曲线,x和y取值范围均为[0, 1]</p></li></ul><h2 dir="auto"><span contenteditable="false" class="heading-actions "></span><span class="heading-content">SetInteger - 设置整数变量</span></h2><ul><li><p dir="auto"><mark data-color="#FA551E" style="background-color: rgba(250,85,30,0.4)">注意,如果将设置变量效果与使用此变量的效果置入同一容器物体,为了保证执行顺序,需要手动将SetInteger放入更优先的执行列表中。</mark></p></li><li><p dir="auto"><mark data-color="#FA551E" style="background-color: rgba(250,85,30,0.4)">在生成此效果之前,需要保证你的谱面中有VariablesContainer,并且声明对应名称的全局变量。</mark></p></li><li><p dir="auto">targetVariableName:目标变量名称</p></li><li><p dir="auto">targetValue:设置这个变量的值(如果不随机)</p></li><li><p dir="auto">isRandom:是否随机设置,即触发此效果时,随机从区间选择一个整数进行赋值。</p></li><li><p dir="auto">minValue:随机区间最小值</p></li><li><p dir="auto">maxValue:随机区间最大值(注意,和Unity原生的随机不同,此为闭区间)</p></li></ul><h2 dir="auto"><span contenteditable="false" class="heading-actions "></span><span class="heading-content">EnableControl - 控制启用</span></h2><ul><li><p dir="auto">connectedGameElement:与该效果连接的游戏元素</p></li><li><p dir="auto">connectedVariableName:与该效果连接的全局变量</p></li><li><p dir="auto">enableValue:执行此效果时,连接变量的值与此值相同,则启用物体,否则禁用。</p></li><li><p dir="auto">useExpression:是否使用表达式,如果使用表达式,则禁用上面的默认控制方法</p></li><li><p dir="auto">expression:表达式内容(为返回bool的条件判断语句)(未实装)</p></li></ul><p dir="auto"></p></div></div></article><script type="module">
|
||||
window.status = "ready";
|
||||
</script></body></html>
|
||||
Reference in New Issue
Block a user