@bobfrankston/rmfmail 1.0.655 → 1.0.657

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (280) hide show
  1. package/bin/build-tinymce.js +42 -0
  2. package/bin/mailx.js +54 -23
  3. package/bin/mailx.js.map +1 -1
  4. package/bin/mailx.ts +45 -20
  5. package/client/compose/editor.js +7 -1
  6. package/client/compose/editor.js.map +1 -1
  7. package/client/compose/editor.ts +7 -1
  8. package/client/lib/rmf-tiny.js +21 -3
  9. package/client/lib/tinymce/CHANGELOG.md +3991 -0
  10. package/client/lib/tinymce/README.md +77 -0
  11. package/client/lib/tinymce/bower.json +27 -0
  12. package/client/lib/tinymce/composer.json +52 -0
  13. package/client/lib/tinymce/icons/default/icons.js +270 -0
  14. package/client/lib/tinymce/icons/default/icons.min.js +1 -0
  15. package/client/lib/tinymce/icons/default/index.js +7 -0
  16. package/client/lib/tinymce/license.md +9 -0
  17. package/client/lib/tinymce/models/dom/index.js +7 -0
  18. package/client/lib/tinymce/models/dom/model.js +8994 -0
  19. package/client/lib/tinymce/models/dom/model.min.js +1 -0
  20. package/client/lib/tinymce/notices.txt +21 -0
  21. package/client/lib/tinymce/package.json +32 -0
  22. package/client/lib/tinymce/plugins/accordion/index.js +7 -0
  23. package/client/lib/tinymce/plugins/accordion/plugin.js +1373 -0
  24. package/client/lib/tinymce/plugins/accordion/plugin.min.js +1 -0
  25. package/client/lib/tinymce/plugins/advlist/index.js +7 -0
  26. package/client/lib/tinymce/plugins/advlist/plugin.js +473 -0
  27. package/client/lib/tinymce/plugins/advlist/plugin.min.js +1 -0
  28. package/client/lib/tinymce/plugins/anchor/index.js +7 -0
  29. package/client/lib/tinymce/plugins/anchor/plugin.js +237 -0
  30. package/client/lib/tinymce/plugins/anchor/plugin.min.js +1 -0
  31. package/client/lib/tinymce/plugins/autolink/index.js +7 -0
  32. package/client/lib/tinymce/plugins/autolink/plugin.js +315 -0
  33. package/client/lib/tinymce/plugins/autolink/plugin.min.js +1 -0
  34. package/client/lib/tinymce/plugins/autoresize/index.js +7 -0
  35. package/client/lib/tinymce/plugins/autoresize/plugin.js +221 -0
  36. package/client/lib/tinymce/plugins/autoresize/plugin.min.js +1 -0
  37. package/client/lib/tinymce/plugins/autosave/index.js +7 -0
  38. package/client/lib/tinymce/plugins/autosave/plugin.js +249 -0
  39. package/client/lib/tinymce/plugins/autosave/plugin.min.js +1 -0
  40. package/client/lib/tinymce/plugins/charmap/index.js +7 -0
  41. package/client/lib/tinymce/plugins/charmap/plugin.js +997 -0
  42. package/client/lib/tinymce/plugins/charmap/plugin.min.js +1 -0
  43. package/client/lib/tinymce/plugins/code/index.js +7 -0
  44. package/client/lib/tinymce/plugins/code/plugin.js +98 -0
  45. package/client/lib/tinymce/plugins/code/plugin.min.js +1 -0
  46. package/client/lib/tinymce/plugins/codesample/index.js +7 -0
  47. package/client/lib/tinymce/plugins/codesample/plugin.js +3655 -0
  48. package/client/lib/tinymce/plugins/codesample/plugin.min.js +9 -0
  49. package/client/lib/tinymce/plugins/directionality/index.js +7 -0
  50. package/client/lib/tinymce/plugins/directionality/plugin.js +670 -0
  51. package/client/lib/tinymce/plugins/directionality/plugin.min.js +1 -0
  52. package/client/lib/tinymce/plugins/emoticons/index.js +7 -0
  53. package/client/lib/tinymce/plugins/emoticons/js/emojiimages.js +1 -0
  54. package/client/lib/tinymce/plugins/emoticons/js/emojiimages.min.js +1 -0
  55. package/client/lib/tinymce/plugins/emoticons/js/emojis.js +1 -0
  56. package/client/lib/tinymce/plugins/emoticons/js/emojis.min.js +1 -0
  57. package/client/lib/tinymce/plugins/emoticons/plugin.js +809 -0
  58. package/client/lib/tinymce/plugins/emoticons/plugin.min.js +1 -0
  59. package/client/lib/tinymce/plugins/fullscreen/index.js +7 -0
  60. package/client/lib/tinymce/plugins/fullscreen/plugin.js +1607 -0
  61. package/client/lib/tinymce/plugins/fullscreen/plugin.min.js +1 -0
  62. package/client/lib/tinymce/plugins/help/index.js +7 -0
  63. package/client/lib/tinymce/plugins/help/js/i18n/keynav/ar.js +93 -0
  64. package/client/lib/tinymce/plugins/help/js/i18n/keynav/bg-BG.js +93 -0
  65. package/client/lib/tinymce/plugins/help/js/i18n/keynav/bg_BG.js +93 -0
  66. package/client/lib/tinymce/plugins/help/js/i18n/keynav/ca.js +93 -0
  67. package/client/lib/tinymce/plugins/help/js/i18n/keynav/cs.js +93 -0
  68. package/client/lib/tinymce/plugins/help/js/i18n/keynav/da.js +93 -0
  69. package/client/lib/tinymce/plugins/help/js/i18n/keynav/de.js +93 -0
  70. package/client/lib/tinymce/plugins/help/js/i18n/keynav/el.js +93 -0
  71. package/client/lib/tinymce/plugins/help/js/i18n/keynav/en.js +93 -0
  72. package/client/lib/tinymce/plugins/help/js/i18n/keynav/es.js +93 -0
  73. package/client/lib/tinymce/plugins/help/js/i18n/keynav/eu.js +93 -0
  74. package/client/lib/tinymce/plugins/help/js/i18n/keynav/fa.js +93 -0
  75. package/client/lib/tinymce/plugins/help/js/i18n/keynav/fi.js +93 -0
  76. package/client/lib/tinymce/plugins/help/js/i18n/keynav/fr-FR.js +93 -0
  77. package/client/lib/tinymce/plugins/help/js/i18n/keynav/fr_FR.js +93 -0
  78. package/client/lib/tinymce/plugins/help/js/i18n/keynav/he-IL.js +93 -0
  79. package/client/lib/tinymce/plugins/help/js/i18n/keynav/he_IL.js +93 -0
  80. package/client/lib/tinymce/plugins/help/js/i18n/keynav/hi.js +93 -0
  81. package/client/lib/tinymce/plugins/help/js/i18n/keynav/hr.js +93 -0
  82. package/client/lib/tinymce/plugins/help/js/i18n/keynav/hu-HU.js +93 -0
  83. package/client/lib/tinymce/plugins/help/js/i18n/keynav/hu_HU.js +93 -0
  84. package/client/lib/tinymce/plugins/help/js/i18n/keynav/id.js +93 -0
  85. package/client/lib/tinymce/plugins/help/js/i18n/keynav/it.js +93 -0
  86. package/client/lib/tinymce/plugins/help/js/i18n/keynav/ja.js +93 -0
  87. package/client/lib/tinymce/plugins/help/js/i18n/keynav/kk.js +93 -0
  88. package/client/lib/tinymce/plugins/help/js/i18n/keynav/ko-KR.js +93 -0
  89. package/client/lib/tinymce/plugins/help/js/i18n/keynav/ko_KR.js +93 -0
  90. package/client/lib/tinymce/plugins/help/js/i18n/keynav/ms.js +93 -0
  91. package/client/lib/tinymce/plugins/help/js/i18n/keynav/nb-NO.js +93 -0
  92. package/client/lib/tinymce/plugins/help/js/i18n/keynav/nb_NO.js +93 -0
  93. package/client/lib/tinymce/plugins/help/js/i18n/keynav/nl.js +93 -0
  94. package/client/lib/tinymce/plugins/help/js/i18n/keynav/pl.js +93 -0
  95. package/client/lib/tinymce/plugins/help/js/i18n/keynav/pt-BR.js +93 -0
  96. package/client/lib/tinymce/plugins/help/js/i18n/keynav/pt-PT.js +93 -0
  97. package/client/lib/tinymce/plugins/help/js/i18n/keynav/pt_BR.js +93 -0
  98. package/client/lib/tinymce/plugins/help/js/i18n/keynav/pt_PT.js +93 -0
  99. package/client/lib/tinymce/plugins/help/js/i18n/keynav/ro.js +93 -0
  100. package/client/lib/tinymce/plugins/help/js/i18n/keynav/ru.js +93 -0
  101. package/client/lib/tinymce/plugins/help/js/i18n/keynav/sk.js +93 -0
  102. package/client/lib/tinymce/plugins/help/js/i18n/keynav/sl-SI.js +93 -0
  103. package/client/lib/tinymce/plugins/help/js/i18n/keynav/sl_SI.js +93 -0
  104. package/client/lib/tinymce/plugins/help/js/i18n/keynav/sv-SE.js +93 -0
  105. package/client/lib/tinymce/plugins/help/js/i18n/keynav/sv_SE.js +93 -0
  106. package/client/lib/tinymce/plugins/help/js/i18n/keynav/th-TH.js +93 -0
  107. package/client/lib/tinymce/plugins/help/js/i18n/keynav/th_TH.js +93 -0
  108. package/client/lib/tinymce/plugins/help/js/i18n/keynav/tr.js +93 -0
  109. package/client/lib/tinymce/plugins/help/js/i18n/keynav/uk.js +93 -0
  110. package/client/lib/tinymce/plugins/help/js/i18n/keynav/vi.js +93 -0
  111. package/client/lib/tinymce/plugins/help/js/i18n/keynav/zh-CN.js +87 -0
  112. package/client/lib/tinymce/plugins/help/js/i18n/keynav/zh-TW.js +93 -0
  113. package/client/lib/tinymce/plugins/help/js/i18n/keynav/zh_CN.js +87 -0
  114. package/client/lib/tinymce/plugins/help/js/i18n/keynav/zh_TW.js +93 -0
  115. package/client/lib/tinymce/plugins/help/plugin.js +827 -0
  116. package/client/lib/tinymce/plugins/help/plugin.min.js +1 -0
  117. package/client/lib/tinymce/plugins/image/index.js +7 -0
  118. package/client/lib/tinymce/plugins/image/plugin.js +1692 -0
  119. package/client/lib/tinymce/plugins/image/plugin.min.js +1 -0
  120. package/client/lib/tinymce/plugins/importcss/index.js +7 -0
  121. package/client/lib/tinymce/plugins/importcss/plugin.js +401 -0
  122. package/client/lib/tinymce/plugins/importcss/plugin.min.js +1 -0
  123. package/client/lib/tinymce/plugins/insertdatetime/index.js +7 -0
  124. package/client/lib/tinymce/plugins/insertdatetime/plugin.js +187 -0
  125. package/client/lib/tinymce/plugins/insertdatetime/plugin.min.js +1 -0
  126. package/client/lib/tinymce/plugins/link/index.js +7 -0
  127. package/client/lib/tinymce/plugins/link/plugin.js +1711 -0
  128. package/client/lib/tinymce/plugins/link/plugin.min.js +1 -0
  129. package/client/lib/tinymce/plugins/lists/index.js +7 -0
  130. package/client/lib/tinymce/plugins/lists/plugin.js +602 -0
  131. package/client/lib/tinymce/plugins/lists/plugin.min.js +1 -0
  132. package/client/lib/tinymce/plugins/media/index.js +7 -0
  133. package/client/lib/tinymce/plugins/media/plugin.js +1442 -0
  134. package/client/lib/tinymce/plugins/media/plugin.min.js +1 -0
  135. package/client/lib/tinymce/plugins/nonbreaking/index.js +7 -0
  136. package/client/lib/tinymce/plugins/nonbreaking/plugin.js +128 -0
  137. package/client/lib/tinymce/plugins/nonbreaking/plugin.min.js +1 -0
  138. package/client/lib/tinymce/plugins/pagebreak/index.js +7 -0
  139. package/client/lib/tinymce/plugins/pagebreak/plugin.js +123 -0
  140. package/client/lib/tinymce/plugins/pagebreak/plugin.min.js +1 -0
  141. package/client/lib/tinymce/plugins/preview/index.js +7 -0
  142. package/client/lib/tinymce/plugins/preview/plugin.js +878 -0
  143. package/client/lib/tinymce/plugins/preview/plugin.min.js +1 -0
  144. package/client/lib/tinymce/plugins/quickbars/index.js +7 -0
  145. package/client/lib/tinymce/plugins/quickbars/plugin.js +654 -0
  146. package/client/lib/tinymce/plugins/quickbars/plugin.min.js +1 -0
  147. package/client/lib/tinymce/plugins/save/index.js +7 -0
  148. package/client/lib/tinymce/plugins/save/plugin.js +136 -0
  149. package/client/lib/tinymce/plugins/save/plugin.min.js +1 -0
  150. package/client/lib/tinymce/plugins/searchreplace/index.js +7 -0
  151. package/client/lib/tinymce/plugins/searchreplace/plugin.js +1367 -0
  152. package/client/lib/tinymce/plugins/searchreplace/plugin.min.js +1 -0
  153. package/client/lib/tinymce/plugins/table/index.js +7 -0
  154. package/client/lib/tinymce/plugins/table/plugin.js +4011 -0
  155. package/client/lib/tinymce/plugins/table/plugin.min.js +1 -0
  156. package/client/lib/tinymce/plugins/visualblocks/index.js +7 -0
  157. package/client/lib/tinymce/plugins/visualblocks/plugin.js +106 -0
  158. package/client/lib/tinymce/plugins/visualblocks/plugin.min.js +1 -0
  159. package/client/lib/tinymce/plugins/visualchars/index.js +7 -0
  160. package/client/lib/tinymce/plugins/visualchars/plugin.js +808 -0
  161. package/client/lib/tinymce/plugins/visualchars/plugin.min.js +1 -0
  162. package/client/lib/tinymce/plugins/wordcount/index.js +7 -0
  163. package/client/lib/tinymce/plugins/wordcount/plugin.js +586 -0
  164. package/client/lib/tinymce/plugins/wordcount/plugin.min.js +1 -0
  165. package/client/lib/tinymce/skins/content/dark/content.css +75 -0
  166. package/client/lib/tinymce/skins/content/dark/content.js +10 -0
  167. package/client/lib/tinymce/skins/content/dark/content.min.css +10 -0
  168. package/client/lib/tinymce/skins/content/dark/content.min.ts +3 -0
  169. package/client/lib/tinymce/skins/content/dark/content.ts +3 -0
  170. package/client/lib/tinymce/skins/content/default/content.css +70 -0
  171. package/client/lib/tinymce/skins/content/default/content.js +10 -0
  172. package/client/lib/tinymce/skins/content/default/content.min.css +10 -0
  173. package/client/lib/tinymce/skins/content/default/content.min.ts +3 -0
  174. package/client/lib/tinymce/skins/content/default/content.ts +3 -0
  175. package/client/lib/tinymce/skins/content/document/content.css +75 -0
  176. package/client/lib/tinymce/skins/content/document/content.js +10 -0
  177. package/client/lib/tinymce/skins/content/document/content.min.css +10 -0
  178. package/client/lib/tinymce/skins/content/document/content.min.ts +3 -0
  179. package/client/lib/tinymce/skins/content/document/content.ts +3 -0
  180. package/client/lib/tinymce/skins/content/tinymce-5/content.css +70 -0
  181. package/client/lib/tinymce/skins/content/tinymce-5/content.js +10 -0
  182. package/client/lib/tinymce/skins/content/tinymce-5/content.min.css +10 -0
  183. package/client/lib/tinymce/skins/content/tinymce-5/content.min.ts +3 -0
  184. package/client/lib/tinymce/skins/content/tinymce-5/content.ts +3 -0
  185. package/client/lib/tinymce/skins/content/tinymce-5-dark/content.css +75 -0
  186. package/client/lib/tinymce/skins/content/tinymce-5-dark/content.js +10 -0
  187. package/client/lib/tinymce/skins/content/tinymce-5-dark/content.min.css +10 -0
  188. package/client/lib/tinymce/skins/content/tinymce-5-dark/content.min.ts +3 -0
  189. package/client/lib/tinymce/skins/content/tinymce-5-dark/content.ts +3 -0
  190. package/client/lib/tinymce/skins/content/writer/content.css +71 -0
  191. package/client/lib/tinymce/skins/content/writer/content.js +10 -0
  192. package/client/lib/tinymce/skins/content/writer/content.min.css +10 -0
  193. package/client/lib/tinymce/skins/content/writer/content.min.ts +3 -0
  194. package/client/lib/tinymce/skins/content/writer/content.ts +3 -0
  195. package/client/lib/tinymce/skins/ui/oxide/content.css +1322 -0
  196. package/client/lib/tinymce/skins/ui/oxide/content.inline.css +1316 -0
  197. package/client/lib/tinymce/skins/ui/oxide/content.inline.js +10 -0
  198. package/client/lib/tinymce/skins/ui/oxide/content.inline.min.css +10 -0
  199. package/client/lib/tinymce/skins/ui/oxide/content.inline.min.ts +136 -0
  200. package/client/lib/tinymce/skins/ui/oxide/content.inline.ts +136 -0
  201. package/client/lib/tinymce/skins/ui/oxide/content.js +10 -0
  202. package/client/lib/tinymce/skins/ui/oxide/content.min.css +10 -0
  203. package/client/lib/tinymce/skins/ui/oxide/content.min.ts +136 -0
  204. package/client/lib/tinymce/skins/ui/oxide/content.ts +136 -0
  205. package/client/lib/tinymce/skins/ui/oxide/skin.css +7109 -0
  206. package/client/lib/tinymce/skins/ui/oxide/skin.js +1 -0
  207. package/client/lib/tinymce/skins/ui/oxide/skin.min.css +1 -0
  208. package/client/lib/tinymce/skins/ui/oxide/skin.min.ts +637 -0
  209. package/client/lib/tinymce/skins/ui/oxide/skin.shadowdom.css +30 -0
  210. package/client/lib/tinymce/skins/ui/oxide/skin.shadowdom.js +1 -0
  211. package/client/lib/tinymce/skins/ui/oxide/skin.shadowdom.min.css +1 -0
  212. package/client/lib/tinymce/skins/ui/oxide/skin.shadowdom.min.ts +9 -0
  213. package/client/lib/tinymce/skins/ui/oxide/skin.shadowdom.ts +9 -0
  214. package/client/lib/tinymce/skins/ui/oxide/skin.ts +637 -0
  215. package/client/lib/tinymce/skins/ui/oxide-dark/content.css +1310 -0
  216. package/client/lib/tinymce/skins/ui/oxide-dark/content.inline.css +1316 -0
  217. package/client/lib/tinymce/skins/ui/oxide-dark/content.inline.js +10 -0
  218. package/client/lib/tinymce/skins/ui/oxide-dark/content.inline.min.css +10 -0
  219. package/client/lib/tinymce/skins/ui/oxide-dark/content.inline.min.ts +136 -0
  220. package/client/lib/tinymce/skins/ui/oxide-dark/content.inline.ts +136 -0
  221. package/client/lib/tinymce/skins/ui/oxide-dark/content.js +10 -0
  222. package/client/lib/tinymce/skins/ui/oxide-dark/content.min.css +10 -0
  223. package/client/lib/tinymce/skins/ui/oxide-dark/content.min.ts +136 -0
  224. package/client/lib/tinymce/skins/ui/oxide-dark/content.ts +136 -0
  225. package/client/lib/tinymce/skins/ui/oxide-dark/skin.css +7112 -0
  226. package/client/lib/tinymce/skins/ui/oxide-dark/skin.js +1 -0
  227. package/client/lib/tinymce/skins/ui/oxide-dark/skin.min.css +1 -0
  228. package/client/lib/tinymce/skins/ui/oxide-dark/skin.min.ts +637 -0
  229. package/client/lib/tinymce/skins/ui/oxide-dark/skin.shadowdom.css +30 -0
  230. package/client/lib/tinymce/skins/ui/oxide-dark/skin.shadowdom.js +1 -0
  231. package/client/lib/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css +1 -0
  232. package/client/lib/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.ts +9 -0
  233. package/client/lib/tinymce/skins/ui/oxide-dark/skin.shadowdom.ts +9 -0
  234. package/client/lib/tinymce/skins/ui/oxide-dark/skin.ts +637 -0
  235. package/client/lib/tinymce/skins/ui/tinymce-5/content.css +1322 -0
  236. package/client/lib/tinymce/skins/ui/tinymce-5/content.inline.css +1316 -0
  237. package/client/lib/tinymce/skins/ui/tinymce-5/content.inline.js +10 -0
  238. package/client/lib/tinymce/skins/ui/tinymce-5/content.inline.min.css +10 -0
  239. package/client/lib/tinymce/skins/ui/tinymce-5/content.inline.min.ts +136 -0
  240. package/client/lib/tinymce/skins/ui/tinymce-5/content.inline.ts +136 -0
  241. package/client/lib/tinymce/skins/ui/tinymce-5/content.js +10 -0
  242. package/client/lib/tinymce/skins/ui/tinymce-5/content.min.css +10 -0
  243. package/client/lib/tinymce/skins/ui/tinymce-5/content.min.ts +136 -0
  244. package/client/lib/tinymce/skins/ui/tinymce-5/content.ts +136 -0
  245. package/client/lib/tinymce/skins/ui/tinymce-5/skin.css +7228 -0
  246. package/client/lib/tinymce/skins/ui/tinymce-5/skin.js +1 -0
  247. package/client/lib/tinymce/skins/ui/tinymce-5/skin.min.css +1 -0
  248. package/client/lib/tinymce/skins/ui/tinymce-5/skin.min.ts +638 -0
  249. package/client/lib/tinymce/skins/ui/tinymce-5/skin.shadowdom.css +30 -0
  250. package/client/lib/tinymce/skins/ui/tinymce-5/skin.shadowdom.js +1 -0
  251. package/client/lib/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css +1 -0
  252. package/client/lib/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.ts +9 -0
  253. package/client/lib/tinymce/skins/ui/tinymce-5/skin.shadowdom.ts +9 -0
  254. package/client/lib/tinymce/skins/ui/tinymce-5/skin.ts +638 -0
  255. package/client/lib/tinymce/skins/ui/tinymce-5-dark/content.css +1310 -0
  256. package/client/lib/tinymce/skins/ui/tinymce-5-dark/content.inline.css +1316 -0
  257. package/client/lib/tinymce/skins/ui/tinymce-5-dark/content.inline.js +10 -0
  258. package/client/lib/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css +10 -0
  259. package/client/lib/tinymce/skins/ui/tinymce-5-dark/content.inline.min.ts +136 -0
  260. package/client/lib/tinymce/skins/ui/tinymce-5-dark/content.inline.ts +136 -0
  261. package/client/lib/tinymce/skins/ui/tinymce-5-dark/content.js +10 -0
  262. package/client/lib/tinymce/skins/ui/tinymce-5-dark/content.min.css +10 -0
  263. package/client/lib/tinymce/skins/ui/tinymce-5-dark/content.min.ts +136 -0
  264. package/client/lib/tinymce/skins/ui/tinymce-5-dark/content.ts +136 -0
  265. package/client/lib/tinymce/skins/ui/tinymce-5-dark/skin.css +7228 -0
  266. package/client/lib/tinymce/skins/ui/tinymce-5-dark/skin.js +1 -0
  267. package/client/lib/tinymce/skins/ui/tinymce-5-dark/skin.min.css +1 -0
  268. package/client/lib/tinymce/skins/ui/tinymce-5-dark/skin.min.ts +638 -0
  269. package/client/lib/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.css +30 -0
  270. package/client/lib/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.js +1 -0
  271. package/client/lib/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css +1 -0
  272. package/client/lib/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.ts +9 -0
  273. package/client/lib/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.ts +9 -0
  274. package/client/lib/tinymce/skins/ui/tinymce-5-dark/skin.ts +638 -0
  275. package/client/lib/tinymce/themes/silver/index.js +7 -0
  276. package/client/lib/tinymce/themes/silver/theme.js +34829 -0
  277. package/client/lib/tinymce/themes/silver/theme.min.js +1 -0
  278. package/client/lib/tinymce/tinymce.js +41682 -0
  279. package/client/lib/tinymce/tinymce.min.js +10 -0
  280. package/package.json +5 -2
@@ -0,0 +1,1310 @@
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
+ @keyframes tox-bouncing-dots {
19
+ 0%,
20
+ 80%,
21
+ 100% {
22
+ transform: scale(0);
23
+ }
24
+ 40% {
25
+ transform: scale(1);
26
+ }
27
+ }
28
+ .tox-tinymceai__annotation--added,
29
+ .tox-tinymceai__annotation--modified,
30
+ .tox-tinymceai__annotation--removed {
31
+ padding-block: calc((1lh - 1.1em) / 2);
32
+ -webkit-text-decoration: none;
33
+ text-decoration: none;
34
+ background-repeat: no-repeat;
35
+ text-decoration-thickness: max(1px, 0.07em);
36
+ }
37
+ .tox-tinymceai__annotation--added__highlight {
38
+ background-position: bottom;
39
+ background-image: linear-gradient(rgba(120, 171, 70, 0.2) calc(100% - 2px), #78AB46 calc(100% - 2px));
40
+ }
41
+ .tox-tinymceai__annotation--added__selected {
42
+ background-image: none;
43
+ background-color: rgba(120, 171, 70, 0.2);
44
+ box-shadow: 0 2px 0 0 #006ce7, 0 -2px 0 0 #006ce7;
45
+ }
46
+ .tox-tinymceai__annotation--modified__highlight {
47
+ background-position: bottom;
48
+ background-image: linear-gradient(rgba(0, 108, 231, 0.2) calc(100% - 2px), #006ce7 calc(100% - 2px));
49
+ }
50
+ .tox-tinymceai__annotation--modified__selected {
51
+ background-image: none;
52
+ background-color: rgba(0, 108, 231, 0.2);
53
+ box-shadow: 0 2px 0 0 #006ce7, 0 -2px 0 0 #006ce7;
54
+ }
55
+ .tox-tinymceai__annotation--removed__highlight {
56
+ -webkit-text-decoration: line-through;
57
+ text-decoration: line-through;
58
+ background-position: bottom;
59
+ background-image: linear-gradient(rgba(204, 0, 0, 0.2) calc(100% - 2px), #c00 calc(100% - 2px));
60
+ }
61
+ .tox-tinymceai__annotation--removed__selected {
62
+ -webkit-text-decoration: line-through;
63
+ text-decoration: line-through;
64
+ background-image: none;
65
+ background-color: rgba(204, 0, 0, 0.2);
66
+ box-shadow: 0 2px 0 0 #006ce7, 0 -2px 0 0 #006ce7;
67
+ }
68
+ ins.tox-tinymceai__annotation--added__selected,
69
+ del.tox-tinymceai__annotation--added__selected {
70
+ background-color: transparent;
71
+ box-shadow: none;
72
+ background-position: center;
73
+ background-size: 100% calc(1lh + 3px);
74
+ background-image: linear-gradient(#006ce7 3px, rgba(120, 171, 70, 0.2) 3px, rgba(120, 171, 70, 0.2) calc(100% - 3px), #006ce7 calc(100% - 3px));
75
+ }
76
+ ins.tox-tinymceai__annotation--modified__selected,
77
+ del.tox-tinymceai__annotation--modified__selected {
78
+ background-color: transparent;
79
+ box-shadow: none;
80
+ background-position: center;
81
+ background-size: 100% calc(1lh + 3px);
82
+ background-image: linear-gradient(#006ce7 3px, rgba(0, 108, 231, 0.2) 3px, rgba(0, 108, 231, 0.2) calc(100% - 3px), #006ce7 calc(100% - 3px));
83
+ }
84
+ ins.tox-tinymceai__annotation--removed__selected,
85
+ del.tox-tinymceai__annotation--removed__selected {
86
+ background-color: transparent;
87
+ box-shadow: none;
88
+ background-position: center;
89
+ background-size: 100% calc(1lh + 3px);
90
+ background-image: linear-gradient(#006ce7 3px, rgba(204, 0, 0, 0.2) 3px, rgba(204, 0, 0, 0.2) calc(100% - 3px), #006ce7 calc(100% - 3px));
91
+ }
92
+ .tox-tinymceai__annotation--added.tox-tinymceai__annotation--added__hidden,
93
+ .tox-tinymceai__annotation--modified.tox-tinymceai__annotation--modified__hidden,
94
+ .tox-tinymceai__annotation--removed.tox-tinymceai__annotation--removed__hidden {
95
+ display: none;
96
+ -webkit-text-decoration: none;
97
+ text-decoration: none;
98
+ }
99
+ *:has(> div > iframe).tox-tinymceai__annotation--added,
100
+ *:has(> div > iframe).tox-tinymceai__annotation--modified,
101
+ *:has(> div > iframe).tox-tinymceai__annotation--removed {
102
+ padding: 7px;
103
+ margin: 5px;
104
+ }
105
+ img.tox-tinymceai__annotation--added__highlight,
106
+ video.tox-tinymceai__annotation--added__highlight,
107
+ iframe.tox-tinymceai__annotation--added__highlight {
108
+ outline: 0.25em solid rgba(120, 171, 70, 0.2);
109
+ padding: 0.25em;
110
+ background-image: none;
111
+ }
112
+ img.tox-tinymceai__annotation--added__selected,
113
+ video.tox-tinymceai__annotation--added__selected,
114
+ iframe.tox-tinymceai__annotation--added__selected {
115
+ border: 0.25em solid rgba(120, 171, 70, 0.2);
116
+ outline: 0.125em solid #006ce7;
117
+ padding: 0em;
118
+ background-image: none;
119
+ }
120
+ img.tox-tinymceai__annotation--modified__highlight,
121
+ video.tox-tinymceai__annotation--modified__highlight,
122
+ iframe.tox-tinymceai__annotation--modified__highlight {
123
+ outline: 0.25em solid rgba(0, 108, 231, 0.2);
124
+ padding: 0.25em;
125
+ background-image: none;
126
+ }
127
+ img.tox-tinymceai__annotation--modified__selected,
128
+ video.tox-tinymceai__annotation--modified__selected,
129
+ iframe.tox-tinymceai__annotation--modified__selected {
130
+ border: 0.25em solid rgba(0, 108, 231, 0.2);
131
+ outline: 0.125em solid #006ce7;
132
+ padding: 0em;
133
+ background-image: none;
134
+ }
135
+ img.tox-tinymceai__annotation--removed__highlight,
136
+ video.tox-tinymceai__annotation--removed__highlight,
137
+ iframe.tox-tinymceai__annotation--removed__highlight {
138
+ outline: 0.25em solid rgba(204, 0, 0, 0.2);
139
+ padding: 0.25em;
140
+ background-image: none;
141
+ }
142
+ img.tox-tinymceai__annotation--removed__selected,
143
+ video.tox-tinymceai__annotation--removed__selected,
144
+ iframe.tox-tinymceai__annotation--removed__selected {
145
+ border: 0.25em solid rgba(204, 0, 0, 0.2);
146
+ outline: 0.125em solid #006ce7;
147
+ padding: 0em;
148
+ background-image: none;
149
+ }
150
+ div.tox-tinymceai__annotation:has(> hr) {
151
+ background-size: auto;
152
+ padding: 0.25em;
153
+ }
154
+ div.tox-tinymceai__annotation--removed__highlight > hr {
155
+ border-color: rgba(0, 0, 0, 0.2);
156
+ }
157
+ div.tox-tinymceai__annotation--added__highlight > hr {
158
+ border-color: rgba(0, 0, 0, 0.2);
159
+ }
160
+ .mce-pagebreak.tox-tinymceai__annotation--added__selected,
161
+ .mce-pagebreak.tox-tinymceai__annotation--removed__selected,
162
+ .mce-pagebreak.tox-tinymceai__annotation--modified__selected {
163
+ border: 1px dashed #aaa;
164
+ box-shadow: none;
165
+ background-image: none;
166
+ }
167
+ .mce-pagebreak.tox-tinymceai__annotation--added__highlight,
168
+ .mce-pagebreak.tox-tinymceai__annotation--modified__highlight,
169
+ .mce-pagebreak.tox-tinymceai__annotation--removed__highlight {
170
+ padding: 0;
171
+ }
172
+ .tox-tinymceai {
173
+ display: contents;
174
+ }
175
+ .tox-tinymceai__annotation {
176
+ display: revert;
177
+ }
178
+ .tox-tinymceai__annotation--added__highlight,
179
+ .tox-tinymceai__annotation--modified__highlight,
180
+ .tox-tinymceai__annotation--removed__highlight {
181
+ cursor: pointer;
182
+ }
183
+ div[tinymceai-data-pending-diff="true"],
184
+ span[tinymceai-data-pending-diff="true"] {
185
+ position: relative;
186
+ z-index: 1;
187
+ background: #fff;
188
+ }
189
+ .tox-tinymceai__preview-body {
190
+ position: relative;
191
+ min-height: 100%;
192
+ }
193
+ .tox-tinymceai__preview-body--show-preview .tox-tinymceai__annotation--added.tox-tinymceai__annotation--preview-highlight,
194
+ .tox-tinymceai__preview-body--show-preview .tox-tinymceai__annotation--modified.tox-tinymceai__annotation--preview-highlight {
195
+ cursor: pointer;
196
+ background-position: bottom;
197
+ background-image: linear-gradient(transparent calc(100% - 3px), #006ce7 calc(100% - 3px));
198
+ }
199
+ .tox-tinymceai__preview-body--show-preview .tox-tinymceai__annotation--added.tox-tinymceai__annotation--added__selected,
200
+ .tox-tinymceai__preview-body--show-preview .tox-tinymceai__annotation--modified.tox-tinymceai__annotation--modified__selected {
201
+ background-image: none;
202
+ background-color: rgba(0, 108, 231, 0.2);
203
+ box-shadow: 0 2px 0 0 #006ce7, 0 -2px 0 0 #006ce7;
204
+ }
205
+ .tox-tinymceai__preview-body--show-preview .tox-tinymceai__annotation--removed.tox-tinymceai__annotation--removed__selected {
206
+ display: revert;
207
+ -webkit-text-decoration: line-through;
208
+ text-decoration: line-through;
209
+ background-image: none;
210
+ background-color: rgba(204, 0, 0, 0.2);
211
+ box-shadow: 0 2px 0 0 #006ce7, 0 -2px 0 0 #006ce7;
212
+ }
213
+ .tox-tinymceai__preview-body--show-preview ins.tox-tinymceai__annotation--added.tox-tinymceai__annotation--added__selected,
214
+ .tox-tinymceai__preview-body--show-preview del.tox-tinymceai__annotation--added.tox-tinymceai__annotation--added__selected,
215
+ .tox-tinymceai__preview-body--show-preview ins.tox-tinymceai__annotation--modified.tox-tinymceai__annotation--modified__selected,
216
+ .tox-tinymceai__preview-body--show-preview del.tox-tinymceai__annotation--modified.tox-tinymceai__annotation--modified__selected {
217
+ background-color: transparent;
218
+ box-shadow: none;
219
+ background-position: center;
220
+ background-size: 100% calc(1lh + 3px);
221
+ background-image: linear-gradient(#006ce7 3px, rgba(0, 108, 231, 0.2) 3px, rgba(0, 108, 231, 0.2) calc(100% - 3px), #006ce7 calc(100% - 3px));
222
+ }
223
+ .tox-tinymceai__preview-body--show-preview ins.tox-tinymceai__annotation--removed.tox-tinymceai__annotation--removed__selected,
224
+ .tox-tinymceai__preview-body--show-preview del.tox-tinymceai__annotation--removed.tox-tinymceai__annotation--removed__selected {
225
+ background-color: transparent;
226
+ box-shadow: none;
227
+ background-position: center;
228
+ background-size: 100% calc(1lh + 3px);
229
+ background-image: linear-gradient(#c00 3px, rgba(204, 0, 0, 0.2) 3px, rgba(204, 0, 0, 0.2) calc(100% - 3px), #c00 calc(100% - 3px));
230
+ }
231
+ .tox-tinymceai__preview-body--show-preview img.tox-tinymceai__annotation--added.tox-tinymceai__annotation--preview-highlight,
232
+ .tox-tinymceai__preview-body--show-preview video.tox-tinymceai__annotation--added.tox-tinymceai__annotation--preview-highlight,
233
+ .tox-tinymceai__preview-body--show-preview iframe.tox-tinymceai__annotation--added.tox-tinymceai__annotation--preview-highlight,
234
+ .tox-tinymceai__preview-body--show-preview img.tox-tinymceai__annotation--modified.tox-tinymceai__annotation--preview-highlight,
235
+ .tox-tinymceai__preview-body--show-preview video.tox-tinymceai__annotation--modified.tox-tinymceai__annotation--preview-highlight,
236
+ .tox-tinymceai__preview-body--show-preview iframe.tox-tinymceai__annotation--modified.tox-tinymceai__annotation--preview-highlight {
237
+ background-image: none;
238
+ outline: 0.25em solid rgba(0, 108, 231, 0.2);
239
+ padding: 0.25em;
240
+ }
241
+ .tox-tinymceai__preview-body--show-preview img.tox-tinymceai__annotation--added__selected,
242
+ .tox-tinymceai__preview-body--show-preview video.tox-tinymceai__annotation--added__selected,
243
+ .tox-tinymceai__preview-body--show-preview iframe.tox-tinymceai__annotation--added__selected,
244
+ .tox-tinymceai__preview-body--show-preview img.tox-tinymceai__annotation--modified__selected,
245
+ .tox-tinymceai__preview-body--show-preview video.tox-tinymceai__annotation--modified__selected,
246
+ .tox-tinymceai__preview-body--show-preview iframe.tox-tinymceai__annotation--modified__selected {
247
+ background-image: none;
248
+ border: 0.25em solid rgba(0, 108, 231, 0.2);
249
+ outline: 0.125em solid #006ce7;
250
+ padding: 0;
251
+ }
252
+ .tox-tinymceai__preview-body--show-preview img.tox-tinymceai__annotation--removed.tox-tinymceai__annotation--removed__selected,
253
+ .tox-tinymceai__preview-body--show-preview video.tox-tinymceai__annotation--removed.tox-tinymceai__annotation--removed__selected,
254
+ .tox-tinymceai__preview-body--show-preview iframe.tox-tinymceai__annotation--removed.tox-tinymceai__annotation--removed__selected {
255
+ display: inline;
256
+ background-image: none;
257
+ border: 0.25em solid rgba(204, 0, 0, 0.2);
258
+ outline: 0.125em solid #c00;
259
+ padding: 0;
260
+ }
261
+ .tox-tinymceai__diff-focus-overlay {
262
+ position: absolute;
263
+ left: 0;
264
+ top: 0;
265
+ right: 0;
266
+ overflow: hidden;
267
+ pointer-events: none;
268
+ }
269
+ .tox-tinymceai__diff-focus-overlay-dim {
270
+ fill: rgba(34, 47, 62, 0.2);
271
+ }
272
+ .mce-content-body .mce-item-anchor {
273
+ 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;
274
+ }
275
+ .mce-content-body .mce-item-anchor:empty {
276
+ cursor: default;
277
+ display: inline-block;
278
+ height: 12px !important;
279
+ padding: 0 2px;
280
+ -webkit-user-modify: read-only;
281
+ -moz-user-modify: read-only;
282
+ -webkit-user-select: all;
283
+ user-select: all;
284
+ width: 8px !important;
285
+ }
286
+ .mce-content-body .mce-item-anchor:not(:empty) {
287
+ background-position-x: 2px;
288
+ display: inline-block;
289
+ padding-left: 12px;
290
+ }
291
+ .mce-content-body .mce-item-anchor[data-mce-selected] {
292
+ outline-offset: 1px;
293
+ }
294
+ .tox-comments-visible .tox-comment[contenteditable="false"]:not([data-mce-selected]),
295
+ .tox-comments-visible span.tox-comment img:not([data-mce-selected]),
296
+ .tox-comments-visible span.tox-comment > audio:not([data-mce-selected]),
297
+ .tox-comments-visible span.tox-comment > video:not([data-mce-selected]),
298
+ .tox-comments-visible span.tox-comment span.mce-preview-object:not([data-mce-selected]) {
299
+ outline: 3px solid #4e4f3b;
300
+ }
301
+ .tox-comments-visible .tox-comment[contenteditable="false"][data-mce-annotation-active="true"]:not([data-mce-selected]) {
302
+ outline: 3px solid #ffcf30;
303
+ }
304
+ .tox-comments-visible span.tox-comment:not([data-mce-selected]) {
305
+ background-color: #4e4f3b;
306
+ outline: none;
307
+ }
308
+ .tox-comments-visible span.tox-comment[data-mce-annotation-active="true"]:not([data-mce-selected="inline-boundary"]) {
309
+ background-color: #4e4f3b;
310
+ }
311
+ .tox-comments-visible span.tox-comment[data-mce-selected] {
312
+ background-color: #4e4f3b;
313
+ border-radius: 3px;
314
+ box-shadow: 0 0 0 2px #006ce7;
315
+ }
316
+ .tox-comments-visible span.tox-comment[data-mce-selected]:has(img[data-mce-selected],
317
+ > audio[data-mce-selected],
318
+ > video[data-mce-selected],
319
+ span.mce-preview-object[data-mce-selected]) {
320
+ box-shadow: none;
321
+ }
322
+ .tox-comments-visible span.tox-comment[data-mce-selected] img:not([data-mce-selected]),
323
+ .tox-comments-visible span.tox-comment[data-mce-selected] > audio:not([data-mce-selected]),
324
+ .tox-comments-visible span.tox-comment[data-mce-selected] > video:not([data-mce-selected]),
325
+ .tox-comments-visible span.tox-comment[data-mce-selected] span.mce-preview-object:not([data-mce-selected]) {
326
+ box-shadow: 0 0 0 5px #006ce7;
327
+ }
328
+ .tox-comments-visible span.tox-comment[data-mce-annotation-active="true"] img:not([data-mce-selected]),
329
+ .tox-comments-visible span.tox-comment[data-mce-annotation-active="true"] > audio:not([data-mce-selected]),
330
+ .tox-comments-visible span.tox-comment[data-mce-annotation-active="true"] > video:not([data-mce-selected]),
331
+ .tox-comments-visible span.tox-comment[data-mce-annotation-active="true"] span.mce-preview-object:not([data-mce-selected]) {
332
+ outline: 3px solid #ffcf30;
333
+ }
334
+ .tox-checklist > li:not(.tox-checklist--hidden) {
335
+ list-style: none;
336
+ margin: 0.25em 0;
337
+ }
338
+ .tox-checklist > li:not(.tox-checklist--hidden)::before {
339
+ 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");
340
+ cursor: pointer;
341
+ height: 1em;
342
+ margin-left: -1.5em;
343
+ margin-top: 0.125em;
344
+ position: absolute;
345
+ width: 1em;
346
+ }
347
+ .tox-checklist li:not(.tox-checklist--hidden).tox-checklist--checked::before {
348
+ 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");
349
+ }
350
+ [dir=rtl] .tox-checklist > li:not(.tox-checklist--hidden)::before {
351
+ margin-left: 0;
352
+ margin-right: -1.5em;
353
+ }
354
+ /* stylelint-disable */
355
+ /* http://prismjs.com/ */
356
+ /**
357
+ * Dracula Theme originally by Zeno Rocha [@zenorocha]
358
+ * https://draculatheme.com/
359
+ *
360
+ * Ported for PrismJS by Albert Vallverdu [@byverdu]
361
+ */
362
+ code[class*="language-"],
363
+ pre[class*="language-"] {
364
+ color: #f8f8f2;
365
+ background: none;
366
+ text-shadow: 0 1px rgba(0, 0, 0, 0.3);
367
+ font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
368
+ text-align: left;
369
+ white-space: pre;
370
+ word-spacing: normal;
371
+ word-break: normal;
372
+ word-wrap: normal;
373
+ line-height: 1.5;
374
+ tab-size: 4;
375
+ hyphens: none;
376
+ }
377
+ /* Code blocks */
378
+ pre[class*="language-"] {
379
+ padding: 1em;
380
+ margin: 0.5em 0;
381
+ overflow: auto;
382
+ border-radius: 0.3em;
383
+ }
384
+ :not(pre) > code[class*="language-"],
385
+ pre[class*="language-"] {
386
+ background: #282a36;
387
+ }
388
+ /* Inline code */
389
+ :not(pre) > code[class*="language-"] {
390
+ padding: 0.1em;
391
+ border-radius: 0.3em;
392
+ white-space: normal;
393
+ }
394
+ .token.comment,
395
+ .token.prolog,
396
+ .token.doctype,
397
+ .token.cdata {
398
+ color: #6272a4;
399
+ }
400
+ .token.punctuation {
401
+ color: #f8f8f2;
402
+ }
403
+ .namespace {
404
+ opacity: 0.7;
405
+ }
406
+ .token.property,
407
+ .token.tag,
408
+ .token.constant,
409
+ .token.symbol,
410
+ .token.deleted {
411
+ color: #ff79c6;
412
+ }
413
+ .token.boolean,
414
+ .token.number {
415
+ color: #bd93f9;
416
+ }
417
+ .token.selector,
418
+ .token.attr-name,
419
+ .token.string,
420
+ .token.char,
421
+ .token.builtin,
422
+ .token.inserted {
423
+ color: #50fa7b;
424
+ }
425
+ .token.operator,
426
+ .token.entity,
427
+ .token.url,
428
+ .language-css .token.string,
429
+ .style .token.string,
430
+ .token.variable {
431
+ color: #f8f8f2;
432
+ }
433
+ .token.atrule,
434
+ .token.attr-value,
435
+ .token.function,
436
+ .token.class-name {
437
+ color: #f1fa8c;
438
+ }
439
+ .token.keyword {
440
+ color: #8be9fd;
441
+ }
442
+ .token.regex,
443
+ .token.important {
444
+ color: #ffb86c;
445
+ }
446
+ .token.important,
447
+ .token.bold {
448
+ font-weight: bold;
449
+ }
450
+ .token.italic {
451
+ font-style: italic;
452
+ }
453
+ .token.entity {
454
+ cursor: help;
455
+ }
456
+ /* stylelint-enable */
457
+ .mce-content-body {
458
+ overflow-wrap: break-word;
459
+ word-wrap: break-word;
460
+ }
461
+ .mce-content-body .mce-visual-caret {
462
+ background-color: black;
463
+ background-color: currentColor;
464
+ position: absolute;
465
+ }
466
+ .mce-content-body .mce-visual-caret-hidden {
467
+ display: none;
468
+ }
469
+ .mce-content-body *[data-mce-caret] {
470
+ left: -1000px;
471
+ margin: 0;
472
+ padding: 0;
473
+ position: absolute;
474
+ right: auto;
475
+ top: 0;
476
+ }
477
+ .mce-content-body .mce-offscreen-selection {
478
+ left: -2000000px;
479
+ max-width: 1000000px;
480
+ position: absolute;
481
+ }
482
+ .mce-content-body *[contentEditable=false] {
483
+ cursor: default;
484
+ }
485
+ .mce-content-body *[contentEditable=true] {
486
+ cursor: text;
487
+ }
488
+ .tox-cursor-format-painter {
489
+ 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;
490
+ }
491
+ div.mce-footnotes hr {
492
+ margin-inline: 0 auto;
493
+ width: 25%;
494
+ }
495
+ div.mce-footnotes li > a.mce-footnotes-backlink {
496
+ -webkit-text-decoration: none;
497
+ text-decoration: none;
498
+ }
499
+ @media print {
500
+ sup.mce-footnote a {
501
+ color: black;
502
+ -webkit-text-decoration: none;
503
+ text-decoration: none;
504
+ }
505
+ div.mce-footnotes {
506
+ page-break-inside: avoid;
507
+ break-inside: avoid;
508
+ width: 100%;
509
+ }
510
+ div.mce-footnotes li > a.mce-footnotes-backlink {
511
+ display: none;
512
+ }
513
+ }
514
+ /* stylelint-disable selector-type-no-unknown */
515
+ tiny-math-block {
516
+ display: flex;
517
+ justify-content: center;
518
+ margin: 16px 0 16px 0;
519
+ }
520
+ tiny-math-inline {
521
+ display: inline-block;
522
+ }
523
+ /* stylelint-enable selector-type-no-unknown */
524
+ .mce-content-body figure.align-left {
525
+ float: left;
526
+ }
527
+ .mce-content-body figure.align-right {
528
+ float: right;
529
+ }
530
+ .mce-content-body figure.image.align-center {
531
+ display: table;
532
+ margin-left: auto;
533
+ margin-right: auto;
534
+ }
535
+ .mce-preview-object {
536
+ border: 1px solid gray;
537
+ display: inline-block;
538
+ line-height: 0;
539
+ margin: 0 2px;
540
+ position: relative;
541
+ }
542
+ .mce-preview-object .mce-shim {
543
+ background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
544
+ height: 100%;
545
+ left: 0;
546
+ position: absolute;
547
+ top: 0;
548
+ width: 100%;
549
+ }
550
+ .mce-preview-object[data-mce-selected="2"] .mce-shim {
551
+ display: none;
552
+ }
553
+ .mce-content-body .mce-mergetag {
554
+ cursor: default !important;
555
+ -webkit-user-select: none;
556
+ user-select: none;
557
+ }
558
+ .mce-content-body .mce-mergetag:hover {
559
+ background-color: rgba(0, 108, 231, 0.3);
560
+ }
561
+ .mce-content-body .mce-mergetag-affix {
562
+ background-color: rgba(0, 108, 231, 0.3);
563
+ color: #006ce7;
564
+ }
565
+ .mce-object {
566
+ 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;
567
+ border: 1px dashed #aaa;
568
+ }
569
+ .mce-pagebreak {
570
+ border: 1px dashed #aaa;
571
+ cursor: default;
572
+ display: block;
573
+ height: 5px;
574
+ margin-top: 15px;
575
+ page-break-before: always;
576
+ width: 100%;
577
+ }
578
+ @media print {
579
+ .mce-pagebreak {
580
+ border: 0;
581
+ }
582
+ }
583
+ .tiny-pageembed .mce-shim {
584
+ background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
585
+ height: 100%;
586
+ left: 0;
587
+ position: absolute;
588
+ top: 0;
589
+ width: 100%;
590
+ }
591
+ .tiny-pageembed[data-mce-selected="2"] .mce-shim {
592
+ display: none;
593
+ }
594
+ .tiny-pageembed {
595
+ display: inline-block;
596
+ position: relative;
597
+ }
598
+ .tiny-pageembed--21by9,
599
+ .tiny-pageembed--16by9,
600
+ .tiny-pageembed--4by3,
601
+ .tiny-pageembed--1by1 {
602
+ display: block;
603
+ overflow: hidden;
604
+ padding: 0;
605
+ position: relative;
606
+ width: 100%;
607
+ }
608
+ .tiny-pageembed--21by9 {
609
+ padding-top: 42.857143%;
610
+ }
611
+ .tiny-pageembed--16by9 {
612
+ padding-top: 56.25%;
613
+ }
614
+ .tiny-pageembed--4by3 {
615
+ padding-top: 75%;
616
+ }
617
+ .tiny-pageembed--1by1 {
618
+ padding-top: 100%;
619
+ }
620
+ .tiny-pageembed--21by9 iframe,
621
+ .tiny-pageembed--16by9 iframe,
622
+ .tiny-pageembed--4by3 iframe,
623
+ .tiny-pageembed--1by1 iframe {
624
+ border: 0;
625
+ height: 100%;
626
+ left: 0;
627
+ position: absolute;
628
+ top: 0;
629
+ width: 100%;
630
+ }
631
+ .mce-content-body[data-mce-placeholder] {
632
+ position: relative;
633
+ }
634
+ .mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
635
+ color: rgba(34, 47, 62, 0.7);
636
+ content: attr(data-mce-placeholder);
637
+ position: absolute;
638
+ }
639
+ @media (forced-colors: active) {
640
+ .mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
641
+ color: highlight;
642
+ filter: brightness(30%);
643
+ z-index: -1;
644
+ }
645
+ }
646
+ .mce-content-body:not([dir=rtl])[data-mce-placeholder]:not(.mce-visualblocks)::before {
647
+ left: 1px;
648
+ }
649
+ .mce-content-body[dir=rtl][data-mce-placeholder]:not(.mce-visualblocks)::before {
650
+ right: 1px;
651
+ }
652
+ @media print {
653
+ .mce-content-body .mce-placeholder,
654
+ .mce-content-body [data-mce-bogus=all],
655
+ .mce-content-body [data-mce-bogus] {
656
+ display: none !important;
657
+ }
658
+ .mce-content-body .mce-visual-caret {
659
+ display: none !important;
660
+ }
661
+ .mce-content-body [data-mce-selected],
662
+ .mce-content-body *:focus,
663
+ .mce-content-body .mce-edit-focus {
664
+ outline: none !important;
665
+ }
666
+ }
667
+ .mce-content-body div.mce-resizehandle {
668
+ background-color: #4099ff;
669
+ border-color: #4099ff;
670
+ border-style: solid;
671
+ border-width: 1px;
672
+ box-sizing: border-box;
673
+ height: 10px;
674
+ position: absolute;
675
+ width: 10px;
676
+ z-index: 1298;
677
+ }
678
+ .mce-content-body div.mce-resizehandle:hover {
679
+ background-color: #4099ff;
680
+ }
681
+ .mce-content-body div.mce-resizehandle:nth-of-type(1) {
682
+ cursor: nwse-resize;
683
+ }
684
+ .mce-content-body div.mce-resizehandle:nth-of-type(2) {
685
+ cursor: nesw-resize;
686
+ }
687
+ .mce-content-body div.mce-resizehandle:nth-of-type(3) {
688
+ cursor: nwse-resize;
689
+ }
690
+ .mce-content-body div.mce-resizehandle:nth-of-type(4) {
691
+ cursor: nesw-resize;
692
+ }
693
+ .mce-content-body .mce-resize-backdrop {
694
+ z-index: 10000;
695
+ }
696
+ .mce-content-body .mce-clonedresizable {
697
+ cursor: default;
698
+ opacity: 0.5;
699
+ outline: 1px dashed black;
700
+ position: absolute;
701
+ z-index: 10001;
702
+ }
703
+ .mce-content-body .mce-clonedresizable.mce-resizetable-columns th,
704
+ .mce-content-body .mce-clonedresizable.mce-resizetable-columns td {
705
+ border: 0;
706
+ }
707
+ .mce-content-body .mce-resize-helper {
708
+ background: #555;
709
+ background: rgba(0 0 0%);
710
+ border: 1px;
711
+ border-radius: 3px;
712
+ color: white;
713
+ display: none;
714
+ font-family: sans-serif;
715
+ font-size: 12px;
716
+ line-height: 14px;
717
+ margin: 5px 10px;
718
+ padding: 5px;
719
+ position: absolute;
720
+ white-space: nowrap;
721
+ z-index: 10002;
722
+ }
723
+ .tox-rtc-user-selection {
724
+ position: relative;
725
+ }
726
+ .tox-rtc-user-cursor {
727
+ bottom: 0;
728
+ cursor: default;
729
+ position: absolute;
730
+ top: 0;
731
+ width: 2px;
732
+ }
733
+ .tox-rtc-user-cursor::before {
734
+ background-color: inherit;
735
+ border-radius: 50%;
736
+ content: '';
737
+ display: block;
738
+ height: 8px;
739
+ position: absolute;
740
+ right: -3px;
741
+ top: -3px;
742
+ width: 8px;
743
+ }
744
+ .tox-rtc-user-cursor:hover::after {
745
+ background-color: inherit;
746
+ border-radius: 100px;
747
+ box-sizing: border-box;
748
+ color: #fff;
749
+ content: attr(data-user);
750
+ display: block;
751
+ font-size: 12px;
752
+ font-weight: bold;
753
+ left: -5px;
754
+ min-height: 8px;
755
+ min-width: 8px;
756
+ padding: 0 12px;
757
+ position: absolute;
758
+ top: -11px;
759
+ white-space: nowrap;
760
+ z-index: 1000;
761
+ }
762
+ .tox-rtc-user-selection--1 .tox-rtc-user-cursor {
763
+ background-color: #2dc26b;
764
+ }
765
+ .tox-rtc-user-selection--2 .tox-rtc-user-cursor {
766
+ background-color: #e03e2d;
767
+ }
768
+ .tox-rtc-user-selection--3 .tox-rtc-user-cursor {
769
+ background-color: #f1c40f;
770
+ }
771
+ .tox-rtc-user-selection--4 .tox-rtc-user-cursor {
772
+ background-color: #3598db;
773
+ }
774
+ .tox-rtc-user-selection--5 .tox-rtc-user-cursor {
775
+ background-color: #b96ad9;
776
+ }
777
+ .tox-rtc-user-selection--6 .tox-rtc-user-cursor {
778
+ background-color: #e67e23;
779
+ }
780
+ .tox-rtc-user-selection--7 .tox-rtc-user-cursor {
781
+ background-color: #aaa69d;
782
+ }
783
+ .tox-rtc-user-selection--8 .tox-rtc-user-cursor {
784
+ background-color: #f368e0;
785
+ }
786
+ .tox-rtc-remote-image {
787
+ 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;
788
+ border: 1px solid #ccc;
789
+ min-height: 240px;
790
+ min-width: 320px;
791
+ }
792
+ .mce-match-marker {
793
+ background: #aaa;
794
+ color: #fff;
795
+ }
796
+ .mce-match-marker-selected {
797
+ background: #39f;
798
+ color: #fff;
799
+ }
800
+ .mce-match-marker-selected::selection {
801
+ background: #39f;
802
+ color: #fff;
803
+ }
804
+ .mce-content-body img[data-mce-selected],
805
+ .mce-content-body video[data-mce-selected],
806
+ .mce-content-body audio[data-mce-selected],
807
+ .mce-content-body object[data-mce-selected],
808
+ .mce-content-body embed[data-mce-selected],
809
+ .mce-content-body table[data-mce-selected],
810
+ .mce-content-body details[data-mce-selected] {
811
+ outline: 3px solid #4099ff;
812
+ }
813
+ .mce-content-body hr[data-mce-selected] {
814
+ outline: 3px solid #4099ff;
815
+ outline-offset: 1px;
816
+ }
817
+ .mce-content-body *[contentEditable=false] *[contentEditable=true]:focus {
818
+ outline: 3px solid #4099ff;
819
+ }
820
+ .mce-content-body *[contentEditable=false] *[contentEditable=true]:hover {
821
+ outline: 3px solid #4099ff;
822
+ }
823
+ .mce-content-body *[contentEditable=false][data-mce-selected] {
824
+ cursor: not-allowed;
825
+ outline: 3px solid #4099ff;
826
+ }
827
+ .mce-content-body *[data-mce-selected="inline-boundary"] {
828
+ background-color: #4099ff;
829
+ }
830
+ .mce-content-body .mce-edit-focus {
831
+ outline: 3px solid #4099ff;
832
+ }
833
+ .mce-content-body td[data-mce-selected],
834
+ .mce-content-body th[data-mce-selected] {
835
+ position: relative;
836
+ }
837
+ .mce-content-body td[data-mce-selected]::selection,
838
+ .mce-content-body th[data-mce-selected]::selection {
839
+ background: none;
840
+ }
841
+ .mce-content-body td[data-mce-selected] *,
842
+ .mce-content-body th[data-mce-selected] * {
843
+ outline: none;
844
+ -webkit-touch-callout: none;
845
+ -webkit-user-select: none;
846
+ user-select: none;
847
+ }
848
+ .mce-content-body td[data-mce-selected]::after,
849
+ .mce-content-body th[data-mce-selected]::after {
850
+ background-color: rgba(180, 215, 255, 0.7);
851
+ border: 1px solid transparent;
852
+ bottom: -1px;
853
+ content: '';
854
+ left: -1px;
855
+ mix-blend-mode: lighten;
856
+ position: absolute;
857
+ right: -1px;
858
+ top: -1px;
859
+ }
860
+ .mce-content-body img[data-mce-selected]::selection {
861
+ background: none;
862
+ }
863
+ .ephox-snooker-resizer-bar {
864
+ background-color: #4099ff;
865
+ opacity: 0;
866
+ -webkit-user-select: none;
867
+ user-select: none;
868
+ }
869
+ .ephox-snooker-resizer-cols {
870
+ cursor: col-resize;
871
+ }
872
+ .ephox-snooker-resizer-rows {
873
+ cursor: row-resize;
874
+ }
875
+ .ephox-snooker-resizer-bar.ephox-snooker-resizer-bar-dragging {
876
+ opacity: 1;
877
+ }
878
+ .mce-spellchecker-word {
879
+ 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");
880
+ background-position: 0 calc(100% + 1px);
881
+ background-repeat: repeat-x;
882
+ background-size: auto 6px;
883
+ cursor: default;
884
+ height: 2rem;
885
+ }
886
+ .mce-spellchecker-grammar {
887
+ 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");
888
+ background-position: 0 calc(100% + 1px);
889
+ background-repeat: repeat-x;
890
+ background-size: auto 6px;
891
+ cursor: default;
892
+ }
893
+ .tox-suggestededits__annotation--added,
894
+ .tox-suggestededits__annotation--modified,
895
+ .tox-suggestededits__annotation--removed {
896
+ padding-block: calc((1lh - 1.1em) / 2);
897
+ -webkit-text-decoration: none;
898
+ text-decoration: none;
899
+ background-repeat: no-repeat;
900
+ text-decoration-thickness: max(1px, 0.07em);
901
+ }
902
+ .tox-suggestededits__annotation--added__highlight {
903
+ background-position: bottom;
904
+ background-image: linear-gradient(rgba(120, 171, 70, 0.2) calc(100% - 2px), #78AB46 calc(100% - 2px));
905
+ }
906
+ .tox-suggestededits__annotation--added__selected {
907
+ background-image: none;
908
+ background-color: rgba(120, 171, 70, 0.2);
909
+ box-shadow: 0 2px 0 0 #006ce7, 0 -2px 0 0 #006ce7;
910
+ }
911
+ .tox-suggestededits__annotation--modified__highlight {
912
+ background-position: bottom;
913
+ background-image: linear-gradient(rgba(0, 108, 231, 0.2) calc(100% - 2px), #006ce7 calc(100% - 2px));
914
+ }
915
+ .tox-suggestededits__annotation--modified__selected {
916
+ background-image: none;
917
+ background-color: rgba(0, 108, 231, 0.2);
918
+ box-shadow: 0 2px 0 0 #006ce7, 0 -2px 0 0 #006ce7;
919
+ }
920
+ .tox-suggestededits__annotation--removed__highlight {
921
+ -webkit-text-decoration: line-through;
922
+ text-decoration: line-through;
923
+ background-position: bottom;
924
+ background-image: linear-gradient(rgba(204, 0, 0, 0.2) calc(100% - 2px), #c00 calc(100% - 2px));
925
+ }
926
+ .tox-suggestededits__annotation--removed__selected {
927
+ -webkit-text-decoration: line-through;
928
+ text-decoration: line-through;
929
+ background-image: none;
930
+ background-color: rgba(204, 0, 0, 0.2);
931
+ box-shadow: 0 2px 0 0 #006ce7, 0 -2px 0 0 #006ce7;
932
+ }
933
+ ins.tox-suggestededits__annotation--added__selected,
934
+ del.tox-suggestededits__annotation--added__selected {
935
+ background-color: transparent;
936
+ box-shadow: none;
937
+ background-position: center;
938
+ background-size: 100% calc(1lh + 3px);
939
+ background-image: linear-gradient(#006ce7 3px, rgba(120, 171, 70, 0.2) 3px, rgba(120, 171, 70, 0.2) calc(100% - 3px), #006ce7 calc(100% - 3px));
940
+ }
941
+ ins.tox-suggestededits__annotation--modified__selected,
942
+ del.tox-suggestededits__annotation--modified__selected {
943
+ background-color: transparent;
944
+ box-shadow: none;
945
+ background-position: center;
946
+ background-size: 100% calc(1lh + 3px);
947
+ background-image: linear-gradient(#006ce7 3px, rgba(0, 108, 231, 0.2) 3px, rgba(0, 108, 231, 0.2) calc(100% - 3px), #006ce7 calc(100% - 3px));
948
+ }
949
+ ins.tox-suggestededits__annotation--removed__selected,
950
+ del.tox-suggestededits__annotation--removed__selected {
951
+ background-color: transparent;
952
+ box-shadow: none;
953
+ background-position: center;
954
+ background-size: 100% calc(1lh + 3px);
955
+ background-image: linear-gradient(#006ce7 3px, rgba(204, 0, 0, 0.2) 3px, rgba(204, 0, 0, 0.2) calc(100% - 3px), #006ce7 calc(100% - 3px));
956
+ }
957
+ .tox-suggestededits__annotation--added.tox-suggestededits__annotation--added__hidden,
958
+ .tox-suggestededits__annotation--modified.tox-suggestededits__annotation--modified__hidden,
959
+ .tox-suggestededits__annotation--removed.tox-suggestededits__annotation--removed__hidden {
960
+ display: none;
961
+ -webkit-text-decoration: none;
962
+ text-decoration: none;
963
+ }
964
+ *:has(> div > iframe).tox-suggestededits__annotation--added,
965
+ *:has(> div > iframe).tox-suggestededits__annotation--modified,
966
+ *:has(> div > iframe).tox-suggestededits__annotation--removed {
967
+ padding: 7px;
968
+ margin: 5px;
969
+ }
970
+ img.tox-suggestededits__annotation--added__highlight,
971
+ video.tox-suggestededits__annotation--added__highlight,
972
+ iframe.tox-suggestededits__annotation--added__highlight {
973
+ outline: 0.25em solid rgba(120, 171, 70, 0.2);
974
+ padding: 0.25em;
975
+ background-image: none;
976
+ }
977
+ img.tox-suggestededits__annotation--added__selected,
978
+ video.tox-suggestededits__annotation--added__selected,
979
+ iframe.tox-suggestededits__annotation--added__selected {
980
+ border: 0.25em solid rgba(120, 171, 70, 0.2);
981
+ outline: 0.125em solid #006ce7;
982
+ padding: 0em;
983
+ background-image: none;
984
+ }
985
+ img.tox-suggestededits__annotation--modified__highlight,
986
+ video.tox-suggestededits__annotation--modified__highlight,
987
+ iframe.tox-suggestededits__annotation--modified__highlight {
988
+ outline: 0.25em solid rgba(0, 108, 231, 0.2);
989
+ padding: 0.25em;
990
+ background-image: none;
991
+ }
992
+ img.tox-suggestededits__annotation--modified__selected,
993
+ video.tox-suggestededits__annotation--modified__selected,
994
+ iframe.tox-suggestededits__annotation--modified__selected {
995
+ border: 0.25em solid rgba(0, 108, 231, 0.2);
996
+ outline: 0.125em solid #006ce7;
997
+ padding: 0em;
998
+ background-image: none;
999
+ }
1000
+ img.tox-suggestededits__annotation--removed__highlight,
1001
+ video.tox-suggestededits__annotation--removed__highlight,
1002
+ iframe.tox-suggestededits__annotation--removed__highlight {
1003
+ outline: 0.25em solid rgba(204, 0, 0, 0.2);
1004
+ padding: 0.25em;
1005
+ background-image: none;
1006
+ }
1007
+ img.tox-suggestededits__annotation--removed__selected,
1008
+ video.tox-suggestededits__annotation--removed__selected,
1009
+ iframe.tox-suggestededits__annotation--removed__selected {
1010
+ border: 0.25em solid rgba(204, 0, 0, 0.2);
1011
+ outline: 0.125em solid #006ce7;
1012
+ padding: 0em;
1013
+ background-image: none;
1014
+ }
1015
+ div.tox-suggestededits__annotation:has(> hr) {
1016
+ background-size: auto;
1017
+ padding: 0.25em;
1018
+ }
1019
+ div.tox-suggestededits__annotation--removed__highlight > hr {
1020
+ border-color: rgba(0, 0, 0, 0.2);
1021
+ }
1022
+ div.tox-suggestededits__annotation--added__highlight > hr {
1023
+ border-color: rgba(0, 0, 0, 0.2);
1024
+ }
1025
+ .mce-pagebreak.tox-suggestededits__annotation--added__selected,
1026
+ .mce-pagebreak.tox-suggestededits__annotation--removed__selected,
1027
+ .mce-pagebreak.tox-suggestededits__annotation--modified__selected {
1028
+ border: 1px dashed #aaa;
1029
+ box-shadow: none;
1030
+ background-image: none;
1031
+ }
1032
+ .mce-pagebreak.tox-suggestededits__annotation--added__highlight,
1033
+ .mce-pagebreak.tox-suggestededits__annotation--modified__highlight,
1034
+ .mce-pagebreak.tox-suggestededits__annotation--removed__highlight {
1035
+ padding: 0;
1036
+ }
1037
+ .mce-toc {
1038
+ border: 1px solid gray;
1039
+ }
1040
+ .mce-toc h2 {
1041
+ margin: 4px;
1042
+ }
1043
+ .mce-toc ul > li {
1044
+ list-style-type: none;
1045
+ }
1046
+ [data-mce-block] {
1047
+ display: block;
1048
+ }
1049
+ table[style*="border-width: 0px"],
1050
+ .mce-item-table:not([border]),
1051
+ .mce-item-table[border="0"],
1052
+ table[style*="border-width: 0px"] td,
1053
+ .mce-item-table:not([border]) td,
1054
+ .mce-item-table[border="0"] td,
1055
+ table[style*="border-width: 0px"] th,
1056
+ .mce-item-table:not([border]) th,
1057
+ .mce-item-table[border="0"] th,
1058
+ table[style*="border-width: 0px"] caption,
1059
+ .mce-item-table:not([border]) caption,
1060
+ .mce-item-table[border="0"] caption {
1061
+ border: 1px dashed #bbb;
1062
+ }
1063
+ .tox-uc-loading-background {
1064
+ width: 100%;
1065
+ height: 100%;
1066
+ background: rgba(255, 255, 255, 0.5);
1067
+ }
1068
+ .tox-uc-loading-spinner-wrapper {
1069
+ width: 100%;
1070
+ height: 100%;
1071
+ display: flex;
1072
+ justify-content: center;
1073
+ align-items: center;
1074
+ }
1075
+ .tox-uc-loading-spinner {
1076
+ width: min(24px, 30%);
1077
+ aspect-ratio: 1;
1078
+ border-radius: 50%;
1079
+ border: 3px solid #006ce7;
1080
+ border-bottom-color: transparent;
1081
+ animation: tox-rotation 1s linear infinite;
1082
+ }
1083
+ .tox-uc-video {
1084
+ display: block;
1085
+ position: relative;
1086
+ margin: 16px 0 16px 0;
1087
+ }
1088
+ .tox-uc-video:not([data-mce-selected]):after {
1089
+ content: "";
1090
+ position: absolute;
1091
+ top: 0;
1092
+ left: 0;
1093
+ width: 100%;
1094
+ height: 100%;
1095
+ }
1096
+ .tox-uploadcare-placeholder {
1097
+ all: initial;
1098
+ display: inline-block;
1099
+ position: relative;
1100
+ width: min(100%, 600px);
1101
+ height: 80px;
1102
+ --tox-uploadcare-placeholder--content-cursor: auto !important;
1103
+ --tox-uploadcare-placeholder--content-color: rgba(34, 47, 62, 0.7);
1104
+ --tox-uploadcare-placeholder--content-background-color: #fff;
1105
+ --tox-uploadcare-placeholder--content-border: 2px solid #e3e3e3;
1106
+ --tox-uploadcare-placeholder--content-font-family: monospace, sans-serif;
1107
+ --tox-uploadcare-placeholder--content-height: 100%;
1108
+ --tox-uploadcare-placeholder--content-width: 100%;
1109
+ --tox-uploadcare-placeholder--content-display: inline-flex;
1110
+ --tox-uploadcare-placeholder--content-align-items: center;
1111
+ --tox-uploadcare-placeholder--content-justify-content: center;
1112
+ --tox-uploadcare-placeholder--content-gap: 8px;
1113
+ --tox-uploadcare-placeholder--icon-fill: rgba(34, 47, 62, 0.7);
1114
+ --tox-uploadcare-placeholder--icon-min-width: 24px;
1115
+ --tox-uc-loading-spinner-wrapper-display-none: none;
1116
+ --tox-uc-loading-spinner-wrapper-display: flex;
1117
+ --tox-uc-loading-spinner-wrapper-position: absolute;
1118
+ --tox-uc-loading-spinner-wrapper-top: 0;
1119
+ --tox-uc-loading-spinner-wrapper-left: 0;
1120
+ --tox-uc-loading-spinner-wrapper-width: 100%;
1121
+ --tox-uc-loading-spinner-wrapper-height: 100%;
1122
+ --tox-uc-loading-spinner-wrapper-justify-content: center;
1123
+ --tox-uc-loading-spinner-wrapper-align-items: center;
1124
+ --tox-uc-loading-spinner-aspect-ratio: 1 / 1;
1125
+ --tox-uc-loading-spinner-width: min(24px, 30%);
1126
+ --tox-uc-loading-spinner-border-radius: 50%;
1127
+ --tox-uc-loading-spinner-border: 3px solid #006ce7;
1128
+ --tox-uc-loading-spinner-border-bottom-color: transparent;
1129
+ --tox-uc-loading-spinner-animation: tox-rotation 1s linear infinite;
1130
+ }
1131
+ @media print {
1132
+ tiny-uploadcare-placeholder {
1133
+ display: none !important;
1134
+ }
1135
+ }
1136
+ .mce-visualblocks p,
1137
+ .mce-visualblocks h1,
1138
+ .mce-visualblocks h2,
1139
+ .mce-visualblocks h3,
1140
+ .mce-visualblocks h4,
1141
+ .mce-visualblocks h5,
1142
+ .mce-visualblocks h6,
1143
+ .mce-visualblocks div:not([data-mce-bogus]),
1144
+ .mce-visualblocks section,
1145
+ .mce-visualblocks article,
1146
+ .mce-visualblocks blockquote,
1147
+ .mce-visualblocks address,
1148
+ .mce-visualblocks pre,
1149
+ .mce-visualblocks figure,
1150
+ .mce-visualblocks figcaption,
1151
+ .mce-visualblocks hgroup,
1152
+ .mce-visualblocks aside,
1153
+ .mce-visualblocks ul,
1154
+ .mce-visualblocks ol,
1155
+ .mce-visualblocks dl {
1156
+ background-repeat: no-repeat;
1157
+ border: 1px dashed #bbb;
1158
+ margin-left: 3px;
1159
+ padding-top: 10px;
1160
+ }
1161
+ .mce-visualblocks p {
1162
+ background-image: url(data:image/gif;base64,R0lGODlhCQAJAJEAAAAAAP///7u7u////yH5BAEAAAMALAAAAAAJAAkAAAIQnG+CqCN/mlyvsRUpThG6AgA7);
1163
+ }
1164
+ .mce-visualblocks h1 {
1165
+ background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGu1JuxHoAfRNRW3TWXyF2YiRUAOw==);
1166
+ }
1167
+ .mce-visualblocks h2 {
1168
+ background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8Hybbx4oOuqgTynJd6bGlWg3DkJzoaUAAAOw==);
1169
+ }
1170
+ .mce-visualblocks h3 {
1171
+ background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIZjI8Hybbx4oOuqgTynJf2Ln2NOHpQpmhAAQA7);
1172
+ }
1173
+ .mce-visualblocks h4 {
1174
+ background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxInR0zqeAdhtJlXwV1oCll2HaWgAAOw==);
1175
+ }
1176
+ .mce-visualblocks h5 {
1177
+ background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjane4iq5GlW05GgIkIZUAAAOw==);
1178
+ }
1179
+ .mce-visualblocks h6 {
1180
+ background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjan04jep1iZ1XRlAo5bVgAAOw==);
1181
+ }
1182
+ .mce-visualblocks div:not([data-mce-bogus]) {
1183
+ background-image: url(data:image/gif;base64,R0lGODlhEgAKAIABALu7u////yH5BAEAAAEALAAAAAASAAoAAAIfjI9poI0cgDywrhuxfbrzDEbQM2Ei5aRjmoySW4pAAQA7);
1184
+ }
1185
+ .mce-visualblocks section {
1186
+ background-image: url(data:image/gif;base64,R0lGODlhKAAKAIABALu7u////yH5BAEAAAEALAAAAAAoAAoAAAI5jI+pywcNY3sBWHdNrplytD2ellDeSVbp+GmWqaDqDMepc8t17Y4vBsK5hDyJMcI6KkuYU+jpjLoKADs=);
1187
+ }
1188
+ .mce-visualblocks article {
1189
+ background-image: url(data:image/gif;base64,R0lGODlhKgAKAIABALu7u////yH5BAEAAAEALAAAAAAqAAoAAAI6jI+pywkNY3wG0GBvrsd2tXGYSGnfiF7ikpXemTpOiJScasYoDJJrjsG9gkCJ0ag6KhmaIe3pjDYBBQA7);
1190
+ }
1191
+ .mce-visualblocks blockquote {
1192
+ background-image: url(data:image/gif;base64,R0lGODlhPgAKAIABALu7u////yH5BAEAAAEALAAAAAA+AAoAAAJPjI+py+0Knpz0xQDyuUhvfoGgIX5iSKZYgq5uNL5q69asZ8s5rrf0yZmpNkJZzFesBTu8TOlDVAabUyatguVhWduud3EyiUk45xhTTgMBBQA7);
1193
+ }
1194
+ .mce-visualblocks address {
1195
+ background-image: url(data:image/gif;base64,R0lGODlhLQAKAIABALu7u////yH5BAEAAAEALAAAAAAtAAoAAAI/jI+pywwNozSP1gDyyZcjb3UaRpXkWaXmZW4OqKLhBmLs+K263DkJK7OJeifh7FicKD9A1/IpGdKkyFpNmCkAADs=);
1196
+ }
1197
+ .mce-visualblocks pre {
1198
+ background-image: url(data:image/gif;base64,R0lGODlhFQAKAIABALu7uwAAACH5BAEAAAEALAAAAAAVAAoAAAIjjI+ZoN0cgDwSmnpz1NCueYERhnibZVKLNnbOq8IvKpJtVQAAOw==);
1199
+ }
1200
+ .mce-visualblocks figure {
1201
+ background-image: url(data:image/gif;base64,R0lGODlhJAAKAIAAALu7u////yH5BAEAAAEALAAAAAAkAAoAAAI0jI+py+2fwAHUSFvD3RlvG4HIp4nX5JFSpnZUJ6LlrM52OE7uSWosBHScgkSZj7dDKnWAAgA7);
1202
+ }
1203
+ .mce-visualblocks figcaption {
1204
+ border: 1px dashed #bbb;
1205
+ }
1206
+ .mce-visualblocks hgroup {
1207
+ background-image: url(data:image/gif;base64,R0lGODlhJwAKAIABALu7uwAAACH5BAEAAAEALAAAAAAnAAoAAAI3jI+pywYNI3uB0gpsRtt5fFnfNZaVSYJil4Wo03Hv6Z62uOCgiXH1kZIIJ8NiIxRrAZNMZAtQAAA7);
1208
+ }
1209
+ .mce-visualblocks aside {
1210
+ background-image: url(data:image/gif;base64,R0lGODlhHgAKAIABAKqqqv///yH5BAEAAAEALAAAAAAeAAoAAAItjI+pG8APjZOTzgtqy7I3f1yehmQcFY4WKZbqByutmW4aHUd6vfcVbgudgpYCADs=);
1211
+ }
1212
+ .mce-visualblocks ul {
1213
+ background-image: url(data:image/gif;base64,R0lGODlhDQAKAIAAALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGuYnqUVSjvw26DzzXiqIDlVwAAOw==);
1214
+ }
1215
+ .mce-visualblocks ol {
1216
+ background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybH6HHt0qourxC6CvzXieHyeWQAAOw==);
1217
+ }
1218
+ .mce-visualblocks dl {
1219
+ background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybEOnmOvUoWznTqeuEjNSCqeGRUAOw==);
1220
+ }
1221
+ .mce-visualblocks:not([dir=rtl]) p,
1222
+ .mce-visualblocks:not([dir=rtl]) h1,
1223
+ .mce-visualblocks:not([dir=rtl]) h2,
1224
+ .mce-visualblocks:not([dir=rtl]) h3,
1225
+ .mce-visualblocks:not([dir=rtl]) h4,
1226
+ .mce-visualblocks:not([dir=rtl]) h5,
1227
+ .mce-visualblocks:not([dir=rtl]) h6,
1228
+ .mce-visualblocks:not([dir=rtl]) div:not([data-mce-bogus]),
1229
+ .mce-visualblocks:not([dir=rtl]) section,
1230
+ .mce-visualblocks:not([dir=rtl]) article,
1231
+ .mce-visualblocks:not([dir=rtl]) blockquote,
1232
+ .mce-visualblocks:not([dir=rtl]) address,
1233
+ .mce-visualblocks:not([dir=rtl]) pre,
1234
+ .mce-visualblocks:not([dir=rtl]) figure,
1235
+ .mce-visualblocks:not([dir=rtl]) figcaption,
1236
+ .mce-visualblocks:not([dir=rtl]) hgroup,
1237
+ .mce-visualblocks:not([dir=rtl]) aside,
1238
+ .mce-visualblocks:not([dir=rtl]) ul,
1239
+ .mce-visualblocks:not([dir=rtl]) ol,
1240
+ .mce-visualblocks:not([dir=rtl]) dl {
1241
+ margin-left: 3px;
1242
+ }
1243
+ .mce-visualblocks[dir=rtl] p,
1244
+ .mce-visualblocks[dir=rtl] h1,
1245
+ .mce-visualblocks[dir=rtl] h2,
1246
+ .mce-visualblocks[dir=rtl] h3,
1247
+ .mce-visualblocks[dir=rtl] h4,
1248
+ .mce-visualblocks[dir=rtl] h5,
1249
+ .mce-visualblocks[dir=rtl] h6,
1250
+ .mce-visualblocks[dir=rtl] div:not([data-mce-bogus]),
1251
+ .mce-visualblocks[dir=rtl] section,
1252
+ .mce-visualblocks[dir=rtl] article,
1253
+ .mce-visualblocks[dir=rtl] blockquote,
1254
+ .mce-visualblocks[dir=rtl] address,
1255
+ .mce-visualblocks[dir=rtl] pre,
1256
+ .mce-visualblocks[dir=rtl] figure,
1257
+ .mce-visualblocks[dir=rtl] figcaption,
1258
+ .mce-visualblocks[dir=rtl] hgroup,
1259
+ .mce-visualblocks[dir=rtl] aside,
1260
+ .mce-visualblocks[dir=rtl] ul,
1261
+ .mce-visualblocks[dir=rtl] ol,
1262
+ .mce-visualblocks[dir=rtl] dl {
1263
+ background-position-x: right;
1264
+ margin-right: 3px;
1265
+ }
1266
+ .mce-nbsp,
1267
+ .mce-shy {
1268
+ background: #aaa;
1269
+ }
1270
+ .mce-shy::after {
1271
+ content: '-';
1272
+ }
1273
+ [data-ephox-foam-a11y-violation] {
1274
+ outline: 2px solid;
1275
+ position: relative;
1276
+ }
1277
+ [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-current-violation] {
1278
+ outline-width: 4px;
1279
+ transition: outline-width 0.1s ease-in-out, background-color 0.1s ease-in-out;
1280
+ }
1281
+ [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-severity-info] {
1282
+ outline-color: #99c4f5;
1283
+ }
1284
+ [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-severity-warn] {
1285
+ outline-color: #ffeb99;
1286
+ }
1287
+ [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-severity-error] {
1288
+ outline-color: #eb9999;
1289
+ }
1290
+ [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-current-violation="info"] {
1291
+ outline-color: #99c4f5;
1292
+ background-color: #e6f0fd;
1293
+ }
1294
+ [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-current-violation="warning"] {
1295
+ outline-color: #ffeb99;
1296
+ background-color: #fffae6;
1297
+ }
1298
+ [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-current-violation="error"] {
1299
+ outline-color: #eb9999;
1300
+ background-color: #fae6e6;
1301
+ }
1302
+ [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-current-violation]:is(td, th, tr) {
1303
+ position: static;
1304
+ }
1305
+ body {
1306
+ font-family: sans-serif;
1307
+ }
1308
+ table {
1309
+ border-collapse: collapse;
1310
+ }