@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,1322 @@
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'%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 #ffe796;
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: #ffe796;
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: #ffcf30;
310
+ }
311
+ .tox-comments-visible span.tox-comment[data-mce-selected] {
312
+ background-color: #ffcf30;
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%234C4C4C%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
+ * prism.js default theme for JavaScript, CSS and HTML
358
+ * Based on dabblet (http://dabblet.com)
359
+ * @author Lea Verou
360
+ */
361
+ code[class*="language-"],
362
+ pre[class*="language-"] {
363
+ color: black;
364
+ background: none;
365
+ text-shadow: 0 1px white;
366
+ font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
367
+ font-size: 1em;
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
+ pre[class*="language-"]::selection,
378
+ pre[class*="language-"] ::selection,
379
+ code[class*="language-"]::selection,
380
+ code[class*="language-"] ::selection {
381
+ text-shadow: none;
382
+ background: #b3d4fc;
383
+ }
384
+ @media print {
385
+ code[class*="language-"],
386
+ pre[class*="language-"] {
387
+ text-shadow: none;
388
+ }
389
+ }
390
+ /* Code blocks */
391
+ pre[class*="language-"] {
392
+ padding: 1em;
393
+ margin: 0.5em 0;
394
+ overflow: auto;
395
+ }
396
+ :not(pre) > code[class*="language-"],
397
+ pre[class*="language-"] {
398
+ background: #f5f2f0;
399
+ }
400
+ /* Inline code */
401
+ :not(pre) > code[class*="language-"] {
402
+ padding: 0.1em;
403
+ border-radius: 0.3em;
404
+ white-space: normal;
405
+ }
406
+ .token.comment,
407
+ .token.prolog,
408
+ .token.doctype,
409
+ .token.cdata {
410
+ color: slategray;
411
+ }
412
+ .token.punctuation {
413
+ color: #999;
414
+ }
415
+ .token.namespace {
416
+ opacity: 0.7;
417
+ }
418
+ .token.property,
419
+ .token.tag,
420
+ .token.boolean,
421
+ .token.number,
422
+ .token.constant,
423
+ .token.symbol,
424
+ .token.deleted {
425
+ color: #905;
426
+ }
427
+ .token.selector,
428
+ .token.attr-name,
429
+ .token.string,
430
+ .token.char,
431
+ .token.builtin,
432
+ .token.inserted {
433
+ color: #690;
434
+ }
435
+ .token.operator,
436
+ .token.entity,
437
+ .token.url,
438
+ .language-css .token.string,
439
+ .style .token.string {
440
+ color: #9a6e3a;
441
+ /* This background color was intended by the author of this theme. */
442
+ background: hsla(0, 0%, 100%, 0.5);
443
+ }
444
+ .token.atrule,
445
+ .token.attr-value,
446
+ .token.keyword {
447
+ color: #07a;
448
+ }
449
+ .token.function,
450
+ .token.class-name {
451
+ color: #DD4A68;
452
+ }
453
+ .token.regex,
454
+ .token.important,
455
+ .token.variable {
456
+ color: #e90;
457
+ }
458
+ .token.important,
459
+ .token.bold {
460
+ font-weight: bold;
461
+ }
462
+ .token.italic {
463
+ font-style: italic;
464
+ }
465
+ .token.entity {
466
+ cursor: help;
467
+ }
468
+ /* stylelint-enable */
469
+ .mce-content-body {
470
+ overflow-wrap: break-word;
471
+ word-wrap: break-word;
472
+ }
473
+ .mce-content-body .mce-visual-caret {
474
+ background-color: black;
475
+ background-color: currentColor;
476
+ position: absolute;
477
+ }
478
+ .mce-content-body .mce-visual-caret-hidden {
479
+ display: none;
480
+ }
481
+ .mce-content-body *[data-mce-caret] {
482
+ left: -1000px;
483
+ margin: 0;
484
+ padding: 0;
485
+ position: absolute;
486
+ right: auto;
487
+ top: 0;
488
+ }
489
+ .mce-content-body .mce-offscreen-selection {
490
+ left: -2000000px;
491
+ max-width: 1000000px;
492
+ position: absolute;
493
+ }
494
+ .mce-content-body *[contentEditable=false] {
495
+ cursor: default;
496
+ }
497
+ .mce-content-body *[contentEditable=true] {
498
+ cursor: text;
499
+ }
500
+ .tox-cursor-format-painter {
501
+ 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;
502
+ }
503
+ div.mce-footnotes hr {
504
+ margin-inline: 0 auto;
505
+ width: 25%;
506
+ }
507
+ div.mce-footnotes li > a.mce-footnotes-backlink {
508
+ -webkit-text-decoration: none;
509
+ text-decoration: none;
510
+ }
511
+ @media print {
512
+ sup.mce-footnote a {
513
+ color: black;
514
+ -webkit-text-decoration: none;
515
+ text-decoration: none;
516
+ }
517
+ div.mce-footnotes {
518
+ page-break-inside: avoid;
519
+ break-inside: avoid;
520
+ width: 100%;
521
+ }
522
+ div.mce-footnotes li > a.mce-footnotes-backlink {
523
+ display: none;
524
+ }
525
+ }
526
+ /* stylelint-disable selector-type-no-unknown */
527
+ tiny-math-block {
528
+ display: flex;
529
+ justify-content: center;
530
+ margin: 16px 0 16px 0;
531
+ }
532
+ tiny-math-inline {
533
+ display: inline-block;
534
+ }
535
+ /* stylelint-enable selector-type-no-unknown */
536
+ .mce-content-body figure.align-left {
537
+ float: left;
538
+ }
539
+ .mce-content-body figure.align-right {
540
+ float: right;
541
+ }
542
+ .mce-content-body figure.image.align-center {
543
+ display: table;
544
+ margin-left: auto;
545
+ margin-right: auto;
546
+ }
547
+ .mce-preview-object {
548
+ border: 1px solid gray;
549
+ display: inline-block;
550
+ line-height: 0;
551
+ margin: 0 2px;
552
+ position: relative;
553
+ }
554
+ .mce-preview-object .mce-shim {
555
+ background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
556
+ height: 100%;
557
+ left: 0;
558
+ position: absolute;
559
+ top: 0;
560
+ width: 100%;
561
+ }
562
+ .mce-preview-object[data-mce-selected="2"] .mce-shim {
563
+ display: none;
564
+ }
565
+ .mce-content-body .mce-mergetag {
566
+ cursor: default !important;
567
+ -webkit-user-select: none;
568
+ user-select: none;
569
+ }
570
+ .mce-content-body .mce-mergetag:hover {
571
+ background-color: rgba(0, 108, 231, 0.1);
572
+ }
573
+ .mce-content-body .mce-mergetag-affix {
574
+ background-color: rgba(0, 108, 231, 0.1);
575
+ color: #006ce7;
576
+ }
577
+ .mce-object {
578
+ background: transparent url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%203h16a1%201%200%200%201%201%201v16a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1zm1%202v14h14V5H5zm4.79%202.565l5.64%204.028a.5.5%200%200%201%200%20.814l-5.64%204.028a.5.5%200%200%201-.79-.407V7.972a.5.5%200%200%201%20.79-.407z%22%2F%3E%3C%2Fsvg%3E%0A") no-repeat center;
579
+ border: 1px dashed #aaa;
580
+ }
581
+ .mce-pagebreak {
582
+ border: 1px dashed #aaa;
583
+ cursor: default;
584
+ display: block;
585
+ height: 5px;
586
+ margin-top: 15px;
587
+ page-break-before: always;
588
+ width: 100%;
589
+ }
590
+ @media print {
591
+ .mce-pagebreak {
592
+ border: 0;
593
+ }
594
+ }
595
+ .tiny-pageembed .mce-shim {
596
+ background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
597
+ height: 100%;
598
+ left: 0;
599
+ position: absolute;
600
+ top: 0;
601
+ width: 100%;
602
+ }
603
+ .tiny-pageembed[data-mce-selected="2"] .mce-shim {
604
+ display: none;
605
+ }
606
+ .tiny-pageembed {
607
+ display: inline-block;
608
+ position: relative;
609
+ }
610
+ .tiny-pageembed--21by9,
611
+ .tiny-pageembed--16by9,
612
+ .tiny-pageembed--4by3,
613
+ .tiny-pageembed--1by1 {
614
+ display: block;
615
+ overflow: hidden;
616
+ padding: 0;
617
+ position: relative;
618
+ width: 100%;
619
+ }
620
+ .tiny-pageembed--21by9 {
621
+ padding-top: 42.857143%;
622
+ }
623
+ .tiny-pageembed--16by9 {
624
+ padding-top: 56.25%;
625
+ }
626
+ .tiny-pageembed--4by3 {
627
+ padding-top: 75%;
628
+ }
629
+ .tiny-pageembed--1by1 {
630
+ padding-top: 100%;
631
+ }
632
+ .tiny-pageembed--21by9 iframe,
633
+ .tiny-pageembed--16by9 iframe,
634
+ .tiny-pageembed--4by3 iframe,
635
+ .tiny-pageembed--1by1 iframe {
636
+ border: 0;
637
+ height: 100%;
638
+ left: 0;
639
+ position: absolute;
640
+ top: 0;
641
+ width: 100%;
642
+ }
643
+ .mce-content-body[data-mce-placeholder] {
644
+ position: relative;
645
+ }
646
+ .mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
647
+ color: rgba(34, 47, 62, 0.7);
648
+ content: attr(data-mce-placeholder);
649
+ position: absolute;
650
+ }
651
+ @media (forced-colors: active) {
652
+ .mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
653
+ color: highlight;
654
+ filter: brightness(30%);
655
+ z-index: -1;
656
+ }
657
+ }
658
+ .mce-content-body:not([dir=rtl])[data-mce-placeholder]:not(.mce-visualblocks)::before {
659
+ left: 1px;
660
+ }
661
+ .mce-content-body[dir=rtl][data-mce-placeholder]:not(.mce-visualblocks)::before {
662
+ right: 1px;
663
+ }
664
+ @media print {
665
+ .mce-content-body .mce-placeholder,
666
+ .mce-content-body [data-mce-bogus=all],
667
+ .mce-content-body [data-mce-bogus] {
668
+ display: none !important;
669
+ }
670
+ .mce-content-body .mce-visual-caret {
671
+ display: none !important;
672
+ }
673
+ .mce-content-body [data-mce-selected],
674
+ .mce-content-body *:focus,
675
+ .mce-content-body .mce-edit-focus {
676
+ outline: none !important;
677
+ }
678
+ }
679
+ .mce-content-body div.mce-resizehandle {
680
+ background-color: #4099ff;
681
+ border-color: #4099ff;
682
+ border-style: solid;
683
+ border-width: 1px;
684
+ box-sizing: border-box;
685
+ height: 10px;
686
+ position: absolute;
687
+ width: 10px;
688
+ z-index: 1298;
689
+ }
690
+ .mce-content-body div.mce-resizehandle:hover {
691
+ background-color: #4099ff;
692
+ }
693
+ .mce-content-body div.mce-resizehandle:nth-of-type(1) {
694
+ cursor: nwse-resize;
695
+ }
696
+ .mce-content-body div.mce-resizehandle:nth-of-type(2) {
697
+ cursor: nesw-resize;
698
+ }
699
+ .mce-content-body div.mce-resizehandle:nth-of-type(3) {
700
+ cursor: nwse-resize;
701
+ }
702
+ .mce-content-body div.mce-resizehandle:nth-of-type(4) {
703
+ cursor: nesw-resize;
704
+ }
705
+ .mce-content-body .mce-resize-backdrop {
706
+ z-index: 10000;
707
+ }
708
+ .mce-content-body .mce-clonedresizable {
709
+ cursor: default;
710
+ opacity: 0.5;
711
+ outline: 1px dashed black;
712
+ position: absolute;
713
+ z-index: 10001;
714
+ }
715
+ .mce-content-body .mce-clonedresizable.mce-resizetable-columns th,
716
+ .mce-content-body .mce-clonedresizable.mce-resizetable-columns td {
717
+ border: 0;
718
+ }
719
+ .mce-content-body .mce-resize-helper {
720
+ background: #555;
721
+ background: rgba(0 0 0%);
722
+ border: 1px;
723
+ border-radius: 3px;
724
+ color: white;
725
+ display: none;
726
+ font-family: sans-serif;
727
+ font-size: 12px;
728
+ line-height: 14px;
729
+ margin: 5px 10px;
730
+ padding: 5px;
731
+ position: absolute;
732
+ white-space: nowrap;
733
+ z-index: 10002;
734
+ }
735
+ .tox-rtc-user-selection {
736
+ position: relative;
737
+ }
738
+ .tox-rtc-user-cursor {
739
+ bottom: 0;
740
+ cursor: default;
741
+ position: absolute;
742
+ top: 0;
743
+ width: 2px;
744
+ }
745
+ .tox-rtc-user-cursor::before {
746
+ background-color: inherit;
747
+ border-radius: 50%;
748
+ content: '';
749
+ display: block;
750
+ height: 8px;
751
+ position: absolute;
752
+ right: -3px;
753
+ top: -3px;
754
+ width: 8px;
755
+ }
756
+ .tox-rtc-user-cursor:hover::after {
757
+ background-color: inherit;
758
+ border-radius: 100px;
759
+ box-sizing: border-box;
760
+ color: #fff;
761
+ content: attr(data-user);
762
+ display: block;
763
+ font-size: 12px;
764
+ font-weight: bold;
765
+ left: -5px;
766
+ min-height: 8px;
767
+ min-width: 8px;
768
+ padding: 0 12px;
769
+ position: absolute;
770
+ top: -11px;
771
+ white-space: nowrap;
772
+ z-index: 1000;
773
+ }
774
+ .tox-rtc-user-selection--1 .tox-rtc-user-cursor {
775
+ background-color: #2dc26b;
776
+ }
777
+ .tox-rtc-user-selection--2 .tox-rtc-user-cursor {
778
+ background-color: #e03e2d;
779
+ }
780
+ .tox-rtc-user-selection--3 .tox-rtc-user-cursor {
781
+ background-color: #f1c40f;
782
+ }
783
+ .tox-rtc-user-selection--4 .tox-rtc-user-cursor {
784
+ background-color: #3598db;
785
+ }
786
+ .tox-rtc-user-selection--5 .tox-rtc-user-cursor {
787
+ background-color: #b96ad9;
788
+ }
789
+ .tox-rtc-user-selection--6 .tox-rtc-user-cursor {
790
+ background-color: #e67e23;
791
+ }
792
+ .tox-rtc-user-selection--7 .tox-rtc-user-cursor {
793
+ background-color: #aaa69d;
794
+ }
795
+ .tox-rtc-user-selection--8 .tox-rtc-user-cursor {
796
+ background-color: #f368e0;
797
+ }
798
+ .tox-rtc-remote-image {
799
+ 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;
800
+ border: 1px solid #ccc;
801
+ min-height: 240px;
802
+ min-width: 320px;
803
+ }
804
+ .mce-match-marker {
805
+ background: #aaa;
806
+ color: #fff;
807
+ }
808
+ .mce-match-marker-selected {
809
+ background: #39f;
810
+ color: #fff;
811
+ }
812
+ .mce-match-marker-selected::selection {
813
+ background: #39f;
814
+ color: #fff;
815
+ }
816
+ .mce-content-body img[data-mce-selected],
817
+ .mce-content-body video[data-mce-selected],
818
+ .mce-content-body audio[data-mce-selected],
819
+ .mce-content-body object[data-mce-selected],
820
+ .mce-content-body embed[data-mce-selected],
821
+ .mce-content-body table[data-mce-selected],
822
+ .mce-content-body details[data-mce-selected] {
823
+ outline: 3px solid #b4d7ff;
824
+ }
825
+ .mce-content-body hr[data-mce-selected] {
826
+ outline: 3px solid #b4d7ff;
827
+ outline-offset: 1px;
828
+ }
829
+ .mce-content-body *[contentEditable=false] *[contentEditable=true]:focus {
830
+ outline: 3px solid #b4d7ff;
831
+ }
832
+ .mce-content-body *[contentEditable=false] *[contentEditable=true]:hover {
833
+ outline: 3px solid #b4d7ff;
834
+ }
835
+ .mce-content-body *[contentEditable=false][data-mce-selected] {
836
+ cursor: not-allowed;
837
+ outline: 3px solid #b4d7ff;
838
+ }
839
+ .mce-content-body *[data-mce-selected="inline-boundary"] {
840
+ background-color: #b4d7ff;
841
+ }
842
+ .mce-content-body .mce-edit-focus {
843
+ outline: 3px solid #b4d7ff;
844
+ }
845
+ .mce-content-body td[data-mce-selected],
846
+ .mce-content-body th[data-mce-selected] {
847
+ position: relative;
848
+ }
849
+ .mce-content-body td[data-mce-selected]::selection,
850
+ .mce-content-body th[data-mce-selected]::selection {
851
+ background: none;
852
+ }
853
+ .mce-content-body td[data-mce-selected] *,
854
+ .mce-content-body th[data-mce-selected] * {
855
+ outline: none;
856
+ -webkit-touch-callout: none;
857
+ -webkit-user-select: none;
858
+ user-select: none;
859
+ }
860
+ .mce-content-body td[data-mce-selected]::after,
861
+ .mce-content-body th[data-mce-selected]::after {
862
+ background-color: rgba(180, 215, 255, 0.7);
863
+ border: 1px solid rgba(180, 215, 255, 0.7);
864
+ bottom: -1px;
865
+ content: '';
866
+ left: -1px;
867
+ mix-blend-mode: multiply;
868
+ position: absolute;
869
+ right: -1px;
870
+ top: -1px;
871
+ }
872
+ .mce-content-body img[data-mce-selected]::selection {
873
+ background: none;
874
+ }
875
+ .ephox-snooker-resizer-bar {
876
+ background-color: #b4d7ff;
877
+ opacity: 0;
878
+ -webkit-user-select: none;
879
+ user-select: none;
880
+ }
881
+ .ephox-snooker-resizer-cols {
882
+ cursor: col-resize;
883
+ }
884
+ .ephox-snooker-resizer-rows {
885
+ cursor: row-resize;
886
+ }
887
+ .ephox-snooker-resizer-bar.ephox-snooker-resizer-bar-dragging {
888
+ opacity: 1;
889
+ }
890
+ .mce-spellchecker-word {
891
+ 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");
892
+ background-position: 0 calc(100% + 1px);
893
+ background-repeat: repeat-x;
894
+ background-size: auto 6px;
895
+ cursor: default;
896
+ height: 2rem;
897
+ }
898
+ .mce-spellchecker-grammar {
899
+ 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");
900
+ background-position: 0 calc(100% + 1px);
901
+ background-repeat: repeat-x;
902
+ background-size: auto 6px;
903
+ cursor: default;
904
+ }
905
+ .tox-suggestededits__annotation--added,
906
+ .tox-suggestededits__annotation--modified,
907
+ .tox-suggestededits__annotation--removed {
908
+ padding-block: calc((1lh - 1.1em) / 2);
909
+ -webkit-text-decoration: none;
910
+ text-decoration: none;
911
+ background-repeat: no-repeat;
912
+ text-decoration-thickness: max(1px, 0.07em);
913
+ }
914
+ .tox-suggestededits__annotation--added__highlight {
915
+ background-position: bottom;
916
+ background-image: linear-gradient(rgba(120, 171, 70, 0.2) calc(100% - 2px), #78AB46 calc(100% - 2px));
917
+ }
918
+ .tox-suggestededits__annotation--added__selected {
919
+ background-image: none;
920
+ background-color: rgba(120, 171, 70, 0.2);
921
+ box-shadow: 0 2px 0 0 #006ce7, 0 -2px 0 0 #006ce7;
922
+ }
923
+ .tox-suggestededits__annotation--modified__highlight {
924
+ background-position: bottom;
925
+ background-image: linear-gradient(rgba(0, 108, 231, 0.2) calc(100% - 2px), #006ce7 calc(100% - 2px));
926
+ }
927
+ .tox-suggestededits__annotation--modified__selected {
928
+ background-image: none;
929
+ background-color: rgba(0, 108, 231, 0.2);
930
+ box-shadow: 0 2px 0 0 #006ce7, 0 -2px 0 0 #006ce7;
931
+ }
932
+ .tox-suggestededits__annotation--removed__highlight {
933
+ -webkit-text-decoration: line-through;
934
+ text-decoration: line-through;
935
+ background-position: bottom;
936
+ background-image: linear-gradient(rgba(204, 0, 0, 0.2) calc(100% - 2px), #c00 calc(100% - 2px));
937
+ }
938
+ .tox-suggestededits__annotation--removed__selected {
939
+ -webkit-text-decoration: line-through;
940
+ text-decoration: line-through;
941
+ background-image: none;
942
+ background-color: rgba(204, 0, 0, 0.2);
943
+ box-shadow: 0 2px 0 0 #006ce7, 0 -2px 0 0 #006ce7;
944
+ }
945
+ ins.tox-suggestededits__annotation--added__selected,
946
+ del.tox-suggestededits__annotation--added__selected {
947
+ background-color: transparent;
948
+ box-shadow: none;
949
+ background-position: center;
950
+ background-size: 100% calc(1lh + 3px);
951
+ 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));
952
+ }
953
+ ins.tox-suggestededits__annotation--modified__selected,
954
+ del.tox-suggestededits__annotation--modified__selected {
955
+ background-color: transparent;
956
+ box-shadow: none;
957
+ background-position: center;
958
+ background-size: 100% calc(1lh + 3px);
959
+ 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));
960
+ }
961
+ ins.tox-suggestededits__annotation--removed__selected,
962
+ del.tox-suggestededits__annotation--removed__selected {
963
+ background-color: transparent;
964
+ box-shadow: none;
965
+ background-position: center;
966
+ background-size: 100% calc(1lh + 3px);
967
+ 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));
968
+ }
969
+ .tox-suggestededits__annotation--added.tox-suggestededits__annotation--added__hidden,
970
+ .tox-suggestededits__annotation--modified.tox-suggestededits__annotation--modified__hidden,
971
+ .tox-suggestededits__annotation--removed.tox-suggestededits__annotation--removed__hidden {
972
+ display: none;
973
+ -webkit-text-decoration: none;
974
+ text-decoration: none;
975
+ }
976
+ *:has(> div > iframe).tox-suggestededits__annotation--added,
977
+ *:has(> div > iframe).tox-suggestededits__annotation--modified,
978
+ *:has(> div > iframe).tox-suggestededits__annotation--removed {
979
+ padding: 7px;
980
+ margin: 5px;
981
+ }
982
+ img.tox-suggestededits__annotation--added__highlight,
983
+ video.tox-suggestededits__annotation--added__highlight,
984
+ iframe.tox-suggestededits__annotation--added__highlight {
985
+ outline: 0.25em solid rgba(120, 171, 70, 0.2);
986
+ padding: 0.25em;
987
+ background-image: none;
988
+ }
989
+ img.tox-suggestededits__annotation--added__selected,
990
+ video.tox-suggestededits__annotation--added__selected,
991
+ iframe.tox-suggestededits__annotation--added__selected {
992
+ border: 0.25em solid rgba(120, 171, 70, 0.2);
993
+ outline: 0.125em solid #006ce7;
994
+ padding: 0em;
995
+ background-image: none;
996
+ }
997
+ img.tox-suggestededits__annotation--modified__highlight,
998
+ video.tox-suggestededits__annotation--modified__highlight,
999
+ iframe.tox-suggestededits__annotation--modified__highlight {
1000
+ outline: 0.25em solid rgba(0, 108, 231, 0.2);
1001
+ padding: 0.25em;
1002
+ background-image: none;
1003
+ }
1004
+ img.tox-suggestededits__annotation--modified__selected,
1005
+ video.tox-suggestededits__annotation--modified__selected,
1006
+ iframe.tox-suggestededits__annotation--modified__selected {
1007
+ border: 0.25em solid rgba(0, 108, 231, 0.2);
1008
+ outline: 0.125em solid #006ce7;
1009
+ padding: 0em;
1010
+ background-image: none;
1011
+ }
1012
+ img.tox-suggestededits__annotation--removed__highlight,
1013
+ video.tox-suggestededits__annotation--removed__highlight,
1014
+ iframe.tox-suggestededits__annotation--removed__highlight {
1015
+ outline: 0.25em solid rgba(204, 0, 0, 0.2);
1016
+ padding: 0.25em;
1017
+ background-image: none;
1018
+ }
1019
+ img.tox-suggestededits__annotation--removed__selected,
1020
+ video.tox-suggestededits__annotation--removed__selected,
1021
+ iframe.tox-suggestededits__annotation--removed__selected {
1022
+ border: 0.25em solid rgba(204, 0, 0, 0.2);
1023
+ outline: 0.125em solid #006ce7;
1024
+ padding: 0em;
1025
+ background-image: none;
1026
+ }
1027
+ div.tox-suggestededits__annotation:has(> hr) {
1028
+ background-size: auto;
1029
+ padding: 0.25em;
1030
+ }
1031
+ div.tox-suggestededits__annotation--removed__highlight > hr {
1032
+ border-color: rgba(0, 0, 0, 0.2);
1033
+ }
1034
+ div.tox-suggestededits__annotation--added__highlight > hr {
1035
+ border-color: rgba(0, 0, 0, 0.2);
1036
+ }
1037
+ .mce-pagebreak.tox-suggestededits__annotation--added__selected,
1038
+ .mce-pagebreak.tox-suggestededits__annotation--removed__selected,
1039
+ .mce-pagebreak.tox-suggestededits__annotation--modified__selected {
1040
+ border: 1px dashed #aaa;
1041
+ box-shadow: none;
1042
+ background-image: none;
1043
+ }
1044
+ .mce-pagebreak.tox-suggestededits__annotation--added__highlight,
1045
+ .mce-pagebreak.tox-suggestededits__annotation--modified__highlight,
1046
+ .mce-pagebreak.tox-suggestededits__annotation--removed__highlight {
1047
+ padding: 0;
1048
+ }
1049
+ .mce-toc {
1050
+ border: 1px solid gray;
1051
+ }
1052
+ .mce-toc h2 {
1053
+ margin: 4px;
1054
+ }
1055
+ .mce-toc ul > li {
1056
+ list-style-type: none;
1057
+ }
1058
+ [data-mce-block] {
1059
+ display: block;
1060
+ }
1061
+ table[style*="border-width: 0px"],
1062
+ .mce-item-table:not([border]),
1063
+ .mce-item-table[border="0"],
1064
+ table[style*="border-width: 0px"] td,
1065
+ .mce-item-table:not([border]) td,
1066
+ .mce-item-table[border="0"] td,
1067
+ table[style*="border-width: 0px"] th,
1068
+ .mce-item-table:not([border]) th,
1069
+ .mce-item-table[border="0"] th,
1070
+ table[style*="border-width: 0px"] caption,
1071
+ .mce-item-table:not([border]) caption,
1072
+ .mce-item-table[border="0"] caption {
1073
+ border: 1px dashed #bbb;
1074
+ }
1075
+ .tox-uc-loading-background {
1076
+ width: 100%;
1077
+ height: 100%;
1078
+ background: rgba(255, 255, 255, 0.5);
1079
+ }
1080
+ .tox-uc-loading-spinner-wrapper {
1081
+ width: 100%;
1082
+ height: 100%;
1083
+ display: flex;
1084
+ justify-content: center;
1085
+ align-items: center;
1086
+ }
1087
+ .tox-uc-loading-spinner {
1088
+ width: min(24px, 30%);
1089
+ aspect-ratio: 1;
1090
+ border-radius: 50%;
1091
+ border: 3px solid #006ce7;
1092
+ border-bottom-color: transparent;
1093
+ animation: tox-rotation 1s linear infinite;
1094
+ }
1095
+ .tox-uc-video {
1096
+ display: block;
1097
+ position: relative;
1098
+ margin: 16px 0 16px 0;
1099
+ }
1100
+ .tox-uc-video:not([data-mce-selected]):after {
1101
+ content: "";
1102
+ position: absolute;
1103
+ top: 0;
1104
+ left: 0;
1105
+ width: 100%;
1106
+ height: 100%;
1107
+ }
1108
+ .tox-uploadcare-placeholder {
1109
+ all: initial;
1110
+ display: inline-block;
1111
+ position: relative;
1112
+ width: min(100%, 600px);
1113
+ height: 80px;
1114
+ --tox-uploadcare-placeholder--content-cursor: auto !important;
1115
+ --tox-uploadcare-placeholder--content-color: rgba(34, 47, 62, 0.7);
1116
+ --tox-uploadcare-placeholder--content-background-color: #fff;
1117
+ --tox-uploadcare-placeholder--content-border: 2px solid #e3e3e3;
1118
+ --tox-uploadcare-placeholder--content-font-family: monospace, sans-serif;
1119
+ --tox-uploadcare-placeholder--content-height: 100%;
1120
+ --tox-uploadcare-placeholder--content-width: 100%;
1121
+ --tox-uploadcare-placeholder--content-display: inline-flex;
1122
+ --tox-uploadcare-placeholder--content-align-items: center;
1123
+ --tox-uploadcare-placeholder--content-justify-content: center;
1124
+ --tox-uploadcare-placeholder--content-gap: 8px;
1125
+ --tox-uploadcare-placeholder--icon-fill: rgba(34, 47, 62, 0.7);
1126
+ --tox-uploadcare-placeholder--icon-min-width: 24px;
1127
+ --tox-uc-loading-spinner-wrapper-display-none: none;
1128
+ --tox-uc-loading-spinner-wrapper-display: flex;
1129
+ --tox-uc-loading-spinner-wrapper-position: absolute;
1130
+ --tox-uc-loading-spinner-wrapper-top: 0;
1131
+ --tox-uc-loading-spinner-wrapper-left: 0;
1132
+ --tox-uc-loading-spinner-wrapper-width: 100%;
1133
+ --tox-uc-loading-spinner-wrapper-height: 100%;
1134
+ --tox-uc-loading-spinner-wrapper-justify-content: center;
1135
+ --tox-uc-loading-spinner-wrapper-align-items: center;
1136
+ --tox-uc-loading-spinner-aspect-ratio: 1 / 1;
1137
+ --tox-uc-loading-spinner-width: min(24px, 30%);
1138
+ --tox-uc-loading-spinner-border-radius: 50%;
1139
+ --tox-uc-loading-spinner-border: 3px solid #006ce7;
1140
+ --tox-uc-loading-spinner-border-bottom-color: transparent;
1141
+ --tox-uc-loading-spinner-animation: tox-rotation 1s linear infinite;
1142
+ }
1143
+ @media print {
1144
+ tiny-uploadcare-placeholder {
1145
+ display: none !important;
1146
+ }
1147
+ }
1148
+ .mce-visualblocks p,
1149
+ .mce-visualblocks h1,
1150
+ .mce-visualblocks h2,
1151
+ .mce-visualblocks h3,
1152
+ .mce-visualblocks h4,
1153
+ .mce-visualblocks h5,
1154
+ .mce-visualblocks h6,
1155
+ .mce-visualblocks div:not([data-mce-bogus]),
1156
+ .mce-visualblocks section,
1157
+ .mce-visualblocks article,
1158
+ .mce-visualblocks blockquote,
1159
+ .mce-visualblocks address,
1160
+ .mce-visualblocks pre,
1161
+ .mce-visualblocks figure,
1162
+ .mce-visualblocks figcaption,
1163
+ .mce-visualblocks hgroup,
1164
+ .mce-visualblocks aside,
1165
+ .mce-visualblocks ul,
1166
+ .mce-visualblocks ol,
1167
+ .mce-visualblocks dl {
1168
+ background-repeat: no-repeat;
1169
+ border: 1px dashed #bbb;
1170
+ margin-left: 3px;
1171
+ padding-top: 10px;
1172
+ }
1173
+ .mce-visualblocks p {
1174
+ background-image: url(data:image/gif;base64,R0lGODlhCQAJAJEAAAAAAP///7u7u////yH5BAEAAAMALAAAAAAJAAkAAAIQnG+CqCN/mlyvsRUpThG6AgA7);
1175
+ }
1176
+ .mce-visualblocks h1 {
1177
+ background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGu1JuxHoAfRNRW3TWXyF2YiRUAOw==);
1178
+ }
1179
+ .mce-visualblocks h2 {
1180
+ background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8Hybbx4oOuqgTynJd6bGlWg3DkJzoaUAAAOw==);
1181
+ }
1182
+ .mce-visualblocks h3 {
1183
+ background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIZjI8Hybbx4oOuqgTynJf2Ln2NOHpQpmhAAQA7);
1184
+ }
1185
+ .mce-visualblocks h4 {
1186
+ background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxInR0zqeAdhtJlXwV1oCll2HaWgAAOw==);
1187
+ }
1188
+ .mce-visualblocks h5 {
1189
+ background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjane4iq5GlW05GgIkIZUAAAOw==);
1190
+ }
1191
+ .mce-visualblocks h6 {
1192
+ background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjan04jep1iZ1XRlAo5bVgAAOw==);
1193
+ }
1194
+ .mce-visualblocks div:not([data-mce-bogus]) {
1195
+ background-image: url(data:image/gif;base64,R0lGODlhEgAKAIABALu7u////yH5BAEAAAEALAAAAAASAAoAAAIfjI9poI0cgDywrhuxfbrzDEbQM2Ei5aRjmoySW4pAAQA7);
1196
+ }
1197
+ .mce-visualblocks section {
1198
+ background-image: url(data:image/gif;base64,R0lGODlhKAAKAIABALu7u////yH5BAEAAAEALAAAAAAoAAoAAAI5jI+pywcNY3sBWHdNrplytD2ellDeSVbp+GmWqaDqDMepc8t17Y4vBsK5hDyJMcI6KkuYU+jpjLoKADs=);
1199
+ }
1200
+ .mce-visualblocks article {
1201
+ background-image: url(data:image/gif;base64,R0lGODlhKgAKAIABALu7u////yH5BAEAAAEALAAAAAAqAAoAAAI6jI+pywkNY3wG0GBvrsd2tXGYSGnfiF7ikpXemTpOiJScasYoDJJrjsG9gkCJ0ag6KhmaIe3pjDYBBQA7);
1202
+ }
1203
+ .mce-visualblocks blockquote {
1204
+ background-image: url(data:image/gif;base64,R0lGODlhPgAKAIABALu7u////yH5BAEAAAEALAAAAAA+AAoAAAJPjI+py+0Knpz0xQDyuUhvfoGgIX5iSKZYgq5uNL5q69asZ8s5rrf0yZmpNkJZzFesBTu8TOlDVAabUyatguVhWduud3EyiUk45xhTTgMBBQA7);
1205
+ }
1206
+ .mce-visualblocks address {
1207
+ background-image: url(data:image/gif;base64,R0lGODlhLQAKAIABALu7u////yH5BAEAAAEALAAAAAAtAAoAAAI/jI+pywwNozSP1gDyyZcjb3UaRpXkWaXmZW4OqKLhBmLs+K263DkJK7OJeifh7FicKD9A1/IpGdKkyFpNmCkAADs=);
1208
+ }
1209
+ .mce-visualblocks pre {
1210
+ background-image: url(data:image/gif;base64,R0lGODlhFQAKAIABALu7uwAAACH5BAEAAAEALAAAAAAVAAoAAAIjjI+ZoN0cgDwSmnpz1NCueYERhnibZVKLNnbOq8IvKpJtVQAAOw==);
1211
+ }
1212
+ .mce-visualblocks figure {
1213
+ background-image: url(data:image/gif;base64,R0lGODlhJAAKAIAAALu7u////yH5BAEAAAEALAAAAAAkAAoAAAI0jI+py+2fwAHUSFvD3RlvG4HIp4nX5JFSpnZUJ6LlrM52OE7uSWosBHScgkSZj7dDKnWAAgA7);
1214
+ }
1215
+ .mce-visualblocks figcaption {
1216
+ border: 1px dashed #bbb;
1217
+ }
1218
+ .mce-visualblocks hgroup {
1219
+ background-image: url(data:image/gif;base64,R0lGODlhJwAKAIABALu7uwAAACH5BAEAAAEALAAAAAAnAAoAAAI3jI+pywYNI3uB0gpsRtt5fFnfNZaVSYJil4Wo03Hv6Z62uOCgiXH1kZIIJ8NiIxRrAZNMZAtQAAA7);
1220
+ }
1221
+ .mce-visualblocks aside {
1222
+ background-image: url(data:image/gif;base64,R0lGODlhHgAKAIABAKqqqv///yH5BAEAAAEALAAAAAAeAAoAAAItjI+pG8APjZOTzgtqy7I3f1yehmQcFY4WKZbqByutmW4aHUd6vfcVbgudgpYCADs=);
1223
+ }
1224
+ .mce-visualblocks ul {
1225
+ background-image: url(data:image/gif;base64,R0lGODlhDQAKAIAAALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGuYnqUVSjvw26DzzXiqIDlVwAAOw==);
1226
+ }
1227
+ .mce-visualblocks ol {
1228
+ background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybH6HHt0qourxC6CvzXieHyeWQAAOw==);
1229
+ }
1230
+ .mce-visualblocks dl {
1231
+ background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybEOnmOvUoWznTqeuEjNSCqeGRUAOw==);
1232
+ }
1233
+ .mce-visualblocks:not([dir=rtl]) p,
1234
+ .mce-visualblocks:not([dir=rtl]) h1,
1235
+ .mce-visualblocks:not([dir=rtl]) h2,
1236
+ .mce-visualblocks:not([dir=rtl]) h3,
1237
+ .mce-visualblocks:not([dir=rtl]) h4,
1238
+ .mce-visualblocks:not([dir=rtl]) h5,
1239
+ .mce-visualblocks:not([dir=rtl]) h6,
1240
+ .mce-visualblocks:not([dir=rtl]) div:not([data-mce-bogus]),
1241
+ .mce-visualblocks:not([dir=rtl]) section,
1242
+ .mce-visualblocks:not([dir=rtl]) article,
1243
+ .mce-visualblocks:not([dir=rtl]) blockquote,
1244
+ .mce-visualblocks:not([dir=rtl]) address,
1245
+ .mce-visualblocks:not([dir=rtl]) pre,
1246
+ .mce-visualblocks:not([dir=rtl]) figure,
1247
+ .mce-visualblocks:not([dir=rtl]) figcaption,
1248
+ .mce-visualblocks:not([dir=rtl]) hgroup,
1249
+ .mce-visualblocks:not([dir=rtl]) aside,
1250
+ .mce-visualblocks:not([dir=rtl]) ul,
1251
+ .mce-visualblocks:not([dir=rtl]) ol,
1252
+ .mce-visualblocks:not([dir=rtl]) dl {
1253
+ margin-left: 3px;
1254
+ }
1255
+ .mce-visualblocks[dir=rtl] p,
1256
+ .mce-visualblocks[dir=rtl] h1,
1257
+ .mce-visualblocks[dir=rtl] h2,
1258
+ .mce-visualblocks[dir=rtl] h3,
1259
+ .mce-visualblocks[dir=rtl] h4,
1260
+ .mce-visualblocks[dir=rtl] h5,
1261
+ .mce-visualblocks[dir=rtl] h6,
1262
+ .mce-visualblocks[dir=rtl] div:not([data-mce-bogus]),
1263
+ .mce-visualblocks[dir=rtl] section,
1264
+ .mce-visualblocks[dir=rtl] article,
1265
+ .mce-visualblocks[dir=rtl] blockquote,
1266
+ .mce-visualblocks[dir=rtl] address,
1267
+ .mce-visualblocks[dir=rtl] pre,
1268
+ .mce-visualblocks[dir=rtl] figure,
1269
+ .mce-visualblocks[dir=rtl] figcaption,
1270
+ .mce-visualblocks[dir=rtl] hgroup,
1271
+ .mce-visualblocks[dir=rtl] aside,
1272
+ .mce-visualblocks[dir=rtl] ul,
1273
+ .mce-visualblocks[dir=rtl] ol,
1274
+ .mce-visualblocks[dir=rtl] dl {
1275
+ background-position-x: right;
1276
+ margin-right: 3px;
1277
+ }
1278
+ .mce-nbsp,
1279
+ .mce-shy {
1280
+ background: #aaa;
1281
+ }
1282
+ .mce-shy::after {
1283
+ content: '-';
1284
+ }
1285
+ [data-ephox-foam-a11y-violation] {
1286
+ outline: 2px solid;
1287
+ position: relative;
1288
+ }
1289
+ [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-current-violation] {
1290
+ outline-width: 4px;
1291
+ transition: outline-width 0.1s ease-in-out, background-color 0.1s ease-in-out;
1292
+ }
1293
+ [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-severity-info] {
1294
+ outline-color: #006ce7;
1295
+ }
1296
+ [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-severity-warn] {
1297
+ outline-color: #FFCC00;
1298
+ }
1299
+ [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-severity-error] {
1300
+ outline-color: #c00;
1301
+ }
1302
+ [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-current-violation="info"] {
1303
+ outline-color: #006ce7;
1304
+ background-color: #e6f0fd;
1305
+ }
1306
+ [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-current-violation="warning"] {
1307
+ outline-color: #FFCC00;
1308
+ background-color: #fffae6;
1309
+ }
1310
+ [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-current-violation="error"] {
1311
+ outline-color: #c00;
1312
+ background-color: #fae6e6;
1313
+ }
1314
+ [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-current-violation]:is(td, th, tr) {
1315
+ position: static;
1316
+ }
1317
+ body {
1318
+ font-family: sans-serif;
1319
+ }
1320
+ table {
1321
+ border-collapse: collapse;
1322
+ }