content.min.css 1.3 KB

123456789101112131415161718192021
  1. @media screen { html { background: #f4f4f4; min-height: 100%; } }
  2. body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; }
  3. @media screen { body { background-color: #fff; box-shadow: 0 0 4px rgb(0 0 0 / 15%); box-sizing: border-box; margin: 1rem auto 0; max-width: 820px; min-height: calc(100vh - 1rem); padding: 4rem 6rem 6rem; } }
  4. table { border-collapse: collapse; }
  5. table:not([cellpadding]) td,
  6. table:not([cellpadding]) th { padding: 0.4rem; }
  7. table[border]:not([border="0"], [style*="border-width"]) td,
  8. table[border]:not([border="0"], [style*="border-width"]) th { border-width: 1px; }
  9. table[border]:not([border="0"], [style*="border-style"]) td,
  10. table[border]:not([border="0"], [style*="border-style"]) th { border-style: solid; }
  11. table[border]:not([border="0"], [style*="border-color"]) td,
  12. table[border]:not([border="0"], [style*="border-color"]) th { border-color: #ccc; }
  13. figure figcaption { color: #999; margin-top: 0.25rem; text-align: center; }
  14. hr { border-color: #ccc; border-style: solid; border-width: 1px 0 0; }
  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; }