123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566 |
- html {
- text-size-adjust: 100%;
- color: #24292e;
- font-family: Helvetica, Arial, sans-serif;
- font-size: 16px;
- line-height: 1.5;
- word-wrap: break-word;
- }
- a {
- background-color: transparent;
- text-decoration-skip: objects;
- }
- a:active,
- a:hover {
- outline-width: 0;
- }
- strong {
- font-weight: inherit;
- }
- strong {
- font-weight: bolder;
- }
- h1 {
- font-size: 2em;
- margin: 0.67em 0;
- }
- img {
- border-style: none;
- }
- svg:not(:root) {
- overflow: hidden;
- }
- code,
- kbd,
- xmp {
- font-family: monospace;
- font-size: 1em;
- }
- hr {
- box-sizing: content-box;
- height: 0;
- overflow: visible;
- }
- input {
- font: inherit;
- margin: 0;
- }
- input {
- overflow: visible;
- }
- [type="checkbox"] {
- box-sizing: border-box;
- padding: 0;
- }
- * {
- box-sizing: border-box;
- }
- input {
- font-family: inherit;
- font-size: inherit;
- line-height: inherit;
- }
- a {
- color: #0366d6;
- text-decoration: none;
- }
- a:hover {
- text-decoration: underline;
- }
- strong {
- font-weight: 600;
- }
- hr {
- height: 0;
- margin: 15px 0;
- overflow: hidden;
- background: transparent;
- border: 0;
- border-bottom: 1px solid #dfe2e5;
- }
- hr::before {
- display: table;
- content: "";
- }
- hr::after {
- display: table;
- clear: both;
- content: "";
- }
- td,
- th {
- padding: 0;
- }
- h1,
- h2,
- h3,
- h4,
- h5,
- h6 {
- margin-top: 24px;
- margin-bottom: 16px;
- font-weight: 600;
- line-height: 1.25;
- }
- h1 {
- padding-bottom: 0.3em;
- font-size: 2em;
- border-bottom: 1px solid #eaecef;
- }
- h2 {
- padding-bottom: 0.3em;
- font-size: 1.5em;
- border-bottom: 1px solid #eaecef;
- }
- h3 {
- font-size: 1.25em;
- }
- h4 {
- font-size: 1em;
- }
- h5 {
- font-size: 0.875em;
- }
- h6 {
- font-size: 0.85em;
- color: #6a737d;
- }
- p {
- margin-top: 0;
- margin-bottom: 10px;
- }
- blockquote {
- margin: 0;
- }
- ul,
- ol {
- padding-left: 0;
- margin-top: 0;
- margin-bottom: 0;
- }
- ol ol,
- ul ol {
- list-style-type: lower-roman;
- }
- ul ul ol,
- ul ol ol,
- ol ul ol,
- ol ol ol {
- list-style-type: lower-alpha;
- }
- dd {
- margin-left: 0;
- }
- code, xmp {
- font-family: monospace;
- font-size: 12px;
- }
- .repo-config-option:not(:checked) ~ .time-remaining {
- display: none;
- }
- .pl-0 {
- padding-left: 0 !important;
- }
- .pl-1 {
- padding-left: 4px !important;
- }
- .pl-2 {
- padding-left: 8px !important;
- }
- .pl-3 {
- padding-left: 16px !important;
- }
- .pl-4 {
- padding-left: 24px !important;
- }
- .pl-5 {
- padding-left: 32px !important;
- }
- .pl-6 {
- padding-left: 40px !important;
- }
- .element::before {
- display: table;
- content: "";
- }
- .element::after {
- display: table;
- clear: both;
- content: "";
- }
- .element>*:first-child {
- margin-top: 0 !important;
- }
- .element>*:last-child {
- margin-bottom: 0 !important;
- }
- a:not([href]) {
- color: inherit;
- text-decoration: none;
- }
- p,
- blockquote,
- ul,
- ol,
- dl,
- table {
- margin-top: 0;
- margin-bottom: 16px;
- }
- hr {
- height: 0.25em;
- padding: 0;
- margin: 24px 0;
- background-color: #e1e4e8;
- border: 0;
- }
- blockquote {
- padding: 0 1em;
- color: #6a737d;
- border-left: 0.25em solid #dfe2e5;
- }
- blockquote>:first-child {
- margin-top: 0;
- }
- blockquote>:last-child {
- margin-bottom: 0;
- }
- kbd {
- display: inline-block;
- padding: 3px 5px;
- font-size: 11px;
- line-height: 10px;
- color: #444d56;
- vertical-align: middle;
- background-color: #fafbfc;
- border: solid 1px #c6cbd1;
- border-bottom-color: #959da5;
- border-radius: 3px;
- box-shadow: inset 0 -1px 0 #959da5;
- }
- ul,
- ol {
- padding-left: 2em;
- }
- ul ul,
- ul ol,
- ol ol,
- ol ul {
- margin-top: 0;
- margin-bottom: 0;
- }
- li>p {
- margin-top: 16px;
- }
- dl {
- padding: 0;
- }
- dl dt {
- padding: 0;
- margin-top: 16px;
- font-size: 1em;
- font-style: italic;
- font-weight: 600;
- }
- dl dd {
- padding: 0 16px;
- margin-bottom: 16px;
- }
- table {
- border-spacing: 0;
- border-collapse: collapse;
- width: 100%;
- overflow: auto;
- margin-left:auto;
- margin-right:auto;
- }
- table th {
- font-weight: 600;
- }
- table th,
- table td {
- padding: 6px 13px;
- border: 1px solid #dfe2e5;
- }
- table tr {
- background-color: #fff;
- border-top: 1px solid #c6cbd1;
- }
- table tr:nth-child(2n) {
- background-color: #f6f8fa;
- }
- img {
- max-width: 100%;
- box-sizing: content-box;
- }
- code, xmp {
- padding: 0;
- padding-top: 0.2em;
- padding-bottom: 0.2em;
- margin: 0;
- font-size: 85%;
- background-color: rgba(27,31,35,0.05);
- border-radius: 3px;
- }
- code::before,
- code::after {
- letter-spacing: -0.2em;
- content: "\00a0";
- }
- .full-commit .btn-outline:not(:disabled):hover {
- color: #005cc5;
- border-color: #005cc5;
- }
- kbd {
- display: inline-block;
- padding: 3px 5px;
- font: 11px monospace;
- line-height: 10px;
- color: #444d56;
- vertical-align: middle;
- background-color: #fcfcfc;
- border: solid 1px #c6cbd1;
- border-bottom-color: #959da5;
- border-radius: 3px;
- box-shadow: inset 0 -1px 0 #959da5;
- }
- :checked+.radio-label {
- position: relative;
- z-index: 1;
- border-color: #0366d6;
- }
- .task-list-item {
- list-style-type: none;
- }
- .task-list-item+.task-list-item {
- margin-top: 3px;
- }
- .task-list-item input {
- margin: 0 0.2em 0.25em -1.6em;
- vertical-align: middle;
- }
- hr {
- border-bottom-color: #eee;
- }
- body {
- box-sizing: border-box;
- min-width: 200px;
- max-width: 980px;
- margin: 0 auto;
- padding: 45px;
- position: relative;
- padding-bottom: 200px;
- }
- body:last-child {
- margin-bottom: 50px;
- }
- header {
- margin-bottom: 1.0em;
- }
- header h1 {
- margin: 0px;
- padding: 0px;
- /* font-size: 3em; */
- font-size: 7vmin;
- border-bottom: none;
- }
- code, xmp {
- margin-bottom: 20px;
- padding-left: 20px;
- white-space: pre;
- display: block;
- color: #FFFFFF;
- background: #000000;
- word-wrap: break-word;
- overflow: auto;
- }
- g-row {
- display: block
- }
- g-col {
- display: inline
- }
- @media (min-width: 50em) {
- g-row {
- width: 100%;
- display: table;
- table-layout: fixed;
- }
- g-col {
- display: table-cell;
- padding-right: 2%;
- }
- g-col:last-child {
- padding-left: 2%;
- padding-right: 0;
- }
- }
- label {
- display: block;
- margin-bottom: 3px;
- }
- label>input[type=checkbox] {
- margin-top: 10px;
- margin-bottom: 15px;
- }
- label>input[type=radio] {
- margin-top: 10px;
- margin-bottom: 10px;
- }
- input:not([type]), input[type=password], input[type=email], input[type=url], input[type=date], input[type=month], input[type=time], input[type=datetime], input[type=datetime-local], input[type=week], input[type=tel], input[type=color], input[type=number], input[type=search], input[type=text], select, textarea {
- display: block;
- margin-bottom: 10px;
- padding: .3em;
- display: inline-block;
- border: 1px solid #ccc;
- box-shadow: inset 0 1px 3px #ddd;
- border-radius: 4px;
- vertical-align: middle;
- box-sizing: border-box;
- }
- input:not([type]):focus, input[type=password]:focus, input[type=email]:focus, input[type=url]:focus, input[type=date]:focus, input[type=month]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=week]:focus, input[type=tel]:focus, input[type=color]:focus, input[type=number]:focus, input[type=search]:focus, input[type=text]:focus, select:focus, textarea:focus {
- outline: 0;
- border-color: #129FEA;
- }
- select {
- display: block;
- margin-bottom: 10px;
- height: 2.25em;
- border: 1px solid #ccc;
- background-color: #fff;
- }
- button {
- background-color: #0078e7;
- color: #fff;
- margin-top: 10px;
- margin-bottom: 15px;
- padding: .5em 1em;
- text-decoration: none;
- border-radius: 2px;
- border: transparent;
- }
- footer {
- color: #636c72!important;
- position: absolute;
- right: 0;
- bottom: 0;
- left: 0;
- padding-top: 1rem;
- background-color: #efefef;
- text-align: center;
- }
- html {
- height: 100%;
- box-sizing: border-box;
- }
- p>code {
- padding: 0;
- margin: 0;
- font-size: 85%;
- border-radius: 3px;
- display: inline-block;
- background-color: grey;
- word-break: keep-all;
- vertical-align: middle;
- }
- @viewport {
- zoom: 1.0;
- width: extend-to-zoom;
- }
|