セレーネテーマ
このページはカスタムテーマページです。
Wiki内で使用されているカスタムテーマのためのページです。
運用について、詳しくはcategory-policy・custom-theme-policyを参照してください。
どんなウィキでも:
[[include :scp-jp:theme:selene]]
What is this?
このテーマはtakion00が開発した美的なテーマです。
テーマモード
セレーネテーマはいくつかのモードが使用可能です。以下はその一覧です。
ページ要素
https://codepen.io/lgshifbg-the-looper/pen/XJmzjvK
@charset "UTF-8"; /* Selene Theme [2026 Wikidot Theme] Created by takion00 */ /* ========== Fontawesome ========== */ @import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/fontawesome.min.css"); /* ========== GoogleFonts ========== */ @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap"); @import url("https://fonts.googleapis.com/css2?family=M+PLUS+1+Code:wght@100..700&display=swap"); /* ========== Variable ========== */ :root { --theme-id: "Selene"; --theme-name: "SeleneTheme"; --theme-author: "takion00"; --base-theme: "Mox Theme","Bedrock Theme","Monotypical Theme","Penumbra Theme"; --UI-font-primary: "Noto Sans JP"; --header-font-primary: "Kiwi Maru"; --body-font-primary: "Sawarabi Mincho"; --mono-font-primary: "M PLUS 1 Code"; --header-font-fallback:franklin gothic medium,franklin gothic,itc franklin gothic,"Helvetica Neue","Helvetica",arial,sans-serif; --UI-font-fallback:-apple-system,system-UI,blinkmacsystemfont,"Segoe UI",roboto,oxygen-sans,ubuntu,cantrell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; --body-font-fallback:blinkmacsystemfont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; --mono-font-fallback:menlo,consolas,monaco,liberation mono,lucida console,monospace; --UI-font: var(--UI-font-primary),var(--UI-font-fallback); --header-font: var(--header-font-primary),var(--header-font-fallback); --body-font: var(--body-font-primary),var(--body-font-fallback); --mono-font: var(--mono-font-primary),var(--mono-font-fallback); --link-color: #ffa500; --hover-link-color: #ff8c00; --visited-link-color: #d2691e; --selection-background: #ff6b6b; --selection-color: #fff; --hr-color: #f2c9ac; --theme-color: #3d5cab; --warn-color: #bd3636; --accept-color: #37b55d; --alter-color: #df880a; --header-title: "SCP財団"; --header-subtitle: "確保、収容、保護"; --header-logo: url("https://scp-jp-storage.wdfiles.com/local--files/file%3A9466112-154-owqg/basaltlogo.svg"); --layer-light-1: #f2f2f2; --layer-light-2: #d9d9d9; --layer-light-3: #bfbfbf; --layer-dark-1: #262626; --layer-dark-2: #404040; --layer-dark-3: #595959; --er-height: 3rem; --tab-active: #191970; --tab-hover: #fffafa; --tab-select: #191970; --scroll-background: #aaa; --scroll-nomal: #d2691e; --scroll-hover: #ff8c00; --heading-color: #1c1c1c; --loader-mask: url("data:image/svg+xml,%3C%3Fxml version="1.0" encoding="UTF-8" standalone="no"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 40" width="100%25" height="100%25" %3E%3Cstyle%3E.slide-bar%7Bfill:%2387cefa;rx:2;ry:2;animation:slide 1.2s ease-in-out infinite;transform-box:fill-box;transform-origin:center%7D.slide-bar:nth-child(1)%7Banimation-delay:-0.24s%7D.slide-bar:nth-child(2)%7Banimation-delay:-0.12s%7D.slide-bar:nth-child(3)%7Banimation-delay:0s%7D@keyframes slide%7B0%25,40%25,100%25%7Btransform:scaleY(0.4)%7D20%25%7Btransform:scaleY(1)%7D%7D%3C/style%3E%3Cg transform="translate(40,10)"%3E%3Crect class="slide-bar" x="0" y="0" width="4" height="20"%3E%3C/rect%3E%3Crect class="slide-bar" x="8" y="0" width="4" height="20"%3E%3C/rect%3E%3Crect class="slide-bar" x="16" y="0" width="4" height="20"%3E%3C/rect%3E%3C/g%3E%3C/svg%3E"); --edit-area-toolbar-icon-size: 1.875rem; } /* Selection */ ::selection, ::-moz-selection { background: var(--selection-background); color: var(--selection-color); } /* ========== Common ========== */ /* Body */ html { line-height: 1.5; -webkit-text-size-adjust: 100%; scrollbar-width: thin; scrollbar-color: var(--scroll-nomal) var(--scroll-background); scroll-behavior: smooth } ::-webkit-scrollbar { background: var(--scroll-background); width: 5px; border-radius: 20px; } ::-webkit-scrollbar-thumb { background-color: var(--scroll-nomal); border-radius: 20px; border: 2px solid #fc2; } .scroll-box::-webkit-scrollbar-thumb:hover { background-color: var(--scroll-hover) } body { font-family: var(--body-font); font-size:inherit; text-rendering:auto; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; transform:translate(0, 0); } /* Heading */ h1,h2,h3,h4,h5,h6 { font-family: var(--header-font); color: var(--heading-color); } /* Link */ a { color: var(--link-color); transition: color 0.4 ease; } a:hover { color: var(--hover-link-color); background: none; } a:visited { color: var(--visited-link-color) } a.newpage { color: var(--newpage-link-color) } /* UI */ .meta-title,#page-title { font-family: var(--UI-font); color: var(--heading-color); } div#page-options-container { font-family: var(--UI-font); } /* Blockquote&Code Block */ blockquote,.blockquote,.codes { background: var(--blockquote-background); border: 1px solid var(--blockquote-border); color: var(--blockquote-color); } /* Hovertip */ .hovertip .content { background: var(--hovertip-background); color: var(--hovertip-color); font-family: var(--UI-font); } /* Code Block */ #edit-page-textarea,.code,.code *,.codes,.codes *,tt,.page-source { font-family: var(--mono-font) } .code pre * { white-space: pre } .code *, .codes *, .pre * { font-feature-settings: unset } .change-textarea-size { padding-right: 3em } /* Modal */ .owindow.owait .content { background-image: var(--loader-mask); } .owindow { background: #fff; border: none; border-radius: 5px 0ox; } /* =========== Header ========== */ #header { font-family: var(--UI-font); position: fixed; z-index: 10; height: var(--header-height); display: grid; box-sizing: content-box; grid-template-rows: 1fr; direction: ltr; grid-template-columns: var(--header-height) var(--header-height) auto 1fr var(--header-height) var(--header-height); justify-items: start; background-color: var(--layer-light-1); border-bottom: solid 0.15rem var(--layer-light-2); left: 0px; top: 0px; width: 100%; grid-gap: 0px 0px; padding: 0; align-items: start; justify-content: space-evenly; column-gap: 0; align-content: space-between; } #header h1 { margin: 0; grid-area: none; display: contents; height: var(--header-height); width: fit-content; left: calc(var(--header-height)* 0.05); position: relative; } #header h1 a { display: block; position: relative; width: fit-content; height: var(--header-height); display: contents; } #header h1 a span { font-size: 0; grid-area: title; display: flex; align-items: flex-start; flex-direction: column; justify-content: center; height: var(--header-height); } #header h2 { margin: 0; padding: 0; grid-area: title; display: block; transform: translateY(1rem); width: calc(100% - 3rem); text-align: left; } #header h2 span { font-size: 0; } #search-top-box { position: relative; right: 0; top: 0em; z-index: 10; grid-area: search; width: calc(var(--header-height)); height: calc(var(--header-height)); display: block; } #login-status { position: relative; right: 0px; top: 0px; overflow: visible; z-index: 25; grid-area: user; font-size: 0px; margin-right: calc(var(--header-height)* 0); width: var(--header-height); height: var(--header-height); /* right: calc(var(--header-height)* 0); */ display: flex; align-items: center; justify-content: center; } #login-status > * { font-size: 0.65rem !important } #login-status:has(a.login-status-create-account.btn) { word-break: keep-all; display: flex; flex-direction: row; align-items: center; text-align: center; transform: translateX(-2.5rem); } #search-top-box input.empty { color: #aaa; display: none; } #header #login-status .printuser { font-size: 0 !important; grid-area: none; z-index: 25; position: relative; } #header .printuser a { position: relative; z-index: 22; display: block; } #login-status a#my-account { display: none; } #login-status>a[href="https://www.wikidot.com/account/messages"] { position: absolute; background-color: var(--warn-color); color: transparent; display: block; width: calc(var(--header-height)* 0.2); height: calc(var(--header-height)* 0.2); border-radius: 50%; transform: translateX(calc(var(--header-height)* 0.3)) translateY(calc(var(--header-height)* 0.3)); box-shadow: 0px 0px 0px 0.1rem var(--layer-light-1); z-index: 100; } #login-status img.small { width: calc(var(--header-height)* 0.55); height: calc(var(--header-height)* 0.55); background-image: none !important; border-radius: 0%; position: relative; vertical-align: 0em; padding: 0; } a#account-topbutton:hover { box-shadow: 0px 0px 0px calc(var(--header-height)* 0.23) var(--layer-dark-2); border-radius: 0%; } .printuser a { margin-right: 0px; } #account-topbutton { font-weight: bold; padding: 0; border: none; left: calc(var(--header-height)* -0.56); text-decoration: none; background-color: transparent; width: calc(var(--header-height)* 0.55) !important; display: none; text-align: center; color: transparent !important; direction: ltr; top: calc(var(--header-height)* 0); position: relative; height: calc(var(--header-height)* 0.55); transition: all 0.2s; z-index: 26; } #account-options { position: absolute; box-sizing: border-box; width: fit-content; padding: 0; z-index: 20; background-color: var(--layer-dark-1); border: none; direction: ltr; right: calc(var(--header-height)* -0.85); color: var(--bg-color); top: calc(var(--header-height)* 1); box-shadow: none; display: block !important; visibility: hidden; opacity: 0; transition: visibility 0s, opacity 0.2s; } div#account-options::before { visibility: visible !important; content: ""; display: block; width: calc(var(--header-height)* 1); height: calc(var(--header-height)* 1); background: transparent; z-index: 10; position: relative; top: calc(var(--header-height)* -1); right: calc(var(--header-height)* -3.9); opacity: 1 !important; pointer-events: visiblefill; opacity: 1; box-shadow: none; transition: box-shadow 0.2s ease; } #account-options li a { display: block; box-sizing: border-box; -moz-box-sizing: border-box; z-index: 0; color: var(--layer-light-1) !important; text-decoration: none; font-size: 0.9rem; padding: 0.8rem 1rem; position: relative; text-align: center; transition: all 0.2s ease; } #account-options li a:hover { color: var(--layer-dark-1) !important; font-weight: bold; background-color: var(--layer-dark-2); box-shadow: inset 10rem 0rem var(--layer-light-1); } #account-options ul { display: grid; margin: calc(var(--header-height)* -1) 0rem 0rem 0rem; padding: 0; list-style: none; grid: auto-flow / 1fr 1fr; box-shadow: 0.4rem 0rem 0rem var(--layer-dark-3); width: calc(var(--header-height)* 5.75); } div#login-status:hover div#account-options { opacity: 1; visibility: visible; } div#login-status:hover div#account-options::before { box-shadow: inset 0rem calc(var(--header-height)* -1) var(--layer-dark-2); } form#search-top-box-form { width: calc(var(--header-height)); right: 0; height: calc(var(--header-height)); } #header #search-top-box input#search-top-box-input { display: none; } #header #search-top-box input.button { margin-left: calc(var(--header-height)); padding: 0; text-decoration: none; background-color: #ffffff00; border: none; color: #000; font-size: 0; display: block; width: calc(var(--header-height)); height: calc(var(--header-height)); margin-right: 0; transition: filter 0.2s ease; z-index: 25; position: absolute; right: 0rem; margin-left: 0; background-size: 55%; background-color: var(--layer-light-1); } #header #search-top-box input.button:hover { cursor: pointer; backdrop-filter: brightness(1); box-shadow: none; filter: invert(0.85); } form#search-top-box-form::after { content: ""; position: absolute; right: calc(var(--header-height)* 0); top: calc(var(--header-height)* 0); font-size: calc(var(--header-height)* 0.45); color: var(--layer-dark-2); z-index: 26; padding: calc(var(--header-height)* 0.3); display: inline-block; pointer-events: none; } form#search-top-box-form:has(input.button:hover)::after { color: var(--layer-light-1); } #header h1 a::before { display: inline; padding: 0; content: ""; border: none; position: relative; background-image: var(--header-logo); background-repeat: no-repeat !important; background-size: contain; background-position: center; background-origin: border-box; font-size: calc(var(--header-height)* 0.45) !important; height: var(--header-height); width: calc(var(--header-height)* 0.75); display: inline-block; grid-area: logo; margin-left: calc(var(--header-height)* 0.05); } div#header h1 a:hover { background: transparent; } #header h1 a span::before { content: var(--header-title); font-size: calc(var(--header-height)* 0.45) !important; color: var(--layer-dark-1); position: relative; font-weight: bold; display: block; left: calc(var(--header-height)* 0); top: calc(var(--header-height)* 0.05); /* grid-area: title; */ width: max-content; word-break: keep-all; } div#header a:hover { text-decoration:none; } #header-extra-div-1 { grid-area: menu; display: block; width: var(--header-height); height: var(--header-height); position: relative; background: transparent; } /* Top Bar */ #top-bar { font-family: var(--UI-font); } #top-bar { position: relative; right: -1rem; bottom: 0rem; z-index: 0; display: contents; } #top-bar a:hover { background-color: unset; } #top-bar ul li a:hover, #top-bar ul li.sfhover>a { text-decoration: none; box-shadow: inset 0 calc(var(--header-height) * 1) var(--layer-dark-2), inset 0 calc(var(--header-height) * 2) var(--layer-light-3); color: var(--layer-light-1); } #top-bar ul li ul li a:hover { text-decoration: none; box-shadow: inset 0 calc(var(--header-height)* -1) var(--layer-dark-2), inset 0 calc(var(--header-height)* -1.5) var(--layer-light-3) !important; color: var(--layer-light-1); } .top-bar { display: grid ; grid-area: topbar; left: 0; position: relative; justify-content: start; margin-left: calc(var(--header-height)* 0.2); } #top-bar .mobile-top-bar ul:first-child>li>ul { top: 3rem; transform: translateX(0.4rem); } .mobile-top-bar { display: none; } #top-bar li { list-style: none; float: left; margin: 0rem 0rem; padding: 0rem 0rem; height: var(--header-height); line-height: var(--header-height); } #top-bar li a { text-align: center; display: block; margin: 0; padding: 1px 0.4rem; text-decoration: none; color: var(--layer-dark-3); font-weight: 500; word-break: keep-all; width: max-content; transition: box-shadow 0.4s ease, color 0.2s ease; } #top-bar { position: relative; right: -1rem; bottom: 0rem; z-index: 0; } .top-bar { display: grid; /* grid-area: topbar; */ } .top-bar>br { display: none; } #top-bar ul { display: flex; margin: 0; padding: 0; list-style: none; grid-area: menu; justify-content: space-evenly; flex-wrap: nowrap; align-items: center; align-content: center; flex-direction: row; height: var(--header-height); } #top-bar li:hover ul, #top-bar li.sfhover ul { visibility: visible !important; opacity: 1 !important; } #top-bar li ul { padding: 0; margin: 0; width: auto; border: unset; display: flex; top: var(--header-height); position: absolute; transform: translateX(calc(var(--header-height)* 0.1)); transition: opacity 0.3s ease; opacity: 0; flex-direction: column; flex-wrap: wrap; height: calc(90vh - var(--header-height)); align-items: flex-start; justify-content: flex-start; column-gap: calc(var(--header-height)* 0.1); } #top-bar li ul li { display: inline-block; float: none; height: fit-content; line-height: calc(var(--header-height)* 0.5); width: max-content; box-shadow: calc(var(--header-height)* -0.1) 0 var(--layer-dark-2); } #top-bar li ul li a { width: 10em; text-align: left; background-color: var(--bgblur-front-color); border: none; color: var(--layer-dark-2); padding-top: 0.3rem; padding-bottom: 0.3rem; backdrop-filter: blur(5px); } #top-bar ul li a:hover, #top-bar ul li.sfhover>a { text-decoration: none; box-shadow: inset 0 calc(var(--header-height) * 1) var(--layer-dark-2), inset 0 calc(var(--header-height) * 2) var(--layer-light-3); color: var(--layer-light-1); } /* ======== Side Bar&Interwiki =========== */ :is(#side-bar,#interwiki) { font-family: var(--UI-font); } /* ---- Tab ---- */ .yui-navset .yui-nav a,.yui-navset .yui-navset-top .yui-nav a{background-color:inherit;background-image:inherit}.yui-navset .yui-nav a:hover,.yui-navset .yui-nav a:focus{background:inherit;text-decoration:inherit}.yui-navset .yui-nav .selected a,.yui-navset .yui-nav .selected a:focus,.yui-navset .yui-nav .selected a:hover{color:inherit;background:inherit}.yui-navset .yui-nav,.yui-navset .yui-navset-top .yui-nav{border-color:inherit}.yui-navset li{line-height:inherit} .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav{ display: flex; flex-wrap: wrap; width: calc(100% - .125rem); margin: 0 auto; border-color: var(--tab-active); box-shadow: none; } .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a{ color: #ededed; font-weight: bold; background: #21252E; border: none; box-shadow: none; transition: background 0.15s linear; } .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus{ color: #ededed; background: var(--tab-hover); } .yui-navset .yui-nav li, .yui-navset .yui-navset-top .yui-nav li{ position: relative; display: flex; flex-grow: 2; max-width: 100%; margin: 0; padding: 0; color: #ededed; background-color: #21252E; border-color: transparent; box-shadow: none; } .yui-navset .yui-nav li a, .yui-navset-top .yui-nav li a, .yui-navset-bottom .yui-nav li a{ display: flex; align-items: center; justify-content: center; width: 100%; } .yui-navset .yui-nav li em{ border: none; } .yui-navset .yui-nav a em, .yui-navset .yui-navset-top .yui-nav a em{ padding: .35em .75em; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .yui-navset .yui-nav .selected, .yui-navset .yui-navset-top .yui-nav .selected{ flex-grow: 2; margin: 0; padding: 0; background: var(--tab-select); } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a em{ border: none; } .yui-navset .yui-nav .selected a{ width: 100%; color: #1c1c1c; font-weight: bold; } .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:active{ color: #1c1c1c; background-color: var(--accent-color); } .yui-navset .yui-content { background-color: #1c1c1c; box-shadow: none; color: #e1e1e1; } .yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content{ padding: .5em; border: none; } /* Editor */ #wd-editor-toolbar-panel { grid-area: toolbar; width: 100%; } .wd-editor-toolbar-panel { /* Edit textbox button masks, made by and with courtesy of Woedenaz */ --h1-mask: url("data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="H1-Icon" x="0" y="0" baseProfile="tiny" overflow="visible" version="1.2" viewBox="0 0 200 200" xml:space="preserve"%3E%3Cpath d="M22.4 160V40h14.5v53.4h64V40h14.5v120h-14.5v-53.7h-64V160H22.4zM177.6 40v120h-14.5V61.1h-.9c-.5 1.1-2 2.3-4.2 3.7-2.3 1.4-5.2 2.6-8.8 3.6s-7.7 1.6-12.3 1.6V57.8c4.6 0 8.7-.8 12.1-2.5 3.4-1.7 6.2-3.7 8.5-5.9 2.3-2.3 4-4.3 5.2-6.2 1.2-1.8 1.9-2.9 2.1-3.2h12.8z"/%3E%3C/svg%3E"); --h2-mask: url("data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="H2-Icon" x="0" y="0" baseProfile="tiny" overflow="visible" version="1.2" viewBox="0 0 200 200" xml:space="preserve"%3E%3Cpath d="M10.2 160.8v-120h14.5v53.4h64V40.8h14.5v120H88.7v-53.7h-64v53.7H10.2zm106.8 0v-10.5l39.6-43.4c4.6-5.1 8.5-9.5 11.5-13.3 3-3.8 5.2-7.3 6.7-10.7s2.2-6.8 2.2-10.5c0-4.2-1-7.9-3-11-2-3.1-4.8-5.5-8.2-7.1-3.5-1.7-7.4-2.5-11.7-2.5-4.6 0-8.6.9-12 2.8-3.4 1.9-6.1 4.5-7.9 7.9s-2.8 7.4-2.8 12h-13.8c0-7 1.6-13.2 4.9-18.5 3.2-5.3 7.7-9.5 13.3-12.4 5.6-3 11.9-4.5 18.9-4.5 7 0 13.3 1.5 18.7 4.5 5.4 3 9.7 7 12.8 12s4.6 10.6 4.6 16.8c0 4.4-.8 8.7-2.4 12.9-1.6 4.2-4.3 8.9-8.2 14-3.9 5.1-9.3 11.4-16.1 18.8l-27 28.8v.9h55.8v12.9H117z"/%3E%3C/svg%3E"); --h3-mask: url("data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="H3-Icon" x="0" y="0" baseProfile="tiny" overflow="visible" version="1.2" viewBox="0 0 200 200" xml:space="preserve"%3E%3Cpath d="M6.1 160V40h14.5v53.4h64V40h14.5v120H84.6v-53.7h-64V160H6.1zm147.3 1.6c-7.7 0-14.6-1.3-20.7-4s-10.8-6.4-14.4-11.1c-3.5-4.7-5.5-10.3-5.8-16.6h14.8c.3 3.9 1.6 7.2 4 10 2.3 2.8 5.4 5 9.2 6.5 3.8 1.5 8 2.3 12.6 2.3 5.2 0 9.7-.9 13.7-2.7 4-1.8 7.1-4.3 9.4-7.5 2.3-3.2 3.4-6.9 3.4-11.1 0-4.4-1.1-8.3-3.3-11.7-2.2-3.4-5.4-6-9.6-7.9-4.2-1.9-9.4-2.9-15.5-2.9h-9.6V92h9.6c4.8 0 9-.9 12.6-2.6 3.6-1.7 6.4-4.1 8.5-7.3 2.1-3.1 3.1-6.8 3.1-11 0-4.1-.9-7.6-2.7-10.6-1.8-3-4.3-5.4-7.6-7-3.3-1.7-7.1-2.5-11.5-2.5-4.1 0-8 .8-11.7 2.3-3.7 1.5-6.6 3.7-8.9 6.5-2.3 2.8-3.6 6.2-3.8 10.2h-14.1c.2-6.3 2.1-11.8 5.7-16.6 3.6-4.7 8.2-8.4 14-11.1 5.8-2.7 12.1-4 19-4 7.4 0 13.8 1.5 19.1 4.5 5.3 3 9.4 6.9 12.2 11.8 2.9 4.9 4.3 10.2 4.3 15.8 0 6.8-1.8 12.5-5.3 17.3-3.5 4.8-8.3 8.1-14.4 9.9v.9c7.6 1.3 13.5 4.5 17.8 9.6 4.3 5.2 6.4 11.6 6.4 19.2 0 6.5-1.8 12.4-5.3 17.5-3.5 5.2-8.3 9.2-14.4 12.2s-13 4.6-20.8 4.6z"/%3E%3C/svg%3E"); --h4-mask: url("data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="H4-Icon" x="0" y="0" baseProfile="tiny" overflow="visible" version="1.2" viewBox="0 0 200 200" xml:space="preserve"%3E%3Cpath d="M83.2 93.4h-64V40H4.6v120h14.6v-53.7h64V160h14.5V40H83.2zm112.2 29.1H179V40h-17.7l-52.7 83.4v12h56.5V160h13.8v-24.6h16.4v-12.9zm-71.1-.9 39.8-63h.9v64h-40.8v-1z"/%3E%3C/svg%3E"); --h5-mask: url("data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="H5-Icon" x="0" y="0" baseProfile="tiny" overflow="visible" version="1.2" viewBox="0 0 200 200" xml:space="preserve"%3E%3Cpath d="M6.4 159.2v-120h14.5v53.4h64V39.2h14.5v120H84.9v-53.7h-64v53.7H6.4zm147.6 1.6c-6.9 0-13.1-1.4-18.6-4.1s-9.9-6.5-13.2-11.2c-3.3-4.8-5.1-10.2-5.4-16.3h14.1c.5 5.4 3 9.9 7.4 13.4s9.7 5.3 15.8 5.3c4.9 0 9.3-1.2 13.2-3.5 3.8-2.3 6.9-5.5 9.1-9.5s3.3-8.6 3.3-13.7c0-5.2-1.1-9.9-3.4-14s-5.4-7.4-9.4-9.8c-4-2.4-8.5-3.6-13.7-3.6-3.7 0-7.4.5-11.3 1.7-3.9 1.2-7.1 2.6-9.6 4.4l-13.6-1.6 7.3-59.1h62.3v12.9h-50.2l-4.2 35.4h.7c2.5-2 5.5-3.6 9.3-4.9s7.6-1.9 11.6-1.9c7.3 0 13.9 1.7 19.7 5.2 5.8 3.5 10.3 8.3 13.6 14.3 3.3 6.1 5 13 5 20.7 0 7.7-1.7 14.5-5.1 20.5-3.4 6-8.1 10.7-14.1 14.2s-13 5.2-20.6 5.2z"/%3E%3C/svg%3E"); --h6-mask: url("data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="H6-Icon" x="0" y="0" baseProfile="tiny" overflow="visible" version="1.2" viewBox="0 0 200 200" xml:space="preserve"%3E%3Cpath d="M5 160.1v-120h14.5v53.4h64V40.1H98v120H83.5v-53.7h-64v53.7H5zm149.9 1.7c-4.9-.1-9.8-1-14.8-2.8s-9.4-4.8-13.5-9.1-7.3-10.1-9.8-17.4c-2.5-7.3-3.7-16.5-3.7-27.6 0-10.7 1-20.1 3-28.4s4.9-15.2 8.7-20.9c3.8-5.7 8.4-10 13.7-12.9s11.4-4.4 18.2-4.4c6.7 0 12.7 1.3 18 4s9.5 6.4 12.9 11.2c3.3 4.8 5.5 10.3 6.4 16.6h-14.3c-1.3-5.5-3.9-10-7.7-13.6s-8.9-5.4-15.2-5.4c-9.3 0-16.6 4.1-21.9 12.2-5.3 8.1-8 19.5-8.1 34.2h.9c2.2-3.3 4.8-6.2 7.8-8.5 3-2.4 6.4-4.2 10-5.5s7.6-1.9 11.7-1.9c6.9 0 13.2 1.7 18.9 5.1 5.7 3.4 10.3 8.1 13.7 14.1 3.4 6 5.2 12.9 5.2 20.6 0 7.4-1.7 14.2-5 20.4s-8 11-14 14.6c-5.9 3.7-13 5.4-21.1 5.4zm0-12.9c4.9 0 9.3-1.2 13.3-3.7s7-5.8 9.3-9.9c2.3-4.1 3.4-8.8 3.4-13.8s-1.1-9.5-3.3-13.6c-2.2-4.1-5.2-7.3-9.1-9.8-3.8-2.4-8.2-3.6-13.2-3.6-3.7 0-7.2.7-10.4 2.2s-6 3.5-8.4 6c-2.4 2.5-4.3 5.4-5.7 8.7-1.4 3.3-2.1 6.7-2.1 10.3 0 4.8 1.1 9.2 3.4 13.4 2.2 4.1 5.3 7.5 9.3 10 4.1 2.5 8.5 3.8 13.5 3.8z"/%3E%3C/svg%3E"); --bold-mask: url("data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Bold-Icon" x="0" y="0" baseProfile="tiny" overflow="visible" version="1.2" viewBox="0 0 200 200" xml:space="preserve"%3E%3Cpath d="M53.9 159.4V40h47.8c8.8 0 16.1 1.3 22 3.9 5.9 2.6 10.3 6.2 13.2 10.8 3 4.6 4.4 9.9 4.4 15.9 0 4.7-.9 8.8-2.8 12.3s-4.4 6.4-7.7 8.6c-3.2 2.2-7 3.8-11.1 4.8v1.2c4.5.2 8.8 1.5 12.8 3.8 4 2.4 7.2 5.7 9.7 9.9 2.5 4.3 3.7 9.3 3.7 15.2 0 6.3-1.6 12-4.7 16.9-3.1 5-7.7 8.9-13.9 11.8-6.1 2.9-13.6 4.3-22.6 4.3H53.9zM79.2 90h18.7c3.5 0 6.5-.6 9.2-1.8 2.7-1.2 4.8-3 6.4-5.2 1.6-2.3 2.4-5 2.4-8.1 0-4.3-1.5-7.8-4.6-10.4-3.1-2.6-7.4-4-13-4H79.2V90zm0 48.8h20.6c7 0 12.2-1.4 15.4-4.1 3.2-2.7 4.8-6.3 4.8-10.8 0-3.3-.8-6.2-2.4-8.7-1.6-2.5-3.9-4.5-6.8-5.9-2.9-1.4-6.4-2.2-10.5-2.2H79.2v31.7z"/%3E%3C/svg%3E"); --italic-mask: url("data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Italic-Icon" x="0" y="0" baseProfile="tiny" overflow="visible" version="1.2" viewBox="0 0 200 200" xml:space="preserve"%3E%3Cpath d="m136.4 52.9 2.2-12.9H81.4l-2.1 12.9h21.3l-15.7 94.2H63.6L61.4 160h57.2l2.1-12.9H99.4l15.7-94.2z"/%3E%3C/svg%3E"); --underline-mask: url("data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Underline-Icon" x="0" y="0" baseProfile="tiny" overflow="visible" version="1.2" viewBox="0 0 200 200" xml:space="preserve"%3E%3Cpath d="M30 172.5h140v10H30zM131.5 40h14.3v78c0 8.1-1.9 15.2-5.7 21.5-3.8 6.3-9.1 11.3-16 14.9-6.9 3.6-14.9 5.4-24.2 5.4-9.2 0-17.3-1.8-24.2-5.4-6.9-3.6-12.2-8.6-16-14.9C55.9 133.2 54 126 54 118V40h14.3v76.9c0 5.8 1.3 10.9 3.8 15.3 2.5 4.5 6.1 8 10.8 10.5 4.7 2.6 10.3 3.8 16.9 3.8s12.2-1.3 16.9-3.8c4.7-2.6 8.3-6.1 10.8-10.5 2.5-4.5 3.8-9.6 3.8-15.3V40z"/%3E%3C/svg%3E"); --strikethrough-mask: url("data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Strike-Icon" x="0" y="0" baseProfile="tiny" overflow="visible" version="1.2" viewBox="0 0 200 200" xml:space="preserve"%3E%3Cpath d="M30 95h140v10H30z"/%3E%3Cpath d="M127.5 69.8c-.7-5.9-3.6-10.5-8.6-13.8s-11-5-18.3-5c-5.3 0-10 .9-13.9 2.6-4 1.7-7.1 4.1-9.3 7.1-2.2 3-3.3 6.4-3.3 10.3 0 3.2.8 5.9 2.3 8.2 1.5 2.3 3.5 4.2 5.9 5.7 2.4 1.5 5 2.7 7.6 3.7 2.7 1 5.1 1.7 7.3 2.3l12.2 3.3c3.1.8 6.6 2 10.5 3.4 3.8 1.4 7.5 3.4 11.1 5.9s6.5 5.7 8.8 9.5 3.5 8.6 3.5 14.2c0 6.5-1.7 12.3-5.1 17.6-3.4 5.2-8.3 9.4-14.8 12.5s-14.3 4.6-23.5 4.6c-8.6 0-16-1.4-22.3-4.2s-11.2-6.6-14.8-11.6c-3.6-5-5.6-10.7-6.1-17.3h15c.4 4.5 1.9 8.3 4.6 11.2 2.7 3 6.1 5.1 10.2 6.6 4.1 1.4 8.6 2.1 13.3 2.1 5.5 0 10.5-.9 14.9-2.7s7.9-4.4 10.5-7.6c2.6-3.3 3.9-7.1 3.9-11.5 0-4-1.1-7.2-3.3-9.7s-5.2-4.5-8.8-6.1-7.6-2.9-11.8-4.1l-14.8-4.2c-9.4-2.7-16.8-6.5-22.3-11.5s-8.2-11.5-8.2-19.6c0-6.7 1.8-12.6 5.5-17.6 3.7-5 8.6-8.9 14.8-11.7 6.2-2.8 13.1-4.2 20.8-4.2 7.7 0 14.6 1.4 20.6 4.1s10.8 6.5 14.3 11.3c3.5 4.8 5.4 10.2 5.6 16.2h-14z"/%3E%3C/svg%3E"); --teletype-mask: url("data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Teletype-Icon" x="0" y="0" baseProfile="tiny" overflow="visible" version="1.2" viewBox="0 0 200 200" xml:space="preserve"%3E%3Cpath d="M166 70.9c-.3-.3-.8-.5-1.3-.5h-34.4V43.9c0-.4-.1-.8-.2-1l-.6-.6c-.2-.2-.6-.2-1-.2h-9.8v28.3H67.4V43.9c0-.4-.1-.8-.2-1l-.6-.6c-.2-.2-.6-.2-1-.2h-9.8v28.3H33.5V79c0 .3 0 .6.1.8l.3.6c.2.2.4.3.6.3.2.1.5.1.8.1h20.5V126c0 6.3.8 11.5 2.4 15.6 1.6 4.1 3.9 7.4 6.8 9.8 2.9 2.4 6.3 4.1 10.1 5 3.8 1 7.9 1.5 12.2 1.5h14.6c.7 0 1.1-.2 1.4-.5.3-.3.4-.8.4-1.5v-8.8H88.3c-3.7 0-6.9-.3-9.5-1-2.6-.7-4.7-1.8-6.4-3.5-1.7-1.7-2.9-4-3.7-6.9-.8-3-1.2-6.7-1.2-11.2V80.8h51.3V126c0 6.3.8 11.5 2.4 15.6 1.6 4.1 3.9 7.4 6.8 9.8 2.9 2.4 6.3 4.1 10.1 5s7.9 1.5 12.2 1.5h14.6c.7 0 1.1-.2 1.4-.5.3-.3.4-.8.4-1.5v-8.8h-15.4c-3.7 0-6.9-.3-9.5-1-2.6-.7-4.7-1.8-6.4-3.5-1.7-1.7-2.9-4-3.7-6.9-.8-3-1.2-6.7-1.2-11.2V80.8h36.2v-8.6c-.2-.5-.4-1-.7-1.3z"/%3E%3C/svg%3E"); --quote-mask: url("data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Quote-Icon" x="0" y="0" baseProfile="tiny" overflow="visible" version="1.2" viewBox="0 0 200 200" xml:space="preserve"%3E%3Cpath d="M114.8 150v-37.2c0-4.1.2-8.6.5-13.7.3-4 .8-8 1.8-12.4.8-3.8 2.2-7.5 4-11.2 1.8-3.5 4.3-6.9 7.5-10.1 5.4-5.4 10.8-8.9 16.5-10.6 3.1-.9 6.2-1.8 9.4-2.6v10c-3.2 1.5-5.9 3.2-8.1 5.1-3.6 3.2-6.3 6.7-8.2 10.4-1.7 3.4-2.9 7.1-3.4 11v.4c-.4 3.4-.6 6.4-.6 9.1v10h20.3V150h-39.7zm-69.3 0v-37.2c0-4.1.2-8.6.5-13.7.3-4.1.9-8.1 1.8-12.2 1-4 2.3-7.8 4.2-11.5 1.6-3.3 4.1-6.6 7.4-9.7l.2-.2.2-.2c4.9-5.2 10.4-8.7 16.2-10.4 3.1-.9 6.3-1.8 9.6-2.6v10.1c-3.2 1.5-5.9 3.2-8.1 5.1-3.6 3.2-6.3 6.7-8.2 10.4-1.7 3.4-2.9 7.1-3.4 11v.4c-.4 3.4-.6 6.4-.6 9.1v10h20.3V150H45.5z"/%3E%3C/svg%3E"); --superscript-mask: url("data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Superscript-Icon" x="0" y="0" baseProfile="tiny" overflow="visible" version="1.2" viewBox="0 0 200 200" xml:space="preserve"%3E%3Cpath d="m33.9 39.9 30.9 49.9h.9l30.9-49.9h17.1L76 99.9l37.7 60h-17l-30.9-49h-.9l-30.9 49H16.8l38.7-60-38.7-60h17.1zm92.6 60v-9.1l27.4-24.4c2.7-2.4 5-4.6 6.9-6.5 1.8-1.9 3.2-3.8 4.2-5.6.9-1.8 1.4-3.7 1.4-5.7 0-3.5-1.3-6.3-4-8.4-2.7-2.1-6-3.1-10-3.1-4.2 0-7.6 1.1-10.2 3.4-2.6 2.2-3.9 5.2-3.9 8.8H126c0-6.7 2.5-12.1 7.4-16.1 5-4.1 11.3-6.1 19-6.1 5.2 0 9.7.9 13.6 2.8 3.9 1.9 7 4.4 9.1 7.6s3.3 6.9 3.3 10.9c0 3.2-.6 6.2-1.9 8.9-1.3 2.7-3.3 5.6-6 8.5s-6.2 6.3-10.5 10l-15.2 13.4v.5h35.9V100h-54.2z"/%3E%3C/svg%3E"); --subscript-mask: url("data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Subscript-Icon" x="0" y="0" baseProfile="tiny" overflow="visible" version="1.2" viewBox="0 0 200 200" xml:space="preserve"%3E%3Cpath d="m35.6 39.9 30.9 49.9h.9l30.9-49.9h17.1l-37.7 60 37.7 60h-17l-30.9-49h-.9l-30.9 49H18.4l38.7-60-38.7-60h17.2zm89.2 140.6v-9.1l27.4-24.4c2.7-2.4 5-4.6 6.9-6.5 1.8-1.9 3.2-3.8 4.2-5.6.9-1.8 1.4-3.7 1.4-5.7 0-3.5-1.3-6.3-4-8.4s-6-3.1-10-3.1c-4.2 0-7.6 1.1-10.2 3.4s-3.9 5.2-3.9 8.8h-12.2c0-6.7 2.5-12.1 7.4-16.1s11.3-6.1 19-6.1c5.2 0 9.7.9 13.6 2.8s7 4.4 9.1 7.6 3.3 6.9 3.3 10.9c0 3.2-.6 6.2-1.9 8.9-1.3 2.7-3.3 5.6-6 8.5s-6.2 6.3-10.5 10l-15.2 13.4v.5H179v10.3h-54.2z"/%3E%3C/svg%3E"); --rawtext-mask: url("data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Raw-Text-Icon" x="0" y="0" baseProfile="tiny" overflow="visible" version="1.2" viewBox="0 0 200 200" xml:space="preserve"%3E%3Cpath d="M104.3 109.8V98.5H81.1L65.6 71.4H35.8v.1l-13.1 36 10.6 3.9 10.5-28.7h8.7l-17.3 47.6H12.8v11.3h30.4l7.4-20.5 32.7 39 8.7-7.3-36.9-44 7.3-20.1 12.1 20.9v.2zm-37.2-42c3.2 1.2 6.4 1 9.5-.4 3.1-1.5 5.3-3.8 6.4-7 1.2-3.2 1-6.4-.4-9.5-1.5-3.1-3.8-5.3-7.1-6.5-3.2-1.2-6.3-1-9.5.5-3.1 1.5-5.3 3.8-6.5 7s-1 6.4.4 9.5c1.6 3 4 5.2 7.2 6.4z"/%3E%3Cpath d="M183.4 72.7C180.8 66 177 60.2 172 55.3c-5-4.9-11-8.6-18.2-11.3-7.1-2.6-15.2-4-24.3-4-9.8 0-18.5 1.4-26.2 4.3-5.6 2.1-10.6 4.9-15 8.4.6 3.1.4 6.3-.7 9.3-1.5 4.3-4.6 7.7-8.9 9.8l-.1.2c-1.9.8-3.8 1.3-5.7 1.5-.1.1-.1.3-.2.4L84 93.5h.4c.4-3.9 1.3-7.6 2.4-11.2 1.9-5.6 4.7-10.4 8.5-14.5s8.5-7.4 14.2-9.7c5.7-2.3 12.3-3.4 19.9-3.4 4.4 0 8.7.4 12.8 1.3 4.2.9 8 2.3 11.6 4.2 3.6 1.9 6.7 4.4 9.4 7.5 2.7 3.1 4.8 6.8 6.3 11.1s2.3 9.4 2.3 15.1c0 5.9-.4 10.8-1.1 14.7s-1.8 6.7-3.2 8.5c-1.4 1.9-3.2 2.8-5.3 2.8-1.5 0-2.8-.6-3.7-1.7-.9-1.2-1.4-2.8-1.4-4.9V68.7h-14.3v5.1h-.6c-.5-1.3-1.8-2.6-4-3.7-2.1-1.2-4.7-2-7.8-2.5-3.1-.5-6.3-.5-9.8 0-3 .4-6.1 1.4-9.1 2.9s-5.7 3.6-8.2 6.3c-2.4 2.7-4.4 6-5.9 9.9-.8 2.1-1.4 4.4-1.7 6.9h13.6v21.3H97.4c1.4 4 3.3 7.4 5.8 10.1 2.5 2.8 5.3 4.9 8.5 6.3 3.2 1.5 6.6 2.3 10.2 2.5 3.4.2 6.7-.1 9.7-.9 3.1-.8 5.6-2 7.8-3.4 2.1-1.5 3.6-3.1 4.3-5h.5c.3 2.1 1.1 3.9 2.2 5.5s2.8 2.7 5 3.5c2.2.8 5.1 1.1 8.6.8 4.9-.3 9.1-1.4 12.6-3.4s6.3-4.8 8.4-8.3c2.1-3.5 3.7-7.6 4.7-12.3 1-4.7 1.5-9.8 1.5-15.4.1-8.1-1.2-15.5-3.8-22.2zm-42.9 37.5c-1 2.8-2.5 4.9-4.7 6.4-2.2 1.4-5.2 2.1-8.9 2.1-4 0-7.1-.9-9.5-2.7s-4-4.1-5-7c-1-2.9-1.5-5.9-1.6-9.2 0-3.5.7-6.5 1.9-9.1 1.2-2.6 3-4.6 5.4-6 2.4-1.4 5.2-2.1 8.6-2.1 3.9 0 6.9.7 9.1 2 2.2 1.3 3.7 3.3 4.6 5.8.9 2.5 1.4 5.6 1.4 9.3.1 4.2-.4 7.7-1.3 10.5z"/%3E%3Cpath d="M149.4 142.5c-2.7.7-5.7 1.3-9.1 1.8-3.3.5-6.8.8-10.3.8-7.4 0-14-1-19.7-2.9-5.7-1.9-10.5-4.8-14.4-8.6-3.9-3.8-6.8-8.4-8.8-14-.6-1.5-1-3.2-1.4-4.8H69.5v-3.9l-1.4-2.4c.3 3.4.8 6.7 1.5 9.8L99 153.4l-.8.7c1.6.7 3.2 1.4 4.9 1.9 7.6 2.6 16.2 3.9 25.9 3.9 4.3 0 8.5-.3 12.6-.9 4.1-.6 7.8-1.4 11-2.3 3.3-1 5.9-2 7.8-3.1l-4.5-13.2c-1.7.7-3.8 1.4-6.5 2.1z"/%3E%3C/svg%3E"); --hr-mask: url("data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="hr-Icon" x="0" y="0" baseProfile="tiny" overflow="visible" version="1.2" viewBox="0 0 200 200" xml:space="preserve"%3E%3Cpath fill="none" stroke="%23000000" stroke-miterlimit="10" stroke-width="10" d="M160 40v30H40V40m0 120v-30h120v30"/%3E%3Cpath d="M175 110H25V90h150v20z"/%3E%3C/svg%3E"); --divblock-mask: url("data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Div-Block-Icon" x="0" y="0" baseProfile="tiny" overflow="visible" version="1.2" viewBox="0 0 200 200" xml:space="preserve"%3E%3Cpath d="m59.5 65.5-18.8 69.7H30.3L49 65.5h10.5zm17.1 61.6c-3.3 0-6.3-.9-9-2.6-2.7-1.7-4.8-4.2-6.4-7.6-1.6-3.3-2.3-7.4-2.3-12.3 0-5 .8-9.2 2.4-12.5 1.6-3.3 3.8-5.8 6.4-7.5 2.7-1.7 5.6-2.5 8.8-2.5 2.4 0 4.5.4 6.1 1.2 1.6.8 3 1.8 4 3.1 1 1.2 1.8 2.4 2.3 3.6h.4V68.2h12.1v58.2H89.5v-7H89c-.6 1.2-1.4 2.4-2.4 3.6-1 1.2-2.4 2.2-4 2.9s-3.7 1.2-6 1.2zm3.8-9.6c2 0 3.6-.5 5-1.6s2.4-2.6 3.1-4.5c.7-1.9 1.1-4.2 1.1-6.8s-.4-4.8-1.1-6.8c-.7-1.9-1.8-3.4-3.1-4.4s-3-1.6-5-1.6-3.7.5-5 1.6-2.4 2.6-3.1 4.5c-.7 1.9-1.1 4.1-1.1 6.6s.4 4.8 1.1 6.7c.7 1.9 1.7 3.5 3.1 4.5s3 1.8 5 1.8zm35-40.4c-1.8 0-3.3-.6-4.6-1.8-1.3-1.2-1.9-2.6-1.9-4.3s.6-3.1 1.9-4.3c1.3-1.2 2.8-1.8 4.6-1.8 1.8 0 3.4.6 4.6 1.8 1.3 1.2 1.9 2.6 1.9 4.3 0 1.7-.6 3.1-1.9 4.3-1.3 1.2-2.8 1.8-4.6 1.8zm-6.1 49.3V82.7h12.1v43.6h-12.1zm60.4-43.7-15.3 43.6h-13.6l-15.3-43.6h12.8l9.1 31.2h.5l9-31.2h12.8z"/%3E%3Cpath fill="none" stroke="%23000000" stroke-width="10" d="M42.4 160H5V40h37.4m115.2 0H195v120h-37.4"/%3E%3C/svg%3E"); --clearfloat-mask: url("data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Clear-Both-Icon" x="0" y="0" baseProfile="tiny" overflow="visible" version="1.2" viewBox="0 0 200 200" xml:space="preserve"%3E%3Cpath d="M150 50v100H50V50h100m10-10H40v120h120V40z"/%3E%3Cpath d="m160 58.2 28 41.8-28 41.8V58.2m-.1-18.2H150v120h9.9l40.1-60-40.1-60zM40 58.2v83.6L12 100l28-41.8M50 40h-9.9L0 100l40.1 60H50V40zm77.3 102.7-70-69.9 15.4-15.5 70.1 70-15.5 15.4zm-54.7 0-15.4-15.4 70-70 15.4 15.5-70 69.9z"/%3E%3C/svg%3E"); --clearfloatleft-mask: url("data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Clear-Left-Icon" x="0" y="0" baseProfile="tiny" overflow="visible" version="1.2" viewBox="0 0 200 200" xml:space="preserve"%3E%3Cpath d="M170 50v100H70V50h100m10-10H60v120h120V40z"/%3E%3Cpath d="M60 58.2v83.6L32 100l28-41.8M70 40h-9.9L20 100l40.1 60H70V40zm77.3 102.7-70-69.9 15.4-15.5 70.1 70-15.5 15.4zm-54.7 0-15.4-15.4 70-70 15.4 15.5-70 69.9z"/%3E%3C/svg%3E"); --clearfloatright-mask: url("data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Clear-Right-Icon" x="0" y="0" baseProfile="tiny" overflow="visible" version="1.2" viewBox="0 0 200 200" xml:space="preserve"%3E%3Cpath d="M130 50v100H30V50h100m10-10H20v120h120V40z"/%3E%3Cpath d="m140 58.2 28 41.8-28 41.8V58.2m-.1-18.2H130v120h9.9l40.1-60-40.1-60zm-32.6 102.7-70-69.9 15.4-15.5 70.1 70-15.5 15.4zm-54.7 0-15.4-15.4 70-70 15.4 15.5-70 69.9z"/%3E%3C/svg%3E"); --table-mask: url("data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Tables-Icon" x="0" y="0" baseProfile="tiny" overflow="visible" version="1.2" viewBox="0 0 200 200" xml:space="preserve"%3E%3Cpath d="M165 50v100H35V50h130m10-10H25v120h150V40z"/%3E%3Cpath d="M25 40h150v30H25z"/%3E%3Cpath fill="none" stroke="%23000000" stroke-miterlimit="10" stroke-width="10" d="M115 70v90m5-50H25"/%3E%3C/svg%3E"); --toc-mask: url("data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="TOC-Icon" x="0" y="0" baseProfile="tiny" overflow="visible" version="1.2" viewBox="0 0 200 200" xml:space="preserve"%3E%3Cpath d="M66.5 50.5v9.1H40.2v-9.1h26.3zM46.2 40.1h12.1v40.7c0 1.1.2 2 .5 2.6s.8 1 1.4 1.3c.6.2 1.3.4 2.1.4.6 0 1.1-.1 1.7-.2s1-.2 1.3-.2l1.9 9c-.6.2-1.5.4-2.6.7-1.1.3-2.4.4-4 .5-2.9.1-5.5-.3-7.7-1.2-2.2-.9-3.9-2.3-5.1-4.1-1.2-1.9-1.8-4.2-1.8-7.1V40.1h.2zM90.1 95c-4.4 0-8.2-.9-11.4-2.8-3.2-1.9-5.7-4.5-7.4-7.9-1.7-3.4-2.6-7.3-2.6-11.8s.9-8.5 2.6-11.8c1.7-3.4 4.2-6 7.4-7.9 3.2-1.9 7-2.8 11.4-2.8s8.2.9 11.4 2.8c3.2 1.9 5.7 4.5 7.4 7.9 1.7 3.4 2.6 7.3 2.6 11.8s-.9 8.4-2.6 11.8-4.2 6-7.4 7.9c-3.1 1.9-7 2.8-11.4 2.8zm.1-9.3c2 0 3.7-.6 5-1.7s2.4-2.7 3.1-4.7 1-4.3 1-6.8-.3-4.8-1-6.8-1.7-3.6-3.1-4.7c-1.3-1.2-3-1.7-5-1.7s-3.7.6-5.1 1.7c-1.4 1.2-2.4 2.7-3.1 4.7s-1 4.3-1 6.8.3 4.8 1 6.8 1.7 3.6 3.1 4.7 3.1 1.7 5.1 1.7zm47.4 9.3c-4.5 0-8.3-1-11.5-2.9s-5.7-4.5-7.4-7.9c-1.7-3.4-2.6-7.3-2.6-11.7 0-4.5.9-8.4 2.6-11.8s4.2-6 7.4-7.9c3.2-1.9 7-2.9 11.4-2.9 3.8 0 7.1.7 10 2.1 2.9 1.4 5.1 3.3 6.8 5.8s2.6 5.4 2.8 8.8h-11.4c-.3-2.2-1.2-3.9-2.5-5.3-1.4-1.3-3.2-2-5.4-2-1.9 0-3.5.5-4.9 1.5s-2.5 2.5-3.3 4.4c-.8 1.9-1.2 4.3-1.2 7 0 2.8.4 5.2 1.2 7.1s1.9 3.4 3.3 4.5c1.4 1 3 1.5 4.9 1.5 1.4 0 2.6-.3 3.7-.9 1.1-.6 2-1.4 2.8-2.5.7-1.1 1.2-2.4 1.4-3.9h11.4c-.2 3.3-1.1 6.3-2.7 8.8s-3.8 4.5-6.7 5.9c-2.9 1.6-6.2 2.3-10.1 2.3z"/%3E%3Cpath fill="none" stroke="%23000000" stroke-width="10" d="M70 155h80m-80-28.8h80"/%3E%3Cpath stroke="%23000000" stroke-width="2.5" d="M50.2 131.2v-10l10 5zm0 29v-10l10 5z"/%3E%3C/svg%3E"); --codeblock-mask: url("data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Code-Icon" x="0" y="0" baseProfile="tiny" overflow="visible" version="1.2" viewBox="0 0 200 200" xml:space="preserve"%3E%3Cpath d="M165 50v100H35V50h130m10-10H25v120h150V40z"/%3E%3Cpath d="M60.5 86.4c-2.9 1.3-5.6 2.5-8.3 3.7-2.7 1.2-5.3 2.4-7.7 3.5v13.5c0 .3 0 .5.1.6.1.2.2.3.4.5s.4.3.6.4c3.5 1.6 7.1 3.1 10.7 4.7 3.5 1.6 7.1 3.1 10.6 4.7s7.1 3.1 10.6 4.7v-9.5c0-.4-.1-.7-.1-.8-.1-.2-.3-.3-.7-.5-.9-.4-2.3-1-4.1-1.8-1.8-.8-3.9-1.8-6.3-2.8-2.4-1-4.8-2.1-7.3-3.2-2-.9-3.8-1.7-5.5-2.4V100c1.2-.6 2.6-1.2 4-1.8 1.9-.9 3.9-1.7 5.8-2.6 2-.8 3.8-1.7 5.6-2.5 1.8-.8 3.4-1.5 4.7-2.1s2.4-1 3.1-1.4c.3-.2.6-.4.7-.6.1-.2.1-.4.1-.8v-9.4c-2.7 1.2-5.5 2.4-8.4 3.7-2.9 1.4-5.8 2.7-8.6 3.9zm54.8 38.4c-2.5-6.3-4.9-12.7-7.3-19.1-2.5-6.4-4.9-12.8-7.4-19.1-2.5-6.4-4.9-12.7-7.4-19.1-.1-.1-.1-.3-.2-.3-.1-.1-.2-.1-.3-.1H82.5c2.8 7.2 5.6 14.4 8.4 21.7 2.8 7.3 5.6 14.5 8.4 21.8 2.8 7.3 5.6 14.5 8.3 21.8.1.3.3.5.5.6.2.1.4.2.6.2h9.8c-.6-1.3-1.1-2.7-1.6-4.1s-1.1-2.9-1.6-4.3zm40.2-30.9c-.1-.2-.2-.4-.4-.5-.2-.2-.4-.3-.6-.4-3.6-1.5-7.1-3.1-10.6-4.7s-7.1-3.1-10.6-4.7c-3.6-1.5-7.1-3.1-10.6-4.7v9.4c0 .4 0 .6.1.8.1.2.3.4.7.6.9.4 2.3 1 4.1 1.8 1.8.8 3.9 1.8 6.3 2.8 2.4 1.1 4.8 2.1 7.3 3.2 2 .9 3.8 1.7 5.6 2.4v1.6c-1.2.6-2.6 1.2-4 1.8-1.9.9-3.9 1.7-5.8 2.6-2 .9-3.8 1.7-5.6 2.5s-3.4 1.5-4.7 2.1c-1.3.6-2.4 1-3.1 1.3-.4.2-.6.4-.7.5-.1.2-.1.4-.1.8v9.5c2.7-1.2 5.5-2.5 8.4-3.8 2.9-1.2 5.7-2.5 8.6-3.8 2.8-1.3 5.6-2.5 8.3-3.8 2.7-1.2 5.3-2.4 7.7-3.5V94.3c-.2 0-.3-.2-.3-.4z"/%3E%3C/svg%3E"); --codewiz-mask: url("data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Code-Wizard-Icon" x="0" y="0" baseProfile="tiny" overflow="visible" version="1.2" viewBox="0 0 200 200" xml:space="preserve"%3E%3Cpath d="M60.5 86.4c-2.9 1.3-5.6 2.5-8.3 3.7-2.7 1.2-5.3 2.4-7.7 3.5v13.5c0 .3 0 .5.1.6.1.2.2.3.4.5s.4.3.6.4c3.5 1.6 7.1 3.1 10.7 4.7 3.5 1.6 7.1 3.1 10.6 4.7s7.1 3.1 10.6 4.7v-9.5c0-.4-.1-.7-.1-.8-.1-.2-.3-.3-.7-.5-.9-.4-2.3-1-4.1-1.8-1.8-.8-3.9-1.8-6.3-2.8-2.4-1-4.8-2.1-7.3-3.2-2-.9-3.8-1.7-5.5-2.4V100c1.2-.6 2.6-1.2 4-1.8 1.9-.9 3.9-1.7 5.8-2.6 2-.8 3.8-1.7 5.6-2.5 1.8-.8 3.4-1.5 4.7-2.1s2.4-1 3.1-1.4c.3-.2.6-.4.7-.6.1-.2.1-.4.1-.8v-9.4c-2.7 1.2-5.5 2.4-8.4 3.7-2.9 1.4-5.8 2.7-8.6 3.9zm54.8 38.4c-2.5-6.3-4.9-12.7-7.3-19.1-2.5-6.4-4.9-12.8-7.4-19.1l-2.1-5.4-8.6-8.6-5.6-5.6h-1.8c2.8 7.2 5.6 14.4 8.4 21.7 2.8 7.3 5.6 14.5 8.4 21.8 2.8 7.3 5.6 14.5 8.3 21.8.1.3.3.5.5.6.2.1.4.2.6.2h9.8c-.6-1.3-1.1-2.7-1.6-4.1s-1.1-2.8-1.6-4.2zm12.1-14.7c-.3.1-.6.3-.9.4-1.3.6-2.4 1-3.1 1.3-.4.2-.6.4-.7.5-.1.2-.1.4-.1.8v9.5c2.7-1.2 5.5-2.5 8.4-3.8 1.2-.5 2.4-1.1 3.6-1.6l-7.2-7.1zM140.7 50H165v24.3l10 10V40h-44.3z"/%3E%3Cpath d="m169.4 152.2-4.4-4.5v2.3H35V50h63.3l10-10H25v120h150v-2.3z"/%3E%3Cpath d="m199.1 122.5-57-57-22.6-22.6-22.6 22.6 22.6 22.6 57 57 22.6-22.6zM119.5 57l8.5 8.5-8.5 8.5-8.5-8.5 8.5-8.5z"/%3E%3C/svg%3E"); --url-mask: url("data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Link-Icon" x="0" y="0" baseProfile="tiny" overflow="visible" version="1.2" viewBox="0 0 200 200" xml:space="preserve"%3E%3Cpath d="M96 100.9c-5.3 6.9-15.6-1.2-10.3-8.1l4-5.1c8.5-10.9 20.3-11.9 29.7-7.4 3.5 1.5 6.9 4.1 9.3 7.2 6.7 8 8.6 19.8.2 30.7l-25.1 32.2c-5.8 7.4-13.2 10.1-20.4 9.5-9.1 0-18.7-6.6-22-15.2-4.7-9.7-2-19.3 6.3-28.7 2.5 3.5 6.3 6.4 10.3 8-1.8 2.4-5 5.8-5.3 8.8-1.7 7.8 5.7 15.4 13.6 13.8 2.6-.3 5.1-1.6 7.2-4.3 5.9-7.5 25.1-32.3 25.1-32.3 1.5-1.9 2.2-3.9 2.4-5.9 1.3-11.7-13.7-17.8-20.9-8.5l-4.1 5.3z"/%3E%3Cpath d="M114.2 107.2c5.3-6.8-5-14.9-10.3-8.1l-4 5.1c-7.2 9.3-22.2 3.2-20.9-8.5.1-2 .9-4 2.4-5.9 0 0 19.2-24.7 25.1-32.3 2.1-2.7 4.6-4 7.2-4.3 7.9-1.6 15.3 6 13.6 13.8-.3 3.1-3.4 6.4-5.3 8.8 4 1.6 7.8 4.5 10.3 8 8.3-9.4 11-18.9 6.3-28.7-3.3-8.6-12.8-15.1-22-15.2-7.2-.6-14.6 2.1-20.4 9.5L71.1 81.6c-8.5 10.9-6.5 22.7.2 30.7 2.4 3 5.7 5.7 9.3 7.2 9.4 4.5 21.2 3.5 29.7-7.4l3.9-4.9z"/%3E%3C/svg%3E"); --urlwiz-mask: url("data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Link-Wizard-Icon" x="0" y="0" baseProfile="tiny" overflow="visible" version="1.2" viewBox="0 0 200 200" xml:space="preserve"%3E%3Cpath d="M52.5 100.9c-5.3 6.9-15.6-1.2-10.3-8.1l4-5.1c8.5-10.9 20.3-11.9 29.7-7.4 3.5 1.5 6.9 4.1 9.3 7.2 6.7 8 8.6 19.8.2 30.7l-25.1 32.2c-5.8 7.4-13.2 10.1-20.4 9.5-9.1 0-18.7-6.6-22-15.2-4.7-9.7-2-19.3 6.3-28.7 2.5 3.5 6.3 6.4 10.3 8-1.8 2.4-5 5.8-5.3 8.8-1.7 7.8 5.7 15.4 13.6 13.8 2.6-.3 5.1-1.6 7.2-4.3 5.9-7.5 25.1-32.3 25.1-32.3 1.5-1.9 2.2-3.9 2.4-5.9 1.3-11.7-13.7-17.8-20.9-8.5l-4.1 5.3z"/%3E%3Cpath d="m60.5 99.1-4 5.1c-7.2 9.3-22.2 3.2-20.9-8.5.1-2 .9-4 2.4-5.9 0 0 19.2-24.7 25.1-32.3 2.1-2.7 4.6-4 7.2-4.3 4.1-.9 8.1.8 10.7 3.8l9.3-9.3C85.8 43.1 79.4 40 73.2 40c-7.2-.6-14.6 2.1-20.4 9.5L27.7 81.7c-8.5 10.9-6.5 22.7.2 30.7 2.4 3 5.7 5.7 9.3 7.2 9.4 4.5 21.2 3.5 29.7-7.4l4-5.1c5.1-6.8-5.2-14.9-10.4-8zm128.3 23.4-57-57-22.6-22.6-22.6 22.6 22.6 22.6 57 57 22.6-22.6zM109.2 57l8.5 8.5-8.5 8.5-8.5-8.5 8.5-8.5z"/%3E%3C/svg%3E"); --pagelink-mask: url("data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Page-Link-Icon" x="0" y="0" baseProfile="tiny" overflow="visible" version="1.2" viewBox="0 0 200 200" xml:space="preserve"%3E%3Cpath d="M96 100.9c-5.3 6.9-15.6-1.2-10.3-8.1l4-5.1c8.5-10.9 20.3-11.9 29.7-7.4 3.5 1.5 6.9 4.1 9.3 7.2 6.7 8 8.6 19.8.2 30.7l-25.1 32.2c-5.8 7.4-13.2 10.1-20.4 9.5-9.1 0-18.7-6.6-22-15.2-4.7-9.7-2-19.3 6.3-28.7 2.5 3.5 6.3 6.4 10.3 8-1.8 2.4-5 5.8-5.3 8.8-1.7 7.8 5.7 15.4 13.6 13.8 2.6-.3 5.1-1.6 7.2-4.3 5.9-7.5 25.1-32.3 25.1-32.3 1.5-1.9 2.2-3.9 2.4-5.9 1.3-11.7-13.7-17.8-20.9-8.5l-4.1 5.3z"/%3E%3Cpath d="M114.2 107.2c5.3-6.8-5-14.9-10.3-8.1l-4 5.1c-7.2 9.3-22.2 3.2-20.9-8.5.1-2 .9-4 2.4-5.9 0 0 19.2-24.7 25.1-32.3 2.1-2.7 4.6-4 7.2-4.3 7.9-1.6 15.3 6 13.6 13.8-.3 3.1-3.4 6.4-5.3 8.8 4 1.6 7.8 4.5 10.3 8 8.3-9.4 11-18.9 6.3-28.7-3.3-8.6-12.8-15.1-22-15.2-7.2-.6-14.6 2.1-20.4 9.5L71.1 81.6c-8.5 10.9-6.5 22.7.2 30.7 2.4 3 5.7 5.7 9.3 7.2 9.4 4.5 21.2 3.5 29.7-7.4l3.9-4.9z"/%3E%3Cpath d="M35.9 150V50h70.7l10-10H25.9v120h150v-10z"/%3E%3Cpath d="m165.9 140 10-10v30h-10zm-140-70h69.9V40H25.9v30zm39.9-20h10v10h-10V50zm-19.9 0h10v10h-10V50z"/%3E%3C/svg%3E"); --pagelinkwiz-mask: url("data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Page-Link-Wizard-Icon" x="0" y="0" baseProfile="tiny" overflow="visible" version="1.2" viewBox="0 0 200 200" xml:space="preserve"%3E%3Cpath d="M35.9 150V70h28.6l10.7-13.7c6.8-8.6 16.1-13.4 26.3-13.4.8 0 1.6 0 2.4.1 1.5 0 3 .2 4.6.4l1.8-1.8L112 40H25.9v120h12.4c-1.2-2.9-2.1-6.3-2.4-10zm10-100h10v10h-10V50zm124.4 102.2-4.4-4.5v2.3h-52.2l-7.8 10h70v-2.3z"/%3E%3Cpath d="M82.8 113.9c-5.3 6.9-15.6-1.2-10.3-8.1l4-5.1c8.5-10.9 20.3-11.9 29.7-7.4 3.5 1.5 6.9 4.1 9.3 7.2 6.7 8 8.6 19.8.2 30.7l-25.1 32.2c-5.8 7.4-13.2 10.1-20.4 9.5-9.1 0-18.7-6.6-22-15.2-4.7-9.7-2-19.3 6.3-28.7 2.5 3.5 6.3 6.4 10.3 8-1.8 2.4-5 5.8-5.3 8.8-1.7 7.8 5.7 15.4 13.6 13.8 2.6-.3 5.1-1.6 7.2-4.3 5.9-7.5 25.1-32.3 25.1-32.3 1.5-1.9 2.2-3.9 2.4-5.9 1.3-11.7-13.7-17.8-20.9-8.5l-4.1 5.3zm117.2 8.6-57-57-22.6-22.6-22.6 22.6 22.6 22.6 57 57 22.6-22.6zM120.4 57l8.5 8.5-8.5 8.5-8.5-8.5 8.5-8.5z"/%3E%3Cpath d="m90.7 112.1-4 5.1c-7.2 9.3-22.2 3.2-20.9-8.5.1-2 .9-4 2.4-5.9 0 0 19.2-24.7 25.1-32.3 1.6-2.1 3.5-3.4 5.5-4l-1-1 11.6-11.6c-2-.6-4-.9-6-.9-7.2-.6-14.6 2.1-20.4 9.5L57.9 94.7c-8.5 10.9-6.5 22.7.2 30.7 2.4 3 5.7 5.7 9.3 7.2 9.4 4.5 21.2 3.5 29.7-7.4l4-5.1c5.2-6.8-5.1-14.9-10.4-8z"/%3E%3C/svg%3E"); --imageblock-mask: url("data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Image-Icon" x="0" y="0" baseProfile="tiny" overflow="visible" version="1.2" viewBox="0 0 200 200" xml:space="preserve"%3E%3Cpath d="M25 40v120h150V40H25zm10 110v-20.3l24.1-24.1 21.6 21.6L130 78l35 35v37H35zm28-89c8.3 0 15 6.7 15 15s-6.7 15-15 15-15-6.7-15-15c0-8.2 6.7-15 15-15z"/%3E%3C/svg%3E"); --imagewiz-mask: url("data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Image-Wizard-Icon" x="0" y="0" baseProfile="tiny" overflow="visible" version="1.2" viewBox="0 0 200 200" xml:space="preserve"%3E%3Cpath d="M175 83.9V40h-43.9zm-10 63.5v2.6H35v-20.3l24.1-24.1 21.6 21.6 32-32-22.6-22.7-7.1-7 7.1-7.1L108.5 40H25v120h150v-2.6l-10-10zM63 61c8.3 0 15 6.7 15 15s-6.7 15-15 15-15-6.7-15-15c0-8.2 6.7-15 15-15z"/%3E%3Cpath d="m199.4 122.5-57-57-22.6-22.6-22.6 22.6 22.6 22.6 57 57 22.6-22.6zM119.8 57l8.5 8.5-8.5 8.5-8.5-8.5 8.5-8.5z"/%3E%3C/svg%3E"); --htmlblock-mask: url("data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="HTML-Icon" x="0" y="0" baseProfile="tiny" overflow="visible" version="1.2" viewBox="0 0 200 200" xml:space="preserve"%3E%3Cpath d="M76.5 110.6c-1.7.8-3.3 1.5-4.9 2.2s-3.1 1.4-4.6 2.1v8c0 .2 0 .3.1.4.1.1.1.2.2.3s.2.2.4.2c2.1.9 4.2 1.8 6.4 2.8 2.1.9 4.2 1.8 6.3 2.8s4.2 1.8 6.3 2.8v-5.6c0-.2-.1-.4-.1-.5-.1-.1-.2-.2-.4-.3-.5-.2-1.4-.6-2.4-1.1-1.1-.5-2.3-1.1-3.7-1.7-1.4-.6-2.8-1.2-4.3-1.9-1.2-.5-2.3-1-3.3-1.4v-1c.7-.4 1.5-.7 2.4-1.1 1.1-.5 2.3-1 3.4-1.5 1.2-.5 2.3-1 3.3-1.5 1.1-.5 2-.9 2.8-1.2.8-.4 1.4-.6 1.8-.8.2-.1.4-.2.4-.4.1-.1.1-.2.1-.5v-5.6c-1.6.7-3.3 1.4-5 2.2-1.9.8-3.6 1.6-5.2 2.3zm14 25.3c-.3.8-.6 1.7-.9 2.4h5.8c.1 0 .2-.1.4-.1.1-.1.2-.2.3-.4 1.6-4.3 3.3-8.6 4.9-12.9s3.3-8.6 5-12.9c1.7-4.3 3.3-8.6 5-12.9h-6.1c-.1 0-.1 0-.2.1-.1 0-.1.1-.1.2-1.5 3.8-2.9 7.5-4.4 11.3-1.5 3.7-2.9 7.5-4.4 11.3-1.4 3.8-2.8 7.6-4.3 11.3-.4.9-.7 1.8-1 2.6zm42.4-20.9c-.1-.1-.1-.2-.2-.3-.1-.1-.2-.2-.4-.2-2.1-.9-4.2-1.8-6.3-2.8-2.1-.9-4.2-1.8-6.3-2.8-2.1-.9-4.2-1.8-6.3-2.8v5.6c0 .2 0 .4.1.5l.4.4c.5.2 1.4.6 2.4 1.1 1.1.5 2.3 1.1 3.7 1.7 1.4.7 2.8 1.2 4.3 1.9 1.2.5 2.3 1 3.3 1.4v.9c-.7.4-1.5.7-2.4 1.1-1.1.5-2.3 1-3.4 1.5-1.2.5-2.3 1-3.3 1.5-1.1.5-2 .9-2.8 1.2-.8.4-1.4.6-1.8.8-.2.1-.4.2-.4.3-.1.1-.1.2-.1.5v5.6c1.6-.7 3.3-1.5 5-2.3 1.7-.7 3.4-1.5 5.1-2.3 1.7-.8 3.3-1.5 4.9-2.3 1.6-.7 3.1-1.4 4.6-2.1v-8c-.1.2-.1.1-.1-.1z"/%3E%3Cpath d="M110.7 38.3H51.6v123.5h96.8V75.9l-37.7-37.6zm4.4 33.3V57l14.6 14.6h-14.6zm23.1 10.2v69.8H61.7V48.4h43.2v33.3h33.3z"/%3E%3C/svg%3E"); --ordered-list-mask: url("data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="OL-Icon" x="0" y="0" baseProfile="tiny" overflow="visible" version="1.2" viewBox="0 0 200 200" xml:space="preserve"%3E%3Cpath fill="none" stroke="%23000000" stroke-width="15" d="M65 150h110M65 100h110M65 50h110"/%3E%3Cpath d="M49.2 60.5c-1.7-.4-4.5 0-6.7-.1V33.2c-.9-1.3-6-.2-7.7-.5-2.4 1.6-5 3.4-7.4 5.1.2.3-.3 8.3.2 8.2 2.7-.8 5.2-3.5 6.6-6.1h1v20.5h-8.8c.1 2-.2 4.8.1 6.8 7 .4 15.7 0 22.8.1-.1-1.8.3-5-.1-6.8zm.5 50.3c-4.9-.5-11.8-.2-16.3 1.2.2-7.1 10.8-8.1 14-13.5 6.7-12.1-5.4-19-16.2-15.1-5.7 1.3-3.9 4.7-4.1 9h1c3.4-2.4 10.8-5 13.7-1.2.8 7.6-13.2 8.8-14.8 16.1-1 2.6-1.3 7.5-.6 10.2 7.3.2 16.3 0 23.6.1-.3-2 .1-4.9-.3-6.8zm-.7 43.1c-1.5-2.2-4.3-3.3-7.3-3.9v-1c9.3-.6 10.8-13.7 1.8-16.1-4.6-1.5-12.5-1.2-16.6.7-.3 2 0 4.9-.1 6.9 4.5-.4 11-3 15 .3 2.4 6.2-6.7 5.1-11.2 5.4-.8 11.4 1.7 4.7 10 7.9 3 1 2.9 5.4-.2 6.2-4.6 1.3-10-.1-14.5-1v6.6c.2 1.1 1 .9 2.4 1.3 9.3 2.6 26.5.1 20.7-13.3z"/%3E%3C/svg%3E"); --unordered-list-mask: url("data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="UL-Icon" x="0" y="0" baseProfile="tiny" overflow="visible" version="1.2" viewBox="0 0 200 200" xml:space="preserve"%3E%3Cpath fill="none" stroke="%23000000" stroke-width="15" d="M65 150h110M65 100h110M65 50h110"/%3E%3Ccircle cx="37.5" cy="50.2" r="12.5"/%3E%3Ccircle cx="37.5" cy="100" r="12.5"/%3E%3Ccircle cx="37.5" cy="150" r="12.5"/%3E%3C/svg%3E"); --inc-list-mask: url("data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Inc-List-Icon" x="0" y="0" baseProfile="tiny" overflow="visible" version="1.2" viewBox="0 0 200 200" xml:space="preserve"%3E%3Cpath fill="none" stroke="%23000000" stroke-width="15" d="M90 140h110M90 100h110M90 60h110M58 40v120"/%3E%3Cpath d="M0 125V75l30 25z"/%3E%3C/svg%3E"); --dec-list-mask: url("data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Dec-List-Icon" x="0" y="0" baseProfile="tiny" overflow="visible" version="1.2" viewBox="0 0 200 200" xml:space="preserve"%3E%3Cpath fill="none" stroke="%23000000" stroke-width="15" d="M90 140h110M90 100h110M90 60h110M58 40v120"/%3E%3Cpath d="M30 75v50L0 100z"/%3E%3C/svg%3E"); --def-list-mask: url("data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Def-List-Icon" x="0" y="0" baseProfile="tiny" overflow="visible" version="1.2" viewBox="0 0 200 200" xml:space="preserve"%3E%3Cpath d="M34.2 63.4c-1.5 0-2.9-.5-4-1.7-1.1-1.1-1.7-2.4-1.7-4 0-1.5.5-2.9 1.7-4 1.1-1.1 2.4-1.7 4-1.7 1.5 0 2.9.6 4 1.7s1.7 2.4 1.7 4c0 1-.3 2-.8 2.8-.5.9-1.2 1.5-2 2-.9.6-1.9.9-2.9.9zm0 32.2c-1.5 0-2.9-.5-4-1.7-1.1-1.1-1.7-2.4-1.7-4s.5-2.9 1.7-4c1.1-1.1 2.4-1.7 4-1.7 1.5 0 2.9.5 4 1.7 1.1 1.1 1.7 2.4 1.7 4 0 1-.3 2-.8 2.8-.5.9-1.2 1.5-2 2-.9.7-1.9.9-2.9.9zm19.2 8.2h-8.1L68.7 40h8l23.4 63.8H92L73 50.1h-.5l-19.1 53.7zm3-24.9H89v6.9H56.4v-6.9zm54.9-15.5c-1.5 0-2.9-.5-4-1.7-1.1-1.1-1.7-2.4-1.7-4 0-1.5.6-2.9 1.7-4s2.4-1.7 4-1.7 2.9.6 4 1.7 1.7 2.4 1.7 4c0 1-.3 2-.8 2.8-.5.9-1.2 1.5-2 2-1 .6-1.9.9-2.9.9zm0 32.2c-1.5 0-2.9-.5-4-1.7-1.1-1.1-1.7-2.4-1.7-4s.6-2.9 1.7-4 2.4-1.7 4-1.7 2.9.5 4 1.7 1.7 2.4 1.7 4c0 1-.3 2-.8 2.8s-1.2 1.5-2 2c-1 .7-1.9.9-2.9.9zm17.3 8.2V40h22.3c4.4 0 8.1.8 11 2.3s5 3.6 6.4 6.1c1.4 2.6 2.1 5.4 2.1 8.5 0 2.7-.5 5-1.4 6.8-1 1.8-2.2 3.2-3.8 4.2s-3.3 1.8-5.1 2.3v.6c2 .1 3.9.8 5.9 2.1 2 1.2 3.6 3 5 5.4s2 5.2 2 8.5c0 3.2-.7 6.1-2.2 8.6s-3.7 4.6-6.9 6.1c-3.1 1.5-7.2 2.2-12.2 2.2h-23.1zm7.7-35.8h14.3c2.3 0 4.4-.5 6.3-1.4 1.9-.9 3.4-2.2 4.5-3.9 1.1-1.7 1.7-3.6 1.7-5.9 0-2.8-1-5.2-2.9-7.1s-5-2.9-9.3-2.9h-14.6V68zm0 28.9h15.3c5 0 8.6-1 10.8-2.9s3.2-4.3 3.2-7.1c0-2.2-.6-4.2-1.7-6-1.1-1.8-2.7-3.3-4.7-4.4-2-1.1-4.4-1.7-7.2-1.7h-15.7v22.1z"/%3E%3Cpath fill="none" stroke="%23000000" stroke-width="10" d="M69.9 154.2h80m-80-28.8h80"/%3E%3Cpath stroke="%23000000" stroke-width="2.5" d="M50.1 130.4v-10l10 5-10 5zm0 29v-10l10 5-10 5z"/%3E%3C/svg%3E"); --footnote-mask: url("data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Footnotes-Icon" x="0" y="0" baseProfile="tiny" overflow="visible" version="1.2" viewBox="0 0 200 200" xml:space="preserve"%3E%3Cpath fill="none" stroke="%23000000" stroke-miterlimit="10" stroke-width="10" d="M127.9 84.7v14.6H73.5v15.4"/%3E%3Cpath d="M185 125.1v30h-75v-30h75m5-5h-85v40h85v-40zM75 77.4H10v-5h65v5zm-20-15H10v-5h45v5zm40-15H10v-5h85v5z"/%3E%3Cpath fill="none" stroke="%23000000" stroke-miterlimit="10" stroke-width="5" d="M95 44.9H10m45 15H10m65 15H10"/%3E%3Cpath d="M130.4 44.9v30H125V50.2h-.2l-7 4.5v-5l7.5-4.8h5.1zm-54.7 80.2v30h-5.4v-24.7h-.2l-7 4.5v-5l7.5-4.8h5.1z"/%3E%3C/svg%3E"); --math-mask: url("data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Math-Icon" x="0" y="0" baseProfile="tiny" overflow="visible" version="1.2" viewBox="0 0 200 200" xml:space="preserve"%3E%3Cpath fill="none" stroke="%23000000" stroke-miterlimit="10" stroke-width="10" d="M160 157H40m0-110h120"/%3E%3Cpath d="m65.1 142-3-7.1 29.1-35.7-28.7-29.1 3-8.1h60.1l5.2 4.3V83h-8.4l-5.6-10.7H82.4l28.5 28.6v4.7l-24.6 28h35.4l4.2-10.8h6.8V142H65.1z"/%3E%3C/svg%3E"); --inline-math-mask: url("data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Inline-Math-Icon" x="0" y="0" baseProfile="tiny" overflow="visible" version="1.2" viewBox="0 0 200 200" xml:space="preserve"%3E%3Cpath d="m65.1 142-3-7.1 29.1-35.7-28.7-29.1 3-8.1h60.1l5.2 4.3V83h-8.4l-5.6-10.7H82.4l28.5 28.6v4.7l-24.6 28h35.4l4.2-10.8h6.8V142H65.1z"/%3E%3Cpath d="m65.8 103.4-54.9 28v-10.9L53 100.2l-.3.7v-1.7l.3.7-42.1-20.4V68.6l54.9 28v6.8zm69.3-6.8 54.9-28v10.9l-42.1 20.3.3-.7v1.7l-.3-.7 42.1 20.3v10.9l-54.9-28v-6.7z"/%3E%3C/svg%3E"); --eq-def-mask: url("data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Equation-Ref-Icon" x="0" y="0" baseProfile="tiny" overflow="visible" version="1.2" viewBox="0 0 200 200" xml:space="preserve"%3E%3Cpath fill="none" d="M.5 0h200v200H.5z"/%3E%3Cpath d="m145.7 106.1.9-25-21.1 13.4L120 85l22.3-11.6L120 61.8l5.5-9.5 21.1 13.4-.9-25h10.9l-.9 25 21.1-13.4 5.5 9.5L160 73.4 182.3 85l-5.5 9.5-21.1-13.4.9 25h-10.9zM21 160V87.3h45.6v9.4H32v22.2h32.2v9.4H32v22.3h35v9.4H21zm100.9 20.5h-10.6v-28.9h-.6c-.6 1.2-1.6 2.5-2.8 4s-2.8 2.8-4.9 3.9c-2.1 1.1-4.8 1.7-8.1 1.7-4.4 0-8.3-1.1-11.8-3.4-3.4-2.3-6.1-5.5-8.1-9.7s-2.9-9.3-2.9-15.1 1-10.9 3-15.1c2-4.2 4.7-7.4 8.1-9.6 3.5-2.2 7.4-3.3 11.8-3.3 3.4 0 6.1.6 8.2 1.7 2.1 1.1 3.7 2.4 4.8 3.9 1.1 1.5 2 2.8 2.7 3.9h.9v-8.8H122v74.8zm-10.5-47.8c0-3.8-.5-7.1-1.6-9.9-1.1-2.8-2.7-5.1-4.8-6.6-2.1-1.6-4.7-2.4-7.8-2.4-3.2 0-5.9.8-8 2.5-2.1 1.7-3.7 3.9-4.8 6.8-1.1 2.9-1.6 6.1-1.6 9.7 0 3.6.5 6.9 1.6 9.8 1.1 2.9 2.7 5.2 4.8 6.9 2.1 1.7 4.8 2.5 7.9 2.5 3.1 0 5.6-.8 7.8-2.4 2.1-1.6 3.7-3.9 4.8-6.8 1.2-2.9 1.7-6.2 1.7-10.1z"/%3E%3C/svg%3E"); --bib-mask: url("data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="0" baseProfile="tiny" overflow="visible" version="1.2" viewBox="0 0 200 200" xml:space="preserve"%3E%3Cpath id="Bibliography-Icon" d="M165.6 110.1c2.6-6.4 2.6-13.8 0-20.2 2.7-6.7 2.6-14.6-.4-21.2-.2-.5-.6-.9-1-1.1l-46.4-27.1c-.4-.3-1-.4-1.5-.3l-81.4 6.9h-.5c-.1 0-.2.1-.2.1s-.1 0-.1.1c-.1 0-.2.1-.2.1l-.1.1-.2.2-.1.1-.2.2s-.1.1-.1.2-.1.1-.1.2-.1.1-.1.2-.1.1-.1.2 0 .1-.1.2v1.4c0 .1 0 .2.1.2 2.6 5.7 2.6 12.5 0 18.2v.1c0 .1-.1.2-.1.3v.1c0 .1 0 .3-.1.4v.6c0 .1 0 .2.1.3 0 .1 0 .1.1.2 0 .1 0 .1.1.2 2.6 5.7 2.6 12.5 0 18.2v.1c0 .1-.1.2-.1.3v.1c0 .1 0 .3-.1.4v.6c0 .1 0 .2.1.3 0 .1 0 .1.1.2 0 .1 0 .1.1.2 2.6 5.7 2.6 12.5 0 18.2v.1c0 .1-.1.2-.1.3v.1c0 .1 0 .3-.1.4v.6c0 .1 0 .2.1.3 0 .1 0 .1.1.2 0 .1 0 .1.1.2 2.6 5.7 2.6 12.5 0 18.2-.5 1.2-.1 2.5 1 3.2l46.4 27.1c.4.2.8.3 1.3.3h.2l81.4-6.9c.9-.1 1.7-.6 2.1-1.5 3-6.6 3.1-14.5.4-21.3 2.1-7 2.1-14.4-.4-20.8zm-81.3 6.7c2.5-6.4 2.4-13.7-.1-20 0-.1.1-.2.1-.2l76.1-6.5c0 .3.1.6.2.8 2.6 5.7 2.6 12.5 0 18.2-.2.4-.2.8-.2 1.2l-76.1 6.5zm-4.8-38.5c1.9 4.7 2.1 10 .7 14.8l-42-24.6c1.5-4.4 1.9-9.2 1.1-13.8l34.8 20.4 5.4 3.2zm0 20.2c1.9 4.7 2.1 10 .7 14.8l-42-24.6c1.5-4.4 1.9-9.2 1.1-13.8l40.2 23.6zm0 20.3c1.9 4.7 2.1 10 .7 14.8l-42-24.6c1.5-4.4 1.9-9.2 1.1-13.8l40.2 23.6zm.6 35-42-24.6c1.5-4.4 1.9-9.2 1.1-13.8l40.1 23.5.1.1c2 4.7 2.2 10 .7 14.8zm81-5.6-76 6.5c1.6-5.7 1.2-11.9-.9-17.4 0-.1.1-.2.1-.2l76.1-6.5c0 .3.1.6.2.8 2.3 5.2 2.5 11.4.5 16.8z"/%3E%3C/svg%3E"); --bib-cite-mask: url("data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="0" baseProfile="tiny" overflow="visible" version="1.2" viewBox="0 0 200 200" xml:space="preserve"%3E%3Cg id="Bibliography-Cite-Icon"%3E%3Cpath d="m145.2 106.1.9-25L125 94.5l-5.5-9.5 22.3-11.6-22.3-11.6 5.5-9.5 21.1 13.4-.9-25h10.9l-.9 25 21.1-13.4 5.5 9.5-22.3 11.6L181.8 85l-5.5 9.5-21.1-13.4.9 25h-10.9z"/%3E%3Cpath d="m165.9 99.7.2 6 .1 2.6c.8-2.4 1.2-5 1.3-7.6l-1.6-1zm.5 12.8.1 3.6h-31.7l.1-3.6-50.7 4.3c2.5-6.4 2.4-13.7-.1-20 0-.1.1-.2.1-.2l29-2.5-2.4-4.2-5.2-9 9.2-4.8 5.2-2.7-5.2-2.7-9.2-4.8 5.2-9 5.5-9.5 3.3-5.8-1.9-1.1c-.4-.3-1-.4-1.5-.3l-81.4 6.9h-.5c-.1 0-.2.1-.2.1s-.1 0-.1.1c-.1 0-.2.1-.2.1l-.1.1-.2.2-.1.1-.2.2s-.1.1-.1.2-.1.1-.1.2-.1.1-.1.2-.1.1-.1.2 0 .1-.1.2v1.4c0 .1 0 .2.1.2 2.6 5.7 2.6 12.5 0 18.2v.1c0 .1-.1.2-.1.3v.1c0 .1 0 .3-.1.4v.6c0 .1 0 .2.1.3 0 .1 0 .1.1.2 0 .1 0 .1.1.2 2.6 5.7 2.6 12.5 0 18.2v.1c0 .1-.1.2-.1.3v.1c0 .1 0 .3-.1.4v.6c0 .1 0 .2.1.3 0 .1 0 .1.1.2 0 .1 0 .1.1.2 2.6 5.7 2.6 12.5 0 18.2v.1c0 .1-.1.2-.1.3v.1c0 .1 0 .3-.1.4v.6c0 .1 0 .2.1.3 0 .1 0 .1.1.2 0 .1 0 .1.1.2 2.6 5.7 2.6 12.5 0 18.2-.5 1.2-.1 2.5 1 3.2l46.4 27.1c.4.2.8.3 1.3.3h.2l81.4-6.9c.9-.1 1.7-.6 2.1-1.5 3-6.6 3.1-14.5.4-21.3 1.9-6.2 2.2-12.6.5-18.4zm-86.3 41.3-42-24.6c1.5-4.4 1.9-9.2 1.1-13.8l40.1 23.5.1.1c2 4.7 2.2 10 .7 14.8zm0-20.2-42-24.6c1.5-4.4 1.9-9.2 1.1-13.8l40.2 23.5c2 4.7 2.2 10.1.7 14.9zm0-20.2-42-24.6c1.5-4.4 1.9-9.2 1.1-13.8l40.2 23.5c2 4.7 2.2 10 .7 14.9zm0-20.3-42-24.6c1.5-4.4 1.9-9.2 1.1-13.8L74 75.1l5.4 3.2c2 4.7 2.2 10 .7 14.8zm81 55.1-76 6.5c1.6-5.7 1.2-11.9-.9-17.4 0-.1.1-.2.1-.2l76.1-6.5c0 .3.1.6.2.8 2.3 5.2 2.5 11.4.5 16.8z"/%3E%3C/g%3E%3C/svg%3E%0A"); } #wd-editor-toolbar-panel, #np-editor-panel { display: flex; flex-wrap: wrap; justify-content: center; gap: calc(var(--edit-area-toolbar-icon-size)/4); border-bottom: 0; padding: 0.5rem; --edit-area-toolbar-icon-size: 2rem; } :is(#wd-editor-toolbar-panel, #np-editor-panel) > div { display: flex; justify-content: center; flex-wrap: wrap; height: auto; gap: calc(var(--edit-area-toolbar-icon-size)/4); } :is(#wd-editor-toolbar-panel, #np-editor-panel) > div > ul { display: contents; } :is(#wd-editor-toolbar-panel, #np-editor-panel) > div > ul > li { float: none; position: relative; margin: 0; padding: 0; } .wd-editor-toolbar-panel li.hseparator { display: none; } .wd-editor-toolbar-panel ul li a, .wd-editor-toolbar-panel ul li a:hover { background-image: none; } .wd-editor-toolbar-panel ul li a { display: block; height: var(--edit-area-toolbar-icon-size); width: var(--edit-area-toolbar-icon-size); background-color: transparent; position: relative; } form[id] div.wd-editor-toolbar-panel ul li ul { position: absolute; display: flex; border: none; border-inline-start: solid calc(var(--edit-area-toolbar-icon-size)/16) var(--borderColor); background-color: #f9f9f9; left: 0; inset-block-start: 100%; inset-inline-start: 0; clip-path: inset(0 100% 0 0); pointer-events: none; transition: clip-path 0.175s ease-out; } form[id] div.wd-editor-toolbar-panel ul li.sfhover ul, form[id] div.wd-editor-toolbar-panel ul li:is(:hover, :focus-within) ul { clip-path: inset(0); pointer-events: auto; } .wd-editor-toolbar-panel ul li ul li a { height: calc(var(--edit-area-toolbar-icon-size)*15/16); width: calc(var(--edit-area-toolbar-icon-size)*15/16); } .wd-editor-toolbar-panel ul li a:focus { outline: none; } .wd-editor-toolbar-panel ul li a::before, .wd-editor-toolbar-panel ul li a::after { content: ""; display: block; width: 100%; height: 100%; position: absolute; inset-block-end: 0; inset-inline-start: 0; } .wd-editor-toolbar-panel ul li a::after { background-color: var(--normal-text-color); -webkit-mask-image: var(--edit-area-toolbar-icon-mask); mask-image: var(--edit-area-toolbar-icon-mask); -webkit-mask-size: 80%; mask-size: 80%; -webkit-mask-position: center; mask-position: center; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; transition: background-color .125s ease-out; } .wd-editor-toolbar-panel ul li a::before { background-color: var(--link-color); height: 0; transition: all .125s ease-out; } .wd-editor-toolbar-panel ul li a:is(:hover, :focus)::before { height: 100%; } .wd-editor-toolbar-panel div > ul > li.sfhover > a:not(:hover, :focus)::before, .wd-editor-toolbar-panel div > ul > li:focus-within > a:not(:hover, :focus)::before { height: 100%; background-color: var(--link-color); } .wd-editor-toolbar-panel a.weditor-h1::after { --edit-area-toolbar-icon-mask: var(--h1-mask); } .wd-editor-toolbar-panel a.weditor-h2::after { --edit-area-toolbar-icon-mask: var(--h2-mask); } .wd-editor-toolbar-panel a.weditor-h3::after { --edit-area-toolbar-icon-mask: var(--h3-mask); } .wd-editor-toolbar-panel a.weditor-h4::after { --edit-area-toolbar-icon-mask: var(--h4-mask); } .wd-editor-toolbar-panel a.weditor-h5::after { --edit-area-toolbar-icon-mask: var(--h5-mask); } .wd-editor-toolbar-panel a.weditor-h6::after { --edit-area-toolbar-icon-mask: var(--h6-mask); } .wd-editor-toolbar-panel a.weditor-bold::after { --edit-area-toolbar-icon-mask: var(--bold-mask); } .wd-editor-toolbar-panel a.weditor-italic::after { --edit-area-toolbar-icon-mask: var(--italic-mask); } .wd-editor-toolbar-panel a.weditor-underline::after { --edit-area-toolbar-icon-mask: var(--underline-mask); } .wd-editor-toolbar-panel a.weditor-strikethrough::after { --edit-area-toolbar-icon-mask: var(--strikethrough-mask); } .wd-editor-toolbar-panel a.weditor-teletype::after { --edit-area-toolbar-icon-mask: var(--teletype-mask); } .wd-editor-toolbar-panel a.weditor-quote::after { --edit-area-toolbar-icon-mask: var(--quote-mask); } .wd-editor-toolbar-panel a.weditor-superscript::after { --edit-area-toolbar-icon-mask: var(--superscript-mask); } .wd-editor-toolbar-panel a.weditor-subscript::after { --edit-area-toolbar-icon-mask: var(--subscript-mask); } .wd-editor-toolbar-panel a.weditor-raw::after { --edit-area-toolbar-icon-mask: var(--rawtext-mask); } .wd-editor-toolbar-panel a.weditor-hr::after { --edit-area-toolbar-icon-mask: var(--hr-mask); } .wd-editor-toolbar-panel a.weditor-div::after { --edit-area-toolbar-icon-mask: var(--divblock-mask); } .wd-editor-toolbar-panel a.weditor-clearfloat::after { --edit-area-toolbar-icon-mask: var(--clearfloat-mask); } .wd-editor-toolbar-panel a.weditor-clearfloatleft::after { --edit-area-toolbar-icon-mask: var(--clearfloatleft-mask); } .wd-editor-toolbar-panel a.weditor-clearfloatright::after { --edit-area-toolbar-icon-mask: var(--clearfloatright-mask); } .wd-editor-toolbar-panel a.weditor-table::after { --edit-area-toolbar-icon-mask: var(--table-mask); } .wd-editor-toolbar-panel a.weditor-toc::after { --edit-area-toolbar-icon-mask: var(--toc-mask); } .wd-editor-toolbar-panel a.weditor-code::after { --edit-area-toolbar-icon-mask: var(--codeblock-mask); } .wd-editor-toolbar-panel a.weditor-codewiz::after { --edit-area-toolbar-icon-mask: var(--codewiz-mask); } .wd-editor-toolbar-panel a.weditor-uri::after { --edit-area-toolbar-icon-mask: var(--url-mask); } .wd-editor-toolbar-panel a.weditor-uriwiz::after { --edit-area-toolbar-icon-mask: var(--urlwiz-mask); } .wd-editor-toolbar-panel a.weditor-pagelink::after { --edit-area-toolbar-icon-mask: var(--pagelink-mask); } .wd-editor-toolbar-panel a.weditor-pagelinkwiz::after { --edit-area-toolbar-icon-mask: var(--pagelinkwiz-mask); } .wd-editor-toolbar-panel a.weditor-image::after { --edit-area-toolbar-icon-mask: var(--imageblock-mask); } .wd-editor-toolbar-panel a.weditor-imagewiz::after { --edit-area-toolbar-icon-mask: var(--imagewiz-mask); } .wd-editor-toolbar-panel a.weditor-html::after { --edit-area-toolbar-icon-mask: var(--htmlblock-mask); } .wd-editor-toolbar-panel a.weditor-numlist::after { --edit-area-toolbar-icon-mask: var(--ordered-list-mask); } .wd-editor-toolbar-panel a.weditor-bullist::after { --edit-area-toolbar-icon-mask: var(--unordered-list-mask); } .wd-editor-toolbar-panel a.weditor-incindent::after { --edit-area-toolbar-icon-mask: var(--inc-list-mask); } .wd-editor-toolbar-panel a.weditor-decindent::after { --edit-area-toolbar-icon-mask: var(--dec-list-mask); } .wd-editor-toolbar-panel a.weditor-deflist::after { --edit-area-toolbar-icon-mask: var(--def-list-mask); } .wd-editor-toolbar-panel a.weditor-footnote::after { --edit-area-toolbar-icon-mask: var(--footnote-mask); } .wd-editor-toolbar-panel a.weditor-math::after { --edit-area-toolbar-icon-mask: var(--math-mask); } .wd-editor-toolbar-panel a.weditor-mathinline::after { --edit-area-toolbar-icon-mask: var(--inline-math-mask); } .wd-editor-toolbar-panel a.weditor-eqref::after { --edit-area-toolbar-icon-mask: var(--eq-def-mask); } .wd-editor-toolbar-panel a.weditor-bib::after { --edit-area-toolbar-icon-mask: var(--bib-mask); } .wd-editor-toolbar-panel a.weditor-bibcite::after { --edit-area-toolbar-icon-mask: var(--bib-cite-mask); }

