Dashboard sipadu mbip
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

document.css 467B

1234567891011121314151617181920212223
  1. body.document-editor {
  2. width: 15.8cm;
  3. min-height: 21cm;
  4. padding: 1cm 2cm 2cm;
  5. margin: 0.5cm auto;
  6. border: 1px #D3D3D3 solid;
  7. border-radius: 5px;
  8. background: white;
  9. box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  10. }
  11. body.document-editor, body.document-editor td, body.document-editor th {
  12. font-size: 0.9em;
  13. }
  14. body.document-editor table {
  15. margin-top:0.5cm;
  16. margin-bottom:0.5cm;
  17. }
  18. body.document-editor h1 {
  19. margin-bottom:1cm;
  20. }