ckeditor-frame.css

Same filename in this branch
  1. 9 core/themes/claro/css/theme/ckeditor-frame.css
Same filename in other branches
  1. 8.9.x core/themes/claro/css/theme/ckeditor-frame.css

CKEditor frame styles.

File

core/themes/olivero/css/theme/ckeditor-frame.css

View source
  1. /*
  2. * DO NOT EDIT THIS FILE.
  3. * See the following change record for more information,
  4. * https://www.drupal.org/node/3084859
  5. * @preserve
  6. */
  7. /**
  8. * @file
  9. * CKEditor frame styles.
  10. */
  11. /** cspell:ignore grouptitle */
  12. .cke_editable {
  13. margin: 1.125rem;
  14. background-image: none;
  15. }
  16. [dir].cke_panel_container body {
  17. background: #fff;
  18. }
  19. .cke_panel_listItem a > * {
  20. margin-top: 0;
  21. margin-bottom: 0;
  22. }
  23. .cke_panel_grouptitle {
  24. margin: 0;
  25. }
  26. [dir="ltr"] .cke_editable blockquote {
  27. margin-left: 3.375rem;
  28. }
  29. [dir="rtl"] .cke_editable blockquote {
  30. margin-right: 3.375rem;
  31. }
  32. [dir="ltr"] .cke_editable .align-right {
  33. margin-right: 0;
  34. }
  35. [dir="rtl"] .cke_editable .align-right {
  36. margin-left: 0;
  37. }
  38. [dir="ltr"] .cke_editable .align-left {
  39. margin-left: 0;
  40. }
  41. [dir="rtl"] .cke_editable .align-left {
  42. margin-right: 0;
  43. }
  44. .cke_image_resizer_wrapper {
  45. vertical-align: top;
  46. }
  47. figure.cke_widget_element {
  48. margin: 0;
  49. }
  50. figcaption.cke_widget_editable {
  51. background-color: #fff;
  52. }
  53. [dir="ltr"] .cke_panel_list {
  54. margin-left: 0;
  55. }
  56. [dir="rtl"] .cke_panel_list {
  57. margin-right: 0;
  58. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.