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 (v40.1.0) content styles.
  7. * Generated on Mon, 20 Nov 2023 08:41: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/tablecaption.css */
  42. .ck-content .table > figcaption {
  43. display: table-caption;
  44. caption-side: top;
  45. word-break: break-word;
  46. text-align: center;
  47. color: var(--ck-color-selector-caption-text);
  48. background-color: var(--ck-color-selector-caption-background);
  49. padding: .6em;
  50. font-size: .75em;
  51. outline-offset: -1px;
  52. }
  53. /* @ckeditor/ckeditor5-table/theme/table.css */
  54. .ck-content .table {
  55. margin: 0.9em auto;
  56. display: table;
  57. }
  58. /* @ckeditor/ckeditor5-table/theme/table.css */
  59. .ck-content .table table {
  60. border-collapse: collapse;
  61. border-spacing: 0;
  62. width: 100%;
  63. height: 100%;
  64. border: 1px double hsl(0, 0%, 70%);
  65. }
  66. /* @ckeditor/ckeditor5-table/theme/table.css */
  67. .ck-content .table table td,
  68. .ck-content .table table th {
  69. min-width: 2em;
  70. padding: .4em;
  71. border: 1px solid hsl(0, 0%, 75%);
  72. }
  73. /* @ckeditor/ckeditor5-table/theme/table.css */
  74. .ck-content .table table th {
  75. font-weight: bold;
  76. background: hsla(0, 0%, 0%, 5%);
  77. }
  78. /* @ckeditor/ckeditor5-table/theme/table.css */
  79. .ck-content[dir="rtl"] .table th {
  80. text-align: right;
  81. }
  82. /* @ckeditor/ckeditor5-table/theme/table.css */
  83. .ck-content[dir="ltr"] .table th {
  84. text-align: left;
  85. }
  86. /* @ckeditor/ckeditor5-media-embed/theme/mediaembed.css */
  87. .ck-content .media {
  88. clear: both;
  89. margin: 0.9em 0;
  90. display: block;
  91. min-width: 15em;
  92. }
  93. /* @ckeditor/ckeditor5-page-break/theme/pagebreak.css */
  94. .ck-content .page-break {
  95. position: relative;
  96. clear: both;
  97. padding: 5px 0;
  98. display: flex;
  99. align-items: center;
  100. justify-content: center;
  101. }
  102. /* @ckeditor/ckeditor5-page-break/theme/pagebreak.css */
  103. .ck-content .page-break::after {
  104. content: '';
  105. position: absolute;
  106. border-bottom: 2px dashed hsl(0, 0%, 77%);
  107. width: 100%;
  108. }
  109. /* @ckeditor/ckeditor5-page-break/theme/pagebreak.css */
  110. .ck-content .page-break__label {
  111. position: relative;
  112. z-index: 1;
  113. padding: .3em .6em;
  114. display: block;
  115. text-transform: uppercase;
  116. border: 1px solid hsl(0, 0%, 77%);
  117. border-radius: 2px;
  118. font-family: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
  119. font-size: 0.75em;
  120. font-weight: bold;
  121. color: hsl(0, 0%, 20%);
  122. background: hsl(0, 0%, 100%);
  123. box-shadow: 2px 2px 1px hsla(0, 0%, 0%, 0.15);
  124. -webkit-user-select: none;
  125. -moz-user-select: none;
  126. -ms-user-select: none;
  127. user-select: none;
  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-image/theme/image.css */
  280. .ck-content .image {
  281. display: table;
  282. clear: both;
  283. text-align: center;
  284. margin: 0.9em auto;
  285. min-width: 50px;
  286. }
  287. /* @ckeditor/ckeditor5-image/theme/image.css */
  288. .ck-content .image img {
  289. display: block;
  290. margin: 0 auto;
  291. max-width: 100%;
  292. min-width: 100%;
  293. height: auto;
  294. }
  295. /* @ckeditor/ckeditor5-image/theme/image.css */
  296. .ck-content .image-inline {
  297. /*
  298. * Normally, the .image-inline would have "display: inline-block" and "img { width: 100% }" (to follow the wrapper while resizing).;
  299. * Unfortunately, together with "srcset", it gets automatically stretched up to the width of the editing root.
  300. * This strange behavior does not happen with inline-flex.
  301. */
  302. display: inline-flex;
  303. max-width: 100%;
  304. align-items: flex-start;
  305. }
  306. /* @ckeditor/ckeditor5-image/theme/image.css */
  307. .ck-content .image-inline picture {
  308. display: flex;
  309. }
  310. /* @ckeditor/ckeditor5-image/theme/image.css */
  311. .ck-content .image-inline picture,
  312. .ck-content .image-inline img {
  313. flex-grow: 1;
  314. flex-shrink: 1;
  315. max-width: 100%;
  316. }
  317. /* @ckeditor/ckeditor5-image/theme/imagecaption.css */
  318. .ck-content .image > figcaption {
  319. display: table-caption;
  320. caption-side: bottom;
  321. word-break: break-word;
  322. color: var(--ck-color-image-caption-text);
  323. background-color: var(--ck-color-image-caption-background);
  324. padding: .6em;
  325. font-size: .75em;
  326. outline-offset: -1px;
  327. }
  328. /* @ckeditor/ckeditor5-image/theme/imageresize.css */
  329. .ck-content img.image_resized {
  330. height: auto;
  331. }
  332. /* @ckeditor/ckeditor5-image/theme/imageresize.css */
  333. .ck-content .image.image_resized {
  334. max-width: 100%;
  335. display: block;
  336. box-sizing: border-box;
  337. }
  338. /* @ckeditor/ckeditor5-image/theme/imageresize.css */
  339. .ck-content .image.image_resized img {
  340. width: 100%;
  341. }
  342. /* @ckeditor/ckeditor5-image/theme/imageresize.css */
  343. .ck-content .image.image_resized > figcaption {
  344. display: block;
  345. }
  346. /* @ckeditor/ckeditor5-highlight/theme/highlight.css */
  347. .ck-content .marker-yellow {
  348. background-color: var(--ck-highlight-marker-yellow);
  349. }
  350. /* @ckeditor/ckeditor5-highlight/theme/highlight.css */
  351. .ck-content .marker-green {
  352. background-color: var(--ck-highlight-marker-green);
  353. }
  354. /* @ckeditor/ckeditor5-highlight/theme/highlight.css */
  355. .ck-content .marker-pink {
  356. background-color: var(--ck-highlight-marker-pink);
  357. }
  358. /* @ckeditor/ckeditor5-highlight/theme/highlight.css */
  359. .ck-content .marker-blue {
  360. background-color: var(--ck-highlight-marker-blue);
  361. }
  362. /* @ckeditor/ckeditor5-highlight/theme/highlight.css */
  363. .ck-content .pen-red {
  364. color: var(--ck-highlight-pen-red);
  365. background-color: transparent;
  366. }
  367. /* @ckeditor/ckeditor5-highlight/theme/highlight.css */
  368. .ck-content .pen-green {
  369. color: var(--ck-highlight-pen-green);
  370. background-color: transparent;
  371. }
  372. /* @ckeditor/ckeditor5-list/theme/list.css */
  373. .ck-content ol {
  374. list-style-type: decimal;
  375. }
  376. /* @ckeditor/ckeditor5-list/theme/list.css */
  377. .ck-content ol ol {
  378. list-style-type: lower-latin;
  379. }
  380. /* @ckeditor/ckeditor5-list/theme/list.css */
  381. .ck-content ol ol ol {
  382. list-style-type: lower-roman;
  383. }
  384. /* @ckeditor/ckeditor5-list/theme/list.css */
  385. .ck-content ol ol ol ol {
  386. list-style-type: upper-latin;
  387. }
  388. /* @ckeditor/ckeditor5-list/theme/list.css */
  389. .ck-content ol ol ol ol ol {
  390. list-style-type: upper-roman;
  391. }
  392. /* @ckeditor/ckeditor5-list/theme/list.css */
  393. .ck-content ul {
  394. list-style-type: disc;
  395. }
  396. /* @ckeditor/ckeditor5-list/theme/list.css */
  397. .ck-content ul ul {
  398. list-style-type: circle;
  399. }
  400. /* @ckeditor/ckeditor5-list/theme/list.css */
  401. .ck-content ul ul ul {
  402. list-style-type: square;
  403. }
  404. /* @ckeditor/ckeditor5-list/theme/list.css */
  405. .ck-content ul ul ul ul {
  406. list-style-type: square;
  407. }
  408. /* @ckeditor/ckeditor5-image/theme/imagestyle.css */
  409. .ck-content .image-style-block-align-left,
  410. .ck-content .image-style-block-align-right {
  411. max-width: calc(100% - var(--ck-image-style-spacing));
  412. }
  413. /* @ckeditor/ckeditor5-image/theme/imagestyle.css */
  414. .ck-content .image-style-align-left,
  415. .ck-content .image-style-align-right {
  416. clear: none;
  417. }
  418. /* @ckeditor/ckeditor5-image/theme/imagestyle.css */
  419. .ck-content .image-style-side {
  420. float: right;
  421. margin-left: var(--ck-image-style-spacing);
  422. max-width: 50%;
  423. }
  424. /* @ckeditor/ckeditor5-image/theme/imagestyle.css */
  425. .ck-content .image-style-align-left {
  426. float: left;
  427. margin-right: var(--ck-image-style-spacing);
  428. }
  429. /* @ckeditor/ckeditor5-image/theme/imagestyle.css */
  430. .ck-content .image-style-align-center {
  431. margin-left: auto;
  432. margin-right: auto;
  433. }
  434. /* @ckeditor/ckeditor5-image/theme/imagestyle.css */
  435. .ck-content .image-style-align-right {
  436. float: right;
  437. margin-left: var(--ck-image-style-spacing);
  438. }
  439. /* @ckeditor/ckeditor5-image/theme/imagestyle.css */
  440. .ck-content .image-style-block-align-right {
  441. margin-right: 0;
  442. margin-left: auto;
  443. }
  444. /* @ckeditor/ckeditor5-image/theme/imagestyle.css */
  445. .ck-content .image-style-block-align-left {
  446. margin-left: 0;
  447. margin-right: auto;
  448. }
  449. /* @ckeditor/ckeditor5-image/theme/imagestyle.css */
  450. .ck-content p + .image-style-align-left,
  451. .ck-content p + .image-style-align-right,
  452. .ck-content p + .image-style-side {
  453. margin-top: 0;
  454. }
  455. /* @ckeditor/ckeditor5-image/theme/imagestyle.css */
  456. .ck-content .image-inline.image-style-align-left,
  457. .ck-content .image-inline.image-style-align-right {
  458. margin-top: var(--ck-inline-image-style-spacing);
  459. margin-bottom: var(--ck-inline-image-style-spacing);
  460. }
  461. /* @ckeditor/ckeditor5-image/theme/imagestyle.css */
  462. .ck-content .image-inline.image-style-align-left {
  463. margin-right: var(--ck-inline-image-style-spacing);
  464. }
  465. /* @ckeditor/ckeditor5-image/theme/imagestyle.css */
  466. .ck-content .image-inline.image-style-align-right {
  467. margin-left: var(--ck-inline-image-style-spacing);
  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. }