content.css 33 KB

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