content.min.css 1.3 KB

1234567891011121314151617181920
  1. body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; line-height: 1.4; margin: 1rem auto; max-width: 900px; }
  2. table { border-collapse: collapse; }
  3. table:not([cellpadding]) td,
  4. table:not([cellpadding]) th { padding: 0.4rem; }
  5. table[border]:not([border="0"], [style*="border-width"]) td,
  6. table[border]:not([border="0"], [style*="border-width"]) th { border-width: 1px; }
  7. table[border]:not([border="0"], [style*="border-style"]) td,
  8. table[border]:not([border="0"], [style*="border-style"]) th { border-style: solid; }
  9. table[border]:not([border="0"], [style*="border-color"]) td,
  10. table[border]:not([border="0"], [style*="border-color"]) th { border-color: #ccc; }
  11. figure { display: table; margin: 1rem auto; }
  12. figure figcaption { color: #999; display: block; margin-top: 0.25rem; text-align: center; }
  13. hr { border-color: #ccc; border-style: solid; border-width: 1px 0 0; }
  14. code { background-color: #e8e8e8; border-radius: 3px; padding: 0.1rem 0.2rem; }
  15. .mce-content-body:not([dir="rtl"]) blockquote { border-left: 2px solid #ccc; margin-left: 1.5rem; padding-left: 1rem; }
  16. .mce-content-body[dir="rtl"] blockquote { border-right: 2px solid #ccc; margin-right: 1.5rem; padding-right: 1rem; }