401 lines
6.2 KiB
CSS
401 lines
6.2 KiB
CSS
|
/* github-markdown-css | Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com) | MIT | https://raw.githubusercontent.com/sindresorhus/github-markdown-css/1485dd78f5e744ef36e946e5ae44838e3906f9d8/license */
|
||
|
body {
|
||
|
-ms-text-size-adjust: 100%;
|
||
|
-webkit-text-size-adjust: 100%;
|
||
|
line-height: 1.5;
|
||
|
color: #24292e;
|
||
|
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
|
||
|
sans-serif, Apple Color Emoji, Segoe UI Emoji;
|
||
|
font-size: 16px;
|
||
|
line-height: 1.5;
|
||
|
word-wrap: break-word;
|
||
|
}
|
||
|
body details {
|
||
|
display: block;
|
||
|
}
|
||
|
body summary {
|
||
|
display: list-item;
|
||
|
}
|
||
|
body a {
|
||
|
background-color: initial;
|
||
|
}
|
||
|
body a:active,
|
||
|
body a:hover {
|
||
|
outline-width: 0;
|
||
|
}
|
||
|
body strong {
|
||
|
font-weight: inherit;
|
||
|
font-weight: bolder;
|
||
|
}
|
||
|
body h1 {
|
||
|
font-size: 2em;
|
||
|
margin: 0.67em 0;
|
||
|
}
|
||
|
body img {
|
||
|
border-style: none;
|
||
|
}
|
||
|
body code,
|
||
|
body kbd,
|
||
|
body pre {
|
||
|
font-family: monospace, monospace;
|
||
|
font-size: 1em;
|
||
|
}
|
||
|
body hr {
|
||
|
box-sizing: initial;
|
||
|
height: 0;
|
||
|
overflow: visible;
|
||
|
}
|
||
|
body input {
|
||
|
font: inherit;
|
||
|
margin: 0;
|
||
|
}
|
||
|
body input {
|
||
|
overflow: visible;
|
||
|
}
|
||
|
body [type='checkbox'] {
|
||
|
box-sizing: border-box;
|
||
|
padding: 0;
|
||
|
}
|
||
|
body * {
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
body input {
|
||
|
font-family: inherit;
|
||
|
font-size: inherit;
|
||
|
line-height: inherit;
|
||
|
}
|
||
|
body a {
|
||
|
color: #0366d6;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
body a:hover {
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
body strong {
|
||
|
font-weight: 600;
|
||
|
}
|
||
|
body hr {
|
||
|
height: 0;
|
||
|
margin: 15px 0;
|
||
|
overflow: hidden;
|
||
|
background: 0 0;
|
||
|
border: 0;
|
||
|
border-bottom: 1px solid #dfe2e5;
|
||
|
}
|
||
|
body hr:after,
|
||
|
body hr:before {
|
||
|
display: table;
|
||
|
content: '';
|
||
|
}
|
||
|
body hr:after {
|
||
|
clear: both;
|
||
|
}
|
||
|
body table {
|
||
|
border-spacing: 0;
|
||
|
border-collapse: collapse;
|
||
|
}
|
||
|
body td,
|
||
|
body th {
|
||
|
padding: 0;
|
||
|
}
|
||
|
body details summary {
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
body kbd {
|
||
|
display: inline-block;
|
||
|
padding: 3px 5px;
|
||
|
font: 11px SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
|
||
|
line-height: 10px;
|
||
|
color: #444d56;
|
||
|
vertical-align: middle;
|
||
|
background-color: #fafbfc;
|
||
|
border: 1px solid #d1d5da;
|
||
|
border-radius: 3px;
|
||
|
box-shadow: inset 0 -1px 0 #d1d5da;
|
||
|
}
|
||
|
body h1,
|
||
|
body h2,
|
||
|
body h3,
|
||
|
body h4,
|
||
|
body h5,
|
||
|
body h6 {
|
||
|
margin-top: 0;
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
body h1 {
|
||
|
font-size: 32px;
|
||
|
}
|
||
|
body h1,
|
||
|
body h2 {
|
||
|
font-weight: 600;
|
||
|
}
|
||
|
body h2 {
|
||
|
font-size: 24px;
|
||
|
}
|
||
|
body h3 {
|
||
|
font-size: 20px;
|
||
|
}
|
||
|
body h3,
|
||
|
body h4 {
|
||
|
font-weight: 600;
|
||
|
}
|
||
|
body h4 {
|
||
|
font-size: 16px;
|
||
|
}
|
||
|
body h5 {
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
body h5,
|
||
|
body h6 {
|
||
|
font-weight: 600;
|
||
|
}
|
||
|
body h6 {
|
||
|
font-size: 12px;
|
||
|
}
|
||
|
body p {
|
||
|
margin-top: 0;
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
body blockquote {
|
||
|
margin: 0;
|
||
|
}
|
||
|
body ol,
|
||
|
body ul {
|
||
|
padding-left: 0;
|
||
|
margin-top: 0;
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
body ol ol,
|
||
|
body ul ol {
|
||
|
list-style-type: lower-roman;
|
||
|
}
|
||
|
body ol ol ol,
|
||
|
body ol ul ol,
|
||
|
body ul ol ol,
|
||
|
body ul ul ol {
|
||
|
list-style-type: lower-alpha;
|
||
|
}
|
||
|
body dd {
|
||
|
margin-left: 0;
|
||
|
}
|
||
|
body code,
|
||
|
body pre {
|
||
|
font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
|
||
|
font-size: 12px;
|
||
|
}
|
||
|
body pre {
|
||
|
margin-top: 0;
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
body input::-webkit-inner-spin-button,
|
||
|
body input::-webkit-outer-spin-button {
|
||
|
margin: 0;
|
||
|
-webkit-appearance: none;
|
||
|
appearance: none;
|
||
|
}
|
||
|
body :checked + .radio-label {
|
||
|
position: relative;
|
||
|
z-index: 1;
|
||
|
border-color: #0366d6;
|
||
|
}
|
||
|
body hr {
|
||
|
border-bottom-color: #eee;
|
||
|
}
|
||
|
body kbd {
|
||
|
display: inline-block;
|
||
|
padding: 3px 5px;
|
||
|
font: 11px SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
|
||
|
line-height: 10px;
|
||
|
color: #444d56;
|
||
|
vertical-align: middle;
|
||
|
background-color: #fafbfc;
|
||
|
border: 1px solid #d1d5da;
|
||
|
border-radius: 3px;
|
||
|
box-shadow: inset 0 -1px 0 #d1d5da;
|
||
|
}
|
||
|
body:after,
|
||
|
body:before {
|
||
|
display: table;
|
||
|
content: '';
|
||
|
}
|
||
|
body:after {
|
||
|
clear: both;
|
||
|
}
|
||
|
body > :first-child {
|
||
|
margin-top: 0 !important;
|
||
|
}
|
||
|
body > :last-child {
|
||
|
margin-bottom: 0 !important;
|
||
|
}
|
||
|
body a:not([href]) {
|
||
|
color: inherit;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
body blockquote,
|
||
|
body details,
|
||
|
body dl,
|
||
|
body ol,
|
||
|
body p,
|
||
|
body pre,
|
||
|
body table,
|
||
|
body ul {
|
||
|
margin-top: 0;
|
||
|
margin-bottom: 16px;
|
||
|
}
|
||
|
body hr {
|
||
|
height: 0.25em;
|
||
|
padding: 0;
|
||
|
margin: 24px 0;
|
||
|
background-color: #e1e4e8;
|
||
|
border: 0;
|
||
|
}
|
||
|
body blockquote {
|
||
|
padding: 0 1em;
|
||
|
color: #6a737d;
|
||
|
border-left: 0.25em solid #dfe2e5;
|
||
|
}
|
||
|
body blockquote > :first-child {
|
||
|
margin-top: 0;
|
||
|
}
|
||
|
body blockquote > :last-child {
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
body h1,
|
||
|
body h2,
|
||
|
body h3,
|
||
|
body h4,
|
||
|
body h5,
|
||
|
body h6 {
|
||
|
margin-top: 24px;
|
||
|
margin-bottom: 16px;
|
||
|
font-weight: 600;
|
||
|
line-height: 1.25;
|
||
|
}
|
||
|
body h1 {
|
||
|
font-size: 2em;
|
||
|
}
|
||
|
body h1,
|
||
|
body h2 {
|
||
|
padding-bottom: 0.3em;
|
||
|
border-bottom: 1px solid #eaecef;
|
||
|
}
|
||
|
body h2 {
|
||
|
font-size: 1.5em;
|
||
|
}
|
||
|
body h3 {
|
||
|
font-size: 1.25em;
|
||
|
}
|
||
|
body h4 {
|
||
|
font-size: 1em;
|
||
|
}
|
||
|
body h5 {
|
||
|
font-size: 0.875em;
|
||
|
}
|
||
|
body h6 {
|
||
|
font-size: 0.85em;
|
||
|
color: #6a737d;
|
||
|
}
|
||
|
body ol,
|
||
|
body ul {
|
||
|
padding-left: 2em;
|
||
|
}
|
||
|
body ol ol,
|
||
|
body ol ul,
|
||
|
body ul ol,
|
||
|
body ul ul {
|
||
|
margin-top: 0;
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
body li {
|
||
|
word-wrap: break-all;
|
||
|
}
|
||
|
body li > p {
|
||
|
margin-top: 16px;
|
||
|
}
|
||
|
body li + li {
|
||
|
margin-top: 0.25em;
|
||
|
}
|
||
|
body dl {
|
||
|
padding: 0;
|
||
|
}
|
||
|
body dl dt {
|
||
|
padding: 0;
|
||
|
margin-top: 16px;
|
||
|
font-size: 1em;
|
||
|
font-style: italic;
|
||
|
font-weight: 600;
|
||
|
}
|
||
|
body dl dd {
|
||
|
padding: 0 16px;
|
||
|
margin-bottom: 16px;
|
||
|
}
|
||
|
body table {
|
||
|
display: block;
|
||
|
width: 100%;
|
||
|
overflow: auto;
|
||
|
}
|
||
|
body table th {
|
||
|
font-weight: 600;
|
||
|
}
|
||
|
body table td,
|
||
|
body table th {
|
||
|
padding: 6px 13px;
|
||
|
border: 1px solid #dfe2e5;
|
||
|
}
|
||
|
body table tr {
|
||
|
background-color: #fff;
|
||
|
border-top: 1px solid #c6cbd1;
|
||
|
}
|
||
|
body table tr:nth-child(2n) {
|
||
|
background-color: #f6f8fa;
|
||
|
}
|
||
|
body img {
|
||
|
max-width: 100%;
|
||
|
box-sizing: initial;
|
||
|
background-color: #fff;
|
||
|
}
|
||
|
body img[align='right'] {
|
||
|
padding-left: 20px;
|
||
|
}
|
||
|
body img[align='left'] {
|
||
|
padding-right: 20px;
|
||
|
}
|
||
|
body code {
|
||
|
padding: 0.2em 0.4em;
|
||
|
margin: 0;
|
||
|
font-size: 85%;
|
||
|
background-color: rgba(27, 31, 35, 0.05);
|
||
|
border-radius: 3px;
|
||
|
}
|
||
|
body pre {
|
||
|
word-wrap: normal;
|
||
|
}
|
||
|
body pre > code {
|
||
|
padding: 0;
|
||
|
margin: 0;
|
||
|
font-size: 100%;
|
||
|
word-break: normal;
|
||
|
white-space: pre;
|
||
|
background: 0 0;
|
||
|
border: 0;
|
||
|
}
|
||
|
body pre {
|
||
|
padding: 16px;
|
||
|
overflow: auto;
|
||
|
font-size: 85%;
|
||
|
line-height: 1.45;
|
||
|
background-color: #f6f8fa;
|
||
|
border-radius: 3px;
|
||
|
}
|
||
|
body pre code {
|
||
|
display: inline;
|
||
|
max-width: auto;
|
||
|
padding: 0;
|
||
|
margin: 0;
|
||
|
overflow: visible;
|
||
|
line-height: inherit;
|
||
|
word-wrap: normal;
|
||
|
background-color: initial;
|
||
|
border: 0;
|
||
|
}
|