ckeditor-iframe.css

Same filename in this branch
  1. 9 core/themes/stable9/css/ckeditor/ckeditor-iframe.css
  2. 9 core/themes/stable/css/ckeditor/ckeditor-iframe.css
Same filename in other branches
  1. 8.9.x core/themes/stable/css/ckeditor/ckeditor-iframe.css
  2. 8.9.x core/modules/ckeditor/css/ckeditor-iframe.css
/**
 * CSS added to iframe-based instances only.
 */
body {
  margin: 8px;
  color: #222;
  background-color: #fff;
  font-family: Arial, Verdana, sans-serif;
  font-size: 15px;
}

@media screen and (max-width: 600px) {
  /* A font-size of 16px prevents iOS from zooming. */
  body {
    font-size: 16px;
  }
}

ol,
ul,
dl {
  /* Preserved spaces for list items with text direction other than the list.
   * (CKEditor issues #6249,#8049) */
  padding: 0 40px;
}

File

core/modules/ckeditor/css/ckeditor-iframe.css

View source
  1. /**
  2. * CSS added to iframe-based instances only.
  3. */
  4. body {
  5. margin: 8px;
  6. color: #222;
  7. background-color: #fff;
  8. font-family: Arial, Verdana, sans-serif;
  9. font-size: 15px;
  10. }
  11. @media screen and (max-width: 600px) {
  12. /* A font-size of 16px prevents iOS from zooming. */
  13. body {
  14. font-size: 16px;
  15. }
  16. }
  17. ol,
  18. ul,
  19. dl {
  20. /* Preserved spaces for list items with text direction other than the list.
  21. * (CKEditor issues #6249,#8049) */
  22. padding: 0 40px;
  23. }

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