8
0

paste-from-office.html 568 B

1234567891011121314151617181920212223242526272829
  1. <style>
  2. .ck.ck-editor__main {
  3. background: #eee;
  4. padding: 5rem 10rem;
  5. overflow-y: auto;
  6. max-height: 700px;
  7. border: 1px solid #c4c4c4;
  8. }
  9. .ck-content.ck-editor__editable {
  10. width: 21cm;
  11. max-width: 100%;
  12. min-height: 29.7cm;
  13. margin: 0 auto;
  14. padding: 2cm;
  15. border: 1px hsl( 0, 0%, 82.7% ) solid;
  16. background-color: #fff;
  17. box-shadow: 0 0 5px hsla( 0, 0%, 0%, .1 );
  18. }
  19. @media screen and (max-width: 1100px ) {
  20. .ck.ck-editor__main,
  21. .ck-content.ck-editor__editable {
  22. padding: 30px;
  23. }
  24. }
  25. </style>
  26. <div id="snippet-paste-from-office"></div>