1 line
9.6 KiB
CSS
1 line
9.6 KiB
CSS
body,html{font-family:var(--markdown-font-family, -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", system-ui, "Ubuntu", "Droid Sans", sans-serif);font-size:var(--markdown-font-size,14px);padding:0 26px;line-height:var(--markdown-line-height,22px);word-wrap:break-word}body{padding-top:1em}h1,h2,h3,h4,h5,h6,ol,p,pre,ul{margin-top:0}h2,h3,h4,h5,h6{font-weight:400;margin-bottom:.2em}#code-csp-warning{position:fixed;top:0;right:0;color:#fff;margin:16px;text-align:center;font-size:12px;font-family:sans-serif;background-color:#444;cursor:pointer;padding:6px;box-shadow:1px 1px 1px rgba(0,0,0,.25)}#code-csp-warning:hover{text-decoration:none;background-color:#007acc;box-shadow:2px 2px 2px rgba(0,0,0,.25)}body.scrollBeyondLastLine{margin-bottom:calc(100vh - 22px)}body.showEditorSelection .code-line{position:relative}body.showEditorSelection :not(tr).code-active-line:before,body.showEditorSelection :not(tr).code-line:hover:before{content:"";display:block;position:absolute;top:0;left:-12px;height:100%}body.showEditorSelection li.code-active-line:before,body.showEditorSelection li.code-line:hover:before{left:-30px}.vscode-light.showEditorSelection .code-active-line:before{border-left:3px solid rgba(0,0,0,.15)}.vscode-light.showEditorSelection .code-line:hover:before{border-left:3px solid rgba(0,0,0,.4)}.vscode-light.showEditorSelection .code-line .code-line:hover:before{border-left:none}.vscode-dark.showEditorSelection .code-active-line:before{border-left:3px solid rgba(255,255,255,.4)}.vscode-dark.showEditorSelection .code-line:hover:before{border-left:3px solid rgba(255,255,255,.6)}.vscode-dark.showEditorSelection .code-line .code-line:hover:before{border-left:none}.vscode-high-contrast.showEditorSelection .code-active-line:before{border-left:3px solid rgba(255,160,0,.7)}.vscode-high-contrast.showEditorSelection .code-line:hover:before{border-left:3px solid #ffa000}.vscode-high-contrast.showEditorSelection .code-line .code-line:hover:before{border-left:none}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}img{max-width:100%;max-height:100%}a{text-decoration:none}a:hover{text-decoration:underline}a:focus,input:focus,select:focus,textarea:focus{outline:1px solid -webkit-focus-ring-color;outline-offset:-1px}p{margin-bottom:.7em}ol,ul{margin-bottom:.7em}hr{border:0;height:2px;border-bottom:2px solid}h1{padding-bottom:.3em;line-height:1.2;border-bottom-width:1px;border-bottom-style:solid;font-weight:400}table{border-collapse:collapse;margin-bottom:.7em}th{text-align:left;border-bottom:1px solid}td,th{padding:5px 10px}table>tbody>tr+tr>td{border-top:1px solid}blockquote{margin:0 7px 0 5px;padding:0 16px 0 10px;border-left-width:5px;border-left-style:solid}code{font-family:var(--vscode-editor-font-family, "SF Mono", Monaco, Menlo, Consolas, "Ubuntu Mono", "Liberation Mono", "DejaVu Sans Mono", "Courier New", monospace);font-size:1em;line-height:1.357em}body.wordWrap pre{white-space:pre-wrap}pre.hljs code>div,pre:not(.hljs){padding:16px;border-radius:3px;overflow:auto}pre code{color:var(--vscode-editor-foreground);tab-size:4}.vscode-light pre{background-color:rgba(220,220,220,.4)}.vscode-dark pre{background-color:rgba(10,10,10,.4)}.vscode-high-contrast pre{background-color:#000}.vscode-high-contrast h1{border-color:#000}.vscode-light th{border-color:rgba(0,0,0,.69)}.vscode-dark th{border-color:rgba(255,255,255,.69)}.vscode-light h1,.vscode-light hr,.vscode-light td{border-color:rgba(0,0,0,.18)}.vscode-dark h1,.vscode-dark hr,.vscode-dark td{border-color:rgba(255,255,255,.18)}.vscode-dark .hljs-keyword,.vscode-dark .hljs-literal,.vscode-dark .hljs-name,.vscode-dark .hljs-symbol{color:#569cd6}.hljs-link{color:#569cd6;text-decoration:underline}.hljs-built_in,.hljs-type{color:#4ec9b0}.hljs-class,.hljs-number{color:#b8d7a3}.hljs-meta-string,.hljs-string{color:#d89e7e}.hljs-regexp,.hljs-template-tag{color:#9a5334}.hljs-formula,.hljs-function,.hljs-params,.hljs-subst,.hljs-title{color:#dcdcdc}.hljs-comment,.hljs-quote{color:#57a64a;font-style:italic}.hljs-doctag{color:#608b4e}.hljs-meta,.hljs-meta-keyword,.hljs-tag{color:#9b9b9b}.hljs-template-variable,.hljs-variable{color:#989ff3}.hljs-attr,.hljs-attribute,.hljs-builtin-name{color:#9cdcfe}.hljs-section{color:gold}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-bullet,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-selector-tag{color:#d7ba7d}.hljs-addition{background-color:var(--vscode-diffEditor-insertedTextBackground,rgba(155,185,85,.2));color:#9bb955;display:inline-block;width:100%}.hljs-deletion{background:var(--vscode-diffEditor-removedTextBackground,rgba(255,0,0,.2));color:red;display:inline-block;width:100%}.vscode-light .hljs-class,.vscode-light .hljs-function,.vscode-light .hljs-number,.vscode-light .hljs-params{color:inherit}.vscode-light .hljs-class,.vscode-light .hljs-comment,.vscode-light .hljs-number,.vscode-light .hljs-quote,.vscode-light .hljs-variable{color:green}.vscode-light .hljs-keyword,.vscode-light .hljs-name,.vscode-light .hljs-selector-tag,.vscode-light .hljs-tag{color:#453ab9}.vscode-light .hljs-built_in,.vscode-light .hljs-builtin-name{color:#007acc}.vscode-light .hljs-attribute,.vscode-light .hljs-literal,.vscode-light .hljs-section,.vscode-light .hljs-string,.vscode-light .hljs-template-tag,.vscode-light .hljs-template-variable,.vscode-light .hljs-type{color:#a31515}.vscode-light .hljs-meta,.vscode-light .hljs-meta-keyword,.vscode-light .hljs-selector-attr,.vscode-light .hljs-selector-pseudo{color:#2b91af}.vscode-light .hljs-doctag,.vscode-light .hljs-title{color:#484b60}.vscode-dark .hljs-title{color:#d7ba7d}.vscode-light .hljs-attr{color:red}.vscode-light .hljs-bullet,.vscode-light .hljs-link,.vscode-light .hljs-symbol{color:#00b0e8}.vscode-light .hljs-emphasis{font-style:italic}.vscode-light .hljs-strong{font-weight:700}#icons{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}#icons .icon{width:140px;padding:20px;font-size:14px;display:flex;flex-direction:column;text-align:center}#icons .icon .codicon{font-size:32px;padding-bottom:16px}.results-view{min-width:650px;margin-bottom:20px}.signature-title{white-space:pre-line;margin-bottom:15px;line-height:2}a{opacity:.5}mark{background-color:rgba(153,216,247,.2);color:inherit}.btn{cursor:pointer}pre{padding-bottom:60px!important;padding-top:30px!important}.survey-container{top:0;font-size:18px;min-height:25px;display:grid;width:100%;text-align:right}.survey-link{float:right;font-size:14px;margin-right:10px}.brand{float:right;font-size:14px;font-weight:700;margin-right:10px}.survey-link a{opacity:1}.code-footer{height:0;overflow:visible}.code-header{z-index:10;margin-left:15px;display:block;width:calc(100% - 25px);height:25px;margin-bottom:1px;overflow:visible}.usage-title{float:left;min-width:350px;padding-left:35px;padding-right:35px;text-align:center;vertical-align:middle;height:22px;border-radius:0!important;margin-top:-2px}.usage-header{display:inline-flex;width:100%}.usage-header-nav{min-width:400px;display:flex;margin:0 auto}.top-counter{float:left;margin-top:12px;width:0;height:0;overflow:visible;white-space:nowrap;opacity:.5}.top-counter code{color:var(--vscode-editor-foreground)}.copy-btn{cursor:pointer;float:right;margin-top:16px;margin-left:-60px;z-index:10}.copy-btn a{color:var(--vscode-editor-foreground);cursor:pointer}.copy-btn a:hover{opacity:1}.copy-btn a:focus{outline:0}.code-block{height:auto;margin-bottom:0!important;margin-top:-20px!important}.usage-example{max-width:inherit;overflow:auto}.action-menu{float:left;margin-left:20px;margin-top:-55px;z-index:100;overflow:hidden}.action-menu a{color:var(--vscode-editor-foreground);font-weight:bolder}.usage-header-clearfix{margin-bottom:30px;width:100%}.reaction-btn{float:left;width:19px;height:19px;padding-left:2px;padding-top:2px;margin-right:3px}.reaction-btn:active{background-color:rgba(220,220,220,.4);border:1px solid inset;border-color:rgba(0,0,0,.25)}.reaction-btn a:hover{opacity:1}.reaction-btn a:focus{outline:0}.action-menu-content{display:block;position:absolute;width:400px;margin-left:0;margin-top:5px}.github-source{float:right;font-size:14px;font-weight:400;margin-top:-55px;margin-right:20px;position:relative;z-index:100}.vscode-dark .github-source a{color:#a1a6a9;font-weight:400}.vscode-light .github-source a{color:var(--vscode-editor-foreground);font-weight:400}.github-source a{opacity:1}.github-source a:hover{text-decoration:underline;opacity:1}.github-source span{padding:5px}.vscode-light .title-code{background-color:rgba(220,220,220,.4);padding:5px;border-radius:5px}.vscode-dark .title-code{background-color:rgba(10,10,10,.4);padding:5px;border-radius:5px}.vscode-high-contrast .title-code{background-color:#000;border-radius:5px}.examples-paginator{display:inline-block;width:100%}.paginator-wrapper{float:right}.paginator-prev{float:left;min-width:30px;height:30px;text-align:center}.paginator-next{float:left;min-width:30px;height:30px;text-align:center}.paginator-label{height:30px;float:left}.load-usages-wrapper{width:100%;display:flex;justify-content:center;align-items:center}.usage-prev{float:left;height:30px;margin-top:-1px}.usage-toggle{float:left;margin-top:-1px;height:30px;margin-left:-5px}.usage-next{float:left;margin-top:-1px;height:30px}.disabled{cursor:default!important}.usage-option{opacity:.6;cursor:pointer}.usage-menu{display:flex}.usage-menu>ul>li{padding-top:5px}.usage-header-label{width:100%;text-align:center;font-size:1em;opacity:.8;line-height:18px;margin-bottom:5px}.usage-option :hover{opacity:1}.usage-option-selected{font-weight:700;opacity:1!important}ul{list-style-type:none;overflow:hidden;transition:all .5s ease-in-out;margin:0 auto}.usage-toggle :active{border:none}ul.folded{max-height:0}ul.unfolded{max-height:500px} |