content.inline.css 33 KB

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