content.inline.css 46 KB

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