mirror of
https://github.com/k0shk0sh/FastHub.git
synced 2026-01-18 14:36:40 +00:00
643 lines
11 KiB
CSS
Executable File
643 lines
11 KiB
CSS
Executable File
body {
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
font-size: 16px;
|
|
padding: 10px;
|
|
line-height: 1.5;
|
|
word-wrap: break-word;
|
|
color: #ccc;
|
|
}
|
|
|
|
a {
|
|
color: #00E5FF !important;
|
|
}
|
|
|
|
body::before {
|
|
display: table;
|
|
content: ""
|
|
}
|
|
|
|
body::after {
|
|
display: table;
|
|
clear: both;
|
|
content: ""
|
|
}
|
|
|
|
body>:first-child {
|
|
margin-top: 0!important
|
|
}
|
|
|
|
body:last-child {
|
|
margin-bottom: 46px !important
|
|
}
|
|
|
|
body a:not([href]) {
|
|
color: inherit;
|
|
text-decoration: none
|
|
}
|
|
|
|
body .absent {
|
|
color: #c0392b
|
|
}
|
|
|
|
body .anchor {
|
|
float: left;
|
|
padding-right: 4px;
|
|
margin-left: -10px;
|
|
line-height: 1
|
|
}
|
|
|
|
body .anchor:focus {
|
|
outline: none
|
|
}
|
|
|
|
body p, body blockquote, body ul, body ol, body dl, body table, body pre {
|
|
margin-top: 0;
|
|
margin-bottom: 10px
|
|
}
|
|
|
|
body hr {
|
|
height: .25em;
|
|
padding: 0;
|
|
margin: 24px 0;
|
|
background-color: #c0c0c0;
|
|
border: 0
|
|
}
|
|
|
|
body blockquote {
|
|
padding: 0 1em;
|
|
color: #78909C;
|
|
border-left: .25em solid #ddd
|
|
}
|
|
|
|
body blockquote>:first-child {
|
|
margin-top: 0
|
|
}
|
|
|
|
body blockquote>:last-child {
|
|
margin-bottom: 0
|
|
}
|
|
|
|
body kbd {
|
|
display: inline-block;
|
|
padding: 3px 5px;
|
|
font-size: 11px;
|
|
line-height: 10px;
|
|
color: #656d78;
|
|
vertical-align: middle;
|
|
border: solid 1px #656d78;
|
|
border-bottom-color: #bbb;
|
|
border-radius: 3px;
|
|
box-shadow: inset 0 -1px 0 #656d78
|
|
}
|
|
|
|
body .loweralpha {
|
|
list-style-type: lower-alpha
|
|
}
|
|
|
|
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;
|
|
color: #fff;
|
|
}
|
|
|
|
body h1 .octicon-link, body h2 .octicon-link, body h3 .octicon-link, body h4 .octicon-link, body h5 .octicon-link, body h6 .octicon-link {
|
|
color: #fff;
|
|
vertical-align: middle;
|
|
visibility: hidden
|
|
}
|
|
|
|
body h1:hover .anchor, body h2:hover .anchor, body h3:hover .anchor, body h4:hover .anchor, body h5:hover .anchor, body h6:hover .anchor {
|
|
text-decoration: none
|
|
}
|
|
|
|
body h1:hover .anchor .octicon-link, body h2:hover .anchor .octicon-link, body h3:hover .anchor .octicon-link, body h4:hover .anchor .octicon-link, body h5:hover .anchor .octicon-link, body h6:hover .anchor .octicon-link {
|
|
visibility: visible
|
|
}
|
|
|
|
body h1 tt, body h1 code, body h2 tt, body h2 code, body h3 tt, body h3 code, body h4 tt, body h4 code, body h5 tt, body h5 code, body h6 tt, body h6 code {
|
|
font-size: inherit
|
|
}
|
|
|
|
body h1 {
|
|
padding-bottom: .3em;
|
|
font-size: 2em;
|
|
border-bottom: 1px solid #656d78
|
|
}
|
|
|
|
.gh-header-meta {
|
|
padding-bottom: .3em;
|
|
margin-bottom: 6px;
|
|
border-bottom: 1px solid #656d78
|
|
}
|
|
|
|
body h2 {
|
|
padding-bottom: .3em;
|
|
font-size: 1.5em;
|
|
border-bottom: 1px solid #656d78
|
|
}
|
|
|
|
body h3 {
|
|
font-size: 1.25em
|
|
}
|
|
|
|
body h4 {
|
|
font-size: 1em
|
|
}
|
|
|
|
body h5 {
|
|
font-size: .875em
|
|
}
|
|
|
|
body h6 {
|
|
font-size: .85em;
|
|
color: #c0c0c0
|
|
}
|
|
|
|
body ul, body ol {
|
|
padding-left: 1em
|
|
}
|
|
|
|
body ul.no-list, body ol.no-list {
|
|
padding: 0;
|
|
list-style-type: none
|
|
}
|
|
|
|
body ul ul, body ul ol, body ol ol, body ol ul {
|
|
margin-top: 0;
|
|
margin-bottom: 0
|
|
}
|
|
|
|
body li>p {
|
|
margin-top: 16px
|
|
}
|
|
|
|
body li+li {
|
|
margin-top: .25em
|
|
}
|
|
|
|
body dl {
|
|
padding: 0
|
|
}
|
|
|
|
body dl dt {
|
|
padding: 0;
|
|
margin-top: 16px;
|
|
font-size: 1em;
|
|
font-style: italic;
|
|
font-weight: 700
|
|
}
|
|
|
|
body dl dd {
|
|
padding: 0 16px;
|
|
margin-bottom: 16px
|
|
}
|
|
|
|
body table {
|
|
display: block;
|
|
width: 100%;
|
|
overflow: auto
|
|
}
|
|
|
|
body table th {
|
|
font-weight: 700
|
|
}
|
|
|
|
body table th, body table td {
|
|
padding: 6px 13px;
|
|
border: 1px solid #656d78
|
|
}
|
|
|
|
body table tr {
|
|
background-color: transparent;
|
|
border-top: 1px solid #656d78
|
|
}
|
|
|
|
body table tr:nth-child(2n) {
|
|
background-color: #656d78
|
|
}
|
|
|
|
body img {
|
|
max-width: 100%;
|
|
box-sizing: content-box;
|
|
background-color: transparent;
|
|
}
|
|
|
|
body img[align=right] {
|
|
padding-left: 10px
|
|
}
|
|
|
|
body img[align=left] {
|
|
padding-right: 10px
|
|
}
|
|
|
|
body .emoji {
|
|
max-width: none;
|
|
vertical-align: text-top;
|
|
background-color: transparent
|
|
}
|
|
|
|
body span.frame {
|
|
display: block;
|
|
overflow: hidden
|
|
}
|
|
|
|
body span.frame>span {
|
|
display: block;
|
|
float: left;
|
|
width: auto;
|
|
padding: 7px;
|
|
margin: 13px 0 0;
|
|
overflow: hidden;
|
|
border: 1px solid #656d78
|
|
}
|
|
|
|
body span.frame span img {
|
|
display: block;
|
|
float: left
|
|
}
|
|
|
|
body span.frame span span {
|
|
display: block;
|
|
padding: 5px 0 0;
|
|
clear: both;
|
|
color: #ccc
|
|
}
|
|
|
|
body span.align-center {
|
|
display: block;
|
|
overflow: hidden;
|
|
clear: both
|
|
}
|
|
|
|
body span.align-center>span {
|
|
display: block;
|
|
margin: 13px auto 0;
|
|
overflow: hidden;
|
|
text-align: center
|
|
}
|
|
|
|
body span.align-center span img {
|
|
margin: 0 auto;
|
|
text-align: center
|
|
}
|
|
|
|
body span.align-right {
|
|
display: block;
|
|
overflow: hidden;
|
|
clear: both
|
|
}
|
|
|
|
body span.align-right>span {
|
|
display: block;
|
|
margin: 13px 0 0;
|
|
overflow: hidden;
|
|
text-align: right
|
|
}
|
|
|
|
body span.align-right span img {
|
|
margin: 0;
|
|
text-align: right
|
|
}
|
|
|
|
body span.float-left {
|
|
display: block;
|
|
float: left;
|
|
margin-right: 8px;
|
|
overflow: hidden
|
|
}
|
|
|
|
body span.float-left span {
|
|
margin: 8px 0 0
|
|
}
|
|
|
|
body span.float-right {
|
|
display: block;
|
|
float: right;
|
|
margin-left: 8px;
|
|
overflow: hidden
|
|
}
|
|
|
|
body span.float-right>span {
|
|
display: block;
|
|
margin: 8px auto 0;
|
|
overflow: hidden;
|
|
text-align: right
|
|
}
|
|
|
|
body code, body tt {
|
|
padding: 0;
|
|
padding-top: .1em;
|
|
padding-bottom: .2em;
|
|
margin: 0;
|
|
font-size: 85%;
|
|
background-color: rgba(84, 84, 84, 0.04);
|
|
border-radius: 3px
|
|
}
|
|
|
|
body code::before, body code::after, body tt::before, body tt::after {
|
|
letter-spacing: -.2em;
|
|
content: "\00a0"
|
|
}
|
|
|
|
body code br, body tt br {
|
|
display: none
|
|
}
|
|
|
|
body del code {
|
|
text-decoration: inherit
|
|
}
|
|
|
|
body pre {
|
|
word-wrap: normal
|
|
}
|
|
|
|
body pre>code {
|
|
padding: 0;
|
|
margin: 0;
|
|
font-size: 100%;
|
|
word-break: normal;
|
|
white-space: pre;
|
|
background: transparent;
|
|
border: 0
|
|
}
|
|
|
|
body .highlight {
|
|
margin-bottom: 10px
|
|
}
|
|
|
|
body .highlight pre {
|
|
margin-bottom: 0;
|
|
word-break: normal
|
|
}
|
|
|
|
body .highlight pre, body pre {
|
|
padding: 16px;
|
|
overflow: auto;
|
|
font-size: 85%;
|
|
line-height: 1.45;
|
|
border-radius: 3px
|
|
}
|
|
|
|
body pre code, body pre tt {
|
|
display: inline;
|
|
max-width: auto;
|
|
padding: 0;
|
|
margin: 0;
|
|
overflow: visible;
|
|
line-height: inherit;
|
|
word-wrap: normal;
|
|
background-color: transparent;
|
|
border: 0
|
|
}
|
|
|
|
body pre code::before, body pre code::after, body pre tt::before, body pre tt::after {
|
|
content: normal
|
|
}
|
|
|
|
body .csv-data td, body .csv-data th {
|
|
padding: 5px;
|
|
overflow: hidden;
|
|
font-size: 12px;
|
|
line-height: 1;
|
|
text-align: left;
|
|
white-space: nowrap
|
|
}
|
|
|
|
body .csv-data .blob-num {
|
|
padding: 10px 8px 9px;
|
|
text-align: right;
|
|
background: #656d78;
|
|
border: 0
|
|
}
|
|
|
|
body .csv-data tr {
|
|
border-top: 0
|
|
}
|
|
|
|
body .csv-data th {
|
|
font-weight: 700;
|
|
background: #656d78;
|
|
border-top: 0
|
|
}
|
|
|
|
body {
|
|
font-size: 15px
|
|
}
|
|
|
|
body blockquote {
|
|
margin-right: 0;
|
|
margin-left: 0
|
|
}
|
|
|
|
body code {
|
|
white-space: normal
|
|
}
|
|
|
|
body.email-format {
|
|
line-height: 1.5em!important
|
|
}
|
|
|
|
body.email-format div {
|
|
white-space: pre-wrap
|
|
}
|
|
|
|
body .email-hidden-reply {
|
|
display: none;
|
|
white-space: pre-wrap
|
|
}
|
|
|
|
body .email-hidden-reply.expanded {
|
|
display: block
|
|
}
|
|
|
|
body .email-quoted-reply, body .email-signature-reply {
|
|
padding: 0 10px;
|
|
margin-bottom: 10px;
|
|
color: #c0c0c0;
|
|
border-left: 4px solid #656d78
|
|
}
|
|
|
|
.pl-c {
|
|
color: #969896
|
|
}
|
|
|
|
.pl-c1, .pl-s .pl-v {
|
|
color: #0086b3
|
|
}
|
|
|
|
.pl-e, .pl-en {
|
|
color: #795da3
|
|
}
|
|
|
|
.pl-smi, .pl-s .pl-s1 {
|
|
color: #78909C
|
|
}
|
|
|
|
.pl-ent {
|
|
color: #388E3C
|
|
}
|
|
|
|
.pl-k {
|
|
color: #a71d5d
|
|
}
|
|
|
|
.pl-s, .pl-pds, .pl-s .pl-pse .pl-s1, .pl-sr, .pl-sr .pl-cce, .pl-sr .pl-sre, .pl-sr .pl-sra {
|
|
color: #1976D2
|
|
}
|
|
|
|
.pl-v {
|
|
color: #ed6a43
|
|
}
|
|
|
|
.pl-id {
|
|
color: #b52a1d
|
|
}
|
|
|
|
.pl-ii {
|
|
color: #f8f8f8;
|
|
background-color: #b52a1d
|
|
}
|
|
|
|
.pl-sr .pl-cce {
|
|
font-weight: 700;
|
|
color: #388E3C
|
|
}
|
|
|
|
.pl-ml {
|
|
color: #7f8c8d;
|
|
}
|
|
|
|
.pl-mh, .pl-mh .pl-en, .pl-ms {
|
|
font-weight: 700;
|
|
color: #1976D2
|
|
}
|
|
|
|
.pl-mq {
|
|
color: #0097A7
|
|
}
|
|
|
|
.pl-mi {
|
|
font-style: italic;
|
|
color: #78909C
|
|
}
|
|
|
|
.pl-mb {
|
|
font-weight: 700;
|
|
color: #78909C
|
|
}
|
|
|
|
.pl-md {
|
|
color: #bd2c00;
|
|
background-color: #ffecec
|
|
}
|
|
|
|
.pl-mi1 {
|
|
color: #55a532;
|
|
background-color: #eaffea
|
|
}
|
|
|
|
.pl-mdr {
|
|
font-weight: 700;
|
|
color: #795da3
|
|
}
|
|
|
|
.pl-mo {
|
|
color: #1976D2
|
|
}
|
|
|
|
kbd {
|
|
display: inline-block;
|
|
padding: 3px 5px;
|
|
font: 11px Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
|
line-height: 10px;
|
|
color: #555;
|
|
vertical-align: middle;
|
|
background-color: #656d78;
|
|
border: solid 1px #586b78;
|
|
border-bottom-color: #556578;
|
|
border-radius: 3px;
|
|
box-shadow: inset 0 -1px 0 #656d78
|
|
}
|
|
|
|
.badmono {
|
|
font-family: sans-serif;
|
|
font-weight: 700
|
|
}
|
|
|
|
.task-list-item {
|
|
list-style-type: none
|
|
}
|
|
.task-list-item label {
|
|
font-weight: normal
|
|
}
|
|
.task-list-item.enabled label {
|
|
cursor: pointer
|
|
}
|
|
.task-list-item+.task-list-item {
|
|
margin-top: 3px
|
|
}
|
|
.task-list-item .handle {
|
|
display: none
|
|
}
|
|
.task-list-item-checkbox {
|
|
margin: 0 0.2em 0.25em -1.6em;
|
|
vertical-align: middle
|
|
}
|
|
.reorderable-task-lists .markdown-body .contains-task-list {
|
|
padding: 0
|
|
}
|
|
.reorderable-task-lists .markdown-body li:not(.task-list-item) {
|
|
margin-left: 26px
|
|
}
|
|
.reorderable-task-lists .markdown-body .task-list-item {
|
|
padding-right: 15px;
|
|
padding-left: 42px;
|
|
margin-right: -15px;
|
|
margin-left: -15px;
|
|
border: 1px solid transparent
|
|
}
|
|
.reorderable-task-lists .markdown-body .task-list-item+.task-list-item {
|
|
margin-top: 0
|
|
}
|
|
.reorderable-task-lists .markdown-body .task-list-item .contains-task-list {
|
|
padding-top: 4px
|
|
}
|
|
.reorderable-task-lists .markdown-body .task-list-item .handle {
|
|
display: block;
|
|
float: left;
|
|
width: 20px;
|
|
padding: 2px 0 0 2px;
|
|
margin-left: -43px;
|
|
opacity: 0
|
|
}
|
|
.reorderable-task-lists .markdown-body .task-list-item .drag-handle {
|
|
fill: #333
|
|
}
|
|
.reorderable-task-lists .markdown-body .task-list-item.hovered {
|
|
background: #fafafa;
|
|
border-top-color: #ededed;
|
|
border-bottom-color: #ededed
|
|
}
|
|
.reorderable-task-lists .markdown-body .task-list-item.hovered>.handle {
|
|
opacity: 1
|
|
}
|
|
.reorderable-task-lists .markdown-body .task-list-item.is-dragging {
|
|
opacity: 0
|
|
}
|
|
.reorderable-task-lists .markdown-body .task-list-item.is-ghost {
|
|
border-right-color: #ededed;
|
|
border-left-color: #ededed
|
|
}
|
|
.review-comment-contents .markdown-body .task-list-item {
|
|
padding-left: 42px;
|
|
margin-right: -12px;
|
|
margin-left: -12px;
|
|
border-top-left-radius: 3px;
|
|
border-bottom-left-radius: 3px
|
|
}
|
|
.review-comment-contents .markdown-body .task-list-item.hovered {
|
|
border-left-color: #ededed
|
|
}
|