ckeditor-content.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551
  1. /* !!!!!! TRILIUM CUSTOM CHANGES !!!!!! */
  2. .printed-content .ck-widget__selection-handle, .printed-content .ck-widget__type-around { /* gets rid of triangles: https://github.com/zadam/trilium/issues/1129 */
  3. display: none;
  4. }
  5. /*
  6. * CKEditor 5 (v41.0.0) content styles.
  7. * Generated on Fri, 26 Jan 2024 10:23:49 GMT.
  8. * For more information, check out https://ckeditor.com/docs/ckeditor5/latest/installation/advanced/content-styles.html
  9. */
  10. :root {
  11. --ck-color-image-caption-background: hsl(0, 0%, 97%);
  12. --ck-color-image-caption-text: hsl(0, 0%, 20%);
  13. --ck-color-mention-background: hsla(341, 100%, 30%, 0.1);
  14. --ck-color-mention-text: hsl(341, 100%, 30%);
  15. --ck-color-selector-caption-background: hsl(0, 0%, 97%);
  16. --ck-color-selector-caption-text: hsl(0, 0%, 20%);
  17. --ck-highlight-marker-blue: hsl(201, 97%, 72%);
  18. --ck-highlight-marker-green: hsl(120, 93%, 68%);
  19. --ck-highlight-marker-pink: hsl(345, 96%, 73%);
  20. --ck-highlight-marker-yellow: hsl(60, 97%, 73%);
  21. --ck-highlight-pen-green: hsl(112, 100%, 27%);
  22. --ck-highlight-pen-red: hsl(0, 85%, 49%);
  23. --ck-image-style-spacing: 1.5em;
  24. --ck-inline-image-style-spacing: calc(var(--ck-image-style-spacing) / 2);
  25. --ck-todo-list-checkmark-size: 16px;
  26. }
  27. /* @ckeditor/ckeditor5-table/theme/tablecolumnresize.css */
  28. .ck-content .table .ck-table-resized {
  29. table-layout: fixed;
  30. }
  31. /* @ckeditor/ckeditor5-table/theme/tablecolumnresize.css */
  32. .ck-content .table table {
  33. overflow: hidden;
  34. }
  35. /* @ckeditor/ckeditor5-table/theme/tablecolumnresize.css */
  36. .ck-content .table td,
  37. .ck-content .table th {
  38. overflow-wrap: break-word;
  39. position: relative;
  40. }
  41. /* @ckeditor/ckeditor5-table/theme/table.css */
  42. .ck-content .table {
  43. margin: 0.9em auto;
  44. display: table;
  45. }
  46. /* @ckeditor/ckeditor5-table/theme/table.css */
  47. .ck-content .table table {
  48. border-collapse: collapse;
  49. border-spacing: 0;
  50. width: 100%;
  51. height: 100%;
  52. border: 1px double hsl(0, 0%, 70%);
  53. }
  54. /* @ckeditor/ckeditor5-table/theme/table.css */
  55. .ck-content .table table td,
  56. .ck-content .table table th {
  57. min-width: 2em;
  58. padding: .4em;
  59. border: 1px solid hsl(0, 0%, 75%);
  60. }
  61. /* @ckeditor/ckeditor5-table/theme/table.css */
  62. .ck-content .table table th {
  63. font-weight: bold;
  64. background: hsla(0, 0%, 0%, 5%);
  65. }
  66. /* @ckeditor/ckeditor5-table/theme/table.css */
  67. .ck-content[dir="rtl"] .table th {
  68. text-align: right;
  69. }
  70. /* @ckeditor/ckeditor5-table/theme/table.css */
  71. .ck-content[dir="ltr"] .table th {
  72. text-align: left;
  73. }
  74. /* @ckeditor/ckeditor5-table/theme/tablecaption.css */
  75. .ck-content .table > figcaption {
  76. display: table-caption;
  77. caption-side: top;
  78. word-break: break-word;
  79. text-align: center;
  80. color: var(--ck-color-selector-caption-text);
  81. background-color: var(--ck-color-selector-caption-background);
  82. padding: .6em;
  83. font-size: .75em;
  84. outline-offset: -1px;
  85. }
  86. /* @ckeditor/ckeditor5-page-break/theme/pagebreak.css */
  87. .ck-content .page-break {
  88. position: relative;
  89. clear: both;
  90. padding: 5px 0;
  91. display: flex;
  92. align-items: center;
  93. justify-content: center;
  94. }
  95. /* @ckeditor/ckeditor5-page-break/theme/pagebreak.css */
  96. .ck-content .page-break::after {
  97. content: '';
  98. position: absolute;
  99. border-bottom: 2px dashed hsl(0, 0%, 77%);
  100. width: 100%;
  101. }
  102. /* @ckeditor/ckeditor5-page-break/theme/pagebreak.css */
  103. .ck-content .page-break__label {
  104. position: relative;
  105. z-index: 1;
  106. padding: .3em .6em;
  107. display: block;
  108. text-transform: uppercase;
  109. border: 1px solid hsl(0, 0%, 77%);
  110. border-radius: 2px;
  111. font-family: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
  112. font-size: 0.75em;
  113. font-weight: bold;
  114. color: hsl(0, 0%, 20%);
  115. background: hsl(0, 0%, 100%);
  116. box-shadow: 2px 2px 1px hsla(0, 0%, 0%, 0.15);
  117. -webkit-user-select: none;
  118. -moz-user-select: none;
  119. -ms-user-select: none;
  120. user-select: none;
  121. }
  122. /* @ckeditor/ckeditor5-media-embed/theme/mediaembed.css */
  123. .ck-content .media {
  124. clear: both;
  125. margin: 0.9em 0;
  126. display: block;
  127. min-width: 15em;
  128. }
  129. /* @ckeditor/ckeditor5-list/theme/todolist.css */
  130. .ck-content .todo-list {
  131. list-style: none;
  132. }
  133. /* @ckeditor/ckeditor5-list/theme/todolist.css */
  134. .ck-content .todo-list li {
  135. position: relative;
  136. margin-bottom: 5px;
  137. }
  138. /* @ckeditor/ckeditor5-list/theme/todolist.css */
  139. .ck-content .todo-list li .todo-list {
  140. margin-top: 5px;
  141. }
  142. /* @ckeditor/ckeditor5-list/theme/todolist.css */
  143. .ck-content .todo-list .todo-list__label > input {
  144. -webkit-appearance: none;
  145. display: inline-block;
  146. position: relative;
  147. width: var(--ck-todo-list-checkmark-size);
  148. height: var(--ck-todo-list-checkmark-size);
  149. vertical-align: middle;
  150. border: 0;
  151. left: -25px;
  152. margin-right: -15px;
  153. right: 0;
  154. margin-left: 0;
  155. }
  156. /* @ckeditor/ckeditor5-list/theme/todolist.css */
  157. .ck-content[dir=rtl] .todo-list .todo-list__label > input {
  158. left: 0;
  159. margin-right: 0;
  160. right: -25px;
  161. margin-left: -15px;
  162. }
  163. /* @ckeditor/ckeditor5-list/theme/todolist.css */
  164. .ck-content .todo-list .todo-list__label > input::before {
  165. display: block;
  166. position: absolute;
  167. box-sizing: border-box;
  168. content: '';
  169. width: 100%;
  170. height: 100%;
  171. border: 1px solid hsl(0, 0%, 20%);
  172. border-radius: 2px;
  173. transition: 250ms ease-in-out box-shadow;
  174. }
  175. /* @ckeditor/ckeditor5-list/theme/todolist.css */
  176. .ck-content .todo-list .todo-list__label > input::after {
  177. display: block;
  178. position: absolute;
  179. box-sizing: content-box;
  180. pointer-events: none;
  181. content: '';
  182. left: calc( var(--ck-todo-list-checkmark-size) / 3 );
  183. top: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
  184. width: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
  185. height: calc( var(--ck-todo-list-checkmark-size) / 2.6 );
  186. border-style: solid;
  187. border-color: transparent;
  188. border-width: 0 calc( var(--ck-todo-list-checkmark-size) / 8 ) calc( var(--ck-todo-list-checkmark-size) / 8 ) 0;
  189. transform: rotate(45deg);
  190. }
  191. /* @ckeditor/ckeditor5-list/theme/todolist.css */
  192. .ck-content .todo-list .todo-list__label > input[checked]::before {
  193. background: hsl(126, 64%, 41%);
  194. border-color: hsl(126, 64%, 41%);
  195. }
  196. /* @ckeditor/ckeditor5-list/theme/todolist.css */
  197. .ck-content .todo-list .todo-list__label > input[checked]::after {
  198. border-color: hsl(0, 0%, 100%);
  199. }
  200. /* @ckeditor/ckeditor5-list/theme/todolist.css */
  201. .ck-content .todo-list .todo-list__label .todo-list__label__description {
  202. vertical-align: middle;
  203. }
  204. /* @ckeditor/ckeditor5-list/theme/todolist.css */
  205. .ck-content .todo-list .todo-list__label.todo-list__label_without-description input[type=checkbox] {
  206. position: absolute;
  207. }
  208. /* @ckeditor/ckeditor5-list/theme/todolist.css */
  209. .ck-editor__editable.ck-content .todo-list .todo-list__label > input,
  210. .ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input {
  211. cursor: pointer;
  212. }
  213. /* @ckeditor/ckeditor5-list/theme/todolist.css */
  214. .ck-editor__editable.ck-content .todo-list .todo-list__label > input:hover::before, .ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input:hover::before {
  215. box-shadow: 0 0 0 5px hsla(0, 0%, 0%, 0.1);
  216. }
  217. /* @ckeditor/ckeditor5-list/theme/todolist.css */
  218. .ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input {
  219. -webkit-appearance: none;
  220. display: inline-block;
  221. position: relative;
  222. width: var(--ck-todo-list-checkmark-size);
  223. height: var(--ck-todo-list-checkmark-size);
  224. vertical-align: middle;
  225. border: 0;
  226. left: -25px;
  227. margin-right: -15px;
  228. right: 0;
  229. margin-left: 0;
  230. }
  231. /* @ckeditor/ckeditor5-list/theme/todolist.css */
  232. .ck-editor__editable.ck-content[dir=rtl] .todo-list .todo-list__label > span[contenteditable=false] > input {
  233. left: 0;
  234. margin-right: 0;
  235. right: -25px;
  236. margin-left: -15px;
  237. }
  238. /* @ckeditor/ckeditor5-list/theme/todolist.css */
  239. .ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input::before {
  240. display: block;
  241. position: absolute;
  242. box-sizing: border-box;
  243. content: '';
  244. width: 100%;
  245. height: 100%;
  246. border: 1px solid hsl(0, 0%, 20%);
  247. border-radius: 2px;
  248. transition: 250ms ease-in-out box-shadow;
  249. }
  250. /* @ckeditor/ckeditor5-list/theme/todolist.css */
  251. .ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input::after {
  252. display: block;
  253. position: absolute;
  254. box-sizing: content-box;
  255. pointer-events: none;
  256. content: '';
  257. left: calc( var(--ck-todo-list-checkmark-size) / 3 );
  258. top: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
  259. width: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
  260. height: calc( var(--ck-todo-list-checkmark-size) / 2.6 );
  261. border-style: solid;
  262. border-color: transparent;
  263. border-width: 0 calc( var(--ck-todo-list-checkmark-size) / 8 ) calc( var(--ck-todo-list-checkmark-size) / 8 ) 0;
  264. transform: rotate(45deg);
  265. }
  266. /* @ckeditor/ckeditor5-list/theme/todolist.css */
  267. .ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input[checked]::before {
  268. background: hsl(126, 64%, 41%);
  269. border-color: hsl(126, 64%, 41%);
  270. }
  271. /* @ckeditor/ckeditor5-list/theme/todolist.css */
  272. .ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input[checked]::after {
  273. border-color: hsl(0, 0%, 100%);
  274. }
  275. /* @ckeditor/ckeditor5-list/theme/todolist.css */
  276. .ck-editor__editable.ck-content .todo-list .todo-list__label.todo-list__label_without-description input[type=checkbox] {
  277. position: absolute;
  278. }
  279. /* @ckeditor/ckeditor5-list/theme/list.css */
  280. .ck-content ol {
  281. list-style-type: decimal;
  282. }
  283. /* @ckeditor/ckeditor5-list/theme/list.css */
  284. .ck-content ol ol {
  285. list-style-type: lower-latin;
  286. }
  287. /* @ckeditor/ckeditor5-list/theme/list.css */
  288. .ck-content ol ol ol {
  289. list-style-type: lower-roman;
  290. }
  291. /* @ckeditor/ckeditor5-list/theme/list.css */
  292. .ck-content ol ol ol ol {
  293. list-style-type: upper-latin;
  294. }
  295. /* @ckeditor/ckeditor5-list/theme/list.css */
  296. .ck-content ol ol ol ol ol {
  297. list-style-type: upper-roman;
  298. }
  299. /* @ckeditor/ckeditor5-list/theme/list.css */
  300. .ck-content ul {
  301. list-style-type: disc;
  302. }
  303. /* @ckeditor/ckeditor5-list/theme/list.css */
  304. .ck-content ul ul {
  305. list-style-type: circle;
  306. }
  307. /* @ckeditor/ckeditor5-list/theme/list.css */
  308. .ck-content ul ul ul {
  309. list-style-type: square;
  310. }
  311. /* @ckeditor/ckeditor5-list/theme/list.css */
  312. .ck-content ul ul ul ul {
  313. list-style-type: square;
  314. }
  315. /* @ckeditor/ckeditor5-image/theme/image.css */
  316. .ck-content .image {
  317. display: table;
  318. clear: both;
  319. text-align: center;
  320. margin: 0.9em auto;
  321. min-width: 50px;
  322. }
  323. /* @ckeditor/ckeditor5-image/theme/image.css */
  324. .ck-content .image img {
  325. display: block;
  326. margin: 0 auto;
  327. max-width: 100%;
  328. min-width: 100%;
  329. height: auto;
  330. }
  331. /* @ckeditor/ckeditor5-image/theme/image.css */
  332. .ck-content .image-inline {
  333. /*
  334. * Normally, the .image-inline would have "display: inline-block" and "img { width: 100% }" (to follow the wrapper while resizing).;
  335. * Unfortunately, together with "srcset", it gets automatically stretched up to the width of the editing root.
  336. * This strange behavior does not happen with inline-flex.
  337. */
  338. display: inline-flex;
  339. max-width: 100%;
  340. align-items: flex-start;
  341. }
  342. /* @ckeditor/ckeditor5-image/theme/image.css */
  343. .ck-content .image-inline picture {
  344. display: flex;
  345. }
  346. /* @ckeditor/ckeditor5-image/theme/image.css */
  347. .ck-content .image-inline picture,
  348. .ck-content .image-inline img {
  349. flex-grow: 1;
  350. flex-shrink: 1;
  351. max-width: 100%;
  352. }
  353. /* @ckeditor/ckeditor5-image/theme/imageresize.css */
  354. .ck-content img.image_resized {
  355. height: auto;
  356. }
  357. /* @ckeditor/ckeditor5-image/theme/imageresize.css */
  358. .ck-content .image.image_resized {
  359. max-width: 100%;
  360. display: block;
  361. box-sizing: border-box;
  362. }
  363. /* @ckeditor/ckeditor5-image/theme/imageresize.css */
  364. .ck-content .image.image_resized img {
  365. width: 100%;
  366. }
  367. /* @ckeditor/ckeditor5-image/theme/imageresize.css */
  368. .ck-content .image.image_resized > figcaption {
  369. display: block;
  370. }
  371. /* @ckeditor/ckeditor5-image/theme/imagecaption.css */
  372. .ck-content .image > figcaption {
  373. display: table-caption;
  374. caption-side: bottom;
  375. word-break: break-word;
  376. color: var(--ck-color-image-caption-text);
  377. background-color: var(--ck-color-image-caption-background);
  378. padding: .6em;
  379. font-size: .75em;
  380. outline-offset: -1px;
  381. }
  382. /* @ckeditor/ckeditor5-image/theme/imagestyle.css */
  383. .ck-content .image-style-block-align-left,
  384. .ck-content .image-style-block-align-right {
  385. max-width: calc(100% - var(--ck-image-style-spacing));
  386. }
  387. /* @ckeditor/ckeditor5-image/theme/imagestyle.css */
  388. .ck-content .image-style-align-left,
  389. .ck-content .image-style-align-right {
  390. clear: none;
  391. }
  392. /* @ckeditor/ckeditor5-image/theme/imagestyle.css */
  393. .ck-content .image-style-side {
  394. float: right;
  395. margin-left: var(--ck-image-style-spacing);
  396. max-width: 50%;
  397. }
  398. /* @ckeditor/ckeditor5-image/theme/imagestyle.css */
  399. .ck-content .image-style-align-left {
  400. float: left;
  401. margin-right: var(--ck-image-style-spacing);
  402. }
  403. /* @ckeditor/ckeditor5-image/theme/imagestyle.css */
  404. .ck-content .image-style-align-center {
  405. margin-left: auto;
  406. margin-right: auto;
  407. }
  408. /* @ckeditor/ckeditor5-image/theme/imagestyle.css */
  409. .ck-content .image-style-align-right {
  410. float: right;
  411. margin-left: var(--ck-image-style-spacing);
  412. }
  413. /* @ckeditor/ckeditor5-image/theme/imagestyle.css */
  414. .ck-content .image-style-block-align-right {
  415. margin-right: 0;
  416. margin-left: auto;
  417. }
  418. /* @ckeditor/ckeditor5-image/theme/imagestyle.css */
  419. .ck-content .image-style-block-align-left {
  420. margin-left: 0;
  421. margin-right: auto;
  422. }
  423. /* @ckeditor/ckeditor5-image/theme/imagestyle.css */
  424. .ck-content p + .image-style-align-left,
  425. .ck-content p + .image-style-align-right,
  426. .ck-content p + .image-style-side {
  427. margin-top: 0;
  428. }
  429. /* @ckeditor/ckeditor5-image/theme/imagestyle.css */
  430. .ck-content .image-inline.image-style-align-left,
  431. .ck-content .image-inline.image-style-align-right {
  432. margin-top: var(--ck-inline-image-style-spacing);
  433. margin-bottom: var(--ck-inline-image-style-spacing);
  434. }
  435. /* @ckeditor/ckeditor5-image/theme/imagestyle.css */
  436. .ck-content .image-inline.image-style-align-left {
  437. margin-right: var(--ck-inline-image-style-spacing);
  438. }
  439. /* @ckeditor/ckeditor5-image/theme/imagestyle.css */
  440. .ck-content .image-inline.image-style-align-right {
  441. margin-left: var(--ck-inline-image-style-spacing);
  442. }
  443. /* @ckeditor/ckeditor5-highlight/theme/highlight.css */
  444. .ck-content .marker-yellow {
  445. background-color: var(--ck-highlight-marker-yellow);
  446. }
  447. /* @ckeditor/ckeditor5-highlight/theme/highlight.css */
  448. .ck-content .marker-green {
  449. background-color: var(--ck-highlight-marker-green);
  450. }
  451. /* @ckeditor/ckeditor5-highlight/theme/highlight.css */
  452. .ck-content .marker-pink {
  453. background-color: var(--ck-highlight-marker-pink);
  454. }
  455. /* @ckeditor/ckeditor5-highlight/theme/highlight.css */
  456. .ck-content .marker-blue {
  457. background-color: var(--ck-highlight-marker-blue);
  458. }
  459. /* @ckeditor/ckeditor5-highlight/theme/highlight.css */
  460. .ck-content .pen-red {
  461. color: var(--ck-highlight-pen-red);
  462. background-color: transparent;
  463. }
  464. /* @ckeditor/ckeditor5-highlight/theme/highlight.css */
  465. .ck-content .pen-green {
  466. color: var(--ck-highlight-pen-green);
  467. background-color: transparent;
  468. }
  469. /* @ckeditor/ckeditor5-block-quote/theme/blockquote.css */
  470. .ck-content blockquote {
  471. overflow: hidden;
  472. padding-right: 1.5em;
  473. padding-left: 1.5em;
  474. margin-left: 0;
  475. margin-right: 0;
  476. font-style: italic;
  477. border-left: solid 5px hsl(0, 0%, 80%);
  478. }
  479. /* @ckeditor/ckeditor5-block-quote/theme/blockquote.css */
  480. .ck-content[dir="rtl"] blockquote {
  481. border-left: 0;
  482. border-right: solid 5px hsl(0, 0%, 80%);
  483. }
  484. /* @ckeditor/ckeditor5-basic-styles/theme/code.css */
  485. .ck-content code {
  486. background-color: hsla(0, 0%, 78%, 0.3);
  487. padding: .15em;
  488. border-radius: 2px;
  489. }
  490. /* @ckeditor/ckeditor5-font/theme/fontsize.css */
  491. .ck-content .text-tiny {
  492. font-size: .7em;
  493. }
  494. /* @ckeditor/ckeditor5-font/theme/fontsize.css */
  495. .ck-content .text-small {
  496. font-size: .85em;
  497. }
  498. /* @ckeditor/ckeditor5-font/theme/fontsize.css */
  499. .ck-content .text-big {
  500. font-size: 1.4em;
  501. }
  502. /* @ckeditor/ckeditor5-font/theme/fontsize.css */
  503. .ck-content .text-huge {
  504. font-size: 1.8em;
  505. }
  506. /* @ckeditor/ckeditor5-mention/theme/mention.css */
  507. .ck-content .mention {
  508. background: var(--ck-color-mention-background);
  509. color: var(--ck-color-mention-text);
  510. }
  511. /* @ckeditor/ckeditor5-horizontal-line/theme/horizontalline.css */
  512. .ck-content hr {
  513. margin: 15px 0;
  514. height: 4px;
  515. background: hsl(0, 0%, 87%);
  516. border: 0;
  517. }
  518. /* @ckeditor/ckeditor5-code-block/theme/codeblock.css */
  519. .ck-content pre {
  520. padding: 1em;
  521. color: hsl(0, 0%, 20.8%);
  522. background: hsla(0, 0%, 78%, 0.3);
  523. border: 1px solid hsl(0, 0%, 77%);
  524. border-radius: 2px;
  525. text-align: left;
  526. direction: ltr;
  527. tab-size: 4;
  528. white-space: pre-wrap;
  529. font-style: normal;
  530. min-width: 200px;
  531. }
  532. /* @ckeditor/ckeditor5-code-block/theme/codeblock.css */
  533. .ck-content pre code {
  534. background: unset;
  535. padding: 0;
  536. border-radius: 0;
  537. }
  538. @media print {
  539. /* @ckeditor/ckeditor5-page-break/theme/pagebreak.css */
  540. .ck-content .page-break {
  541. padding: 0;
  542. }
  543. /* @ckeditor/ckeditor5-page-break/theme/pagebreak.css */
  544. .ck-content .page-break::after {
  545. display: none;
  546. }
  547. }