content.css 46 KB

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