@ckeditor/ckeditor5-track-changes 41.3.0-alpha.4 → 41.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (333) hide show
  1. package/build/track-changes.js +2 -2
  2. package/build/translations/ar.js +1 -1
  3. package/build/translations/az.js +1 -1
  4. package/build/translations/bg.js +1 -1
  5. package/build/translations/bn.js +1 -1
  6. package/build/translations/ca.js +1 -1
  7. package/build/translations/cs.js +1 -1
  8. package/build/translations/da.js +1 -1
  9. package/build/translations/de.js +1 -1
  10. package/build/translations/el.js +1 -1
  11. package/build/translations/en-au.js +1 -1
  12. package/build/translations/es.js +1 -1
  13. package/build/translations/et.js +1 -1
  14. package/build/translations/fi.js +1 -1
  15. package/build/translations/fr.js +1 -1
  16. package/build/translations/gl.js +1 -1
  17. package/build/translations/he.js +1 -1
  18. package/build/translations/hi.js +1 -1
  19. package/build/translations/hr.js +1 -1
  20. package/build/translations/hu.js +1 -1
  21. package/build/translations/id.js +1 -1
  22. package/build/translations/it.js +1 -1
  23. package/build/translations/ja.js +1 -1
  24. package/build/translations/ko.js +1 -1
  25. package/build/translations/lt.js +1 -1
  26. package/build/translations/lv.js +1 -1
  27. package/build/translations/ms.js +1 -1
  28. package/build/translations/nl.js +1 -1
  29. package/build/translations/no.js +1 -1
  30. package/build/translations/pl.js +1 -1
  31. package/build/translations/pt-br.js +1 -1
  32. package/build/translations/pt.js +1 -1
  33. package/build/translations/ro.js +1 -1
  34. package/build/translations/ru.js +1 -1
  35. package/build/translations/sk.js +1 -1
  36. package/build/translations/sq.js +1 -1
  37. package/build/translations/sr-latn.js +1 -1
  38. package/build/translations/sr.js +1 -1
  39. package/build/translations/sv.js +1 -1
  40. package/build/translations/th.js +1 -1
  41. package/build/translations/tk.js +1 -1
  42. package/build/translations/tr.js +1 -1
  43. package/build/translations/tt.js +1 -1
  44. package/build/translations/uk.js +1 -1
  45. package/build/translations/ur.js +1 -1
  46. package/build/translations/vi.js +1 -1
  47. package/build/translations/zh-cn.js +1 -1
  48. package/build/translations/zh.js +1 -1
  49. package/lang/contexts.json +1 -0
  50. package/lang/translations/ar.po +4 -0
  51. package/lang/translations/az.po +4 -0
  52. package/lang/translations/bg.po +4 -0
  53. package/lang/translations/bn.po +4 -0
  54. package/lang/translations/ca.po +4 -0
  55. package/lang/translations/cs.po +4 -0
  56. package/lang/translations/da.po +4 -0
  57. package/lang/translations/de.po +4 -0
  58. package/lang/translations/el.po +4 -0
  59. package/lang/translations/en-au.po +4 -0
  60. package/lang/translations/en.po +4 -0
  61. package/lang/translations/es.po +4 -0
  62. package/lang/translations/et.po +4 -0
  63. package/lang/translations/fi.po +4 -0
  64. package/lang/translations/fr.po +4 -0
  65. package/lang/translations/gl.po +4 -0
  66. package/lang/translations/he.po +4 -0
  67. package/lang/translations/hi.po +4 -0
  68. package/lang/translations/hr.po +4 -0
  69. package/lang/translations/hu.po +4 -0
  70. package/lang/translations/id.po +4 -0
  71. package/lang/translations/it.po +4 -0
  72. package/lang/translations/ja.po +4 -0
  73. package/lang/translations/ko.po +4 -0
  74. package/lang/translations/lt.po +4 -0
  75. package/lang/translations/lv.po +4 -0
  76. package/lang/translations/ms.po +4 -0
  77. package/lang/translations/nl.po +4 -0
  78. package/lang/translations/no.po +4 -0
  79. package/lang/translations/pl.po +4 -0
  80. package/lang/translations/pt-br.po +4 -0
  81. package/lang/translations/pt.po +4 -0
  82. package/lang/translations/ro.po +4 -0
  83. package/lang/translations/ru.po +4 -0
  84. package/lang/translations/sk.po +4 -0
  85. package/lang/translations/sq.po +4 -0
  86. package/lang/translations/sr-latn.po +4 -0
  87. package/lang/translations/sr.po +4 -0
  88. package/lang/translations/sv.po +4 -0
  89. package/lang/translations/th.po +4 -0
  90. package/lang/translations/tk.po +4 -0
  91. package/lang/translations/tr.po +5 -1
  92. package/lang/translations/tt.po +4 -0
  93. package/lang/translations/uk.po +4 -0
  94. package/lang/translations/ur.po +4 -0
  95. package/lang/translations/vi.po +4 -0
  96. package/lang/translations/zh-cn.po +4 -0
  97. package/lang/translations/zh.po +4 -0
  98. package/package.json +3 -4
  99. package/src/commands/acceptsuggestioncommand.js +1 -1
  100. package/src/commands/discardsuggestioncommand.js +1 -1
  101. package/src/commands/executeonallsuggestionscommand.js +1 -1
  102. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  103. package/src/commands/trackchangescommand.js +1 -1
  104. package/src/index.js +1 -1
  105. package/src/integrations/aiassistant.js +1 -1
  106. package/src/integrations/alignment.js +1 -1
  107. package/src/integrations/basicstyles.js +1 -1
  108. package/src/integrations/blockquote.js +1 -1
  109. package/src/integrations/casechange.js +1 -1
  110. package/src/integrations/ckbox.js +1 -1
  111. package/src/integrations/codeblock.js +1 -1
  112. package/src/integrations/comments.js +1 -1
  113. package/src/integrations/deletecommand.js +1 -1
  114. package/src/integrations/entercommand.js +1 -1
  115. package/src/integrations/findandreplace.js +1 -1
  116. package/src/integrations/font.js +1 -1
  117. package/src/integrations/formatpainter.js +1 -1
  118. package/src/integrations/heading.js +1 -1
  119. package/src/integrations/highlight.js +1 -1
  120. package/src/integrations/horizontalline.js +1 -1
  121. package/src/integrations/htmlembed.js +1 -1
  122. package/src/integrations/image.js +1 -1
  123. package/src/integrations/imagereplace.js +1 -1
  124. package/src/integrations/imagestyle.js +1 -1
  125. package/src/integrations/importword.js +1 -1
  126. package/src/integrations/indent.js +1 -1
  127. package/src/integrations/inputcommand.js +1 -1
  128. package/src/integrations/legacylist.js +1 -1
  129. package/src/integrations/legacylistproperties.js +1 -1
  130. package/src/integrations/link.js +1 -1
  131. package/src/integrations/list.js +1 -1
  132. package/src/integrations/listproperties.js +1 -1
  133. package/src/integrations/mediaembed.js +1 -1
  134. package/src/integrations/mention.js +1 -1
  135. package/{dist/types/integrations/listproperties.d.ts → src/integrations/multilevellist.d.ts} +11 -11
  136. package/src/integrations/multilevellist.js +23 -0
  137. package/src/integrations/pagebreak.js +1 -1
  138. package/src/integrations/paragraph.js +1 -1
  139. package/src/integrations/removeformat.js +1 -1
  140. package/src/integrations/restrictededitingmode.js +1 -1
  141. package/src/integrations/shiftentercommand.js +1 -1
  142. package/src/integrations/standardeditingmode.js +1 -1
  143. package/src/integrations/style.js +1 -1
  144. package/src/integrations/table.js +1 -1
  145. package/src/integrations/tablecaption.js +1 -1
  146. package/src/integrations/tableclipboard.js +1 -1
  147. package/src/integrations/tablecolumnresize.js +1 -1
  148. package/src/integrations/tableheadings.js +1 -1
  149. package/src/integrations/tablemergesplit.js +1 -1
  150. package/src/integrations/tableofcontents.js +1 -1
  151. package/src/integrations/tableproperties.js +1 -1
  152. package/src/integrations/template.js +1 -1
  153. package/src/integrations/title.js +1 -1
  154. package/src/integrations/undo.js +1 -1
  155. package/src/integrations/utils.js +1 -1
  156. package/src/suggestion.js +1 -1
  157. package/src/suggestiondescriptionfactory.js +1 -1
  158. package/src/trackchanges.js +1 -1
  159. package/src/trackchangesdata.js +1 -1
  160. package/src/trackchangesediting.d.ts +2 -1
  161. package/src/trackchangesediting.js +1 -1
  162. package/src/trackchangesui.js +1 -1
  163. package/src/ui/suggestioncontroller.js +1 -1
  164. package/src/ui/view/basesuggestionthreadview.js +1 -1
  165. package/src/ui/view/suggestionthreadview.js +1 -1
  166. package/src/utils/common-translations.js +1 -1
  167. package/src/utils/utils.js +1 -1
  168. package/dist/content-index.css +0 -332
  169. package/dist/editor-index.css +0 -312
  170. package/dist/index.css +0 -951
  171. package/dist/translations/ar.d.ts +0 -8
  172. package/dist/translations/ar.js +0 -23
  173. package/dist/translations/az.d.ts +0 -8
  174. package/dist/translations/az.js +0 -23
  175. package/dist/translations/bg.d.ts +0 -8
  176. package/dist/translations/bg.js +0 -23
  177. package/dist/translations/bn.d.ts +0 -8
  178. package/dist/translations/bn.js +0 -23
  179. package/dist/translations/ca.d.ts +0 -8
  180. package/dist/translations/ca.js +0 -23
  181. package/dist/translations/cs.d.ts +0 -8
  182. package/dist/translations/cs.js +0 -23
  183. package/dist/translations/da.d.ts +0 -8
  184. package/dist/translations/da.js +0 -23
  185. package/dist/translations/de.d.ts +0 -8
  186. package/dist/translations/de.js +0 -23
  187. package/dist/translations/el.d.ts +0 -8
  188. package/dist/translations/el.js +0 -23
  189. package/dist/translations/en-au.d.ts +0 -8
  190. package/dist/translations/en-au.js +0 -23
  191. package/dist/translations/en.d.ts +0 -8
  192. package/dist/translations/en.js +0 -23
  193. package/dist/translations/es.d.ts +0 -8
  194. package/dist/translations/es.js +0 -23
  195. package/dist/translations/et.d.ts +0 -8
  196. package/dist/translations/et.js +0 -23
  197. package/dist/translations/fi.d.ts +0 -8
  198. package/dist/translations/fi.js +0 -23
  199. package/dist/translations/fr.d.ts +0 -8
  200. package/dist/translations/fr.js +0 -23
  201. package/dist/translations/gl.d.ts +0 -8
  202. package/dist/translations/gl.js +0 -23
  203. package/dist/translations/he.d.ts +0 -8
  204. package/dist/translations/he.js +0 -23
  205. package/dist/translations/hi.d.ts +0 -8
  206. package/dist/translations/hi.js +0 -23
  207. package/dist/translations/hr.d.ts +0 -8
  208. package/dist/translations/hr.js +0 -23
  209. package/dist/translations/hu.d.ts +0 -8
  210. package/dist/translations/hu.js +0 -23
  211. package/dist/translations/id.d.ts +0 -8
  212. package/dist/translations/id.js +0 -23
  213. package/dist/translations/it.d.ts +0 -8
  214. package/dist/translations/it.js +0 -23
  215. package/dist/translations/ja.d.ts +0 -8
  216. package/dist/translations/ja.js +0 -23
  217. package/dist/translations/ko.d.ts +0 -8
  218. package/dist/translations/ko.js +0 -23
  219. package/dist/translations/lt.d.ts +0 -8
  220. package/dist/translations/lt.js +0 -23
  221. package/dist/translations/lv.d.ts +0 -8
  222. package/dist/translations/lv.js +0 -23
  223. package/dist/translations/ms.d.ts +0 -8
  224. package/dist/translations/ms.js +0 -23
  225. package/dist/translations/nl.d.ts +0 -8
  226. package/dist/translations/nl.js +0 -23
  227. package/dist/translations/no.d.ts +0 -8
  228. package/dist/translations/no.js +0 -23
  229. package/dist/translations/pl.d.ts +0 -8
  230. package/dist/translations/pl.js +0 -23
  231. package/dist/translations/pt-br.d.ts +0 -8
  232. package/dist/translations/pt-br.js +0 -23
  233. package/dist/translations/pt.d.ts +0 -8
  234. package/dist/translations/pt.js +0 -23
  235. package/dist/translations/ro.d.ts +0 -8
  236. package/dist/translations/ro.js +0 -23
  237. package/dist/translations/ru.d.ts +0 -8
  238. package/dist/translations/ru.js +0 -23
  239. package/dist/translations/sk.d.ts +0 -8
  240. package/dist/translations/sk.js +0 -23
  241. package/dist/translations/sq.d.ts +0 -8
  242. package/dist/translations/sq.js +0 -23
  243. package/dist/translations/sr-latn.d.ts +0 -8
  244. package/dist/translations/sr-latn.js +0 -23
  245. package/dist/translations/sr.d.ts +0 -8
  246. package/dist/translations/sr.js +0 -23
  247. package/dist/translations/sv.d.ts +0 -8
  248. package/dist/translations/sv.js +0 -23
  249. package/dist/translations/th.d.ts +0 -8
  250. package/dist/translations/th.js +0 -23
  251. package/dist/translations/tk.d.ts +0 -8
  252. package/dist/translations/tk.js +0 -23
  253. package/dist/translations/tr.d.ts +0 -8
  254. package/dist/translations/tr.js +0 -23
  255. package/dist/translations/tt.d.ts +0 -8
  256. package/dist/translations/tt.js +0 -23
  257. package/dist/translations/uk.d.ts +0 -8
  258. package/dist/translations/uk.js +0 -23
  259. package/dist/translations/ur.d.ts +0 -8
  260. package/dist/translations/ur.js +0 -23
  261. package/dist/translations/vi.d.ts +0 -8
  262. package/dist/translations/vi.js +0 -23
  263. package/dist/translations/zh-cn.d.ts +0 -8
  264. package/dist/translations/zh-cn.js +0 -23
  265. package/dist/translations/zh.d.ts +0 -8
  266. package/dist/translations/zh.js +0 -23
  267. package/dist/types/augmentation.d.ts +0 -44
  268. package/dist/types/commands/acceptsuggestioncommand.d.ts +0 -28
  269. package/dist/types/commands/discardsuggestioncommand.d.ts +0 -28
  270. package/dist/types/commands/executeonallsuggestionscommand.d.ts +0 -28
  271. package/dist/types/commands/executeonselectedsuggestionscommand.d.ts +0 -28
  272. package/dist/types/commands/trackchangescommand.d.ts +0 -30
  273. package/dist/types/index.d.ts +0 -20
  274. package/dist/types/integrations/aiassistant.d.ts +0 -21
  275. package/dist/types/integrations/alignment.d.ts +0 -21
  276. package/dist/types/integrations/basicstyles.d.ts +0 -21
  277. package/dist/types/integrations/blockquote.d.ts +0 -21
  278. package/dist/types/integrations/casechange.d.ts +0 -21
  279. package/dist/types/integrations/ckbox.d.ts +0 -21
  280. package/dist/types/integrations/codeblock.d.ts +0 -21
  281. package/dist/types/integrations/comments.d.ts +0 -18
  282. package/dist/types/integrations/deletecommand.d.ts +0 -21
  283. package/dist/types/integrations/entercommand.d.ts +0 -20
  284. package/dist/types/integrations/findandreplace.d.ts +0 -25
  285. package/dist/types/integrations/font.d.ts +0 -21
  286. package/dist/types/integrations/formatpainter.d.ts +0 -21
  287. package/dist/types/integrations/heading.d.ts +0 -21
  288. package/dist/types/integrations/highlight.d.ts +0 -21
  289. package/dist/types/integrations/horizontalline.d.ts +0 -21
  290. package/dist/types/integrations/htmlembed.d.ts +0 -21
  291. package/dist/types/integrations/image.d.ts +0 -21
  292. package/dist/types/integrations/imagereplace.d.ts +0 -21
  293. package/dist/types/integrations/imagestyle.d.ts +0 -21
  294. package/dist/types/integrations/importword.d.ts +0 -22
  295. package/dist/types/integrations/indent.d.ts +0 -21
  296. package/dist/types/integrations/inputcommand.d.ts +0 -20
  297. package/dist/types/integrations/legacylist.d.ts +0 -21
  298. package/dist/types/integrations/legacylistproperties.d.ts +0 -33
  299. package/dist/types/integrations/link.d.ts +0 -21
  300. package/dist/types/integrations/list.d.ts +0 -21
  301. package/dist/types/integrations/mediaembed.d.ts +0 -21
  302. package/dist/types/integrations/mention.d.ts +0 -21
  303. package/dist/types/integrations/pagebreak.d.ts +0 -21
  304. package/dist/types/integrations/paragraph.d.ts +0 -21
  305. package/dist/types/integrations/removeformat.d.ts +0 -21
  306. package/dist/types/integrations/restrictededitingmode.d.ts +0 -21
  307. package/dist/types/integrations/shiftentercommand.d.ts +0 -20
  308. package/dist/types/integrations/standardeditingmode.d.ts +0 -21
  309. package/dist/types/integrations/style.d.ts +0 -21
  310. package/dist/types/integrations/table.d.ts +0 -46
  311. package/dist/types/integrations/tablecaption.d.ts +0 -26
  312. package/dist/types/integrations/tableclipboard.d.ts +0 -23
  313. package/dist/types/integrations/tablecolumnresize.d.ts +0 -30
  314. package/dist/types/integrations/tableheadings.d.ts +0 -26
  315. package/dist/types/integrations/tablemergesplit.d.ts +0 -26
  316. package/dist/types/integrations/tableofcontents.d.ts +0 -21
  317. package/dist/types/integrations/tableproperties.d.ts +0 -31
  318. package/dist/types/integrations/template.d.ts +0 -21
  319. package/dist/types/integrations/title.d.ts +0 -21
  320. package/dist/types/integrations/undo.d.ts +0 -21
  321. package/dist/types/integrations/utils.d.ts +0 -25
  322. package/dist/types/suggestion.d.ts +0 -295
  323. package/dist/types/suggestiondescriptionfactory.d.ts +0 -187
  324. package/dist/types/trackchanges.d.ts +0 -184
  325. package/dist/types/trackchangesconfig.d.ts +0 -82
  326. package/dist/types/trackchangesdata.d.ts +0 -45
  327. package/dist/types/trackchangesediting.d.ts +0 -529
  328. package/dist/types/trackchangesui.d.ts +0 -42
  329. package/dist/types/ui/suggestioncontroller.d.ts +0 -41
  330. package/dist/types/ui/view/basesuggestionthreadview.d.ts +0 -174
  331. package/dist/types/ui/view/suggestionthreadview.d.ts +0 -186
  332. package/dist/types/utils/common-translations.d.ts +0 -13
  333. package/dist/types/utils/utils.d.ts +0 -34
@@ -1,332 +0,0 @@
1
- /**
2
- * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- :root {
6
- --ck-color-suggestion-marker-insertion-border: hsla(128, 71%, 40%, .35);
7
- --ck-color-suggestion-marker-insertion-border-active: hsla(128, 71%, 25%, .5);
8
- --ck-color-suggestion-marker-insertion-background: hsla(128, 71%, 65%, .35);
9
- --ck-color-suggestion-marker-insertion-background-active: hsla(128, 71%, 50%, .5);
10
- --ck-color-suggestion-marker-deletion-border: hsla(345, 71%, 40%, .35);
11
- --ck-color-suggestion-marker-deletion-border-active: hsla(345, 71%, 25%, .5);
12
- --ck-color-suggestion-marker-deletion-background: hsla(345, 71%, 65%, .35);
13
- --ck-color-suggestion-marker-deletion-background-active: hsla(345, 71%, 50%, .5);
14
- --ck-color-suggestion-marker-deletion-stroke: hsla(345, 71%, 20%, .5);
15
- --ck-color-suggestion-marker-format-border: hsla(191, 60%, 75%, 1);
16
- --ck-color-suggestion-marker-format-border-active: hsla(191, 60%, 60%, 1);
17
- --ck-color-suggestion-widget-insertion-background: hsla(128, 71%, 65%, .05);
18
- --ck-color-suggestion-widget-insertion-background-active: hsla(128, 71%, 50%, .07);
19
- --ck-color-suggestion-widget-deletion-background: hsla(345, 71%, 65%, .05);
20
- --ck-color-suggestion-widget-deletion-background-active: hsla(345, 71%, 45%, .07);
21
- --ck-color-suggestion-widget-format-background: hsla(191, 90%, 40%, .09);
22
- --ck-color-suggestion-widget-format-background-active: hsla(191, 90%, 40%, .16);
23
- --ck-color-suggestion-widget-th-insertion-background: hsla(128, 71%, 65%, .12);
24
- --ck-color-suggestion-widget-th-insertion-background-active: hsla(128, 71%, 50%, .14);
25
- --ck-color-suggestion-widget-th-deletion-background: hsla(345, 71%, 65%, .14);
26
- --ck-color-suggestion-widget-th-deletion-background-active: hsla(345, 71%, 45%, .16);
27
- }
28
- .ck-content .ck-suggestion-marker-insertion {
29
- border-top: 3px solid var(--ck-color-suggestion-marker-insertion-border);
30
- border-bottom: 3px solid var(--ck-color-suggestion-marker-insertion-border);
31
- background: var(--ck-color-suggestion-marker-insertion-background);
32
- }
33
- .ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active {
34
- border-color: var(--ck-color-suggestion-marker-insertion-border-active);
35
- background: var(--ck-color-suggestion-marker-insertion-background-active);
36
- }
37
- .ck-content .ck-suggestion-marker-insertion.ck-widget {
38
- background: none;
39
- text-decoration: none;
40
- border: 3px solid var(--ck-color-suggestion-marker-insertion-border);
41
- }
42
- .ck-content .ck-suggestion-marker-insertion.ck-widget.ck-suggestion-marker--active {
43
- border-color: var(--ck-color-suggestion-marker-insertion-border-active);
44
- }
45
- .ck-content .ck-suggestion-marker-deletion {
46
- border-top: 3px solid var(--ck-color-suggestion-marker-deletion-border);
47
- border-bottom: 3px solid var(--ck-color-suggestion-marker-deletion-border);
48
- text-decoration: line-through;
49
- text-decoration-color: var(--ck-color-suggestion-marker-deletion-stroke);
50
- text-decoration-thickness: 3px;
51
- background: var(--ck-color-suggestion-marker-deletion-background);
52
- }
53
- .ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active {
54
- border-color: var(--ck-color-suggestion-marker-deletion-border-active);
55
- background: var(--ck-color-suggestion-marker-deletion-background-active);
56
- }
57
- .ck-content .ck-suggestion-marker-deletion.ck-widget {
58
- background: none;
59
- text-decoration: none;
60
- border: 3px solid var(--ck-color-suggestion-marker-deletion-border);
61
- }
62
- .ck-content .ck-suggestion-marker-deletion.ck-widget.ck-suggestion-marker--active {
63
- border-color: var(--ck-color-suggestion-marker-deletion-border-active);
64
- }
65
- .ck-content .ck-suggestion-marker-merge::after {
66
- border-top: 3px solid var(--ck-color-suggestion-marker-deletion-border);
67
- border-bottom: 3px solid var(--ck-color-suggestion-marker-deletion-border);
68
- text-decoration: line-through;
69
- text-decoration-color: var(--ck-color-suggestion-marker-deletion-stroke);
70
- background: var(--ck-color-suggestion-marker-deletion-background);
71
- color: var(--ck-color-suggestion-marker-deletion-stroke);
72
- content: '¶';
73
- }
74
- .ck-content .ck-suggestion-marker-merge.ck-suggestion-marker--active::after {
75
- border-color: var(--ck-color-suggestion-marker-deletion-border-active);
76
- background: var(--ck-color-suggestion-marker-deletion-background-active);
77
- }
78
- .ck-content .ck-suggestion-marker-split::after {
79
- border-top: 3px solid var(--ck-color-suggestion-marker-insertion-border);
80
- border-bottom: 3px solid var(--ck-color-suggestion-marker-insertion-border);
81
- background: var(--ck-color-suggestion-marker-insertion-background);
82
- color: var(--ck-color-suggestion-marker-insertion-border);
83
- content: '¶';
84
- }
85
- .ck-content .ck-suggestion-marker-split.ck-suggestion-marker--active::after {
86
- border-color: var(--ck-color-suggestion-marker-insertion-border-active);
87
- background: var(--ck-color-suggestion-marker-insertion-background-active);
88
- }
89
- .ck-content .ck-suggestion-marker-formatInline {
90
- border-top: 3px solid var(--ck-color-suggestion-marker-format-border);
91
- border-bottom: 3px solid var(--ck-color-suggestion-marker-format-border);
92
- }
93
- .ck-content .ck-suggestion-marker-formatInline.ck-suggestion-marker--active {
94
- border-color: var(--ck-color-suggestion-marker-format-border-active);
95
- }
96
- .ck-content .ck-suggestion-marker-formatInline.ck-widget {
97
- background: none;
98
- border: 3px solid var(--ck-color-suggestion-marker-format-border);
99
- }
100
- .ck-content .ck-suggestion-marker-formatInline.ck-widget.ck-suggestion-marker--active {
101
- border-color: var(--ck-color-suggestion-marker-format-border-active);
102
- }
103
- .ck-content .ck-suggestion-marker-formatBlock {
104
- border: 0;
105
- background: none;
106
- box-shadow: -7px 0 0 0 var(--ck-color-base-background), -10px 0 0 0 var(--ck-color-suggestion-marker-format-border);
107
- }
108
- .ck-content .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active {
109
- box-shadow: -5px 0 0 0 var(--ck-color-base-background), -8px 0 0 0 var(--ck-color-suggestion-marker-format-border-active);
110
- }
111
- .ck-content ul .ck-suggestion-marker-formatBlock {
112
- box-shadow: -2px 0 0 0 var(--ck-color-base-background), -5px 0 0 0 var(--ck-color-suggestion-marker-format-border);
113
- }
114
- .ck-content ul .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active {
115
- box-shadow: -2px 0 0 0 var(--ck-color-base-background), -5px 0 0 0 var(--ck-color-suggestion-marker-format-border-active);
116
- }
117
- .ck-content .ck-widget.image > figcaption.ck-suggestion-marker-deletion {
118
- background-color: var(--ck-color-suggestion-widget-deletion-background);
119
- border: none;
120
- }
121
- .ck-content .ck-widget.image > figcaption.ck-suggestion-marker-deletion.ck-suggestion-marker--active {
122
- background-color: var(--ck-color-suggestion-widget-deletion-background-active);
123
- }
124
- .ck-content .ck-widget.image > figcaption.ck-suggestion-marker-insertion {
125
- background-color: var(--ck-color-suggestion-widget-insertion-background);
126
- border: none;
127
- }
128
- .ck-content .ck-widget.image > figcaption.ck-suggestion-marker-insertion.ck-suggestion-marker--active {
129
- background-color: var(--ck-color-suggestion-widget-insertion-background-active);
130
- }
131
- .ck-content .ck-suggestion-marker-deletion.ck-widget.image {
132
- background-color: var(--ck-color-suggestion-widget-deletion-background);
133
- }
134
- .ck-content .ck-suggestion-marker-deletion.ck-widget.image img {
135
- opacity: 0.6;
136
- }
137
- .ck-content .ck-suggestion-marker-deletion.ck-widget.image figcaption {
138
- background-color: var(--ck-color-suggestion-widget-deletion-background);
139
- }
140
- .ck-content .ck-suggestion-marker-deletion.ck-widget.image.ck-suggestion-marker--active {
141
- background-color: var(--ck-color-suggestion-widget-deletion-background-active);
142
- }
143
- .ck-content .ck-suggestion-marker-deletion.ck-widget.image.ck-suggestion-marker--active figcaption {
144
- background-color: var(--ck-color-suggestion-widget-deletion-background-active);
145
- }
146
- .ck-content .ck-suggestion-marker-insertion.ck-widget.image {
147
- background-color: var(--ck-color-suggestion-widget-insertion-background);
148
- }
149
- .ck-content .ck-suggestion-marker-insertion.ck-widget.image figcaption {
150
- background-color: var(--ck-color-suggestion-widget-insertion-background);
151
- }
152
- .ck-content .ck-suggestion-marker-insertion.ck-widget.image.ck-suggestion-marker--active {
153
- background-color: var(--ck-color-suggestion-widget-insertion-background-active);
154
- }
155
- .ck-content .ck-suggestion-marker-insertion.ck-widget.image.ck-suggestion-marker--active figcaption {
156
- background-color: var(--ck-color-suggestion-widget-insertion-background-active);
157
- }
158
- .ck-content .ck-suggestion-marker-deletion.ck-widget.ck-horizontal-line {
159
- background-color: var(--ck-color-suggestion-widget-deletion-background);
160
- }
161
- .ck-content .ck-suggestion-marker-deletion.ck-widget.ck-horizontal-line.ck-suggestion-marker--active {
162
- background-color: var(--ck-color-suggestion-widget-deletion-background-active);
163
- }
164
- .ck-content .ck-suggestion-marker-insertion.ck-widget.ck-horizontal-line {
165
- background-color: var(--ck-color-suggestion-widget-insertion-background);
166
- }
167
- .ck-content .ck-suggestion-marker-insertion.ck-widget.ck-horizontal-line.ck-suggestion-marker--active {
168
- background-color: var(--ck-color-suggestion-widget-insertion-background-active);
169
- }
170
- .ck-content .ck-suggestion-marker-deletion.ck-widget.media {
171
- background-color: var(--ck-color-suggestion-widget-deletion-background);
172
- }
173
- .ck-content .ck-suggestion-marker-deletion.ck-widget.media .ck-media__wrapper {
174
- opacity: 0.6;
175
- }
176
- .ck-content .ck-suggestion-marker-deletion.ck-widget.media.ck-suggestion-marker--active {
177
- background-color: var(--ck-color-suggestion-widget-deletion-background-active);
178
- }
179
- .ck-content .ck-suggestion-marker-insertion.ck-widget.media {
180
- background-color: var(--ck-color-suggestion-widget-insertion-background);
181
- }
182
- .ck-content .ck-suggestion-marker-insertion.ck-widget.media.ck-suggestion-marker--active {
183
- background-color: var(--ck-color-suggestion-widget-insertion-background-active);
184
- }
185
- .ck-content .ck-suggestion-marker-deletion.ck-widget.page-break {
186
- background-color: var(--ck-color-suggestion-widget-deletion-background);
187
- }
188
- .ck-content .ck-suggestion-marker-deletion.ck-widget.page-break.ck-suggestion-marker--active {
189
- background-color: var(--ck-color-suggestion-widget-deletion-background-active);
190
- }
191
- .ck-content .ck-suggestion-marker-insertion.ck-widget.page-break {
192
- background-color: var(--ck-color-suggestion-widget-insertion-background);
193
- }
194
- .ck-content .ck-suggestion-marker-insertion.ck-widget.page-break.ck-suggestion-marker--active {
195
- background-color: var(--ck-color-suggestion-widget-insertion-background-active);
196
- }
197
- .ck-content figure.table .ck-suggestion-marker-formatBlock {
198
- box-shadow: -3px 0 0 0 var(--ck-color-suggestion-marker-format-border);
199
- }
200
- .ck-content figure.table .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active {
201
- box-shadow: -3px 0 0 0 var(--ck-color-suggestion-marker-format-border-active);
202
- }
203
- .ck-content .ck-widget.table > figcaption.ck-suggestion-marker-deletion {
204
- background-color: var(--ck-color-suggestion-widget-deletion-background);
205
- border: none;
206
- }
207
- .ck-content .ck-widget.table > figcaption.ck-suggestion-marker-deletion.ck-suggestion-marker--active {
208
- background-color: var(--ck-color-suggestion-widget-deletion-background-active);
209
- }
210
- .ck-content .ck-widget.table > figcaption.ck-suggestion-marker-insertion {
211
- background-color: var(--ck-color-suggestion-widget-insertion-background);
212
- border: none;
213
- }
214
- .ck-content .ck-widget.table > figcaption.ck-suggestion-marker-insertion.ck-suggestion-marker--active {
215
- background-color: var(--ck-color-suggestion-widget-insertion-background-active);
216
- }
217
- .ck-content .ck-suggestion-marker-insertion.table {
218
- border-color: var(--ck-color-suggestion-marker-insertion-border);
219
- }
220
- .ck-content .ck-suggestion-marker-insertion.table > figcaption {
221
- background-color: var(--ck-color-suggestion-widget-insertion-background);
222
- }
223
- .ck-content .ck-suggestion-marker-insertion.table > table > tbody > tr > th {
224
- background-color: var(--ck-color-suggestion-widget-th-insertion-background);
225
- border-color: var(--ck-color-suggestion-marker-insertion-border);
226
- }
227
- .ck-content .ck-suggestion-marker-insertion.table > table > thead > tr > th {
228
- background-color: var(--ck-color-suggestion-widget-th-insertion-background);
229
- border-color: var(--ck-color-suggestion-marker-insertion-border);
230
- }
231
- .ck-content .ck-suggestion-marker-insertion.table > table > tbody > tr > td {
232
- background-color: var(--ck-color-suggestion-widget-insertion-background);
233
- border-color: var(--ck-color-suggestion-marker-insertion-border);
234
- }
235
- .ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table {
236
- border-color: var(--ck-color-suggestion-marker-insertion-border-active);
237
- }
238
- .ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table > figcaption {
239
- background-color: var(--ck-color-suggestion-widget-insertion-background-active);
240
- }
241
- .ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table > table > tbody > tr > th {
242
- background-color: var(--ck-color-suggestion-widget-th-insertion-background-active);
243
- border-color: var(--ck-color-suggestion-marker-insertion-border-active);
244
- }
245
- .ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table > table > thead > tr > th {
246
- background-color: var(--ck-color-suggestion-widget-th-insertion-background-active);
247
- border-color: var(--ck-color-suggestion-marker-insertion-border-active);
248
- }
249
- .ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table > table > tbody > tr > td {
250
- background-color: var(--ck-color-suggestion-widget-insertion-background-active);
251
- border-color: var(--ck-color-suggestion-marker-insertion-border-active);
252
- }
253
- .ck-content .ck-suggestion-marker-deletion.ck-widget.table {
254
- border-color: var(--ck-color-suggestion-marker-deletion-border);
255
- }
256
- .ck-content .ck-suggestion-marker-deletion.ck-widget.table > figcaption {
257
- background-color: var(--ck-color-suggestion-widget-deletion-background);
258
- }
259
- .ck-content .ck-suggestion-marker-deletion.ck-widget.table > table > tbody > tr > th {
260
- background-color: var(--ck-color-suggestion-widget-th-deletion-background);
261
- border-color: var(--ck-color-suggestion-marker-deletion-border);
262
- text-decoration: none;
263
- }
264
- .ck-content .ck-suggestion-marker-deletion.ck-widget.table > table > thead > tr > th {
265
- background-color: var(--ck-color-suggestion-widget-th-deletion-background);
266
- border-color: var(--ck-color-suggestion-marker-deletion-border);
267
- text-decoration: none;
268
- }
269
- .ck-content .ck-suggestion-marker-deletion.ck-widget.table > table > tbody > tr > td {
270
- background-color: var(--ck-color-suggestion-widget-deletion-background);
271
- border-color: var(--ck-color-suggestion-marker-deletion-border);
272
- text-decoration: none;
273
- }
274
- .ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table {
275
- border-color: var(--ck-color-suggestion-marker-deletion-border-active);
276
- }
277
- .ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table > figcaption {
278
- background-color: var(--ck-color-suggestion-widget-deletion-background-active);
279
- }
280
- .ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table > table > tbody > tr > th {
281
- background-color: var(--ck-color-suggestion-widget-th-deletion-background-active);
282
- border-color: var(--ck-color-suggestion-marker-deletion-border-active);
283
- }
284
- .ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table > table > thead > tr > th {
285
- background-color: var(--ck-color-suggestion-widget-th-deletion-background-active);
286
- border-color: var(--ck-color-suggestion-marker-deletion-border-active);
287
- }
288
- .ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table > table > tbody > tr > td {
289
- background-color: var(--ck-color-suggestion-widget-deletion-background-active);
290
- border-color: var(--ck-color-suggestion-marker-deletion-border-active);
291
- }
292
- .ck-content .table th.ck-suggestion-marker-insertion {
293
- background-color: var(--ck-color-suggestion-widget-th-insertion-background);
294
- }
295
- .ck-content .table th.ck-suggestion-marker-insertion.ck-suggestion-marker--active {
296
- background-color: var(--ck-color-suggestion-widget-th-insertion-background-active);
297
- }
298
- .ck-content .table th.ck-suggestion-marker-deletion {
299
- background-color: var(--ck-color-suggestion-widget-th-deletion-background);
300
- text-decoration: none;
301
- }
302
- .ck-content .table th.ck-suggestion-marker-deletion.ck-suggestion-marker--active {
303
- background-color: var(--ck-color-suggestion-widget-th-deletion-background-active);
304
- }
305
- .ck-content .table td.ck-suggestion-marker-insertion {
306
- background-color: var(--ck-color-suggestion-widget-insertion-background);
307
- }
308
- .ck-content .table td.ck-suggestion-marker-insertion.ck-suggestion-marker--active {
309
- background-color: var(--ck-color-suggestion-widget-insertion-background-active);
310
- }
311
- .ck-content .table td.ck-suggestion-marker-deletion {
312
- background-color: var(--ck-color-suggestion-widget-deletion-background);
313
- text-decoration: none;
314
- }
315
- .ck-content .table td.ck-suggestion-marker-deletion.ck-suggestion-marker--active {
316
- background-color: var(--ck-color-suggestion-widget-deletion-background-active);
317
- }
318
- .ck-content .table th.ck-suggestion-marker-formatInline {
319
- background-color: var(--ck-color-suggestion-widget-format-background);
320
- box-shadow: none;
321
- }
322
- .ck-content .table th.ck-suggestion-marker-formatInline.ck-suggestion-marker--active {
323
- background-color: var(--ck-color-suggestion-widget-format-background-active);
324
- box-shadow: none;
325
- }
326
- .ck-content pre > code.ck-suggestion-marker-formatBlock {
327
- display: block;
328
- box-shadow: -7px 0 0 0 hsl(0deg 0% 93%), -10px 0 0 0 var(--ck-color-suggestion-marker-format-border);
329
- }
330
- .ck-content pre > code.ck-suggestion-marker-formatBlock.ck-suggestion-marker--active {
331
- box-shadow: -5px 0 0 0 hsl(0deg 0% 93%), -8px 0 0 0 var(--ck-color-suggestion-marker-format-border-active);
332
- }
@@ -1,312 +0,0 @@
1
- /**
2
- * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- :root {
6
- --ck-user-colors--0: hsla(235, 73%, 67%, 1);
7
- --ck-user-colors--0-alpha: hsla(235, 73%, 67%, 0.15);
8
- --ck-user-colors--1: hsla(173, 100%, 24%, 1);
9
- --ck-user-colors--1-alpha: hsla(173, 100%, 24%, 0.15);
10
- --ck-user-colors--2: hsla(0, 46%, 50%, 1);
11
- --ck-user-colors--2-alpha: hsla(0, 46%, 50%, 0.15);
12
- --ck-user-colors--3: hsla(256, 54%, 45%, 1);
13
- --ck-user-colors--3-alpha: hsla(256, 54%, 45%, 0.15);
14
- --ck-user-colors--4: hsla(95, 50%, 36%, 1);
15
- --ck-user-colors--4-alpha: hsla(95, 50%, 36%, 0.15);
16
- --ck-user-colors--5: hsla(336, 78%, 43%, 1);
17
- --ck-user-colors--5-alpha: hsla(336, 78%, 43%, 0.15);
18
- --ck-user-colors--6: hsla(0, 80%, 59%, 1);
19
- --ck-user-colors--6-alpha: hsla(0, 80%, 59%, 0.15);
20
- --ck-user-colors--7: hsla(184, 90%, 43%, 1);
21
- --ck-user-colors--7-alpha: hsla(184, 90%, 43%, 0.15);
22
- --ck-user-avatar-size: 40px;
23
- --ck-user-avatar-background: hsl(210, 52%, 44%);
24
- --ck-user-avatar-color: hsl(0, 0%, 100%);
25
- --ck-user-me-border-color: hsl(0, 0%, 100%);
26
- --ck-color-comment-box-border: hsl(55, 98%, 48%);
27
- --ck-color-suggestion-box-deletion-border: hsl(345, 62%, 60%);
28
- --ck-color-suggestion-box-insertion-border: hsl(128, 62%, 60%);
29
- --ck-color-suggestion-box-format-border: hsl(191, 62%, 60%);
30
- }
31
- .ck .ck-user__color--0 {
32
- color: var(--ck-user-colors--0);
33
- }
34
- .ck .ck-user__bg-color--0 {
35
- background-color: var(--ck-user-colors--0);
36
- }
37
- .ck .ck-user__selection--0 {
38
- background-color: var(--ck-user-colors--0-alpha);
39
- }
40
- .ck .ck-user__selection--0.ck-widget {
41
- background-color: transparent;
42
- border: 3px solid var(--ck-user-colors--0);
43
- }
44
- .ck .ck-user__marker--0 {
45
- background-color: var(--ck-user-colors--0);
46
- }
47
- .ck .ck-user__marker--0 .ck-user__marker-line {
48
- border: 1px solid var(--ck-user-colors--0);
49
- }
50
- .ck .ck-user__color--1 {
51
- color: var(--ck-user-colors--1);
52
- }
53
- .ck .ck-user__bg-color--1 {
54
- background-color: var(--ck-user-colors--1);
55
- }
56
- .ck .ck-user__selection--1 {
57
- background-color: var(--ck-user-colors--1-alpha);
58
- }
59
- .ck .ck-user__selection--1.ck-widget {
60
- background-color: transparent;
61
- border: 3px solid var(--ck-user-colors--1);
62
- }
63
- .ck .ck-user__marker--1 {
64
- background-color: var(--ck-user-colors--1);
65
- }
66
- .ck .ck-user__marker--1 .ck-user__marker-line {
67
- border: 1px solid var(--ck-user-colors--1);
68
- }
69
- .ck .ck-user__color--2 {
70
- color: var(--ck-user-colors--2);
71
- }
72
- .ck .ck-user__bg-color--2 {
73
- background-color: var(--ck-user-colors--2);
74
- }
75
- .ck .ck-user__selection--2 {
76
- background-color: var(--ck-user-colors--2-alpha);
77
- }
78
- .ck .ck-user__selection--2.ck-widget {
79
- background-color: transparent;
80
- border: 3px solid var(--ck-user-colors--2);
81
- }
82
- .ck .ck-user__marker--2 {
83
- background-color: var(--ck-user-colors--2);
84
- }
85
- .ck .ck-user__marker--2 .ck-user__marker-line {
86
- border: 1px solid var(--ck-user-colors--2);
87
- }
88
- .ck .ck-user__color--3 {
89
- color: var(--ck-user-colors--3);
90
- }
91
- .ck .ck-user__bg-color--3 {
92
- background-color: var(--ck-user-colors--3);
93
- }
94
- .ck .ck-user__selection--3 {
95
- background-color: var(--ck-user-colors--3-alpha);
96
- }
97
- .ck .ck-user__selection--3.ck-widget {
98
- background-color: transparent;
99
- border: 3px solid var(--ck-user-colors--3);
100
- }
101
- .ck .ck-user__marker--3 {
102
- background-color: var(--ck-user-colors--3);
103
- }
104
- .ck .ck-user__marker--3 .ck-user__marker-line {
105
- border: 1px solid var(--ck-user-colors--3);
106
- }
107
- .ck .ck-user__color--4 {
108
- color: var(--ck-user-colors--4);
109
- }
110
- .ck .ck-user__bg-color--4 {
111
- background-color: var(--ck-user-colors--4);
112
- }
113
- .ck .ck-user__selection--4 {
114
- background-color: var(--ck-user-colors--4-alpha);
115
- }
116
- .ck .ck-user__selection--4.ck-widget {
117
- background-color: transparent;
118
- border: 3px solid var(--ck-user-colors--4);
119
- }
120
- .ck .ck-user__marker--4 {
121
- background-color: var(--ck-user-colors--4);
122
- }
123
- .ck .ck-user__marker--4 .ck-user__marker-line {
124
- border: 1px solid var(--ck-user-colors--4);
125
- }
126
- .ck .ck-user__color--5 {
127
- color: var(--ck-user-colors--5);
128
- }
129
- .ck .ck-user__bg-color--5 {
130
- background-color: var(--ck-user-colors--5);
131
- }
132
- .ck .ck-user__selection--5 {
133
- background-color: var(--ck-user-colors--5-alpha);
134
- }
135
- .ck .ck-user__selection--5.ck-widget {
136
- background-color: transparent;
137
- border: 3px solid var(--ck-user-colors--5);
138
- }
139
- .ck .ck-user__marker--5 {
140
- background-color: var(--ck-user-colors--5);
141
- }
142
- .ck .ck-user__marker--5 .ck-user__marker-line {
143
- border: 1px solid var(--ck-user-colors--5);
144
- }
145
- .ck .ck-user__color--6 {
146
- color: var(--ck-user-colors--6);
147
- }
148
- .ck .ck-user__bg-color--6 {
149
- background-color: var(--ck-user-colors--6);
150
- }
151
- .ck .ck-user__selection--6 {
152
- background-color: var(--ck-user-colors--6-alpha);
153
- }
154
- .ck .ck-user__selection--6.ck-widget {
155
- background-color: transparent;
156
- border: 3px solid var(--ck-user-colors--6);
157
- }
158
- .ck .ck-user__marker--6 {
159
- background-color: var(--ck-user-colors--6);
160
- }
161
- .ck .ck-user__marker--6 .ck-user__marker-line {
162
- border: 1px solid var(--ck-user-colors--6);
163
- }
164
- .ck .ck-user__color--7 {
165
- color: var(--ck-user-colors--7);
166
- }
167
- .ck .ck-user__bg-color--7 {
168
- background-color: var(--ck-user-colors--7);
169
- }
170
- .ck .ck-user__selection--7 {
171
- background-color: var(--ck-user-colors--7-alpha);
172
- }
173
- .ck .ck-user__selection--7.ck-widget {
174
- background-color: transparent;
175
- border: 3px solid var(--ck-user-colors--7);
176
- }
177
- .ck .ck-user__marker--7 {
178
- background-color: var(--ck-user-colors--7);
179
- }
180
- .ck .ck-user__marker--7 .ck-user__marker-line {
181
- border: 1px solid var(--ck-user-colors--7);
182
- }
183
- .ck.ck-user {
184
- display: flex;
185
- justify-content: center;
186
- align-items: center;
187
- position: relative;
188
- border-radius: 50%;
189
- background-color: var(--ck-user-avatar-background);
190
- box-sizing: border-box;
191
- height: var(--ck-user-avatar-size);
192
- width: var(--ck-user-avatar-size);
193
- min-width: var(--ck-user-avatar-size);
194
- min-height: var(--ck-user-avatar-size);
195
- line-height: 100%;
196
- margin: 2px;
197
- }
198
- .ck.ck-user.ck-user_me {
199
- border: 2px solid var(--ck-user-me-border-color);
200
- outline: 2px solid var(--ck-user-avatar-background);
201
- }
202
- .ck.ck-user__name {
203
- color: var(--ck-user-avatar-color);
204
- cursor: default;
205
- -moz-user-select: none;
206
- -webkit-user-select: none;
207
- -ms-user-select: none;
208
- user-select: none;
209
- }
210
- .ck.ck-user__name.ck-user__name--hidden {
211
- display: none;
212
- }
213
- .ck.ck-user__img {
214
- display: none;
215
- width: 100%;
216
- height: 100%;
217
- background-position: center center;
218
- background-repeat: no-repeat;
219
- background-size: cover;
220
- background-color: var(--ck-user-avatar-background);
221
- border-radius: 50%;
222
- border: none;
223
- }
224
- .ck.ck-user__img.ck-user__anonymous {
225
- display: block;
226
- background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M9.8%2020H2c0-5.7%205-5.7%206-7l.2-.8c-1.6-.8-2.7-2.7-2.7-5%200-2.8%202-5.2%204.3-5.2S14%204.4%2014%207.3c0%202.2-1%204-2.6%205l.2.6c1.2%201.3%206%201.4%206%207H9.8z%22%2F%3E%0A%3C%2Fsvg%3E);
227
- }
228
- .ck.ck-user__img.ck-user__anonymous + .ck-user__name {
229
- display: none;
230
- }
231
- .ck.ck-user__img.ck-user__avatar {
232
- display: block;
233
- background-color: hsl(0, 0%, 100%);
234
- }
235
- .ck.ck-user__img.ck-user__img--hidden {
236
- display: none;
237
- }
238
- .ck.ck-user__notification {
239
- display: flex;
240
- width: 15px;
241
- height: 15px;
242
- justify-content: center;
243
- align-items: center;
244
- background: var(--ck-color-base-background);
245
- border: 2px solid var(--ck-color-base-background);
246
- border-radius: 50%;
247
- box-sizing: content-box;
248
- position: absolute;
249
- top: -8px;
250
- right: -7px;
251
- overflow: hidden;
252
- transform: translateZ(0);
253
- }
254
- .ck.ck-user__notification .ck-user__icon {
255
- color: var(--ck-color-annotation-info);
256
- background: var(--ck-color-base-background);
257
- width: 19px;
258
- height: 19px;
259
- max-width: 19px;
260
- max-height: 19px;
261
- min-width: 19px;
262
- min-height: 19px;
263
- }
264
- .ck .ck-suggestion {
265
- border-top-left-radius: var(--ck-border-radius);
266
- }
267
- .ck .ck-annotation {
268
- border-left: 3px solid transparent;
269
- }
270
- .ck .ck-suggestion--disabled-comments .ck-annotation {
271
- min-height: 80px;
272
- }
273
- .ck .ck-comment {
274
- border-left: 3px solid var(--ck-color-comment-box-border);
275
- }
276
- .ck .ck-suggestion-insertion .ck-suggestion {
277
- border-left-color: var(--ck-color-suggestion-box-insertion-border);
278
- }
279
- .ck .ck-suggestion-deletion .ck-suggestion {
280
- border-left-color: var(--ck-color-suggestion-box-deletion-border);
281
- }
282
- .ck .ck-suggestion-replace .ck-suggestion {
283
- border-left-color: var(--ck-color-suggestion-box-insertion-border);
284
- }
285
- .ck .ck-suggestion-format .ck-suggestion {
286
- border-left-color: var(--ck-color-suggestion-box-format-border);
287
- }
288
- .ck .ck-suggestion-wrapper {
289
- outline: 0;
290
- overflow: hidden;
291
- }
292
- .ck .ck-suggestion-type {
293
- font-weight: bold;
294
- }
295
- .ck .ck-suggestion-color {
296
- display: inline-block;
297
- width: 14px;
298
- height: 14px;
299
- border-radius: 14px;
300
- vertical-align: text-bottom;
301
- margin: 0 5px;
302
- box-shadow: 0 0 0 1px hsl(0, 0%, 27%);
303
- }
304
- .ck .ck-suggestion-insertion .ck-comment {
305
- border-left-color: var(--ck-color-suggestion-box-insertion-border);
306
- }
307
- .ck .ck-suggestion-deletion .ck-comment {
308
- border-left-color: var(--ck-color-suggestion-box-deletion-border);
309
- }
310
- .ck .ck-suggestion-format .ck-comment {
311
- border-left-color: var(--ck-color-suggestion-box-format-border);
312
- }