content.css
2 months ago
content.inline.css
2 months ago
content.inline.js
2 months ago
content.inline.min.css
2 months ago
content.js
2 months ago
content.min.css
2 months ago
index.php
3 years ago
skin.css
2 months ago
skin.js
2 months ago
skin.min.css
2 months ago
skin.shadowdom.css
3 years ago
skin.shadowdom.js
2 months ago
skin.shadowdom.min.css
3 years ago
content.css
894 lines
| 1 | /* This file is bundled with the code from the following third party libraries */ |
| 2 | |
| 3 | /** |
| 4 | * http://prismjs.com/ |
| 5 | * Dracula Theme originally by Zeno Rocha [@zenorocha] |
| 6 | * https://draculatheme.com/ |
| 7 | * |
| 8 | * Ported for PrismJS by Albert Vallverdu [@byverdu] |
| 9 | */ |
| 10 | @keyframes tox-rotation { |
| 11 | 0% { |
| 12 | transform: rotate(0deg); |
| 13 | } |
| 14 | 100% { |
| 15 | transform: rotate(360deg); |
| 16 | } |
| 17 | } |
| 18 | .mce-content-body .mce-item-anchor { |
| 19 | background: transparent url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'8'%20height%3D'12'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M0%200L8%200%208%2012%204.09117821%209%200%2012z'%2F%3E%3C%2Fsvg%3E%0A") no-repeat center; |
| 20 | } |
| 21 | .mce-content-body .mce-item-anchor:empty { |
| 22 | cursor: default; |
| 23 | display: inline-block; |
| 24 | height: 12px !important; |
| 25 | padding: 0 2px; |
| 26 | -webkit-user-modify: read-only; |
| 27 | -moz-user-modify: read-only; |
| 28 | -webkit-user-select: all; |
| 29 | user-select: all; |
| 30 | width: 8px !important; |
| 31 | } |
| 32 | .mce-content-body .mce-item-anchor:not(:empty) { |
| 33 | background-position-x: 2px; |
| 34 | display: inline-block; |
| 35 | padding-left: 12px; |
| 36 | } |
| 37 | .mce-content-body .mce-item-anchor[data-mce-selected] { |
| 38 | outline-offset: 1px; |
| 39 | } |
| 40 | .tox-comments-visible .tox-comment[contenteditable="false"]:not([data-mce-selected]), |
| 41 | .tox-comments-visible span.tox-comment img:not([data-mce-selected]), |
| 42 | .tox-comments-visible span.tox-comment > audio:not([data-mce-selected]), |
| 43 | .tox-comments-visible span.tox-comment > video:not([data-mce-selected]), |
| 44 | .tox-comments-visible span.tox-comment span.mce-preview-object:not([data-mce-selected]) { |
| 45 | outline: 3px solid #ffe796; |
| 46 | } |
| 47 | .tox-comments-visible .tox-comment[contenteditable="false"][data-mce-annotation-active="true"]:not([data-mce-selected]) { |
| 48 | outline: 3px solid #ffcf30; |
| 49 | } |
| 50 | .tox-comments-visible span.tox-comment:not([data-mce-selected]) { |
| 51 | background-color: #ffe796; |
| 52 | outline: none; |
| 53 | } |
| 54 | .tox-comments-visible span.tox-comment[data-mce-annotation-active="true"]:not([data-mce-selected="inline-boundary"]) { |
| 55 | background-color: #ffcf30; |
| 56 | } |
| 57 | .tox-comments-visible span.tox-comment[data-mce-selected] { |
| 58 | background-color: #ffcf30; |
| 59 | border-radius: 3px; |
| 60 | box-shadow: 0 0 0 2px #006ce7; |
| 61 | } |
| 62 | .tox-comments-visible span.tox-comment[data-mce-selected]:has(img[data-mce-selected], |
| 63 | > audio[data-mce-selected], |
| 64 | > video[data-mce-selected], |
| 65 | span.mce-preview-object[data-mce-selected]) { |
| 66 | box-shadow: none; |
| 67 | } |
| 68 | .tox-comments-visible span.tox-comment[data-mce-selected] img:not([data-mce-selected]), |
| 69 | .tox-comments-visible span.tox-comment[data-mce-selected] > audio:not([data-mce-selected]), |
| 70 | .tox-comments-visible span.tox-comment[data-mce-selected] > video:not([data-mce-selected]), |
| 71 | .tox-comments-visible span.tox-comment[data-mce-selected] span.mce-preview-object:not([data-mce-selected]) { |
| 72 | box-shadow: 0 0 0 5px #006ce7; |
| 73 | } |
| 74 | .tox-comments-visible span.tox-comment[data-mce-annotation-active="true"] img:not([data-mce-selected]), |
| 75 | .tox-comments-visible span.tox-comment[data-mce-annotation-active="true"] > audio:not([data-mce-selected]), |
| 76 | .tox-comments-visible span.tox-comment[data-mce-annotation-active="true"] > video:not([data-mce-selected]), |
| 77 | .tox-comments-visible span.tox-comment[data-mce-annotation-active="true"] span.mce-preview-object:not([data-mce-selected]) { |
| 78 | outline: 3px solid #ffcf30; |
| 79 | } |
| 80 | .tox-checklist > li:not(.tox-checklist--hidden) { |
| 81 | list-style: none; |
| 82 | margin: 0.25em 0; |
| 83 | } |
| 84 | .tox-checklist > li:not(.tox-checklist--hidden)::before { |
| 85 | content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-unchecked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2215%22%20height%3D%2215%22%20x%3D%22.5%22%20y%3D%22.5%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22%234C4C4C%22%20rx%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A"); |
| 86 | cursor: pointer; |
| 87 | height: 1em; |
| 88 | margin-left: -1.5em; |
| 89 | margin-top: 0.125em; |
| 90 | position: absolute; |
| 91 | width: 1em; |
| 92 | } |
| 93 | .tox-checklist li:not(.tox-checklist--hidden).tox-checklist--checked::before { |
| 94 | content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-checked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%234099FF%22%20fill-rule%3D%22nonzero%22%20rx%3D%222%22%2F%3E%3Cpath%20id%3D%22Path%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M11.5703186%2C3.14417309%20C11.8516238%2C2.73724603%2012.4164781%2C2.62829933%2012.83558%2C2.89774797%20C13.260121%2C3.17069355%2013.3759736%2C3.72932262%2013.0909105%2C4.14168582%20L7.7580587%2C11.8560195%20C7.43776896%2C12.3193404%206.76483983%2C12.3852142%206.35607322%2C11.9948725%20L3.02491697%2C8.8138662%20C2.66090143%2C8.46625845%202.65798871%2C7.89594698%203.01850234%2C7.54483354%20C3.373942%2C7.19866177%203.94940006%2C7.19592841%204.30829608%2C7.5386474%20L6.85276923%2C9.9684299%20L11.5703186%2C3.14417309%20Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A"); |
| 95 | } |
| 96 | [dir=rtl] .tox-checklist > li:not(.tox-checklist--hidden)::before { |
| 97 | margin-left: 0; |
| 98 | margin-right: -1.5em; |
| 99 | } |
| 100 | /* stylelint-disable */ |
| 101 | /* http://prismjs.com/ */ |
| 102 | /** |
| 103 | * prism.js default theme for JavaScript, CSS and HTML |
| 104 | * Based on dabblet (http://dabblet.com) |
| 105 | * @author Lea Verou |
| 106 | */ |
| 107 | code[class*="language-"], |
| 108 | pre[class*="language-"] { |
| 109 | color: black; |
| 110 | background: none; |
| 111 | text-shadow: 0 1px white; |
| 112 | font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; |
| 113 | font-size: 1em; |
| 114 | text-align: left; |
| 115 | white-space: pre; |
| 116 | word-spacing: normal; |
| 117 | word-break: normal; |
| 118 | word-wrap: normal; |
| 119 | line-height: 1.5; |
| 120 | tab-size: 4; |
| 121 | hyphens: none; |
| 122 | } |
| 123 | pre[class*="language-"]::selection, |
| 124 | pre[class*="language-"] ::selection, |
| 125 | code[class*="language-"]::selection, |
| 126 | code[class*="language-"] ::selection { |
| 127 | text-shadow: none; |
| 128 | background: #b3d4fc; |
| 129 | } |
| 130 | @media print { |
| 131 | code[class*="language-"], |
| 132 | pre[class*="language-"] { |
| 133 | text-shadow: none; |
| 134 | } |
| 135 | } |
| 136 | /* Code blocks */ |
| 137 | pre[class*="language-"] { |
| 138 | padding: 1em; |
| 139 | margin: 0.5em 0; |
| 140 | overflow: auto; |
| 141 | } |
| 142 | :not(pre) > code[class*="language-"], |
| 143 | pre[class*="language-"] { |
| 144 | background: #f5f2f0; |
| 145 | } |
| 146 | /* Inline code */ |
| 147 | :not(pre) > code[class*="language-"] { |
| 148 | padding: 0.1em; |
| 149 | border-radius: 0.3em; |
| 150 | white-space: normal; |
| 151 | } |
| 152 | .token.comment, |
| 153 | .token.prolog, |
| 154 | .token.doctype, |
| 155 | .token.cdata { |
| 156 | color: slategray; |
| 157 | } |
| 158 | .token.punctuation { |
| 159 | color: #999; |
| 160 | } |
| 161 | .token.namespace { |
| 162 | opacity: 0.7; |
| 163 | } |
| 164 | .token.property, |
| 165 | .token.tag, |
| 166 | .token.boolean, |
| 167 | .token.number, |
| 168 | .token.constant, |
| 169 | .token.symbol, |
| 170 | .token.deleted { |
| 171 | color: #905; |
| 172 | } |
| 173 | .token.selector, |
| 174 | .token.attr-name, |
| 175 | .token.string, |
| 176 | .token.char, |
| 177 | .token.builtin, |
| 178 | .token.inserted { |
| 179 | color: #690; |
| 180 | } |
| 181 | .token.operator, |
| 182 | .token.entity, |
| 183 | .token.url, |
| 184 | .language-css .token.string, |
| 185 | .style .token.string { |
| 186 | color: #9a6e3a; |
| 187 | /* This background color was intended by the author of this theme. */ |
| 188 | background: hsla(0, 0%, 100%, 0.5); |
| 189 | } |
| 190 | .token.atrule, |
| 191 | .token.attr-value, |
| 192 | .token.keyword { |
| 193 | color: #07a; |
| 194 | } |
| 195 | .token.function, |
| 196 | .token.class-name { |
| 197 | color: #DD4A68; |
| 198 | } |
| 199 | .token.regex, |
| 200 | .token.important, |
| 201 | .token.variable { |
| 202 | color: #e90; |
| 203 | } |
| 204 | .token.important, |
| 205 | .token.bold { |
| 206 | font-weight: bold; |
| 207 | } |
| 208 | .token.italic { |
| 209 | font-style: italic; |
| 210 | } |
| 211 | .token.entity { |
| 212 | cursor: help; |
| 213 | } |
| 214 | /* stylelint-enable */ |
| 215 | .mce-content-body { |
| 216 | overflow-wrap: break-word; |
| 217 | word-wrap: break-word; |
| 218 | } |
| 219 | .mce-content-body .mce-visual-caret { |
| 220 | background-color: black; |
| 221 | background-color: currentColor; |
| 222 | position: absolute; |
| 223 | } |
| 224 | .mce-content-body .mce-visual-caret-hidden { |
| 225 | display: none; |
| 226 | } |
| 227 | .mce-content-body *[data-mce-caret] { |
| 228 | left: -1000px; |
| 229 | margin: 0; |
| 230 | padding: 0; |
| 231 | position: absolute; |
| 232 | right: auto; |
| 233 | top: 0; |
| 234 | } |
| 235 | .mce-content-body .mce-offscreen-selection { |
| 236 | left: -2000000px; |
| 237 | max-width: 1000000px; |
| 238 | position: absolute; |
| 239 | } |
| 240 | .mce-content-body *[contentEditable=false] { |
| 241 | cursor: default; |
| 242 | } |
| 243 | .mce-content-body *[contentEditable=true] { |
| 244 | cursor: text; |
| 245 | } |
| 246 | .tox-cursor-format-painter { |
| 247 | cursor: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M15%2C6%20C15%2C5.45%2014.55%2C5%2014%2C5%20L6%2C5%20C5.45%2C5%205%2C5.45%205%2C6%20L5%2C10%20C5%2C10.55%205.45%2C11%206%2C11%20L14%2C11%20C14.55%2C11%2015%2C10.55%2015%2C10%20L15%2C9%20L16%2C9%20L16%2C12%20L9%2C12%20L9%2C19%20C9%2C19.55%209.45%2C20%2010%2C20%20L11%2C20%20C11.55%2C20%2012%2C19.55%2012%2C19%20L12%2C14%20L18%2C14%20L18%2C7%20L15%2C7%20L15%2C6%20Z%22%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M1%2C1%20L8.25%2C1%20C8.66421356%2C1%209%2C1.33578644%209%2C1.75%20L9%2C1.75%20C9%2C2.16421356%208.66421356%2C2.5%208.25%2C2.5%20L2.5%2C2.5%20L2.5%2C8.25%20C2.5%2C8.66421356%202.16421356%2C9%201.75%2C9%20L1.75%2C9%20C1.33578644%2C9%201%2C8.66421356%201%2C8.25%20L1%2C1%20Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A"), default; |
| 248 | } |
| 249 | div.mce-footnotes hr { |
| 250 | margin-inline: 0 auto; |
| 251 | width: 25%; |
| 252 | } |
| 253 | div.mce-footnotes li > a.mce-footnotes-backlink { |
| 254 | -webkit-text-decoration: none; |
| 255 | text-decoration: none; |
| 256 | } |
| 257 | @media print { |
| 258 | sup.mce-footnote a { |
| 259 | color: black; |
| 260 | -webkit-text-decoration: none; |
| 261 | text-decoration: none; |
| 262 | } |
| 263 | div.mce-footnotes { |
| 264 | page-break-inside: avoid; |
| 265 | break-inside: avoid; |
| 266 | width: 100%; |
| 267 | } |
| 268 | div.mce-footnotes li > a.mce-footnotes-backlink { |
| 269 | display: none; |
| 270 | } |
| 271 | } |
| 272 | /* stylelint-disable selector-type-no-unknown */ |
| 273 | tiny-math-block { |
| 274 | display: flex; |
| 275 | justify-content: center; |
| 276 | margin: 16px 0 16px 0; |
| 277 | } |
| 278 | tiny-math-inline { |
| 279 | display: inline-block; |
| 280 | } |
| 281 | /* stylelint-enable selector-type-no-unknown */ |
| 282 | .mce-content-body figure.align-left { |
| 283 | float: left; |
| 284 | } |
| 285 | .mce-content-body figure.align-right { |
| 286 | float: right; |
| 287 | } |
| 288 | .mce-content-body figure.image.align-center { |
| 289 | display: table; |
| 290 | margin-left: auto; |
| 291 | margin-right: auto; |
| 292 | } |
| 293 | .mce-preview-object { |
| 294 | border: 1px solid gray; |
| 295 | display: inline-block; |
| 296 | line-height: 0; |
| 297 | margin: 0 2px; |
| 298 | position: relative; |
| 299 | } |
| 300 | .mce-preview-object .mce-shim { |
| 301 | background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); |
| 302 | height: 100%; |
| 303 | left: 0; |
| 304 | position: absolute; |
| 305 | top: 0; |
| 306 | width: 100%; |
| 307 | } |
| 308 | .mce-preview-object[data-mce-selected="2"] .mce-shim { |
| 309 | display: none; |
| 310 | } |
| 311 | .mce-content-body .mce-mergetag { |
| 312 | cursor: default !important; |
| 313 | -webkit-user-select: none; |
| 314 | user-select: none; |
| 315 | } |
| 316 | .mce-content-body .mce-mergetag:hover { |
| 317 | background-color: rgba(0, 108, 231, 0.1); |
| 318 | } |
| 319 | .mce-content-body .mce-mergetag-affix { |
| 320 | background-color: rgba(0, 108, 231, 0.1); |
| 321 | color: #006ce7; |
| 322 | } |
| 323 | .mce-object { |
| 324 | background: transparent url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%203h16a1%201%200%200%201%201%201v16a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1zm1%202v14h14V5H5zm4.79%202.565l5.64%204.028a.5.5%200%200%201%200%20.814l-5.64%204.028a.5.5%200%200%201-.79-.407V7.972a.5.5%200%200%201%20.79-.407z%22%2F%3E%3C%2Fsvg%3E%0A") no-repeat center; |
| 325 | border: 1px dashed #aaa; |
| 326 | } |
| 327 | .mce-pagebreak { |
| 328 | border: 1px dashed #aaa; |
| 329 | cursor: default; |
| 330 | display: block; |
| 331 | height: 5px; |
| 332 | margin-top: 15px; |
| 333 | page-break-before: always; |
| 334 | width: 100%; |
| 335 | } |
| 336 | @media print { |
| 337 | .mce-pagebreak { |
| 338 | border: 0; |
| 339 | } |
| 340 | } |
| 341 | .tiny-pageembed .mce-shim { |
| 342 | background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); |
| 343 | height: 100%; |
| 344 | left: 0; |
| 345 | position: absolute; |
| 346 | top: 0; |
| 347 | width: 100%; |
| 348 | } |
| 349 | .tiny-pageembed[data-mce-selected="2"] .mce-shim { |
| 350 | display: none; |
| 351 | } |
| 352 | .tiny-pageembed { |
| 353 | display: inline-block; |
| 354 | position: relative; |
| 355 | } |
| 356 | .tiny-pageembed--21by9, |
| 357 | .tiny-pageembed--16by9, |
| 358 | .tiny-pageembed--4by3, |
| 359 | .tiny-pageembed--1by1 { |
| 360 | display: block; |
| 361 | overflow: hidden; |
| 362 | padding: 0; |
| 363 | position: relative; |
| 364 | width: 100%; |
| 365 | } |
| 366 | .tiny-pageembed--21by9 { |
| 367 | padding-top: 42.857143%; |
| 368 | } |
| 369 | .tiny-pageembed--16by9 { |
| 370 | padding-top: 56.25%; |
| 371 | } |
| 372 | .tiny-pageembed--4by3 { |
| 373 | padding-top: 75%; |
| 374 | } |
| 375 | .tiny-pageembed--1by1 { |
| 376 | padding-top: 100%; |
| 377 | } |
| 378 | .tiny-pageembed--21by9 iframe, |
| 379 | .tiny-pageembed--16by9 iframe, |
| 380 | .tiny-pageembed--4by3 iframe, |
| 381 | .tiny-pageembed--1by1 iframe { |
| 382 | border: 0; |
| 383 | height: 100%; |
| 384 | left: 0; |
| 385 | position: absolute; |
| 386 | top: 0; |
| 387 | width: 100%; |
| 388 | } |
| 389 | .mce-content-body[data-mce-placeholder] { |
| 390 | position: relative; |
| 391 | } |
| 392 | .mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before { |
| 393 | color: rgba(34, 47, 62, 0.7); |
| 394 | content: attr(data-mce-placeholder); |
| 395 | position: absolute; |
| 396 | } |
| 397 | @media (forced-colors: active) { |
| 398 | .mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before { |
| 399 | color: highlight; |
| 400 | filter: brightness(30%); |
| 401 | z-index: -1; |
| 402 | } |
| 403 | } |
| 404 | .mce-content-body:not([dir=rtl])[data-mce-placeholder]:not(.mce-visualblocks)::before { |
| 405 | left: 1px; |
| 406 | } |
| 407 | .mce-content-body[dir=rtl][data-mce-placeholder]:not(.mce-visualblocks)::before { |
| 408 | right: 1px; |
| 409 | } |
| 410 | .mce-content-body div.mce-resizehandle { |
| 411 | background-color: #4099ff; |
| 412 | border-color: #4099ff; |
| 413 | border-style: solid; |
| 414 | border-width: 1px; |
| 415 | box-sizing: border-box; |
| 416 | height: 10px; |
| 417 | position: absolute; |
| 418 | width: 10px; |
| 419 | z-index: 1298; |
| 420 | } |
| 421 | .mce-content-body div.mce-resizehandle:hover { |
| 422 | background-color: #4099ff; |
| 423 | } |
| 424 | .mce-content-body div.mce-resizehandle:nth-of-type(1) { |
| 425 | cursor: nwse-resize; |
| 426 | } |
| 427 | .mce-content-body div.mce-resizehandle:nth-of-type(2) { |
| 428 | cursor: nesw-resize; |
| 429 | } |
| 430 | .mce-content-body div.mce-resizehandle:nth-of-type(3) { |
| 431 | cursor: nwse-resize; |
| 432 | } |
| 433 | .mce-content-body div.mce-resizehandle:nth-of-type(4) { |
| 434 | cursor: nesw-resize; |
| 435 | } |
| 436 | .mce-content-body .mce-resize-backdrop { |
| 437 | z-index: 10000; |
| 438 | } |
| 439 | .mce-content-body .mce-clonedresizable { |
| 440 | cursor: default; |
| 441 | opacity: 0.5; |
| 442 | outline: 1px dashed black; |
| 443 | position: absolute; |
| 444 | z-index: 10001; |
| 445 | } |
| 446 | .mce-content-body .mce-clonedresizable.mce-resizetable-columns th, |
| 447 | .mce-content-body .mce-clonedresizable.mce-resizetable-columns td { |
| 448 | border: 0; |
| 449 | } |
| 450 | .mce-content-body .mce-resize-helper { |
| 451 | background: #555; |
| 452 | background: rgba(0 0 0%); |
| 453 | border: 1px; |
| 454 | border-radius: 3px; |
| 455 | color: white; |
| 456 | display: none; |
| 457 | font-family: sans-serif; |
| 458 | font-size: 12px; |
| 459 | line-height: 14px; |
| 460 | margin: 5px 10px; |
| 461 | padding: 5px; |
| 462 | position: absolute; |
| 463 | white-space: nowrap; |
| 464 | z-index: 10002; |
| 465 | } |
| 466 | .tox-rtc-user-selection { |
| 467 | position: relative; |
| 468 | } |
| 469 | .tox-rtc-user-cursor { |
| 470 | bottom: 0; |
| 471 | cursor: default; |
| 472 | position: absolute; |
| 473 | top: 0; |
| 474 | width: 2px; |
| 475 | } |
| 476 | .tox-rtc-user-cursor::before { |
| 477 | background-color: inherit; |
| 478 | border-radius: 50%; |
| 479 | content: ''; |
| 480 | display: block; |
| 481 | height: 8px; |
| 482 | position: absolute; |
| 483 | right: -3px; |
| 484 | top: -3px; |
| 485 | width: 8px; |
| 486 | } |
| 487 | .tox-rtc-user-cursor:hover::after { |
| 488 | background-color: inherit; |
| 489 | border-radius: 100px; |
| 490 | box-sizing: border-box; |
| 491 | color: #fff; |
| 492 | content: attr(data-user); |
| 493 | display: block; |
| 494 | font-size: 12px; |
| 495 | font-weight: bold; |
| 496 | left: -5px; |
| 497 | min-height: 8px; |
| 498 | min-width: 8px; |
| 499 | padding: 0 12px; |
| 500 | position: absolute; |
| 501 | top: -11px; |
| 502 | white-space: nowrap; |
| 503 | z-index: 1000; |
| 504 | } |
| 505 | .tox-rtc-user-selection--1 .tox-rtc-user-cursor { |
| 506 | background-color: #2dc26b; |
| 507 | } |
| 508 | .tox-rtc-user-selection--2 .tox-rtc-user-cursor { |
| 509 | background-color: #e03e2d; |
| 510 | } |
| 511 | .tox-rtc-user-selection--3 .tox-rtc-user-cursor { |
| 512 | background-color: #f1c40f; |
| 513 | } |
| 514 | .tox-rtc-user-selection--4 .tox-rtc-user-cursor { |
| 515 | background-color: #3598db; |
| 516 | } |
| 517 | .tox-rtc-user-selection--5 .tox-rtc-user-cursor { |
| 518 | background-color: #b96ad9; |
| 519 | } |
| 520 | .tox-rtc-user-selection--6 .tox-rtc-user-cursor { |
| 521 | background-color: #e67e23; |
| 522 | } |
| 523 | .tox-rtc-user-selection--7 .tox-rtc-user-cursor { |
| 524 | background-color: #aaa69d; |
| 525 | } |
| 526 | .tox-rtc-user-selection--8 .tox-rtc-user-cursor { |
| 527 | background-color: #f368e0; |
| 528 | } |
| 529 | .tox-rtc-remote-image { |
| 530 | background: #eaeaea url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2236%22%20height%3D%2212%22%20viewBox%3D%220%200%2036%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Ccircle%20cx%3D%226%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%20%20%3Ccircle%20cx%3D%2218%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20begin%3D%22.33s%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%20%20%3Ccircle%20cx%3D%2230%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20begin%3D%22.66s%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%3C%2Fsvg%3E%0A") no-repeat center center; |
| 531 | border: 1px solid #ccc; |
| 532 | min-height: 240px; |
| 533 | min-width: 320px; |
| 534 | } |
| 535 | .mce-match-marker { |
| 536 | background: #aaa; |
| 537 | color: #fff; |
| 538 | } |
| 539 | .mce-match-marker-selected { |
| 540 | background: #39f; |
| 541 | color: #fff; |
| 542 | } |
| 543 | .mce-match-marker-selected::selection { |
| 544 | background: #39f; |
| 545 | color: #fff; |
| 546 | } |
| 547 | .mce-content-body img[data-mce-selected], |
| 548 | .mce-content-body video[data-mce-selected], |
| 549 | .mce-content-body audio[data-mce-selected], |
| 550 | .mce-content-body object[data-mce-selected], |
| 551 | .mce-content-body embed[data-mce-selected], |
| 552 | .mce-content-body table[data-mce-selected], |
| 553 | .mce-content-body details[data-mce-selected] { |
| 554 | outline: 3px solid #b4d7ff; |
| 555 | } |
| 556 | .mce-content-body hr[data-mce-selected] { |
| 557 | outline: 3px solid #b4d7ff; |
| 558 | outline-offset: 1px; |
| 559 | } |
| 560 | .mce-content-body *[contentEditable=false] *[contentEditable=true]:focus { |
| 561 | outline: 3px solid #b4d7ff; |
| 562 | } |
| 563 | .mce-content-body *[contentEditable=false] *[contentEditable=true]:hover { |
| 564 | outline: 3px solid #b4d7ff; |
| 565 | } |
| 566 | .mce-content-body *[contentEditable=false][data-mce-selected] { |
| 567 | cursor: not-allowed; |
| 568 | outline: 3px solid #b4d7ff; |
| 569 | } |
| 570 | .mce-content-body *[data-mce-selected="inline-boundary"] { |
| 571 | background-color: #b4d7ff; |
| 572 | } |
| 573 | .mce-content-body .mce-edit-focus { |
| 574 | outline: 3px solid #b4d7ff; |
| 575 | } |
| 576 | .mce-content-body td[data-mce-selected], |
| 577 | .mce-content-body th[data-mce-selected] { |
| 578 | position: relative; |
| 579 | } |
| 580 | .mce-content-body td[data-mce-selected]::selection, |
| 581 | .mce-content-body th[data-mce-selected]::selection { |
| 582 | background: none; |
| 583 | } |
| 584 | .mce-content-body td[data-mce-selected] *, |
| 585 | .mce-content-body th[data-mce-selected] * { |
| 586 | outline: none; |
| 587 | -webkit-touch-callout: none; |
| 588 | -webkit-user-select: none; |
| 589 | user-select: none; |
| 590 | } |
| 591 | .mce-content-body td[data-mce-selected]::after, |
| 592 | .mce-content-body th[data-mce-selected]::after { |
| 593 | background-color: rgba(180, 215, 255, 0.7); |
| 594 | border: 1px solid rgba(180, 215, 255, 0.7); |
| 595 | bottom: -1px; |
| 596 | content: ''; |
| 597 | left: -1px; |
| 598 | mix-blend-mode: multiply; |
| 599 | position: absolute; |
| 600 | right: -1px; |
| 601 | top: -1px; |
| 602 | } |
| 603 | .mce-content-body img[data-mce-selected]::selection { |
| 604 | background: none; |
| 605 | } |
| 606 | .ephox-snooker-resizer-bar { |
| 607 | background-color: #b4d7ff; |
| 608 | opacity: 0; |
| 609 | -webkit-user-select: none; |
| 610 | user-select: none; |
| 611 | } |
| 612 | .ephox-snooker-resizer-cols { |
| 613 | cursor: col-resize; |
| 614 | } |
| 615 | .ephox-snooker-resizer-rows { |
| 616 | cursor: row-resize; |
| 617 | } |
| 618 | .ephox-snooker-resizer-bar.ephox-snooker-resizer-bar-dragging { |
| 619 | opacity: 1; |
| 620 | } |
| 621 | .mce-spellchecker-word { |
| 622 | background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'4'%20height%3D'4'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20stroke%3D'%23ff0000'%20fill%3D'none'%20stroke-linecap%3D'round'%20stroke-opacity%3D'.75'%20d%3D'M0%203L2%201%204%203'%2F%3E%3C%2Fsvg%3E%0A"); |
| 623 | background-position: 0 calc(100% + 1px); |
| 624 | background-repeat: repeat-x; |
| 625 | background-size: auto 6px; |
| 626 | cursor: default; |
| 627 | height: 2rem; |
| 628 | } |
| 629 | .mce-spellchecker-grammar { |
| 630 | background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'4'%20height%3D'4'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20stroke%3D'%2300A835'%20fill%3D'none'%20stroke-linecap%3D'round'%20d%3D'M0%203L2%201%204%203'%2F%3E%3C%2Fsvg%3E%0A"); |
| 631 | background-position: 0 calc(100% + 1px); |
| 632 | background-repeat: repeat-x; |
| 633 | background-size: auto 6px; |
| 634 | cursor: default; |
| 635 | } |
| 636 | .mce-toc { |
| 637 | border: 1px solid gray; |
| 638 | } |
| 639 | .mce-toc h2 { |
| 640 | margin: 4px; |
| 641 | } |
| 642 | .mce-toc ul > li { |
| 643 | list-style-type: none; |
| 644 | } |
| 645 | [data-mce-block] { |
| 646 | display: block; |
| 647 | } |
| 648 | table[style*="border-width: 0px"], |
| 649 | .mce-item-table:not([border]), |
| 650 | .mce-item-table[border="0"], |
| 651 | table[style*="border-width: 0px"] td, |
| 652 | .mce-item-table:not([border]) td, |
| 653 | .mce-item-table[border="0"] td, |
| 654 | table[style*="border-width: 0px"] th, |
| 655 | .mce-item-table:not([border]) th, |
| 656 | .mce-item-table[border="0"] th, |
| 657 | table[style*="border-width: 0px"] caption, |
| 658 | .mce-item-table:not([border]) caption, |
| 659 | .mce-item-table[border="0"] caption { |
| 660 | border: 1px dashed #bbb; |
| 661 | } |
| 662 | .tox-uc-loading-background { |
| 663 | width: 100%; |
| 664 | height: 100%; |
| 665 | background: rgba(255, 255, 255, 0.5); |
| 666 | } |
| 667 | .tox-uc-loading-spinner-wrapper { |
| 668 | width: 100%; |
| 669 | height: 100%; |
| 670 | display: flex; |
| 671 | justify-content: center; |
| 672 | align-items: center; |
| 673 | } |
| 674 | .tox-uc-loading-spinner { |
| 675 | width: min(24px, 30%); |
| 676 | aspect-ratio: 1; |
| 677 | border-radius: 50%; |
| 678 | border: 3px solid #006ce7; |
| 679 | border-bottom-color: transparent; |
| 680 | animation: tox-rotation 1s linear infinite; |
| 681 | } |
| 682 | .tox-uploadcare-placeholder { |
| 683 | all: initial; |
| 684 | display: inline-block; |
| 685 | position: relative; |
| 686 | width: min(100%, 600px); |
| 687 | height: 80px; |
| 688 | --tox-uploadcare-placeholder--content-cursor: auto !important; |
| 689 | --tox-uploadcare-placeholder--content-color: rgba(34, 47, 62, 0.7); |
| 690 | --tox-uploadcare-placeholder--content-background-color: #fff; |
| 691 | --tox-uploadcare-placeholder--content-border: 2px solid #e3e3e3; |
| 692 | --tox-uploadcare-placeholder--content-font-family: monospace, sans-serif; |
| 693 | --tox-uploadcare-placeholder--content-height: 100%; |
| 694 | --tox-uploadcare-placeholder--content-width: 100%; |
| 695 | --tox-uploadcare-placeholder--content-display: inline-flex; |
| 696 | --tox-uploadcare-placeholder--content-align-items: center; |
| 697 | --tox-uploadcare-placeholder--content-justify-content: center; |
| 698 | --tox-uploadcare-placeholder--content-gap: 8px; |
| 699 | --tox-uploadcare-placeholder--icon-fill: rgba(34, 47, 62, 0.7); |
| 700 | --tox-uploadcare-placeholder--icon-min-width: 24px; |
| 701 | --tox-uc-loading-spinner-wrapper-display-none: none; |
| 702 | --tox-uc-loading-spinner-wrapper-display: flex; |
| 703 | --tox-uc-loading-spinner-wrapper-position: absolute; |
| 704 | --tox-uc-loading-spinner-wrapper-top: 0; |
| 705 | --tox-uc-loading-spinner-wrapper-left: 0; |
| 706 | --tox-uc-loading-spinner-wrapper-width: 100%; |
| 707 | --tox-uc-loading-spinner-wrapper-height: 100%; |
| 708 | --tox-uc-loading-spinner-wrapper-justify-content: center; |
| 709 | --tox-uc-loading-spinner-wrapper-align-items: center; |
| 710 | --tox-uc-loading-spinner-aspect-ratio: 1 / 1; |
| 711 | --tox-uc-loading-spinner-width: min(24px, 30%); |
| 712 | --tox-uc-loading-spinner-border-radius: 50%; |
| 713 | --tox-uc-loading-spinner-border: 3px solid #006ce7; |
| 714 | --tox-uc-loading-spinner-border-bottom-color: transparent; |
| 715 | --tox-uc-loading-spinner-animation: tox-rotation 1s linear infinite; |
| 716 | } |
| 717 | .mce-visualblocks p, |
| 718 | .mce-visualblocks h1, |
| 719 | .mce-visualblocks h2, |
| 720 | .mce-visualblocks h3, |
| 721 | .mce-visualblocks h4, |
| 722 | .mce-visualblocks h5, |
| 723 | .mce-visualblocks h6, |
| 724 | .mce-visualblocks div:not([data-mce-bogus]), |
| 725 | .mce-visualblocks section, |
| 726 | .mce-visualblocks article, |
| 727 | .mce-visualblocks blockquote, |
| 728 | .mce-visualblocks address, |
| 729 | .mce-visualblocks pre, |
| 730 | .mce-visualblocks figure, |
| 731 | .mce-visualblocks figcaption, |
| 732 | .mce-visualblocks hgroup, |
| 733 | .mce-visualblocks aside, |
| 734 | .mce-visualblocks ul, |
| 735 | .mce-visualblocks ol, |
| 736 | .mce-visualblocks dl { |
| 737 | background-repeat: no-repeat; |
| 738 | border: 1px dashed #bbb; |
| 739 | margin-left: 3px; |
| 740 | padding-top: 10px; |
| 741 | } |
| 742 | .mce-visualblocks p { |
| 743 | background-image: url(data:image/gif;base64,R0lGODlhCQAJAJEAAAAAAP///7u7u////yH5BAEAAAMALAAAAAAJAAkAAAIQnG+CqCN/mlyvsRUpThG6AgA7); |
| 744 | } |
| 745 | .mce-visualblocks h1 { |
| 746 | background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGu1JuxHoAfRNRW3TWXyF2YiRUAOw==); |
| 747 | } |
| 748 | .mce-visualblocks h2 { |
| 749 | background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8Hybbx4oOuqgTynJd6bGlWg3DkJzoaUAAAOw==); |
| 750 | } |
| 751 | .mce-visualblocks h3 { |
| 752 | background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIZjI8Hybbx4oOuqgTynJf2Ln2NOHpQpmhAAQA7); |
| 753 | } |
| 754 | .mce-visualblocks h4 { |
| 755 | background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxInR0zqeAdhtJlXwV1oCll2HaWgAAOw==); |
| 756 | } |
| 757 | .mce-visualblocks h5 { |
| 758 | background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjane4iq5GlW05GgIkIZUAAAOw==); |
| 759 | } |
| 760 | .mce-visualblocks h6 { |
| 761 | background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjan04jep1iZ1XRlAo5bVgAAOw==); |
| 762 | } |
| 763 | .mce-visualblocks div:not([data-mce-bogus]) { |
| 764 | background-image: url(data:image/gif;base64,R0lGODlhEgAKAIABALu7u////yH5BAEAAAEALAAAAAASAAoAAAIfjI9poI0cgDywrhuxfbrzDEbQM2Ei5aRjmoySW4pAAQA7); |
| 765 | } |
| 766 | .mce-visualblocks section { |
| 767 | background-image: url(data:image/gif;base64,R0lGODlhKAAKAIABALu7u////yH5BAEAAAEALAAAAAAoAAoAAAI5jI+pywcNY3sBWHdNrplytD2ellDeSVbp+GmWqaDqDMepc8t17Y4vBsK5hDyJMcI6KkuYU+jpjLoKADs=); |
| 768 | } |
| 769 | .mce-visualblocks article { |
| 770 | background-image: url(data:image/gif;base64,R0lGODlhKgAKAIABALu7u////yH5BAEAAAEALAAAAAAqAAoAAAI6jI+pywkNY3wG0GBvrsd2tXGYSGnfiF7ikpXemTpOiJScasYoDJJrjsG9gkCJ0ag6KhmaIe3pjDYBBQA7); |
| 771 | } |
| 772 | .mce-visualblocks blockquote { |
| 773 | background-image: url(data:image/gif;base64,R0lGODlhPgAKAIABALu7u////yH5BAEAAAEALAAAAAA+AAoAAAJPjI+py+0Knpz0xQDyuUhvfoGgIX5iSKZYgq5uNL5q69asZ8s5rrf0yZmpNkJZzFesBTu8TOlDVAabUyatguVhWduud3EyiUk45xhTTgMBBQA7); |
| 774 | } |
| 775 | .mce-visualblocks address { |
| 776 | background-image: url(data:image/gif;base64,R0lGODlhLQAKAIABALu7u////yH5BAEAAAEALAAAAAAtAAoAAAI/jI+pywwNozSP1gDyyZcjb3UaRpXkWaXmZW4OqKLhBmLs+K263DkJK7OJeifh7FicKD9A1/IpGdKkyFpNmCkAADs=); |
| 777 | } |
| 778 | .mce-visualblocks pre { |
| 779 | background-image: url(data:image/gif;base64,R0lGODlhFQAKAIABALu7uwAAACH5BAEAAAEALAAAAAAVAAoAAAIjjI+ZoN0cgDwSmnpz1NCueYERhnibZVKLNnbOq8IvKpJtVQAAOw==); |
| 780 | } |
| 781 | .mce-visualblocks figure { |
| 782 | background-image: url(data:image/gif;base64,R0lGODlhJAAKAIAAALu7u////yH5BAEAAAEALAAAAAAkAAoAAAI0jI+py+2fwAHUSFvD3RlvG4HIp4nX5JFSpnZUJ6LlrM52OE7uSWosBHScgkSZj7dDKnWAAgA7); |
| 783 | } |
| 784 | .mce-visualblocks figcaption { |
| 785 | border: 1px dashed #bbb; |
| 786 | } |
| 787 | .mce-visualblocks hgroup { |
| 788 | background-image: url(data:image/gif;base64,R0lGODlhJwAKAIABALu7uwAAACH5BAEAAAEALAAAAAAnAAoAAAI3jI+pywYNI3uB0gpsRtt5fFnfNZaVSYJil4Wo03Hv6Z62uOCgiXH1kZIIJ8NiIxRrAZNMZAtQAAA7); |
| 789 | } |
| 790 | .mce-visualblocks aside { |
| 791 | background-image: url(data:image/gif;base64,R0lGODlhHgAKAIABAKqqqv///yH5BAEAAAEALAAAAAAeAAoAAAItjI+pG8APjZOTzgtqy7I3f1yehmQcFY4WKZbqByutmW4aHUd6vfcVbgudgpYCADs=); |
| 792 | } |
| 793 | .mce-visualblocks ul { |
| 794 | background-image: url(data:image/gif;base64,R0lGODlhDQAKAIAAALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGuYnqUVSjvw26DzzXiqIDlVwAAOw==); |
| 795 | } |
| 796 | .mce-visualblocks ol { |
| 797 | background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybH6HHt0qourxC6CvzXieHyeWQAAOw==); |
| 798 | } |
| 799 | .mce-visualblocks dl { |
| 800 | background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybEOnmOvUoWznTqeuEjNSCqeGRUAOw==); |
| 801 | } |
| 802 | .mce-visualblocks:not([dir=rtl]) p, |
| 803 | .mce-visualblocks:not([dir=rtl]) h1, |
| 804 | .mce-visualblocks:not([dir=rtl]) h2, |
| 805 | .mce-visualblocks:not([dir=rtl]) h3, |
| 806 | .mce-visualblocks:not([dir=rtl]) h4, |
| 807 | .mce-visualblocks:not([dir=rtl]) h5, |
| 808 | .mce-visualblocks:not([dir=rtl]) h6, |
| 809 | .mce-visualblocks:not([dir=rtl]) div:not([data-mce-bogus]), |
| 810 | .mce-visualblocks:not([dir=rtl]) section, |
| 811 | .mce-visualblocks:not([dir=rtl]) article, |
| 812 | .mce-visualblocks:not([dir=rtl]) blockquote, |
| 813 | .mce-visualblocks:not([dir=rtl]) address, |
| 814 | .mce-visualblocks:not([dir=rtl]) pre, |
| 815 | .mce-visualblocks:not([dir=rtl]) figure, |
| 816 | .mce-visualblocks:not([dir=rtl]) figcaption, |
| 817 | .mce-visualblocks:not([dir=rtl]) hgroup, |
| 818 | .mce-visualblocks:not([dir=rtl]) aside, |
| 819 | .mce-visualblocks:not([dir=rtl]) ul, |
| 820 | .mce-visualblocks:not([dir=rtl]) ol, |
| 821 | .mce-visualblocks:not([dir=rtl]) dl { |
| 822 | margin-left: 3px; |
| 823 | } |
| 824 | .mce-visualblocks[dir=rtl] p, |
| 825 | .mce-visualblocks[dir=rtl] h1, |
| 826 | .mce-visualblocks[dir=rtl] h2, |
| 827 | .mce-visualblocks[dir=rtl] h3, |
| 828 | .mce-visualblocks[dir=rtl] h4, |
| 829 | .mce-visualblocks[dir=rtl] h5, |
| 830 | .mce-visualblocks[dir=rtl] h6, |
| 831 | .mce-visualblocks[dir=rtl] div:not([data-mce-bogus]), |
| 832 | .mce-visualblocks[dir=rtl] section, |
| 833 | .mce-visualblocks[dir=rtl] article, |
| 834 | .mce-visualblocks[dir=rtl] blockquote, |
| 835 | .mce-visualblocks[dir=rtl] address, |
| 836 | .mce-visualblocks[dir=rtl] pre, |
| 837 | .mce-visualblocks[dir=rtl] figure, |
| 838 | .mce-visualblocks[dir=rtl] figcaption, |
| 839 | .mce-visualblocks[dir=rtl] hgroup, |
| 840 | .mce-visualblocks[dir=rtl] aside, |
| 841 | .mce-visualblocks[dir=rtl] ul, |
| 842 | .mce-visualblocks[dir=rtl] ol, |
| 843 | .mce-visualblocks[dir=rtl] dl { |
| 844 | background-position-x: right; |
| 845 | margin-right: 3px; |
| 846 | } |
| 847 | .mce-nbsp, |
| 848 | .mce-shy { |
| 849 | background: #aaa; |
| 850 | } |
| 851 | .mce-shy::after { |
| 852 | content: '-'; |
| 853 | } |
| 854 | [data-ephox-foam-a11y-violation] { |
| 855 | outline: 2px solid; |
| 856 | position: relative; |
| 857 | } |
| 858 | [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-current-violation] { |
| 859 | outline-width: 4px; |
| 860 | transition: outline-width 0.1s ease-in-out, background-color 0.1s ease-in-out; |
| 861 | box-shadow: 0 0 0 99999px #222f3e80; |
| 862 | z-index: 1; |
| 863 | } |
| 864 | [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-severity-info] { |
| 865 | outline-color: #006ce7; |
| 866 | } |
| 867 | [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-severity-warn] { |
| 868 | outline-color: #FFCC00; |
| 869 | } |
| 870 | [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-severity-error] { |
| 871 | outline-color: #c00; |
| 872 | } |
| 873 | [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-current-violation="info"] { |
| 874 | outline-color: #006ce7; |
| 875 | background-color: #e6f0fd; |
| 876 | } |
| 877 | [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-current-violation="warning"] { |
| 878 | outline-color: #FFCC00; |
| 879 | background-color: #fffae6; |
| 880 | } |
| 881 | [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-current-violation="error"] { |
| 882 | outline-color: #c00; |
| 883 | background-color: #fae6e6; |
| 884 | } |
| 885 | [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-current-violation]:is(td, th, tr) { |
| 886 | position: static; |
| 887 | } |
| 888 | body { |
| 889 | font-family: sans-serif; |
| 890 | } |
| 891 | table { |
| 892 | border-collapse: collapse; |
| 893 | } |
| 894 |