| | |
| | @font-face { |
| | font-family: 'NotoSans'; |
| | src: url('fonts/NotoSans-Variable.ttf'); |
| | } |
| |
|
| | @font-face { |
| | font-family: 'NotoSansJP'; |
| | src: url('fonts/NotoSansJP-Variable.ttf'); |
| | } |
| |
|
| | @font-face { |
| | font-family: 'NotoSansKR'; |
| | src: url('fonts/NotoSansKR-Variable.ttf'); |
| | } |
| |
|
| | @font-face { |
| | font-family: 'NotoSansSC'; |
| | src: url('fonts/NotoSansSC-Variable.ttf'); |
| | } |
| |
|
| | @font-face { |
| | font-family: 'NotoSansSC-Regular'; |
| | src: url('fonts/NotoSansSC-Regular.ttf'); |
| | } |
| |
|
| | html { |
| | font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'NotoSans', 'NotoSansJP', 'NotoSansKR', |
| | 'NotoSansSC', 'Twemoji', 'STSong-Light', 'MSung-Light', 'HeiseiMin-W3', 'HYSMyeongJo-Medium', |
| | Roboto, 'Helvetica Neue', Arial, sans-serif; |
| | font-size: 14px; |
| | line-height: 1.5; |
| | } |
| |
|
| | *, |
| | *::before, |
| | *::after { |
| | box-sizing: inherit; |
| | } |
| |
|
| | body { |
| | margin: 0; |
| | padding: 0; |
| | background-color: #fff; |
| | width: auto; |
| | } |
| |
|
| | |
| | h1, |
| | h2, |
| | h3, |
| | h4, |
| | h5, |
| | h6 { |
| | font-weight: 500; |
| | margin: 0; |
| | } |
| |
|
| | h1 { |
| | font-size: 2.5rem; |
| | } |
| |
|
| | h2 { |
| | font-size: 2rem; |
| | } |
| |
|
| | h3 { |
| | font-size: 1.75rem; |
| | } |
| |
|
| | h4 { |
| | font-size: 1.5rem; |
| | } |
| |
|
| | h5 { |
| | font-size: 1.25rem; |
| | } |
| |
|
| | h6 { |
| | font-size: 1rem; |
| | } |
| |
|
| | p { |
| | margin-top: 0; |
| | margin-bottom: 1rem; |
| | } |
| |
|
| | |
| | .container { |
| | width: 100%; |
| | padding-right: 15px; |
| | padding-left: 15px; |
| | margin-right: auto; |
| | margin-left: auto; |
| | } |
| |
|
| | |
| | .text-center { |
| | text-align: center; |
| | } |
| |
|
| | |
| | .text-muted { |
| | color: #6c757d; |
| | } |
| |
|
| | |
| | small { |
| | font-size: 80%; |
| | color: #6c757d; |
| | margin-bottom: 0; |
| | margin-top: 0; |
| | } |
| |
|
| | |
| | strong { |
| | font-weight: bolder; |
| | color: inherit; |
| | } |
| |
|
| | |
| | a { |
| | color: #007bff; |
| | text-decoration: none; |
| | background-color: transparent; |
| | } |
| |
|
| | a:hover { |
| | color: #0056b3; |
| | text-decoration: underline; |
| | } |
| |
|
| | |
| | ol, |
| | ul, |
| | li { |
| | padding-left: 40px; |
| | margin-left: 20px; |
| | } |
| |
|
| | |
| | ol { |
| | list-style-type: decimal; |
| | margin-bottom: 10px; |
| | } |
| |
|
| | ol li { |
| | margin-bottom: 0.5rem; |
| | } |
| |
|
| | |
| | ul { |
| | list-style-type: disc; |
| | margin-bottom: 10px; |
| | } |
| |
|
| | ul li { |
| | margin-bottom: 0.5rem; |
| | } |
| |
|
| | |
| | li { |
| | margin-bottom: 5px; |
| | line-height: 1.5; |
| | } |
| |
|
| | |
| | ol ol, |
| | ol ul, |
| | ul ol, |
| | ul ul { |
| | padding-left: 20px; |
| | margin-left: 30px; |
| | margin-bottom: 0; |
| | } |
| |
|
| | |
| | pre { |
| | background-color: #f4f4f4; |
| | padding: 10px; |
| | overflow-x: auto; |
| | max-width: 100%; |
| | width: 80%; |
| | margin: 0 1em; |
| | box-sizing: border-box; |
| | border: 1px solid #ccc; |
| | border-radius: 4px; |
| | } |
| |
|
| | code { |
| | font-family: 'Courier New', Courier, monospace; |
| | background-color: #f4f4f4; |
| | padding: 2px 4px; |
| | border-radius: 4px; |
| | box-sizing: border-box; |
| | } |
| |
|
| | .message { |
| | margin-top: 8px; |
| | margin-bottom: 8px; |
| | max-width: 100%; |
| | overflow-wrap: break-word; |
| | } |
| |
|
| | |
| | table { |
| | width: 100%; |
| | margin-bottom: 1rem; |
| | color: #212529; |
| | border-collapse: collapse; |
| | } |
| |
|
| | th, |
| | td { |
| | margin: 0; |
| | padding: 0.75rem; |
| | vertical-align: top; |
| | border-top: 1px solid #dee2e6; |
| | } |
| |
|
| | thead th { |
| | vertical-align: bottom; |
| | border-bottom: 2px solid #dee2e6; |
| | } |
| |
|
| | tbody + tbody { |
| | border-top: 2px solid #dee2e6; |
| | } |
| |
|
| | |
| | .markdown-section blockquote, |
| | .markdown-section h1, |
| | .markdown-section h2, |
| | .markdown-section h3, |
| | .markdown-section h4, |
| | .markdown-section h5, |
| | .markdown-section h6, |
| | .markdown-section p, |
| | .markdown-section pre, |
| | .markdown-section table, |
| | .markdown-section ul { |
| | |
| | margin-top: 1rem; |
| | } |
| |
|
| | |
| | .markdown-section blockquote:first-child, |
| | .markdown-section h1:first-child, |
| | .markdown-section h2:first-child, |
| | .markdown-section h3:first-child, |
| | .markdown-section h4:first-child, |
| | .markdown-section h5:first-child, |
| | .markdown-section h6:first-child, |
| | .markdown-section p:first-child, |
| | .markdown-section pre:first-child, |
| | .markdown-section table:first-child, |
| | .markdown-section ul:first-child { |
| | margin-top: 0; |
| | } |
| |
|
| | |
| | .markdown-section p + ul { |
| | margin-top: 0; |
| | } |
| |
|
| | |
| | |
| | .markdown-section p { |
| | margin-bottom: 0; |
| | } |
| |
|
| | |
| | .markdown-section p + ul { |
| | margin-top: 0; |
| | } |
| |
|
| | |
| | .markdown-section li { |
| | padding: 2px; |
| | } |
| |
|
| | .markdown-section li p { |
| | margin-bottom: 0; |
| | padding: 0; |
| | } |
| |
|
| | |
| | .markdown-section li > ul { |
| | margin-top: 0; |
| | margin-bottom: 0; |
| | } |
| |
|
| | |
| | .markdown-section table { |
| | width: 100%; |
| | border-collapse: collapse; |
| | margin: 1rem 0; |
| | } |
| |
|
| | .markdown-section th, |
| | .markdown-section td { |
| | border: 1px solid #ddd; |
| | padding: 0.5rem; |
| | text-align: left; |
| | } |
| |
|
| | .markdown-section th { |
| | background-color: #f2f2f2; |
| | } |
| |
|
| | .markdown-section pre { |
| | padding: 10px; |
| | margin: 10px; |
| | } |
| |
|
| | .markdown-section pre code { |
| | position: relative; |
| | color: rgb(172, 0, 95); |
| | } |
| |
|