5659 lines
124 KiB
CSS
5659 lines
124 KiB
CSS
.medium-zoom-overlay {
|
|
z-index: 100
|
|
}
|
|
|
|
.medium-zoom-overlay ~ img {
|
|
z-index: 101
|
|
}
|
|
|
|
.pagation[data-v-154edf7e] {
|
|
font-weight: 600;
|
|
text-align: center;
|
|
color: #888;
|
|
color: var(--text-color-sub);
|
|
margin: 20px auto 0;
|
|
background: #f2f2f2;
|
|
background: var(--theme-color)
|
|
}
|
|
|
|
.pagation .pagation-list[data-v-154edf7e] {
|
|
font-size: 0;
|
|
line-height: 50px;
|
|
-webkit-touch-callout: none;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none
|
|
}
|
|
|
|
.pagation .pagation-list span[data-v-154edf7e] {
|
|
font-size: 14px
|
|
}
|
|
|
|
.pagation .pagation-list span.jumpinp input[data-v-154edf7e] {
|
|
box-shadow: var(--box-shadow);
|
|
border: 1px solid var(--border-color) !important;
|
|
border: 1px solid #ccc
|
|
}
|
|
|
|
.pagation .pagation-list span.jump[data-v-154edf7e] {
|
|
display: inline-block;
|
|
width: 2rem;
|
|
height: 2rem;
|
|
line-height: 2rem;
|
|
border-radius: 2rem;
|
|
cursor: pointer;
|
|
margin-left: 5px
|
|
}
|
|
|
|
.pagation .pagation-list span.jump[data-v-154edf7e]:hover:not(.bgprimary) {
|
|
color: var(--text-color)
|
|
}
|
|
|
|
.pagation .pagation-list span.jumpinp input[data-v-154edf7e] {
|
|
width: 55px;
|
|
height: 26px;
|
|
background-color: var(--background-color);
|
|
font-size: 13px;
|
|
border-radius: 4px;
|
|
text-align: center;
|
|
outline: none
|
|
}
|
|
|
|
.pagation .pagation-list span.bgprimary[data-v-154edf7e] {
|
|
cursor: default;
|
|
color: #fff;
|
|
background: #efc9c9;
|
|
border-color: #efc9c9
|
|
}
|
|
|
|
.pagation .pagation-list span.ellipsis[data-v-154edf7e] {
|
|
padding: 0 8px
|
|
}
|
|
|
|
.pagation .pagation-list span.jumppoint[data-v-154edf7e] {
|
|
margin: 0 10px 0 30px
|
|
}
|
|
|
|
.back-to-ceiling[data-v-c6073ba8] {
|
|
background-color: #fff;
|
|
background-color: var(--background-color);
|
|
box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
|
|
box-shadow: var(--box-shadow);
|
|
position: fixed;
|
|
display: inline-block;
|
|
text-align: center;
|
|
cursor: pointer
|
|
}
|
|
|
|
.back-to-ceiling[data-v-c6073ba8]::hover {
|
|
background: #d5dbe7
|
|
}
|
|
|
|
.back-to-ceiling .icon[data-v-c6073ba8] {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
margin: auto;
|
|
width: 26px;
|
|
height: 26px;
|
|
fill: #efc9c9
|
|
}
|
|
|
|
.fade-enter-active[data-v-c6073ba8], .fade-leave-active[data-v-c6073ba8] {
|
|
-webkit-transition: all .5s;
|
|
transition: all .5s
|
|
}
|
|
|
|
.fade-enter[data-v-c6073ba8], .fade-leave-to[data-v-c6073ba8] {
|
|
opacity: 0;
|
|
-webkit-transform: translateY(120px);
|
|
transform: translateY(120px)
|
|
}
|
|
|
|
#loader-wrapper[data-v-d48f4d20] {
|
|
height: 100vh;
|
|
width: 100vw;
|
|
background: #fff;
|
|
background: var(--background-color)
|
|
}
|
|
|
|
#loader-wrapper .loader-main[data-v-d48f4d20] {
|
|
position: fixed;
|
|
width: 120px;
|
|
height: 50px;
|
|
top: 45%;
|
|
left: 50%;
|
|
z-index: 555;
|
|
-webkit-transform: translate(-50%);
|
|
transform: translate(-50%)
|
|
}
|
|
|
|
#loader-wrapper .loader-main div[data-v-d48f4d20]:nth-child(2) {
|
|
-webkit-animation: pacman-balls-data-v-d48f4d20 1s linear 0s infinite;
|
|
animation: pacman-balls-data-v-d48f4d20 1s linear 0s infinite
|
|
}
|
|
|
|
#loader-wrapper .loader-main div[data-v-d48f4d20]:nth-child(3) {
|
|
-webkit-animation: pacman-balls-data-v-d48f4d20 1s linear .33s infinite;
|
|
animation: pacman-balls-data-v-d48f4d20 1s linear .33s infinite
|
|
}
|
|
|
|
#loader-wrapper .loader-main div[data-v-d48f4d20]:nth-child(4) {
|
|
-webkit-animation: pacman-balls-data-v-d48f4d20 1s linear .66s infinite;
|
|
animation: pacman-balls-data-v-d48f4d20 1s linear .66s infinite
|
|
}
|
|
|
|
#loader-wrapper .loader-main div[data-v-d48f4d20]:nth-child(5) {
|
|
-webkit-animation: pacman-balls-data-v-d48f4d20 1s linear .99s infinite;
|
|
animation: pacman-balls-data-v-d48f4d20 1s linear .99s infinite
|
|
}
|
|
|
|
#loader-wrapper .loader-main div[data-v-d48f4d20]:first-of-type {
|
|
width: 0;
|
|
height: 0;
|
|
border: 25px solid #efc9c9;
|
|
border-right-color: transparent;
|
|
border-radius: 25px;
|
|
-webkit-animation: rotate_pacman_half_up-data-v-d48f4d20 .5s 0s infinite;
|
|
animation: rotate_pacman_half_up-data-v-d48f4d20 .5s 0s infinite
|
|
}
|
|
|
|
#loader-wrapper .loader-main div[data-v-d48f4d20]:nth-child(2) {
|
|
width: 0;
|
|
height: 0;
|
|
border: 25px solid #efc9c9;
|
|
border-right-color: transparent;
|
|
border-radius: 25px;
|
|
-webkit-animation: rotate_pacman_half_down-data-v-d48f4d20 .5s 0s infinite;
|
|
animation: rotate_pacman_half_down-data-v-d48f4d20 .5s 0s infinite;
|
|
margin-top: -50px
|
|
}
|
|
|
|
#loader-wrapper .loader-main div[data-v-d48f4d20]:nth-child(3), #loader-wrapper .loader-main div[data-v-d48f4d20]:nth-child(4), #loader-wrapper .loader-main div[data-v-d48f4d20]:nth-child(5), #loader-wrapper .loader-main div[data-v-d48f4d20]:nth-child(6) {
|
|
background-color: #efc9c9;
|
|
width: 15px;
|
|
height: 15px;
|
|
border-radius: 100%;
|
|
margin: 2px;
|
|
width: 10px;
|
|
height: 10px;
|
|
position: absolute;
|
|
-webkit-transform: translateY(-6.25px);
|
|
transform: translateY(-6.25px);
|
|
top: 25px;
|
|
left: 100px
|
|
}
|
|
|
|
#loader-wrapper .title[data-v-d48f4d20] {
|
|
margin: 8rem auto 2rem;
|
|
font-size: 30px
|
|
}
|
|
|
|
#loader-wrapper .description[data-v-d48f4d20], #loader-wrapper .title[data-v-d48f4d20] {
|
|
text-align: center;
|
|
color: #424242;
|
|
color: var(--text-color);
|
|
box-sizing: border-box;
|
|
padding: 0 10px;
|
|
text-shadow: 0 2px 10px rgba(0, 0, 0, .2)
|
|
}
|
|
|
|
#loader-wrapper .description[data-v-d48f4d20] {
|
|
margin: auto;
|
|
font-size: 22px
|
|
}
|
|
|
|
@-webkit-keyframes pacman-balls-data-v-d48f4d20 {
|
|
75% {
|
|
opacity: .7
|
|
}
|
|
to {
|
|
-webkit-transform: translate(-100px, -6.25px);
|
|
transform: translate(-100px, -6.25px)
|
|
}
|
|
}
|
|
|
|
@keyframes pacman-balls-data-v-d48f4d20 {
|
|
75% {
|
|
opacity: .7
|
|
}
|
|
to {
|
|
-webkit-transform: translate(-100px, -6.25px);
|
|
transform: translate(-100px, -6.25px)
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes rotate_pacman_half_up-data-v-d48f4d20 {
|
|
0% {
|
|
-webkit-transform: rotate(270deg);
|
|
transform: rotate(270deg)
|
|
}
|
|
50% {
|
|
-webkit-transform: rotate(1turn);
|
|
transform: rotate(1turn)
|
|
}
|
|
to {
|
|
-webkit-transform: rotate(270deg);
|
|
transform: rotate(270deg)
|
|
}
|
|
}
|
|
|
|
@keyframes rotate_pacman_half_up-data-v-d48f4d20 {
|
|
0% {
|
|
-webkit-transform: rotate(270deg);
|
|
transform: rotate(270deg)
|
|
}
|
|
50% {
|
|
-webkit-transform: rotate(1turn);
|
|
transform: rotate(1turn)
|
|
}
|
|
to {
|
|
-webkit-transform: rotate(270deg);
|
|
transform: rotate(270deg)
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes rotate_pacman_half_down-data-v-d48f4d20 {
|
|
0% {
|
|
-webkit-transform: rotate(90deg);
|
|
transform: rotate(90deg)
|
|
}
|
|
50% {
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg)
|
|
}
|
|
to {
|
|
-webkit-transform: rotate(90deg);
|
|
transform: rotate(90deg)
|
|
}
|
|
}
|
|
|
|
@keyframes rotate_pacman_half_down-data-v-d48f4d20 {
|
|
0% {
|
|
-webkit-transform: rotate(90deg);
|
|
transform: rotate(90deg)
|
|
}
|
|
50% {
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg)
|
|
}
|
|
to {
|
|
-webkit-transform: rotate(90deg);
|
|
transform: rotate(90deg)
|
|
}
|
|
}
|
|
|
|
.valine-wrapper #valine.v .vbtn {
|
|
color: #2c3e50;
|
|
color: var(--text-color);
|
|
border: 1px solid #eaecef;
|
|
border-color: var(--border-color)
|
|
}
|
|
|
|
.valine-wrapper #valine.v .vbtn:hover {
|
|
color: #efc9c9;
|
|
border-color: #efc9c9
|
|
}
|
|
|
|
.valine-wrapper #valine.v .vwrap {
|
|
background: rgba(27, 31, 35, .05);
|
|
background: var(--code-color);
|
|
border: 1px solid #eaecef;
|
|
border-color: var(--border-color)
|
|
}
|
|
|
|
.valine-wrapper #valine.v .vwrap .vheader .vinput {
|
|
border-bottom: 1px dashed var(--border-color)
|
|
}
|
|
|
|
.valine-wrapper #valine.v .vwrap .vheader .vinput:focus {
|
|
border-bottom-color: #efc9c9
|
|
}
|
|
|
|
.valine-wrapper #valine.v .vwrap .vheader .vinput:-internal-autofill-selected {
|
|
background-color: var(--code-color) !important
|
|
}
|
|
|
|
.valine-wrapper #valine.v .vinfo {
|
|
padding-left: .6rem
|
|
}
|
|
|
|
.valine-wrapper #valine.v .vcard .vquote {
|
|
margin-left: 0;
|
|
border-left: none
|
|
}
|
|
|
|
.valine-wrapper #valine.v .vcard .vimg {
|
|
width: 2.8rem;
|
|
height: 2.8rem;
|
|
border-radius: .25rem;
|
|
border: none
|
|
}
|
|
|
|
.valine-wrapper #valine.v .vcard .vhead .vnick {
|
|
color: #efc9c9
|
|
}
|
|
|
|
.valine-wrapper #valine.v .vcard .vhead .vnick:before {
|
|
background: #efc9c9
|
|
}
|
|
|
|
.valine-wrapper #valine.v .vh {
|
|
border-bottom: none
|
|
}
|
|
|
|
.valine-wrapper #valine.v .vh .vhead .vsys {
|
|
color: #efc9c9;
|
|
color: var(--text-color);
|
|
background: rgba(27, 31, 35, .05);
|
|
background: var(--code-color)
|
|
}
|
|
|
|
.valine-wrapper #valine.v .vh .vmeta {
|
|
margin-bottom: 1rem
|
|
}
|
|
|
|
.valine-wrapper #valine.v .vh .vmeta .vat {
|
|
margin-right: .3rem;
|
|
background: rgba(27, 31, 35, .05);
|
|
background: var(--code-color);
|
|
border-radius: .25rem;
|
|
padding: 0 .4rem;
|
|
color: var(--text-color);
|
|
border: 1px solid #eaecef;
|
|
border-color: var(--border-color)
|
|
}
|
|
|
|
.valine-wrapper #valine.v .vh .vmeta .vat:hover {
|
|
color: #efc9c9;
|
|
border-color: #efc9c9
|
|
}
|
|
|
|
.valine-wrapper #valine.v .vh .vcontent {
|
|
background: rgba(27, 31, 35, .05);
|
|
background: var(--code-color);
|
|
border-radius: .25rem;
|
|
margin: 0 .3rem;
|
|
padding: .1rem .6rem .05rem
|
|
}
|
|
|
|
.valine-wrapper #valine.v .vh .vcontent p .at {
|
|
color: #efc9c9
|
|
}
|
|
|
|
.valine-wrapper #valine.v .vh .vcontent.expand:before {
|
|
z-index: 1;
|
|
background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
|
|
background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
|
|
background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(var(--background-color)));
|
|
background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), var(--background-color))
|
|
}
|
|
|
|
.valine-wrapper #valine.v .vh .vcontent.expand:after {
|
|
color: #efc9c9;
|
|
color: var(--text-color);
|
|
background: #fff;
|
|
background: var(--background-color)
|
|
}
|
|
|
|
.valine-wrapper #valine.v .info {
|
|
padding-right: .6rem
|
|
}
|
|
|
|
.valine-wrapper #valine.v .vbtn, .valine-wrapper #valine.v code, .valine-wrapper #valine.v pre {
|
|
background: var(--background-color);
|
|
color: var(--text-color)
|
|
}
|
|
|
|
.valine-wrapper #valine.v a {
|
|
color: #efc9c9
|
|
}
|
|
|
|
.valine-wrapper #valine.v a:before {
|
|
background: #efc9c9
|
|
}
|
|
|
|
/*!
|
|
* vssue - A vue-powered issue-based comment plugin
|
|
*
|
|
* @version v1.4.6
|
|
* @link https://vssue.js.org
|
|
* @license MIT
|
|
* @copyright 2018-2020 meteorlxy
|
|
*/
|
|
.vssue {
|
|
color: #2c3e50
|
|
}
|
|
|
|
.vssue .vssue-button {
|
|
color: #3eaf7c;
|
|
border: 2px solid #3eaf7c
|
|
}
|
|
|
|
.vssue .vssue-button:not(:disabled).vssue-button-primary {
|
|
color: #3eaf7c;
|
|
border-color: #3eaf7c
|
|
}
|
|
|
|
.vssue .vssue-icon {
|
|
fill: #3eaf7c
|
|
}
|
|
|
|
.vssue .vssue-notice .vssue-alert {
|
|
color: #3eaf7c;
|
|
border: 2px solid #c3ead8;
|
|
background-color: #f5fbf8
|
|
}
|
|
|
|
.vssue .vssue-notice .vssue-progress {
|
|
background-color: #3eaf7c
|
|
}
|
|
|
|
.vssue .vssue-status {
|
|
color: #3eaf7c
|
|
}
|
|
|
|
@media screen and (max-width: 576px) {
|
|
.vssue .vssue-new-comment .vssue-new-comment-body {
|
|
margin-left: 60px
|
|
}
|
|
}
|
|
|
|
@media screen and (min-width: 577px) {
|
|
.vssue .vssue-new-comment .vssue-new-comment-body {
|
|
margin-left: 70px
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 576px) {
|
|
.vssue .vssue-new-comment .vssue-new-comment-footer {
|
|
text-align: center
|
|
}
|
|
|
|
.vssue .vssue-new-comment .vssue-new-comment-footer .vssue-new-comment-operations {
|
|
margin-top: 10px
|
|
}
|
|
}
|
|
|
|
@media screen and (min-width: 577px) {
|
|
.vssue .vssue-new-comment .vssue-new-comment-footer {
|
|
margin-left: 70px;
|
|
text-align: right
|
|
}
|
|
|
|
.vssue .vssue-new-comment .vssue-new-comment-footer .vssue-current-user {
|
|
float: left
|
|
}
|
|
}
|
|
|
|
.vssue .vssue-new-comment .vssue-new-comment-input {
|
|
background-color: #f5fbf8
|
|
}
|
|
|
|
.vssue .vssue-comments .vssue-comment.vssue-comment-edit-mode .vssue-comment-main, .vssue .vssue-new-comment .vssue-new-comment-input:focus {
|
|
border-color: #9adbbe;
|
|
box-shadow: 0 0 1px 1px #9adbbe
|
|
}
|
|
|
|
@media screen and (max-width: 576px) {
|
|
.vssue .vssue-comments .vssue-comment .vssue-comment-body {
|
|
margin-left: 60px
|
|
}
|
|
}
|
|
|
|
@media screen and (min-width: 577px) {
|
|
.vssue .vssue-comments .vssue-comment .vssue-comment-body {
|
|
margin-left: 70px
|
|
}
|
|
}
|
|
|
|
.vssue .vssue-comments .vssue-comment .vssue-comment-footer .vssue-comment-operations, .vssue .vssue-comments .vssue-comment .vssue-comment-footer .vssue-comment-reactions .vssue-comment-reaction {
|
|
color: #3eaf7c
|
|
}
|
|
|
|
@media screen and (max-width: 576px) {
|
|
.vssue .vssue-pagination {
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
flex-direction: column;
|
|
-webkit-box-pack: center;
|
|
justify-content: center;
|
|
text-align: center
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 576px) {
|
|
.vssue .vssue-pagination .vssue-pagination-page {
|
|
margin-top: 10px
|
|
}
|
|
}
|
|
|
|
@media screen and (min-width: 577px) {
|
|
.vssue .vssue-pagination .vssue-pagination-page {
|
|
text-align: right
|
|
}
|
|
}
|
|
|
|
.vssue .vssue-pagination .vssue-pagination-select {
|
|
border: 1px solid #9adbbe
|
|
}
|
|
|
|
.vssue .vssue-pagination .vssue-pagination-select:focus {
|
|
box-shadow: 0 0 .2px .2px #9adbbe
|
|
}
|
|
|
|
.vssue .vssue-pagination .vssue-pagination-link:not(.disabled), .vssue :not(.vssue-comment-content) a {
|
|
color: #3eaf7c
|
|
}
|
|
|
|
.markdown-body .tab-size[data-tab-size="1"] {
|
|
-o-tab-size: 1
|
|
}
|
|
|
|
.markdown-body .tab-size[data-tab-size="2"] {
|
|
-o-tab-size: 2
|
|
}
|
|
|
|
.markdown-body .tab-size[data-tab-size="3"] {
|
|
-o-tab-size: 3
|
|
}
|
|
|
|
.markdown-body .tab-size[data-tab-size="4"] {
|
|
-o-tab-size: 4
|
|
}
|
|
|
|
.markdown-body .tab-size[data-tab-size="5"] {
|
|
-o-tab-size: 5
|
|
}
|
|
|
|
.markdown-body .tab-size[data-tab-size="6"] {
|
|
-o-tab-size: 6
|
|
}
|
|
|
|
.markdown-body .tab-size[data-tab-size="7"] {
|
|
-o-tab-size: 7
|
|
}
|
|
|
|
.markdown-body .tab-size[data-tab-size="8"] {
|
|
-o-tab-size: 8
|
|
}
|
|
|
|
.markdown-body .tab-size[data-tab-size="9"] {
|
|
-o-tab-size: 9
|
|
}
|
|
|
|
.markdown-body .tab-size[data-tab-size="10"] {
|
|
-o-tab-size: 10
|
|
}
|
|
|
|
.markdown-body .tab-size[data-tab-size="11"] {
|
|
-o-tab-size: 11
|
|
}
|
|
|
|
.markdown-body .tab-size[data-tab-size="12"] {
|
|
-o-tab-size: 12
|
|
}
|
|
|
|
@font-face {
|
|
font-family: octicons-link;
|
|
src: url(data:font/woff;charset=utf-8;base64,d09GRgABAAAAAAZwABAAAAAACFQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABEU0lHAAAGaAAAAAgAAAAIAAAAAUdTVUIAAAZcAAAACgAAAAoAAQAAT1MvMgAAAyQAAABJAAAAYFYEU3RjbWFwAAADcAAAAEUAAACAAJThvmN2dCAAAATkAAAABAAAAAQAAAAAZnBnbQAAA7gAAACyAAABCUM+8IhnYXNwAAAGTAAAABAAAAAQABoAI2dseWYAAAFsAAABPAAAAZwcEq9taGVhZAAAAsgAAAA0AAAANgh4a91oaGVhAAADCAAAABoAAAAkCA8DRGhtdHgAAAL8AAAADAAAAAwGAACfbG9jYQAAAsAAAAAIAAAACABiATBtYXhwAAACqAAAABgAAAAgAA8ASm5hbWUAAAToAAABQgAAAlXu73sOcG9zdAAABiwAAAAeAAAAME3QpOBwcmVwAAAEbAAAAHYAAAB/aFGpk3jaTY6xa8JAGMW/O62BDi0tJLYQincXEypYIiGJjSgHniQ6umTsUEyLm5BV6NDBP8Tpts6F0v+k/0an2i+itHDw3v2+9+DBKTzsJNnWJNTgHEy4BgG3EMI9DCEDOGEXzDADU5hBKMIgNPZqoD3SilVaXZCER3/I7AtxEJLtzzuZfI+VVkprxTlXShWKb3TBecG11rwoNlmmn1P2WYcJczl32etSpKnziC7lQyWe1smVPy/Lt7Kc+0vWY/gAgIIEqAN9we0pwKXreiMasxvabDQMM4riO+qxM2ogwDGOZTXxwxDiycQIcoYFBLj5K3EIaSctAq2kTYiw+ymhce7vwM9jSqO8JyVd5RH9gyTt2+J/yUmYlIR0s04n6+7Vm1ozezUeLEaUjhaDSuXHwVRgvLJn1tQ7xiuVv/ocTRF42mNgZGBgYGbwZOBiAAFGJBIMAAizAFoAAABiAGIAznjaY2BkYGAA4in8zwXi+W2+MjCzMIDApSwvXzC97Z4Ig8N/BxYGZgcgl52BCSQKAA3jCV8CAABfAAAAAAQAAEB42mNgZGBg4f3vACQZQABIMjKgAmYAKEgBXgAAeNpjYGY6wTiBgZWBg2kmUxoDA4MPhGZMYzBi1AHygVLYQUCaawqDA4PChxhmh/8ODDEsvAwHgMKMIDnGL0x7gJQCAwMAJd4MFwAAAHjaY2BgYGaA4DAGRgYQkAHyGMF8NgYrIM3JIAGVYYDT+AEjAwuDFpBmA9KMDEwMCh9i/v8H8sH0/4dQc1iAmAkALaUKLgAAAHjaTY9LDsIgEIbtgqHUPpDi3gPoBVyRTmTddOmqTXThEXqrob2gQ1FjwpDvfwCBdmdXC5AVKFu3e5MfNFJ29KTQT48Ob9/lqYwOGZxeUelN2U2R6+cArgtCJpauW7UQBqnFkUsjAY/kOU1cP+DAgvxwn1chZDwUbd6CFimGXwzwF6tPbFIcjEl+vvmM/byA48e6tWrKArm4ZJlCbdsrxksL1AwWn/yBSJKpYbq8AXaaTb8AAHja28jAwOC00ZrBeQNDQOWO//sdBBgYGRiYWYAEELEwMTE4uzo5Zzo5b2BxdnFOcALxNjA6b2ByTswC8jYwg0VlNuoCTWAMqNzMzsoK1rEhNqByEyerg5PMJlYuVueETKcd/89uBpnpvIEVomeHLoMsAAe1Id4AAAAAAAB42oWQT07CQBTGv0JBhagk7HQzKxca2sJCE1hDt4QF+9JOS0nbaaYDCQfwCJ7Au3AHj+LO13FMmm6cl7785vven0kBjHCBhfpYuNa5Ph1c0e2Xu3jEvWG7UdPDLZ4N92nOm+EBXuAbHmIMSRMs+4aUEd4Nd3CHD8NdvOLTsA2GL8M9PODbcL+hD7C1xoaHeLJSEao0FEW14ckxC+TU8TxvsY6X0eLPmRhry2WVioLpkrbp84LLQPGI7c6sOiUzpWIWS5GzlSgUzzLBSikOPFTOXqly7rqx0Z1Q5BAIoZBSFihQYQOOBEdkCOgXTOHA07HAGjGWiIjaPZNW13/+lm6S9FT7rLHFJ6fQbkATOG1j2OFMucKJJsxIVfQORl+9Jyda6Sl1dUYhSCm1dyClfoeDve4qMYdLEbfqHf3O/AdDumsjAAB42mNgYoAAZQYjBmyAGYQZmdhL8zLdDEydARfoAqIAAAABAAMABwAKABMAB///AA8AAQAAAAAAAAAAAAAAAAABAAAAAA==) format("woff")
|
|
}
|
|
|
|
.markdown-body .octicon {
|
|
display: inline-block;
|
|
fill: currentColor;
|
|
vertical-align: text-bottom
|
|
}
|
|
|
|
.markdown-body .anchor {
|
|
float: left;
|
|
line-height: 1;
|
|
margin-left: -20px;
|
|
padding-right: 4px
|
|
}
|
|
|
|
.markdown-body .anchor:focus {
|
|
outline: none
|
|
}
|
|
|
|
.markdown-body h1 .octicon-link, .markdown-body h2 .octicon-link, .markdown-body h3 .octicon-link, .markdown-body h4 .octicon-link, .markdown-body h5 .octicon-link, .markdown-body h6 .octicon-link {
|
|
color: #1b1f23;
|
|
vertical-align: middle;
|
|
visibility: hidden
|
|
}
|
|
|
|
.markdown-body h1:hover .anchor, .markdown-body h2:hover .anchor, .markdown-body h3:hover .anchor, .markdown-body h4:hover .anchor, .markdown-body h5:hover .anchor, .markdown-body h6:hover .anchor {
|
|
text-decoration: none
|
|
}
|
|
|
|
.markdown-body h1:hover .anchor .octicon-link, .markdown-body h2:hover .anchor .octicon-link, .markdown-body h3:hover .anchor .octicon-link, .markdown-body h4:hover .anchor .octicon-link, .markdown-body h5:hover .anchor .octicon-link, .markdown-body h6:hover .anchor .octicon-link {
|
|
visibility: visible
|
|
}
|
|
|
|
.markdown-body {
|
|
-ms-text-size-adjust: 100%;
|
|
-webkit-text-size-adjust: 100%;
|
|
color: #24292e;
|
|
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
font-size: 16px;
|
|
line-height: 1.5;
|
|
word-wrap: break-word
|
|
}
|
|
|
|
.markdown-body .pl-c {
|
|
color: #6a737d
|
|
}
|
|
|
|
.markdown-body .pl-c1, .markdown-body .pl-s .pl-v {
|
|
color: #005cc5
|
|
}
|
|
|
|
.markdown-body .pl-e, .markdown-body .pl-en {
|
|
color: #6f42c1
|
|
}
|
|
|
|
.markdown-body .pl-s .pl-s1, .markdown-body .pl-smi {
|
|
color: #24292e
|
|
}
|
|
|
|
.markdown-body .pl-ent {
|
|
color: #22863a
|
|
}
|
|
|
|
.markdown-body .pl-k {
|
|
color: #d73a49
|
|
}
|
|
|
|
.markdown-body .pl-pds, .markdown-body .pl-s, .markdown-body .pl-s .pl-pse .pl-s1, .markdown-body .pl-sr, .markdown-body .pl-sr .pl-cce, .markdown-body .pl-sr .pl-sra, .markdown-body .pl-sr .pl-sre {
|
|
color: #032f62
|
|
}
|
|
|
|
.markdown-body .pl-smw, .markdown-body .pl-v {
|
|
color: #e36209
|
|
}
|
|
|
|
.markdown-body .pl-bu {
|
|
color: #b31d28
|
|
}
|
|
|
|
.markdown-body .pl-ii {
|
|
background-color: #b31d28;
|
|
color: #fafbfc
|
|
}
|
|
|
|
.markdown-body .pl-c2 {
|
|
background-color: #d73a49;
|
|
color: #fafbfc
|
|
}
|
|
|
|
.markdown-body .pl-c2:before {
|
|
content: "^M"
|
|
}
|
|
|
|
.markdown-body .pl-sr .pl-cce {
|
|
color: #22863a;
|
|
font-weight: 700
|
|
}
|
|
|
|
.markdown-body .pl-ml {
|
|
color: #735c0f
|
|
}
|
|
|
|
.markdown-body .pl-mh, .markdown-body .pl-mh .pl-en, .markdown-body .pl-ms {
|
|
color: #005cc5;
|
|
font-weight: 700
|
|
}
|
|
|
|
.markdown-body .pl-mi {
|
|
color: #24292e;
|
|
font-style: italic
|
|
}
|
|
|
|
.markdown-body .pl-mb {
|
|
color: #24292e;
|
|
font-weight: 700
|
|
}
|
|
|
|
.markdown-body .pl-md {
|
|
background-color: #ffeef0;
|
|
color: #b31d28
|
|
}
|
|
|
|
.markdown-body .pl-mi1 {
|
|
background-color: #f0fff4;
|
|
color: #22863a
|
|
}
|
|
|
|
.markdown-body .pl-mc {
|
|
background-color: #ffebda;
|
|
color: #e36209
|
|
}
|
|
|
|
.markdown-body .pl-mi2 {
|
|
background-color: #005cc5;
|
|
color: #f6f8fa
|
|
}
|
|
|
|
.markdown-body .pl-mdr {
|
|
color: #6f42c1;
|
|
font-weight: 700
|
|
}
|
|
|
|
.markdown-body .pl-ba {
|
|
color: #586069
|
|
}
|
|
|
|
.markdown-body .pl-sg {
|
|
color: #959da5
|
|
}
|
|
|
|
.markdown-body .pl-corl {
|
|
color: #032f62;
|
|
text-decoration: underline
|
|
}
|
|
|
|
.markdown-body details {
|
|
display: block
|
|
}
|
|
|
|
.markdown-body summary {
|
|
display: list-item
|
|
}
|
|
|
|
.markdown-body a {
|
|
background-color: transparent
|
|
}
|
|
|
|
.markdown-body a:active, .markdown-body a:hover {
|
|
outline-width: 0
|
|
}
|
|
|
|
.markdown-body strong {
|
|
font-weight: inherit;
|
|
font-weight: bolder
|
|
}
|
|
|
|
.markdown-body h1 {
|
|
margin: .67em 0
|
|
}
|
|
|
|
.markdown-body img {
|
|
border-style: none
|
|
}
|
|
|
|
.markdown-body code, .markdown-body kbd, .markdown-body pre {
|
|
font-family: monospace, monospace;
|
|
font-size: 1em
|
|
}
|
|
|
|
.markdown-body hr {
|
|
box-sizing: content-box;
|
|
overflow: visible
|
|
}
|
|
|
|
.markdown-body input {
|
|
font: inherit;
|
|
margin: 0;
|
|
overflow: visible
|
|
}
|
|
|
|
.markdown-body [type=checkbox] {
|
|
box-sizing: border-box;
|
|
padding: 0
|
|
}
|
|
|
|
.markdown-body * {
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.markdown-body input {
|
|
font-family: inherit;
|
|
font-size: inherit;
|
|
line-height: inherit
|
|
}
|
|
|
|
.markdown-body a {
|
|
color: #0366d6;
|
|
text-decoration: none
|
|
}
|
|
|
|
.markdown-body a:hover {
|
|
text-decoration: underline
|
|
}
|
|
|
|
.markdown-body strong {
|
|
font-weight: 600
|
|
}
|
|
|
|
.markdown-body hr {
|
|
background: transparent;
|
|
border-bottom: 1px solid #dfe2e5;
|
|
height: 0;
|
|
margin: 15px 0;
|
|
overflow: hidden
|
|
}
|
|
|
|
.markdown-body hr:after, .markdown-body hr:before {
|
|
content: "";
|
|
display: table
|
|
}
|
|
|
|
.markdown-body hr:after {
|
|
clear: both
|
|
}
|
|
|
|
.markdown-body table {
|
|
border-collapse: collapse;
|
|
border-spacing: 0
|
|
}
|
|
|
|
.markdown-body td, .markdown-body th {
|
|
padding: 0
|
|
}
|
|
|
|
.markdown-body details summary {
|
|
cursor: pointer
|
|
}
|
|
|
|
.markdown-body h1, .markdown-body h2, .markdown-body h3, .markdown-body h4, .markdown-body h5, .markdown-body h6 {
|
|
margin-bottom: 0;
|
|
margin-top: 0
|
|
}
|
|
|
|
.markdown-body h1 {
|
|
font-size: 32px
|
|
}
|
|
|
|
.markdown-body h1, .markdown-body h2 {
|
|
font-weight: 600
|
|
}
|
|
|
|
.markdown-body h2 {
|
|
font-size: 24px
|
|
}
|
|
|
|
.markdown-body h3 {
|
|
font-size: 20px
|
|
}
|
|
|
|
.markdown-body h3, .markdown-body h4 {
|
|
font-weight: 600
|
|
}
|
|
|
|
.markdown-body h4 {
|
|
font-size: 16px
|
|
}
|
|
|
|
.markdown-body h5 {
|
|
font-size: 14px
|
|
}
|
|
|
|
.markdown-body h5, .markdown-body h6 {
|
|
font-weight: 600
|
|
}
|
|
|
|
.markdown-body h6 {
|
|
font-size: 12px
|
|
}
|
|
|
|
.markdown-body p {
|
|
margin-bottom: 10px;
|
|
margin-top: 0
|
|
}
|
|
|
|
.markdown-body blockquote {
|
|
margin: 0
|
|
}
|
|
|
|
.markdown-body ol, .markdown-body ul {
|
|
margin-bottom: 0;
|
|
margin-top: 0;
|
|
padding-left: 0
|
|
}
|
|
|
|
.markdown-body ol ol, .markdown-body ul ol {
|
|
list-style-type: lower-roman
|
|
}
|
|
|
|
.markdown-body ol ol ol, .markdown-body ol ul ol, .markdown-body ul ol ol, .markdown-body ul ul ol {
|
|
list-style-type: lower-alpha
|
|
}
|
|
|
|
.markdown-body dd {
|
|
margin-left: 0
|
|
}
|
|
|
|
.markdown-body code, .markdown-body pre {
|
|
font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
|
|
font-size: 12px
|
|
}
|
|
|
|
.markdown-body pre {
|
|
margin-bottom: 0;
|
|
margin-top: 0
|
|
}
|
|
|
|
.markdown-body input::-webkit-inner-spin-button, .markdown-body input::-webkit-outer-spin-button {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
margin: 0
|
|
}
|
|
|
|
.markdown-body .border {
|
|
border: 1px solid #e1e4e8 !important
|
|
}
|
|
|
|
.markdown-body .border-0 {
|
|
border: 0 !important
|
|
}
|
|
|
|
.markdown-body .border-bottom {
|
|
border-bottom: 1px solid #e1e4e8 !important
|
|
}
|
|
|
|
.markdown-body .rounded-1 {
|
|
border-radius: 3px !important
|
|
}
|
|
|
|
.markdown-body .bg-white {
|
|
background-color: #fff !important
|
|
}
|
|
|
|
.markdown-body .bg-gray-light {
|
|
background-color: #fafbfc !important
|
|
}
|
|
|
|
.markdown-body .text-gray-light {
|
|
color: #6a737d !important
|
|
}
|
|
|
|
.markdown-body .mb-0 {
|
|
margin-bottom: 0 !important
|
|
}
|
|
|
|
.markdown-body .my-2 {
|
|
margin-bottom: 8px !important;
|
|
margin-top: 8px !important
|
|
}
|
|
|
|
.markdown-body .py-0 {
|
|
padding-bottom: 0 !important;
|
|
padding-top: 0 !important
|
|
}
|
|
|
|
.markdown-body .py-2 {
|
|
padding-bottom: 8px !important;
|
|
padding-top: 8px !important
|
|
}
|
|
|
|
.markdown-body .pl-3, .markdown-body .px-3 {
|
|
padding-left: 16px !important
|
|
}
|
|
|
|
.markdown-body .px-3 {
|
|
padding-right: 16px !important
|
|
}
|
|
|
|
.markdown-body .f6 {
|
|
font-size: 12px !important
|
|
}
|
|
|
|
.markdown-body .lh-condensed {
|
|
line-height: 1.25 !important
|
|
}
|
|
|
|
.markdown-body .text-bold {
|
|
font-weight: 600 !important
|
|
}
|
|
|
|
.markdown-body:after, .markdown-body:before {
|
|
content: "";
|
|
display: table
|
|
}
|
|
|
|
.markdown-body:after {
|
|
clear: both
|
|
}
|
|
|
|
.markdown-body > :first-child {
|
|
margin-top: 0 !important
|
|
}
|
|
|
|
.markdown-body > :last-child {
|
|
margin-bottom: 0 !important
|
|
}
|
|
|
|
.markdown-body a:not([href]) {
|
|
color: inherit;
|
|
text-decoration: none
|
|
}
|
|
|
|
.markdown-body blockquote, .markdown-body dl, .markdown-body ol, .markdown-body p, .markdown-body pre, .markdown-body table, .markdown-body ul {
|
|
margin-bottom: 16px;
|
|
margin-top: 0
|
|
}
|
|
|
|
.markdown-body hr {
|
|
background-color: #e1e4e8;
|
|
border: 0;
|
|
height: .25em;
|
|
margin: 24px 0;
|
|
padding: 0
|
|
}
|
|
|
|
.markdown-body blockquote {
|
|
border-left: .25em solid #dfe2e5;
|
|
color: #6a737d;
|
|
padding: 0 1em
|
|
}
|
|
|
|
.markdown-body blockquote > :first-child {
|
|
margin-top: 0
|
|
}
|
|
|
|
.markdown-body blockquote > :last-child {
|
|
margin-bottom: 0
|
|
}
|
|
|
|
.markdown-body kbd {
|
|
border: 1px solid #c6cbd1;
|
|
border-bottom-color: #959da5;
|
|
box-shadow: inset 0 -1px 0 #959da5;
|
|
font-size: 11px
|
|
}
|
|
|
|
.markdown-body h1, .markdown-body h2, .markdown-body h3, .markdown-body h4, .markdown-body h5, .markdown-body h6 {
|
|
font-weight: 600;
|
|
line-height: 1.25;
|
|
margin-bottom: 16px;
|
|
margin-top: 24px
|
|
}
|
|
|
|
.markdown-body h1 {
|
|
font-size: 2em
|
|
}
|
|
|
|
.markdown-body h1, .markdown-body h2 {
|
|
border-bottom: 1px solid #eaecef;
|
|
padding-bottom: .3em
|
|
}
|
|
|
|
.markdown-body h2 {
|
|
font-size: 1.5em
|
|
}
|
|
|
|
.markdown-body h3 {
|
|
font-size: 1.25em
|
|
}
|
|
|
|
.markdown-body h4 {
|
|
font-size: 1em
|
|
}
|
|
|
|
.markdown-body h5 {
|
|
font-size: .875em
|
|
}
|
|
|
|
.markdown-body h6 {
|
|
color: #6a737d;
|
|
font-size: .85em
|
|
}
|
|
|
|
.markdown-body ol, .markdown-body ul {
|
|
padding-left: 2em
|
|
}
|
|
|
|
.markdown-body ol ol, .markdown-body ol ul, .markdown-body ul ol, .markdown-body ul ul {
|
|
margin-bottom: 0;
|
|
margin-top: 0
|
|
}
|
|
|
|
.markdown-body li {
|
|
word-wrap: break-all
|
|
}
|
|
|
|
.markdown-body li > p {
|
|
margin-top: 16px
|
|
}
|
|
|
|
.markdown-body li + li {
|
|
margin-top: .25em
|
|
}
|
|
|
|
.markdown-body dl {
|
|
padding: 0
|
|
}
|
|
|
|
.markdown-body dl dt {
|
|
font-size: 1em;
|
|
font-style: italic;
|
|
font-weight: 600;
|
|
margin-top: 16px;
|
|
padding: 0
|
|
}
|
|
|
|
.markdown-body dl dd {
|
|
margin-bottom: 16px;
|
|
padding: 0 16px
|
|
}
|
|
|
|
.markdown-body table {
|
|
display: block;
|
|
overflow: auto;
|
|
width: 100%
|
|
}
|
|
|
|
.markdown-body table th {
|
|
font-weight: 600
|
|
}
|
|
|
|
.markdown-body table td, .markdown-body table th {
|
|
border: 1px solid #dfe2e5;
|
|
padding: 6px 13px
|
|
}
|
|
|
|
.markdown-body table tr {
|
|
background-color: #fff;
|
|
border-top: 1px solid #c6cbd1
|
|
}
|
|
|
|
.markdown-body table tr:nth-child(2n) {
|
|
background-color: #f6f8fa
|
|
}
|
|
|
|
.markdown-body img {
|
|
background-color: #fff;
|
|
box-sizing: content-box;
|
|
max-width: 100%
|
|
}
|
|
|
|
.markdown-body img[align=right] {
|
|
padding-left: 20px
|
|
}
|
|
|
|
.markdown-body img[align=left] {
|
|
padding-right: 20px
|
|
}
|
|
|
|
.markdown-body code {
|
|
background-color: rgba(27, 31, 35, .05);
|
|
border-radius: 3px;
|
|
font-size: 85%;
|
|
margin: 0;
|
|
padding: .2em .4em
|
|
}
|
|
|
|
.markdown-body pre {
|
|
word-wrap: normal
|
|
}
|
|
|
|
.markdown-body pre > code {
|
|
background: transparent;
|
|
border: 0;
|
|
font-size: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
white-space: pre;
|
|
word-break: normal
|
|
}
|
|
|
|
.markdown-body .highlight {
|
|
margin-bottom: 16px
|
|
}
|
|
|
|
.markdown-body .highlight pre {
|
|
margin-bottom: 0;
|
|
word-break: normal
|
|
}
|
|
|
|
.markdown-body .highlight pre, .markdown-body pre {
|
|
background-color: #f6f8fa;
|
|
border-radius: 3px;
|
|
font-size: 85%;
|
|
line-height: 1.45;
|
|
overflow: auto;
|
|
padding: 16px
|
|
}
|
|
|
|
.markdown-body pre code {
|
|
background-color: transparent;
|
|
border: 0;
|
|
display: inline;
|
|
line-height: inherit;
|
|
margin: 0;
|
|
max-width: auto;
|
|
overflow: visible;
|
|
padding: 0;
|
|
word-wrap: normal
|
|
}
|
|
|
|
.markdown-body .commit-tease-sha {
|
|
color: #444d56;
|
|
display: inline-block;
|
|
font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
|
|
font-size: 90%
|
|
}
|
|
|
|
.markdown-body .blob-wrapper {
|
|
border-bottom-left-radius: 3px;
|
|
border-bottom-right-radius: 3px;
|
|
overflow-x: auto;
|
|
overflow-y: hidden
|
|
}
|
|
|
|
.markdown-body .blob-wrapper-embedded {
|
|
max-height: 240px;
|
|
overflow-y: auto
|
|
}
|
|
|
|
.markdown-body .blob-num {
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-webkit-user-select: none;
|
|
color: rgba(27, 31, 35, .3);
|
|
cursor: pointer;
|
|
font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
|
|
font-size: 12px;
|
|
line-height: 20px;
|
|
min-width: 50px;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
text-align: right;
|
|
user-select: none;
|
|
vertical-align: top;
|
|
white-space: nowrap;
|
|
width: 1%
|
|
}
|
|
|
|
.markdown-body .blob-num:hover {
|
|
color: rgba(27, 31, 35, .6)
|
|
}
|
|
|
|
.markdown-body .blob-num:before {
|
|
content: attr(data-line-number)
|
|
}
|
|
|
|
.markdown-body .blob-code {
|
|
line-height: 20px;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
position: relative;
|
|
vertical-align: top
|
|
}
|
|
|
|
.markdown-body .blob-code-inner {
|
|
color: #24292e;
|
|
font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
|
|
font-size: 12px;
|
|
overflow: visible;
|
|
white-space: pre;
|
|
word-wrap: normal
|
|
}
|
|
|
|
.markdown-body .pl-token.active, .markdown-body .pl-token:hover {
|
|
background: #ffea7f;
|
|
cursor: pointer
|
|
}
|
|
|
|
.markdown-body kbd {
|
|
background-color: #fafbfc;
|
|
border: 1px solid #d1d5da;
|
|
border-bottom-color: #c6cbd1;
|
|
border-radius: 3px;
|
|
box-shadow: inset 0 -1px 0 #c6cbd1;
|
|
color: #444d56;
|
|
display: inline-block;
|
|
font: 11px SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
|
|
line-height: 10px;
|
|
padding: 3px 5px;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.markdown-body :checked + .radio-label {
|
|
border-color: #0366d6;
|
|
position: relative;
|
|
z-index: 1
|
|
}
|
|
|
|
.markdown-body .tab-size[data-tab-size="1"] {
|
|
-moz-tab-size: 1;
|
|
tab-size: 1
|
|
}
|
|
|
|
.markdown-body .tab-size[data-tab-size="2"] {
|
|
-moz-tab-size: 2;
|
|
tab-size: 2
|
|
}
|
|
|
|
.markdown-body .tab-size[data-tab-size="3"] {
|
|
-moz-tab-size: 3;
|
|
tab-size: 3
|
|
}
|
|
|
|
.markdown-body .tab-size[data-tab-size="4"] {
|
|
-moz-tab-size: 4;
|
|
tab-size: 4
|
|
}
|
|
|
|
.markdown-body .tab-size[data-tab-size="5"] {
|
|
-moz-tab-size: 5;
|
|
tab-size: 5
|
|
}
|
|
|
|
.markdown-body .tab-size[data-tab-size="6"] {
|
|
-moz-tab-size: 6;
|
|
tab-size: 6
|
|
}
|
|
|
|
.markdown-body .tab-size[data-tab-size="7"] {
|
|
-moz-tab-size: 7;
|
|
tab-size: 7
|
|
}
|
|
|
|
.markdown-body .tab-size[data-tab-size="8"] {
|
|
-moz-tab-size: 8;
|
|
tab-size: 8
|
|
}
|
|
|
|
.markdown-body .tab-size[data-tab-size="9"] {
|
|
-moz-tab-size: 9;
|
|
tab-size: 9
|
|
}
|
|
|
|
.markdown-body .tab-size[data-tab-size="10"] {
|
|
-moz-tab-size: 10;
|
|
tab-size: 10
|
|
}
|
|
|
|
.markdown-body .tab-size[data-tab-size="11"] {
|
|
-moz-tab-size: 11;
|
|
tab-size: 11
|
|
}
|
|
|
|
.markdown-body .tab-size[data-tab-size="12"] {
|
|
-moz-tab-size: 12;
|
|
tab-size: 12
|
|
}
|
|
|
|
.markdown-body .task-list-item {
|
|
list-style-type: none
|
|
}
|
|
|
|
.markdown-body .task-list-item + .task-list-item {
|
|
margin-top: 3px
|
|
}
|
|
|
|
.markdown-body .task-list-item input {
|
|
margin: 0 .2em .25em -1.6em;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.markdown-body hr {
|
|
border-bottom-color: #eee
|
|
}
|
|
|
|
.markdown-body .pl-0 {
|
|
padding-left: 0 !important
|
|
}
|
|
|
|
.markdown-body .pl-1 {
|
|
padding-left: 4px !important
|
|
}
|
|
|
|
.markdown-body .pl-2 {
|
|
padding-left: 8px !important
|
|
}
|
|
|
|
.markdown-body .pl-3 {
|
|
padding-left: 16px !important
|
|
}
|
|
|
|
.markdown-body .pl-4 {
|
|
padding-left: 24px !important
|
|
}
|
|
|
|
.markdown-body .pl-5 {
|
|
padding-left: 32px !important
|
|
}
|
|
|
|
.markdown-body .pl-6 {
|
|
padding-left: 40px !important
|
|
}
|
|
|
|
.markdown-body .pl-7 {
|
|
padding-left: 48px !important
|
|
}
|
|
|
|
.markdown-body .pl-8 {
|
|
padding-left: 64px !important
|
|
}
|
|
|
|
.markdown-body .pl-9 {
|
|
padding-left: 80px !important
|
|
}
|
|
|
|
.markdown-body .pl-10 {
|
|
padding-left: 96px !important
|
|
}
|
|
|
|
.markdown-body .pl-11 {
|
|
padding-left: 112px !important
|
|
}
|
|
|
|
.markdown-body .pl-12 {
|
|
padding-left: 128px !important
|
|
}
|
|
|
|
.clearfix:after, .vssue .vssue-new-comment .vssue-new-comment-footer:after {
|
|
display: block;
|
|
clear: both;
|
|
content: ""
|
|
}
|
|
|
|
.vssue {
|
|
width: 100%;
|
|
color: #424242;
|
|
font-size: 16px;
|
|
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
padding: 10px
|
|
}
|
|
|
|
.vssue .vssue-button {
|
|
outline: none;
|
|
cursor: pointer;
|
|
padding: 10px 20px;
|
|
font-size: 1.05;
|
|
font-weight: 700;
|
|
color: #efc9c9;
|
|
background-color: transparent;
|
|
border: 2px solid #efc9c9;
|
|
border-radius: 10px
|
|
}
|
|
|
|
.vssue .vssue-button:disabled {
|
|
cursor: not-allowed;
|
|
color: #eaecef;
|
|
border-color: #eaecef
|
|
}
|
|
|
|
.vssue .vssue-button:disabled .vssue-icon {
|
|
fill: #eaecef
|
|
}
|
|
|
|
.vssue .vssue-button:not(:disabled).vssue-button-default {
|
|
color: #a3aab1;
|
|
border-color: #a3aab1
|
|
}
|
|
|
|
.vssue .vssue-button:not(:disabled).vssue-button-primary {
|
|
color: #efc9c9;
|
|
border-color: #efc9c9
|
|
}
|
|
|
|
.vssue .vssue-icon {
|
|
width: 1em;
|
|
height: 1em;
|
|
vertical-align: -.15em;
|
|
fill: #efc9c9;
|
|
overflow: hidden
|
|
}
|
|
|
|
.vssue .vssue-icon-loading {
|
|
-webkit-animation: vssue-keyframe-rotation 1s linear infinite;
|
|
animation: vssue-keyframe-rotation 1s linear infinite
|
|
}
|
|
|
|
@-webkit-keyframes vssue-keyframe-rotation {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg)
|
|
}
|
|
to {
|
|
-webkit-transform: rotate(1turn);
|
|
transform: rotate(1turn)
|
|
}
|
|
}
|
|
|
|
@keyframes vssue-keyframe-rotation {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg)
|
|
}
|
|
to {
|
|
-webkit-transform: rotate(1turn);
|
|
transform: rotate(1turn)
|
|
}
|
|
}
|
|
|
|
.vssue .fade-appear-active, .vssue .fade-enter-active {
|
|
-webkit-transition: all .3s ease;
|
|
transition: all .3s ease
|
|
}
|
|
|
|
.vssue .fade-leave-active {
|
|
-webkit-transition: all .3s cubic-bezier(1, .5, .8, 1);
|
|
transition: all .3s cubic-bezier(1, .5, .8, 1)
|
|
}
|
|
|
|
.vssue .fade-appear, .vssue .fade-enter, .vssue .fade-leave-to {
|
|
opacity: 0
|
|
}
|
|
|
|
.vssue .vssue-notice {
|
|
position: relative;
|
|
z-index: 100;
|
|
-webkit-transform: translateY(-11px);
|
|
transform: translateY(-11px)
|
|
}
|
|
|
|
.vssue .vssue-notice .vssue-alert {
|
|
position: absolute;
|
|
z-index: 101;
|
|
cursor: pointer;
|
|
top: 0;
|
|
padding: 10px 20px;
|
|
width: 100%;
|
|
color: #efc9c9;
|
|
border: 2px solid #faefef;
|
|
border-radius: 5px;
|
|
background-color: #fefcfc
|
|
}
|
|
|
|
.vssue .vssue-notice .vssue-progress {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
height: 2px;
|
|
background-color: #efc9c9
|
|
}
|
|
|
|
.vssue .vssue-status {
|
|
text-align: center;
|
|
padding-top: 20px;
|
|
padding-bottom: 10px;
|
|
color: #efc9c9
|
|
}
|
|
|
|
.vssue .vssue-status .vssue-icon {
|
|
font-size: 1.4em
|
|
}
|
|
|
|
.vssue .vssue-status .vssue-status-info {
|
|
margin-top: 10px;
|
|
margin-bottom: 10px
|
|
}
|
|
|
|
.vssue .vssue-header {
|
|
padding-bottom: 10px;
|
|
border-bottom: 1px solid #eaecef;
|
|
margin-bottom: 10px;
|
|
overflow: hidden
|
|
}
|
|
|
|
.vssue .vssue-header .vssue-header-powered-by {
|
|
float: right
|
|
}
|
|
|
|
.vssue .vssue-new-comment {
|
|
border-bottom: 1px solid #eaecef;
|
|
margin-top: 10px;
|
|
margin-bottom: 10px
|
|
}
|
|
|
|
.vssue .vssue-new-comment .vssue-comment-avatar {
|
|
float: left;
|
|
width: 50px;
|
|
height: 50px
|
|
}
|
|
|
|
.vssue .vssue-new-comment .vssue-comment-avatar img {
|
|
width: 50px;
|
|
height: 50px
|
|
}
|
|
|
|
.vssue .vssue-new-comment .vssue-comment-avatar .vssue-icon {
|
|
cursor: pointer;
|
|
padding: 5px;
|
|
font-size: 50px;
|
|
fill: #757f8a
|
|
}
|
|
|
|
.vssue .vssue-new-comment .vssue-new-comment-body {
|
|
position: relative
|
|
}
|
|
|
|
@media screen and (max-width: 719px) {
|
|
.vssue .vssue-new-comment .vssue-new-comment-body {
|
|
margin-left: 60px
|
|
}
|
|
}
|
|
|
|
@media screen and (min-width: 720px) {
|
|
.vssue .vssue-new-comment .vssue-new-comment-body {
|
|
margin-left: 70px
|
|
}
|
|
}
|
|
|
|
.vssue .vssue-new-comment .vssue-new-comment-body .vssue-new-comment-loading {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
-webkit-transform: translate(-50%, -50%);
|
|
transform: translate(-50%, -50%)
|
|
}
|
|
|
|
.vssue .vssue-new-comment .vssue-new-comment-footer {
|
|
margin-top: 10px;
|
|
margin-bottom: 10px
|
|
}
|
|
|
|
.vssue .vssue-new-comment .vssue-new-comment-footer .vssue-current-user {
|
|
color: #a3aab1
|
|
}
|
|
|
|
.vssue .vssue-new-comment .vssue-new-comment-footer .vssue-current-user .vssue-logout {
|
|
cursor: pointer;
|
|
text-decoration: underline;
|
|
color: #a3aab1;
|
|
font-weight: 400
|
|
}
|
|
|
|
@media screen and (max-width: 719px) {
|
|
.vssue .vssue-new-comment .vssue-new-comment-footer {
|
|
text-align: center
|
|
}
|
|
|
|
.vssue .vssue-new-comment .vssue-new-comment-footer .vssue-new-comment-operations {
|
|
margin-top: 10px
|
|
}
|
|
}
|
|
|
|
@media screen and (min-width: 720px) {
|
|
.vssue .vssue-new-comment .vssue-new-comment-footer {
|
|
margin-left: 70px;
|
|
text-align: right
|
|
}
|
|
|
|
.vssue .vssue-new-comment .vssue-new-comment-footer .vssue-current-user {
|
|
float: left
|
|
}
|
|
}
|
|
|
|
.vssue .vssue-new-comment .vssue-new-comment-input {
|
|
resize: none;
|
|
outline: none;
|
|
width: 100%;
|
|
padding: 15px;
|
|
font-size: 16px;
|
|
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
background-color: #fefcfc;
|
|
border: 1px solid #eaecef;
|
|
border-radius: 5px
|
|
}
|
|
|
|
.vssue .vssue-new-comment .vssue-new-comment-input:disabled {
|
|
cursor: not-allowed;
|
|
background-color: #f0f2f4
|
|
}
|
|
|
|
.vssue .vssue-new-comment .vssue-new-comment-input:focus {
|
|
background-color: #fff;
|
|
border-color: #f7e4e4;
|
|
box-shadow: 0 0 1px 1px #f7e4e4
|
|
}
|
|
|
|
.vssue .vssue-new-comment .vssue-new-comment-input::-webkit-input-placeholder {
|
|
color: #a3aab1
|
|
}
|
|
|
|
.vssue .vssue-new-comment .vssue-new-comment-input::-moz-placeholder {
|
|
color: #a3aab1
|
|
}
|
|
|
|
.vssue .vssue-new-comment .vssue-new-comment-input:-ms-input-placeholder {
|
|
color: #a3aab1
|
|
}
|
|
|
|
.vssue .vssue-new-comment .vssue-new-comment-input::-ms-input-placeholder {
|
|
color: #a3aab1
|
|
}
|
|
|
|
.vssue .vssue-new-comment .vssue-new-comment-input::placeholder {
|
|
color: #a3aab1
|
|
}
|
|
|
|
.vssue .vssue-comments .vssue-comment {
|
|
margin: 15px 0
|
|
}
|
|
|
|
.vssue .vssue-comments .vssue-comment.vssue-comment-edit-mode .vssue-comment-main {
|
|
border-color: #f7e4e4;
|
|
box-shadow: 0 0 1px 1px #f7e4e4
|
|
}
|
|
|
|
.vssue .vssue-comments .vssue-comment.vssue-comment-disabled {
|
|
pointer-events: none
|
|
}
|
|
|
|
.vssue .vssue-comments .vssue-comment.vssue-comment-disabled .vssue-comment-body {
|
|
background-color: #f9f9fa
|
|
}
|
|
|
|
.vssue .vssue-comments .vssue-comment .vssue-comment-avatar {
|
|
float: left;
|
|
width: 50px;
|
|
height: 50px
|
|
}
|
|
|
|
.vssue .vssue-comments .vssue-comment .vssue-comment-avatar img {
|
|
width: 50px;
|
|
height: 50px
|
|
}
|
|
|
|
@media screen and (max-width: 719px) {
|
|
.vssue .vssue-comments .vssue-comment .vssue-comment-body {
|
|
margin-left: 60px
|
|
}
|
|
}
|
|
|
|
@media screen and (min-width: 720px) {
|
|
.vssue .vssue-comments .vssue-comment .vssue-comment-body {
|
|
margin-left: 70px
|
|
}
|
|
}
|
|
|
|
.vssue .vssue-comments .vssue-comment .vssue-comment-header {
|
|
padding: 10px 15px;
|
|
overflow: hidden;
|
|
border-top-left-radius: 5px;
|
|
border-top-right-radius: 5px;
|
|
border: 1px solid #eaecef;
|
|
border-bottom: none
|
|
}
|
|
|
|
.vssue .vssue-comments .vssue-comment .vssue-comment-header .vssue-comment-created-at {
|
|
float: right;
|
|
cursor: default;
|
|
color: #a3aab1
|
|
}
|
|
|
|
.vssue .vssue-comments .vssue-comment .vssue-comment-main {
|
|
padding: 15px;
|
|
border: 1px solid #eaecef
|
|
}
|
|
|
|
.vssue .vssue-comments .vssue-comment .vssue-comment-main .vssue-edit-comment-input {
|
|
resize: none;
|
|
outline: none;
|
|
border: none;
|
|
width: 100%;
|
|
background: transparent
|
|
}
|
|
|
|
.vssue .vssue-comments .vssue-comment .vssue-comment-footer {
|
|
padding: 10px 15px;
|
|
overflow: hidden;
|
|
border-bottom-left-radius: 5px;
|
|
border-bottom-right-radius: 5px;
|
|
border: 1px solid #eaecef;
|
|
border-top: none
|
|
}
|
|
|
|
.vssue .vssue-comments .vssue-comment .vssue-comment-footer .vssue-comment-hint {
|
|
cursor: default;
|
|
color: #a3aab1
|
|
}
|
|
|
|
.vssue .vssue-comments .vssue-comment .vssue-comment-footer .vssue-comment-reactions .vssue-comment-reaction {
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
margin-right: 8px;
|
|
color: #efc9c9
|
|
}
|
|
|
|
.vssue .vssue-comments .vssue-comment .vssue-comment-footer .vssue-comment-operations {
|
|
float: right;
|
|
color: #efc9c9
|
|
}
|
|
|
|
.vssue .vssue-comments .vssue-comment .vssue-comment-footer .vssue-comment-operations .vssue-comment-operation {
|
|
cursor: pointer;
|
|
margin-left: 8px
|
|
}
|
|
|
|
.vssue .vssue-comments .vssue-comment .vssue-comment-footer .vssue-comment-operations .vssue-comment-operation.vssue-comment-operation-muted {
|
|
color: #a3aab1
|
|
}
|
|
|
|
.vssue .vssue-comments .vssue-comment .vssue-comment-footer .vssue-comment-operations .vssue-comment-operation.vssue-comment-operation-muted .vssue-icon {
|
|
fill: #a3aab1
|
|
}
|
|
|
|
.vssue .vssue-pagination {
|
|
cursor: default;
|
|
display: -webkit-box;
|
|
display: flex;
|
|
padding: 5px;
|
|
color: #a3aab1
|
|
}
|
|
|
|
@media screen and (max-width: 719px) {
|
|
.vssue .vssue-pagination {
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
flex-direction: column;
|
|
-webkit-box-pack: center;
|
|
justify-content: center;
|
|
text-align: center
|
|
}
|
|
}
|
|
|
|
.vssue .vssue-pagination .vssue-pagination-loading, .vssue .vssue-pagination .vssue-pagination-page, .vssue .vssue-pagination .vssue-pagination-per-page {
|
|
-webkit-box-flex: 1;
|
|
flex: 1
|
|
}
|
|
|
|
@media screen and (max-width: 719px) {
|
|
.vssue .vssue-pagination .vssue-pagination-page {
|
|
margin-top: 10px
|
|
}
|
|
}
|
|
|
|
@media screen and (min-width: 720px) {
|
|
.vssue .vssue-pagination .vssue-pagination-page {
|
|
text-align: right
|
|
}
|
|
}
|
|
|
|
.vssue .vssue-pagination .vssue-pagination-select {
|
|
outline: none;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
border: 1px solid #f7e4e4;
|
|
padding-left: .2rem;
|
|
padding-right: 1rem;
|
|
background-color: transparent;
|
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle/%3E%3C/defs%3E%3Cpath d='M676.395 432.896a21.333 21.333 0 0 0-30.166 0L511.061 568.021 377.728 434.645a21.333 21.333 0 0 0-30.165 30.166l148.394 148.48a21.419 21.419 0 0 0 30.208 0l150.23-150.187a21.333 21.333 0 0 0 0-30.208'/%3E%3C/svg%3E");
|
|
background-repeat: no-repeat;
|
|
background-position: 100%
|
|
}
|
|
|
|
.vssue .vssue-pagination .vssue-pagination-select:disabled {
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.vssue .vssue-pagination .vssue-pagination-select:focus {
|
|
background-color: #fff;
|
|
box-shadow: 0 0 .2px .2px #f7e4e4
|
|
}
|
|
|
|
.vssue .vssue-pagination .vssue-pagination-link {
|
|
display: inline-block;
|
|
min-width: 1em;
|
|
text-align: center
|
|
}
|
|
|
|
.vssue .vssue-pagination .vssue-pagination-link.disabled {
|
|
pointer-events: none
|
|
}
|
|
|
|
.vssue .vssue-pagination .vssue-pagination-link:not(.disabled) {
|
|
color: #efc9c9;
|
|
font-weight: 500;
|
|
cursor: pointer
|
|
}
|
|
|
|
.vssue, .vssue * {
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.vssue :not(.vssue-comment-content) a {
|
|
cursor: pointer;
|
|
font-weight: 500;
|
|
color: #efc9c9;
|
|
text-decoration: none
|
|
}
|
|
|
|
.vssue :not(.vssue-comment-content) hr {
|
|
display: block;
|
|
height: 1px;
|
|
border: 0;
|
|
border-top: 1px solid #eaecef;
|
|
margin: 1.2rem 0;
|
|
padding: 0
|
|
}
|
|
|
|
.vssue-wrapper.vssue {
|
|
color: #2c3e50;
|
|
color: var(--text-color)
|
|
}
|
|
|
|
.vssue-wrapper.vssue .vssue-new-comment {
|
|
border-bottom: 1px solid #eaecef;
|
|
border-bottom: 1px solid var(--border-color)
|
|
}
|
|
|
|
.vssue-wrapper.vssue .vssue-new-comment .vssue-new-comment-input:disabled {
|
|
background-color: #fff;
|
|
background-color: var(--background-color);
|
|
border: 1px solid #eaecef;
|
|
border: 1px solid var(--border-color)
|
|
}
|
|
|
|
.vssue-wrapper.vssue .vssue-new-comment .vssue-new-comment-footer .vssue-current-user {
|
|
color: #2c3e50;
|
|
color: var(--text-color)
|
|
}
|
|
|
|
.vssue-wrapper.vssue .vssue-header {
|
|
border-bottom: 1px solid #eaecef;
|
|
border-bottom: 1px solid var(--border-color)
|
|
}
|
|
|
|
.vssue-wrapper.vssue .vssue-comments .vssue-pagination .vssue-pagination-per-page .vssue-pagination-select {
|
|
color: var(--text-color)
|
|
}
|
|
|
|
.vssue-wrapper.vssue .vssue-comments .vssue-comment .vssue-comment-body .vssue-comment-footer, .vssue-wrapper.vssue .vssue-comments .vssue-comment .vssue-comment-body .vssue-comment-header, .vssue-wrapper.vssue .vssue-comments .vssue-comment .vssue-comment-body .vssue-comment-main {
|
|
border: none
|
|
}
|
|
|
|
.vssue-wrapper.vssue .vssue-comments .vssue-comment .vssue-comment-body .vssue-comment-footer, .vssue-wrapper.vssue .vssue-comments .vssue-comment .vssue-comment-body .vssue-comment-main {
|
|
background: var(--code-color)
|
|
}
|
|
|
|
.vssue-wrapper.vssue .vssue-comments .vssue-comment .vssue-comment-body .vssue-comment-footer {
|
|
border-top: 2px solid var(--background-color)
|
|
}
|
|
|
|
.vssue-wrapper.vssue .vssue-comments .vssue-comment .vssue-comment-avatar img {
|
|
width: 2.8rem;
|
|
height: 2.8rem;
|
|
border-radius: 8px
|
|
}
|
|
|
|
.vssue-wrapper.vssue .markdown-body {
|
|
color: var(--text-color)
|
|
}
|
|
|
|
#nprogress {
|
|
pointer-events: none
|
|
}
|
|
|
|
#nprogress .bar {
|
|
background: #efc9c9;
|
|
position: fixed;
|
|
z-index: 1031;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 2px
|
|
}
|
|
|
|
#nprogress .peg {
|
|
display: block;
|
|
position: absolute;
|
|
right: 0;
|
|
width: 100px;
|
|
height: 100%;
|
|
box-shadow: 0 0 10px #efc9c9, 0 0 5px #efc9c9;
|
|
opacity: 1;
|
|
-webkit-transform: rotate(3deg) translateY(-4px);
|
|
transform: rotate(3deg) translateY(-4px)
|
|
}
|
|
|
|
#nprogress .spinner {
|
|
display: block;
|
|
position: fixed;
|
|
z-index: 1031;
|
|
top: 15px;
|
|
right: 15px
|
|
}
|
|
|
|
#nprogress .spinner-icon {
|
|
width: 18px;
|
|
height: 18px;
|
|
box-sizing: border-box;
|
|
border-color: #efc9c9 transparent transparent #efc9c9;
|
|
border-style: solid;
|
|
border-width: 2px;
|
|
border-radius: 50%;
|
|
-webkit-animation: nprogress-spinner .4s linear infinite;
|
|
animation: nprogress-spinner .4s linear infinite
|
|
}
|
|
|
|
.nprogress-custom-parent {
|
|
overflow: hidden;
|
|
position: relative
|
|
}
|
|
|
|
.nprogress-custom-parent #nprogress .bar, .nprogress-custom-parent #nprogress .spinner {
|
|
position: absolute
|
|
}
|
|
|
|
@-webkit-keyframes nprogress-spinner {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg)
|
|
}
|
|
to {
|
|
-webkit-transform: rotate(1turn);
|
|
transform: rotate(1turn)
|
|
}
|
|
}
|
|
|
|
@keyframes nprogress-spinner {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg)
|
|
}
|
|
to {
|
|
-webkit-transform: rotate(1turn);
|
|
transform: rotate(1turn)
|
|
}
|
|
}
|
|
|
|
html {
|
|
scroll-behavior: smooth
|
|
}
|
|
|
|
.vuepress-flowchart {
|
|
overflow: scroll;
|
|
text-align: center;
|
|
font-size: 0;
|
|
min-height: 200px;
|
|
display: -webkit-box;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
align-items: center;
|
|
-webkit-transition: all 1s;
|
|
transition: all 1s;
|
|
padding: 10px
|
|
}
|
|
|
|
.vuepress-flowchart > svg {
|
|
max-width: 100%;
|
|
height: auto
|
|
}
|
|
|
|
.vuepress-flowchart.loading {
|
|
background-color: #f3f6f8
|
|
}
|
|
|
|
.operation-element, .parallel-element {
|
|
rx: 5px;
|
|
ry: 5px
|
|
}
|
|
|
|
.vuepress-flowchart-loading-icon {
|
|
width: 40px;
|
|
height: 40px;
|
|
fill: #3eaf7c
|
|
}
|
|
|
|
.icon.outbound {
|
|
color: #aaa;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
position: relative;
|
|
top: -1px
|
|
}
|
|
|
|
.echarts {
|
|
width: 100%;
|
|
height: 300px;
|
|
background: #fff;
|
|
border-radius: 8px;
|
|
padding-top: 25px
|
|
}
|
|
|
|
.chart-popover p {
|
|
line-height: 10px
|
|
}
|
|
|
|
[data-v-ac96ca8e]:root {
|
|
--default-color-10: #fff;
|
|
--default-color-9: hsla(0, 0%, 100%, 0.9);
|
|
--default-color-8: hsla(0, 0%, 100%, 0.8);
|
|
--default-color-7: hsla(0, 0%, 100%, 0.7);
|
|
--default-color-6: hsla(0, 0%, 100%, 0.6);
|
|
--default-color-5: hsla(0, 0%, 100%, 0.5);
|
|
--default-color-4: hsla(0, 0%, 100%, 0.4);
|
|
--default-color-3: hsla(0, 0%, 100%, 0.3);
|
|
--default-color-2: hsla(0, 0%, 100%, 0.2);
|
|
--default-color-1: hsla(0, 0%, 100%, 0.1);
|
|
--background-color: #fff;
|
|
--theme-color: #f4f4f4;
|
|
--box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
|
|
--box-shadow-hover: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
|
|
--text-color: #424242;
|
|
--text-color-sub: #7f7f7f;
|
|
--border-color: #eaecef;
|
|
--code-color: rgba(27, 31, 35, 0.05);
|
|
--mask-color: #888
|
|
}
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
[data-v-ac96ca8e]:root {
|
|
--default-color-10: #000;
|
|
--default-color-9: rgba(0, 0, 0, 0.9);
|
|
--default-color-8: rgba(0, 0, 0, 0.8);
|
|
--default-color-7: rgba(0, 0, 0, 0.7);
|
|
--default-color-6: rgba(0, 0, 0, 0.6);
|
|
--default-color-5: rgba(0, 0, 0, 0.5);
|
|
--default-color-4: rgba(0, 0, 0, 0.4);
|
|
--default-color-3: rgba(0, 0, 0, 0.3);
|
|
--default-color-2: rgba(0, 0, 0, 0.2);
|
|
--default-color-1: rgba(0, 0, 0, 0.1);
|
|
--background-color: #2f3133;
|
|
--theme-color: #171d20;
|
|
--box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.6);
|
|
--box-shadow-hover: 0 2px 16px 0 rgba(0, 0, 0, 0.7);
|
|
--text-color: hsla(0, 0%, 100%, 0.8);
|
|
--text-color-sub: #8b8b8b;
|
|
--border-color: rgba(0, 0, 0, 0.3);
|
|
--code-color: rgba(0, 0, 0, 0.3);
|
|
--mask-color: #000
|
|
}
|
|
}
|
|
|
|
.badge[data-v-ac96ca8e] {
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
height: 18px;
|
|
line-height: 18px;
|
|
border-radius: 8px;
|
|
padding: 0 6px;
|
|
color: #fff
|
|
}
|
|
|
|
.badge.green[data-v-ac96ca8e], .badge.tip[data-v-ac96ca8e], .badge[data-v-ac96ca8e] {
|
|
background-color: #42b983
|
|
}
|
|
|
|
.badge.error[data-v-ac96ca8e] {
|
|
background-color: #da5961
|
|
}
|
|
|
|
.badge.warn[data-v-ac96ca8e], .badge.warning[data-v-ac96ca8e], .badge.yellow[data-v-ac96ca8e] {
|
|
background-color: #e7c000
|
|
}
|
|
|
|
.badge + .badge[data-v-ac96ca8e] {
|
|
margin-left: 5px
|
|
}
|
|
|
|
.module-enter, .module-leave-to {
|
|
opacity: 0;
|
|
-webkit-transform: translateY(-20px);
|
|
transform: translateY(-20px)
|
|
}
|
|
|
|
.home {
|
|
padding: 3.6rem 2rem 0;
|
|
max-width: 960px;
|
|
margin: 0 auto
|
|
}
|
|
|
|
.home .hero {
|
|
text-align: center
|
|
}
|
|
|
|
.home .hero h1 {
|
|
font-size: 2.5rem;
|
|
color: var(--text-color)
|
|
}
|
|
|
|
.home .hero .action, .home .hero .description, .home .hero h1 {
|
|
margin: 1.8rem auto
|
|
}
|
|
|
|
.home .hero .description {
|
|
font-size: 1.6rem;
|
|
line-height: 1.3;
|
|
color: var(--text-color)
|
|
}
|
|
|
|
.home .hero .action-button {
|
|
display: inline-block;
|
|
font-size: 1.2rem;
|
|
color: #fff;
|
|
background-color: #efc9c9;
|
|
padding: .6rem 1.2rem;
|
|
border-radius: 8px;
|
|
-webkit-transition: background-color .1s ease;
|
|
transition: background-color .1s ease;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.home .hero .action-button:hover {
|
|
background-color: #f1cece
|
|
}
|
|
|
|
.home .features {
|
|
border-top: 1px solid var(--border-color);
|
|
padding: 1.2rem 0;
|
|
margin-top: 2.5rem;
|
|
display: -webkit-box;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
-webkit-box-align: start;
|
|
align-items: flex-start;
|
|
align-content: stretch;
|
|
-webkit-box-pack: justify;
|
|
justify-content: space-between
|
|
}
|
|
|
|
.home .feature {
|
|
-webkit-box-flex: 1;
|
|
flex-grow: 1;
|
|
flex-basis: 30%;
|
|
max-width: 30%;
|
|
-webkit-transition: all .5s;
|
|
transition: all .5s;
|
|
color: var(--text-color)
|
|
}
|
|
|
|
.home .feature h2 {
|
|
font-size: 1.6rem;
|
|
font-weight: 500;
|
|
border-bottom: none;
|
|
padding-bottom: 0
|
|
}
|
|
|
|
.home .feature:hover {
|
|
-webkit-transform: scale(1.05);
|
|
transform: scale(1.05)
|
|
}
|
|
|
|
@media (max-width: 719px) {
|
|
.home .features {
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
flex-direction: column
|
|
}
|
|
|
|
.home .feature {
|
|
max-width: 100%;
|
|
padding: 0 2.5rem
|
|
}
|
|
}
|
|
|
|
@media (max-width: 419px) {
|
|
.home {
|
|
padding-left: 1.5rem;
|
|
padding-right: 1.5rem
|
|
}
|
|
|
|
.home .hero img {
|
|
max-height: 210px;
|
|
margin: 2rem auto 1.2rem
|
|
}
|
|
|
|
.home .hero h1 {
|
|
font-size: 2rem
|
|
}
|
|
|
|
.home .hero .action, .home .hero .description, .home .hero h1 {
|
|
margin: 1.2rem auto
|
|
}
|
|
|
|
.home .hero .description {
|
|
font-size: 1.2rem
|
|
}
|
|
|
|
.home .hero .action-button {
|
|
font-size: 1rem;
|
|
padding: .6rem 1.2rem
|
|
}
|
|
|
|
.home .feature h2 {
|
|
font-size: 1.25rem
|
|
}
|
|
}
|
|
|
|
.search-box {
|
|
display: inline-block;
|
|
position: relative;
|
|
margin-right: 1rem
|
|
}
|
|
|
|
.search-box input {
|
|
cursor: text;
|
|
width: 10rem;
|
|
height: 2rem;
|
|
color: #717171;
|
|
display: inline-block;
|
|
border: 1px solid var(--border-color);
|
|
border-radius: 2rem;
|
|
font-size: .9rem;
|
|
line-height: 2rem;
|
|
padding: 0 .5rem 0 2rem;
|
|
outline: none;
|
|
-webkit-transition: all .2s ease;
|
|
transition: all .2s ease;
|
|
background: #fff url(/assets/img/search.1f4b6424.svg) .6rem .5rem no-repeat;
|
|
background-size: 1rem
|
|
}
|
|
|
|
.search-box input:focus {
|
|
cursor: auto;
|
|
border-color: #efc9c9
|
|
}
|
|
|
|
.search-box .suggestions {
|
|
background: var(--background-color);
|
|
width: 20rem;
|
|
position: absolute;
|
|
top: 1.5rem;
|
|
border: 1px solid #cfd4db;
|
|
border-radius: 6px;
|
|
padding: .4rem;
|
|
list-style-type: none
|
|
}
|
|
|
|
.search-box .suggestions.align-right {
|
|
right: 0
|
|
}
|
|
|
|
.search-box .suggestion {
|
|
line-height: 1.4;
|
|
padding: .4rem .6rem;
|
|
border-radius: 4px;
|
|
cursor: pointer
|
|
}
|
|
|
|
.search-box .suggestion a {
|
|
white-space: normal;
|
|
color: var(--text-color)
|
|
}
|
|
|
|
.search-box .suggestion a .page-title {
|
|
font-weight: 600
|
|
}
|
|
|
|
.search-box .suggestion a .header {
|
|
font-size: .9em;
|
|
margin-left: .25em
|
|
}
|
|
|
|
.search-box .suggestion.focused {
|
|
background-color: var(--border-color)
|
|
}
|
|
|
|
.search-box .suggestion.focused a {
|
|
color: #efc9c9
|
|
}
|
|
|
|
@media (max-width: 959px) {
|
|
.search-box input {
|
|
cursor: pointer;
|
|
width: 0;
|
|
border-color: transparent;
|
|
position: relative
|
|
}
|
|
|
|
.search-box input:focus {
|
|
cursor: text;
|
|
left: 0;
|
|
width: 10rem
|
|
}
|
|
}
|
|
|
|
@media (-ms-high-contrast: none) {
|
|
.search-box input {
|
|
height: 2rem
|
|
}
|
|
}
|
|
|
|
@media (max-width: 959px) and (min-width: 719px) {
|
|
.search-box {
|
|
margin-right: 1rem
|
|
}
|
|
|
|
.search-box .suggestions {
|
|
left: 0
|
|
}
|
|
}
|
|
|
|
@media (max-width: 719px) {
|
|
.search-box {
|
|
margin-right: 0
|
|
}
|
|
|
|
.search-box .suggestions {
|
|
right: 0
|
|
}
|
|
}
|
|
|
|
@media (max-width: 419px) {
|
|
.search-box .suggestions {
|
|
width: calc(100vw - 4rem)
|
|
}
|
|
|
|
.search-box input:focus {
|
|
width: 8rem
|
|
}
|
|
}
|
|
|
|
.sidebar-button {
|
|
cursor: pointer;
|
|
display: none;
|
|
width: 1.25rem;
|
|
height: 1.25rem;
|
|
position: absolute;
|
|
padding: .6rem;
|
|
top: .6rem;
|
|
left: 1rem
|
|
}
|
|
|
|
.sidebar-button .icon {
|
|
display: block;
|
|
width: 1.25rem;
|
|
height: 1.25rem;
|
|
color: white;
|
|
}
|
|
|
|
/* .sidebar-open .sidebar-button .icon{
|
|
color: #000;
|
|
}
|
|
.no-sidebar .sidebar-button .icon{
|
|
color: white;
|
|
} */
|
|
|
|
@media (max-width: 719px) {
|
|
.sidebar-button {
|
|
display: block
|
|
}
|
|
}
|
|
|
|
.dropdown-enter, .dropdown-leave-to {
|
|
height: 0 !important
|
|
}
|
|
|
|
.dropdown-wrapper {
|
|
cursor: pointer
|
|
}
|
|
|
|
.dropdown-wrapper .dropdown-title {
|
|
display: block
|
|
}
|
|
|
|
.dropdown-wrapper .dropdown-title:hover {
|
|
border-color: transparent
|
|
}
|
|
|
|
.dropdown-wrapper .dropdown-title .arrow {
|
|
vertical-align: middle;
|
|
margin-top: -1px;
|
|
margin-left: .4rem
|
|
}
|
|
|
|
.dropdown-wrapper .nav-dropdown .dropdown-item {
|
|
color: inherit;
|
|
line-height: 1.7rem
|
|
}
|
|
|
|
.dropdown-wrapper .nav-dropdown .dropdown-item h4 {
|
|
margin: .45rem 0 0;
|
|
border-top: 1px solid var(--border-color);
|
|
padding: .45rem 1.5rem 0 1.25rem
|
|
}
|
|
|
|
.dropdown-wrapper .nav-dropdown .dropdown-item .dropdown-subitem-wrapper {
|
|
padding: 0;
|
|
list-style: none
|
|
}
|
|
|
|
.dropdown-wrapper .nav-dropdown .dropdown-item .dropdown-subitem-wrapper .dropdown-subitem {
|
|
font-size: .9em
|
|
}
|
|
|
|
.dropdown-wrapper .nav-dropdown .dropdown-item a {
|
|
display: block;
|
|
line-height: 1.7rem;
|
|
position: relative;
|
|
border-bottom: none;
|
|
font-weight: 400;
|
|
margin-bottom: 0;
|
|
padding: .1rem .7rem
|
|
}
|
|
|
|
.dropdown-wrapper .nav-dropdown .dropdown-item a.router-link-active, .dropdown-wrapper .nav-dropdown .dropdown-item a:hover {
|
|
color: #efc9c9
|
|
}
|
|
|
|
.dropdown-wrapper .nav-dropdown .dropdown-item a.router-link-active:after {
|
|
content: "";
|
|
width: 0;
|
|
height: 0;
|
|
border-left: 5px solid #efc9c9;
|
|
border-top: 3px solid transparent;
|
|
border-bottom: 3px solid transparent;
|
|
position: absolute;
|
|
top: calc(50% - 2px);
|
|
left: 4px
|
|
}
|
|
|
|
.dropdown-wrapper .nav-dropdown .dropdown-item:first-child h4 {
|
|
margin-top: 0;
|
|
padding-top: 0;
|
|
border-top: 0
|
|
}
|
|
|
|
@media (max-width: 719px) {
|
|
.dropdown-wrapper.open .dropdown-title {
|
|
margin-bottom: .5rem
|
|
}
|
|
|
|
.dropdown-wrapper .nav-dropdown {
|
|
-webkit-transition: height .1s ease-out;
|
|
transition: height .1s ease-out;
|
|
overflow: hidden
|
|
}
|
|
|
|
.dropdown-wrapper .nav-dropdown .dropdown-item h4 {
|
|
border-top: 0;
|
|
margin-top: 0;
|
|
padding-top: 0
|
|
}
|
|
|
|
.dropdown-wrapper .nav-dropdown .dropdown-item > a, .dropdown-wrapper .nav-dropdown .dropdown-item h4 {
|
|
font-size: 15px;
|
|
line-height: 2rem
|
|
}
|
|
|
|
.dropdown-wrapper .nav-dropdown .dropdown-item .dropdown-subitem {
|
|
font-size: 14px;
|
|
padding-left: 1rem
|
|
}
|
|
}
|
|
|
|
@media (min-width: 719px) {
|
|
.dropdown-wrapper {
|
|
height: 1.8rem
|
|
}
|
|
|
|
.dropdown-wrapper:hover .nav-dropdown {
|
|
display: block !important
|
|
}
|
|
|
|
.dropdown-wrapper .dropdown-title .arrow {
|
|
border-left: 4px solid transparent;
|
|
border-right: 4px solid transparent;
|
|
border-top: 6px solid var(--text-color-sub);
|
|
border-bottom: 0
|
|
}
|
|
|
|
.dropdown-wrapper .nav-dropdown {
|
|
display: none;
|
|
height: auto !important;
|
|
box-sizing: border-box;
|
|
max-height: calc(100vh - 2.7rem);
|
|
overflow-y: auto;
|
|
position: absolute;
|
|
top: 100%;
|
|
right: 0;
|
|
background-color: var(--background-color);
|
|
padding: .6rem 0;
|
|
box-shadow: var(--box-shadow);
|
|
text-align: left;
|
|
border-radius: 8px;
|
|
white-space: nowrap;
|
|
margin: 0
|
|
}
|
|
}
|
|
|
|
.nav-links {
|
|
display: inline-block
|
|
}
|
|
|
|
.nav-links a {
|
|
line-height: 1.4rem;
|
|
color: var(--text-color)
|
|
}
|
|
|
|
.nav-links a.router-link-active, .nav-links a:hover {
|
|
color: #efc9c9
|
|
}
|
|
|
|
.nav-links .nav-item {
|
|
position: relative;
|
|
display: inline-block;
|
|
margin-left: 1.5rem;
|
|
line-height: 2rem
|
|
}
|
|
|
|
.nav-links .nav-item:first-child {
|
|
margin-left: 0
|
|
}
|
|
|
|
.nav-links .nav-item .dropdown-wrapper:after {
|
|
content: "";
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 2px;
|
|
bottom: 0;
|
|
left: 0;
|
|
background-color: #efc9c9;
|
|
visibility: hidden;
|
|
-webkit-transform: scaleX(0);
|
|
transform: scaleX(0);
|
|
-webkit-transition: .3s ease-in-out;
|
|
transition: .3s ease-in-out
|
|
}
|
|
|
|
.nav-links .nav-item .dropdown-wrapper:hover:after {
|
|
visibility: visible;
|
|
-webkit-transform: scaleX(1);
|
|
transform: scaleX(1)
|
|
}
|
|
|
|
.nav-links .nav-item .dropdown-wrapper .nav-dropdown a {
|
|
color: var(--text-color)
|
|
}
|
|
|
|
.nav-links .nav-item .dropdown-wrapper .nav-dropdown a.router-link-active, .nav-links .nav-item .dropdown-wrapper .nav-dropdown a:hover {
|
|
color: #efc9c9
|
|
}
|
|
|
|
.nav-links .repo-link {
|
|
margin-left: 1.5rem
|
|
}
|
|
|
|
.index-header-transparent .nav-links a {
|
|
color: var(--transparent-text-color)
|
|
}
|
|
|
|
@media (max-width: 719px) {
|
|
.nav-links .nav-item, .nav-links .repo-link {
|
|
margin-left: 0
|
|
}
|
|
}
|
|
|
|
@media (min-width: 719px) {
|
|
.nav-item > a:not(.external).router-link-active, .nav-item > a:not(.external):hover {
|
|
margin-bottom: -2px
|
|
}
|
|
}
|
|
|
|
.color-picker {
|
|
position: relative;
|
|
margin-right: 1em;
|
|
cursor: pointer
|
|
}
|
|
|
|
.color-picker .color-button {
|
|
text-align: center;
|
|
margin-top: 4px;
|
|
min-width: 50px;
|
|
height: 30px;
|
|
line-height: 31px;
|
|
border-radius: 5px;
|
|
color: rgba(0, 0, 0, .54);
|
|
-webkit-transition: all .5s ease;
|
|
transition: all .5s ease
|
|
}
|
|
|
|
.color-picker .color-button:hover {
|
|
background-color: rgba(0, 0, 0, .05)
|
|
}
|
|
|
|
.color-picker .color-button .iconfont {
|
|
font-size: 1.4rem
|
|
}
|
|
|
|
.color-picker .color-button .icon-sun {
|
|
color: #fff
|
|
}
|
|
|
|
.color-picker .color-picker-menu {
|
|
position: absolute;
|
|
top: 40px;
|
|
left: 50%;
|
|
-webkit-transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
z-index: 150
|
|
}
|
|
|
|
.color-picker .color-picker-menu.menu-transition-enter-active, .color-picker .color-picker-menu.menu-transition-leave-active {
|
|
-webkit-transition: all .25s ease-in-out;
|
|
transition: all .25s ease-in-out
|
|
}
|
|
|
|
.color-picker .color-picker-menu.menu-transition-enter, .color-picker .color-picker-menu.menu-transition-leave-to {
|
|
top: 50px;
|
|
opacity: 0
|
|
}
|
|
|
|
.color-picker .color-picker-menu ul {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0
|
|
}
|
|
|
|
.index-header-transparent .icon-moon {
|
|
color: #fff
|
|
}
|
|
|
|
@media (max-width: 719px) {
|
|
.color-picker {
|
|
margin-right: 1rem
|
|
}
|
|
|
|
.color-picker .color-picker-menu {
|
|
left: calc(50% - 35px)
|
|
}
|
|
|
|
.color-picker .color-picker-menu:before {
|
|
left: calc(50% + 35px)
|
|
}
|
|
}
|
|
|
|
.navbar {
|
|
padding: .7rem 1.5rem;
|
|
line-height: 2.2rem;
|
|
background: var(--background-color);
|
|
-webkit-transition: all .8s ease;
|
|
transition: all .8s ease
|
|
}
|
|
|
|
.navbar a, .navbar img, .navbar span {
|
|
display: inline-block
|
|
}
|
|
|
|
.navbar .logo {
|
|
height: 2.2rem;
|
|
min-width: 2.2rem;
|
|
margin-right: .8rem;
|
|
vertical-align: top;
|
|
border-radius: 50%
|
|
}
|
|
|
|
.navbar .site-name {
|
|
font-size: 1.2rem;
|
|
font-weight: 600;
|
|
color: var(--text-color);
|
|
position: relative
|
|
}
|
|
|
|
.navbar .links {
|
|
padding-left: 1.5rem;
|
|
box-sizing: border-box;
|
|
white-space: nowrap;
|
|
font-size: .9rem;
|
|
position: absolute;
|
|
right: 1.5rem;
|
|
top: .7rem;
|
|
display: -webkit-box;
|
|
display: flex;
|
|
background-color: transparent
|
|
}
|
|
|
|
.navbar .links .search-box {
|
|
-webkit-box-flex: 0;
|
|
flex: 0 0 auto;
|
|
vertical-align: top
|
|
}
|
|
|
|
.index-header-transparent {
|
|
background: transparent;
|
|
-webkit-transition: all .5s ease;
|
|
transition: all .5s ease
|
|
}
|
|
|
|
@media (max-width: 719px) {
|
|
.navbar {
|
|
padding-left: 4rem
|
|
}
|
|
|
|
.navbar .can-hide {
|
|
display: none
|
|
}
|
|
|
|
.navbar .links {
|
|
padding-left: .2rem
|
|
}
|
|
}
|
|
|
|
.sidebar-group {
|
|
background: var(--background-color)
|
|
}
|
|
|
|
.sidebar-group .sidebar-group {
|
|
padding-left: .5em
|
|
}
|
|
|
|
.sidebar-group:not(.collapsable) .sidebar-heading:not(.clickable) {
|
|
cursor: auto;
|
|
color: var(--text-color)
|
|
}
|
|
|
|
.sidebar-group.is-sub-group {
|
|
padding-left: 0
|
|
}
|
|
|
|
.sidebar-group.is-sub-group > .sidebar-heading {
|
|
font-size: .95em;
|
|
line-height: 1.4;
|
|
font-weight: 400;
|
|
padding-left: 2rem
|
|
}
|
|
|
|
.sidebar-group.is-sub-group > .sidebar-heading:not(.clickable) {
|
|
opacity: .5
|
|
}
|
|
|
|
.sidebar-group.is-sub-group > .sidebar-group-items {
|
|
padding-left: 1rem
|
|
}
|
|
|
|
.sidebar-group.is-sub-group > .sidebar-group-items > li > .sidebar-link {
|
|
font-size: .95em;
|
|
border-left: none
|
|
}
|
|
|
|
.sidebar-group.depth-2 > .sidebar-heading {
|
|
border-left: none
|
|
}
|
|
|
|
.sidebar-heading {
|
|
position: relative;
|
|
color: var(--text-color);
|
|
-webkit-transition: color .15s ease;
|
|
transition: color .15s ease;
|
|
cursor: pointer;
|
|
font-size: 1em;
|
|
font-weight: 500;
|
|
padding: .35rem 1.5rem .35rem 1.25rem;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
margin: 0
|
|
}
|
|
|
|
.sidebar-heading.open, .sidebar-heading:hover {
|
|
color: #efc9c9
|
|
}
|
|
|
|
.sidebar-heading .arrow {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
right: 1em;
|
|
margin: auto
|
|
}
|
|
|
|
.sidebar-heading.clickable.active {
|
|
font-weight: 600;
|
|
color: #efc9c9;
|
|
border-left-color: #efc9c9
|
|
}
|
|
|
|
.sidebar-heading.clickable:hover {
|
|
color: #efc9c9
|
|
}
|
|
|
|
.sidebar-group-items {
|
|
-webkit-transition: height .1s ease-out;
|
|
transition: height .1s ease-out;
|
|
font-size: .95em;
|
|
overflow: hidden
|
|
}
|
|
|
|
[data-v-21973090]:root {
|
|
--default-color-10: #fff;
|
|
--default-color-9: hsla(0, 0%, 100%, 0.9);
|
|
--default-color-8: hsla(0, 0%, 100%, 0.8);
|
|
--default-color-7: hsla(0, 0%, 100%, 0.7);
|
|
--default-color-6: hsla(0, 0%, 100%, 0.6);
|
|
--default-color-5: hsla(0, 0%, 100%, 0.5);
|
|
--default-color-4: hsla(0, 0%, 100%, 0.4);
|
|
--default-color-3: hsla(0, 0%, 100%, 0.3);
|
|
--default-color-2: hsla(0, 0%, 100%, 0.2);
|
|
--default-color-1: hsla(0, 0%, 100%, 0.1);
|
|
--background-color: #fff;
|
|
--theme-color: #f4f4f4;
|
|
--box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
|
|
--box-shadow-hover: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
|
|
--text-color: #424242;
|
|
--text-color-sub: #7f7f7f;
|
|
--border-color: #eaecef;
|
|
--code-color: rgba(27, 31, 35, 0.05);
|
|
--mask-color: #888
|
|
}
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
[data-v-21973090]:root {
|
|
--default-color-10: #000;
|
|
--default-color-9: rgba(0, 0, 0, 0.9);
|
|
--default-color-8: rgba(0, 0, 0, 0.8);
|
|
--default-color-7: rgba(0, 0, 0, 0.7);
|
|
--default-color-6: rgba(0, 0, 0, 0.6);
|
|
--default-color-5: rgba(0, 0, 0, 0.5);
|
|
--default-color-4: rgba(0, 0, 0, 0.4);
|
|
--default-color-3: rgba(0, 0, 0, 0.3);
|
|
--default-color-2: rgba(0, 0, 0, 0.2);
|
|
--default-color-1: rgba(0, 0, 0, 0.1);
|
|
--background-color: #2f3133;
|
|
--theme-color: #171d20;
|
|
--box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.6);
|
|
--box-shadow-hover: 0 2px 16px 0 rgba(0, 0, 0, 0.7);
|
|
--text-color: hsla(0, 0%, 100%, 0.8);
|
|
--text-color-sub: #8b8b8b;
|
|
--border-color: rgba(0, 0, 0, 0.3);
|
|
--code-color: rgba(0, 0, 0, 0.3);
|
|
--mask-color: #000
|
|
}
|
|
}
|
|
|
|
.tags[data-v-21973090] {
|
|
margin: 30px 0
|
|
}
|
|
|
|
.tags span[data-v-21973090] {
|
|
background-color: var(--background-color);
|
|
color: var(--text-color);
|
|
vertical-align: middle;
|
|
margin: 2px 6px 10px;
|
|
padding: 10px 12px;
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
border-radius: 8px;
|
|
line-height: 13px;
|
|
font-size: 13px;
|
|
box-shadow: var(--box-shadow);
|
|
-webkit-transition: all .5s;
|
|
transition: all .5s
|
|
}
|
|
|
|
.tags span[data-v-21973090]:hover {
|
|
-webkit-transform: scale(1.14);
|
|
transform: scale(1.14);
|
|
background-color: var(--text-bg-color)
|
|
}
|
|
|
|
.tags span.active[data-v-21973090] {
|
|
background-color: var(--text-color-sub);
|
|
-webkit-transform: scale(1.2);
|
|
transform: scale(1.2)
|
|
}
|
|
|
|
[data-v-336e50c0]:root {
|
|
--default-color-10: #fff;
|
|
--default-color-9: hsla(0, 0%, 100%, 0.9);
|
|
--default-color-8: hsla(0, 0%, 100%, 0.8);
|
|
--default-color-7: hsla(0, 0%, 100%, 0.7);
|
|
--default-color-6: hsla(0, 0%, 100%, 0.6);
|
|
--default-color-5: hsla(0, 0%, 100%, 0.5);
|
|
--default-color-4: hsla(0, 0%, 100%, 0.4);
|
|
--default-color-3: hsla(0, 0%, 100%, 0.3);
|
|
--default-color-2: hsla(0, 0%, 100%, 0.2);
|
|
--default-color-1: hsla(0, 0%, 100%, 0.1);
|
|
--background-color: #fff;
|
|
--theme-color: #f4f4f4;
|
|
--box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
|
|
--box-shadow-hover: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
|
|
--text-color: #424242;
|
|
--text-color-sub: #7f7f7f;
|
|
--border-color: #eaecef;
|
|
--code-color: rgba(27, 31, 35, 0.05);
|
|
--mask-color: #888
|
|
}
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
[data-v-336e50c0]:root {
|
|
--default-color-10: #000;
|
|
--default-color-9: rgba(0, 0, 0, 0.9);
|
|
--default-color-8: rgba(0, 0, 0, 0.8);
|
|
--default-color-7: rgba(0, 0, 0, 0.7);
|
|
--default-color-6: rgba(0, 0, 0, 0.6);
|
|
--default-color-5: rgba(0, 0, 0, 0.5);
|
|
--default-color-4: rgba(0, 0, 0, 0.4);
|
|
--default-color-3: rgba(0, 0, 0, 0.3);
|
|
--default-color-2: rgba(0, 0, 0, 0.2);
|
|
--default-color-1: rgba(0, 0, 0, 0.1);
|
|
--background-color: #2f3133;
|
|
--theme-color: #171d20;
|
|
--box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.6);
|
|
--box-shadow-hover: 0 2px 16px 0 rgba(0, 0, 0, 0.7);
|
|
--text-color: hsla(0, 0%, 100%, 0.8);
|
|
--text-color-sub: #8b8b8b;
|
|
--border-color: rgba(0, 0, 0, 0.3);
|
|
--code-color: rgba(0, 0, 0, 0.3);
|
|
--mask-color: #000
|
|
}
|
|
}
|
|
|
|
.friend-link-wrapper[data-v-336e50c0] {
|
|
position: relative;
|
|
margin: 30px 0
|
|
}
|
|
|
|
.friend-link-wrapper .friend-link-item[data-v-336e50c0] {
|
|
position: relative;
|
|
vertical-align: middle;
|
|
margin: 4px 4px 10px;
|
|
padding: 4px 8px 4px 20px;
|
|
line-height: 20px;
|
|
display: inline-block;
|
|
cursor: default;
|
|
border-radius: 8px;
|
|
font-size: 13px;
|
|
box-shadow: var(--box-shadow);
|
|
-webkit-transition: all .5s;
|
|
transition: all .5s
|
|
}
|
|
|
|
.friend-link-wrapper .friend-link-item .list-style[data-v-336e50c0] {
|
|
position: absolute;
|
|
left: .4rem;
|
|
top: 0;
|
|
bottom: 0;
|
|
margin: auto;
|
|
display: block;
|
|
width: .4rem;
|
|
height: .4rem;
|
|
border-radius: .1rem;
|
|
background: #efc9c9;
|
|
content: ""
|
|
}
|
|
|
|
.friend-link-wrapper .friend-link-item .popup-window-wrapper[data-v-336e50c0] {
|
|
display: none
|
|
}
|
|
|
|
.friend-link-wrapper .friend-link-item .popup-window-wrapper .popup-window[data-v-336e50c0] {
|
|
position: absolute;
|
|
display: -webkit-box;
|
|
display: flex;
|
|
background: var(--background-color);
|
|
box-shadow: var(--box-shadow);
|
|
border-radius: 8px;
|
|
box-sizing: border-box;
|
|
padding: .8rem 1rem;
|
|
width: 280px
|
|
}
|
|
|
|
.friend-link-wrapper .friend-link-item .popup-window-wrapper .popup-window .logo[data-v-336e50c0] {
|
|
margin-right: .4rem;
|
|
width: 2rem;
|
|
height: 2rem;
|
|
-webkit-box-flex: 0;
|
|
flex: 0 0 2rem;
|
|
border-radius: 8px;
|
|
overflow: hidden
|
|
}
|
|
|
|
.friend-link-wrapper .friend-link-item .popup-window-wrapper .popup-window .logo img[data-v-336e50c0] {
|
|
width: 2rem;
|
|
height: 2rem
|
|
}
|
|
|
|
.friend-link-wrapper .friend-link-item .popup-window-wrapper .popup-window .info[data-v-336e50c0] {
|
|
-webkit-box-flex: 0;
|
|
flex: 0 0 85%;
|
|
width: 85%
|
|
}
|
|
|
|
.friend-link-wrapper .friend-link-item .popup-window-wrapper .popup-window .info .title[data-v-336e50c0] {
|
|
display: -webkit-box;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: justify;
|
|
justify-content: space-between;
|
|
height: 2rem
|
|
}
|
|
|
|
.friend-link-wrapper .friend-link-item .popup-window-wrapper .popup-window .info .title h4[data-v-336e50c0] {
|
|
margin: .2rem 0;
|
|
-webkit-box-flex: 0;
|
|
flex: 0 0 86%;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis
|
|
}
|
|
|
|
.friend-link-wrapper .friend-link-item .popup-window-wrapper .popup-window .info .title .btn-go[data-v-336e50c0] {
|
|
width: 1.4rem;
|
|
height: 1.2rem;
|
|
border-radius: 8px;
|
|
font-size: 12px;
|
|
color: #fff;
|
|
text-align: center;
|
|
line-height: 1.2rem;
|
|
cursor: pointer;
|
|
-webkit-transition: all .5s;
|
|
transition: all .5s
|
|
}
|
|
|
|
.friend-link-wrapper .friend-link-item .popup-window-wrapper .popup-window .info .title .btn-go[data-v-336e50c0]:hover {
|
|
-webkit-transform: scale(1.1);
|
|
transform: scale(1.1)
|
|
}
|
|
|
|
.fade-enter-active[data-v-336e50c0], .fade-leave-active[data-v-336e50c0] {
|
|
-webkit-transition: opacity .5s;
|
|
transition: opacity .5s
|
|
}
|
|
|
|
.fade-enter[data-v-336e50c0], .fade-leave-to[data-v-336e50c0] {
|
|
opacity: 0
|
|
}
|
|
|
|
.flex1[data-v-6445fda2] {
|
|
-webkit-box-flex: 1;
|
|
flex: 1 auto
|
|
}
|
|
|
|
.flex[data-v-6445fda2] {
|
|
display: -webkit-box;
|
|
display: flex
|
|
}
|
|
|
|
.fxcenter[data-v-6445fda2] {
|
|
-webkit-box-align: center;
|
|
align-items: center
|
|
}
|
|
|
|
.page-info[data-v-6445fda2] {
|
|
font-family: Roboto, sans-serif
|
|
}
|
|
|
|
.iconfont[data-v-6445fda2] {
|
|
display: inline-block;
|
|
line-height: 1.5rem
|
|
}
|
|
|
|
.iconfont[data-v-6445fda2]:not(:last-child) {
|
|
margin-right: 1rem
|
|
}
|
|
|
|
.iconfont span[data-v-6445fda2] {
|
|
margin-left: .2rem
|
|
}
|
|
|
|
.date[data-v-6445fda2] {
|
|
font-size: 11px;
|
|
color: #bbb
|
|
}
|
|
|
|
.visitor[data-v-6445fda2] {
|
|
display: -webkit-box;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
align-items: center;
|
|
padding: .1rem .6rem;
|
|
border-radius: 8px
|
|
}
|
|
|
|
.visitor[data-v-6445fda2]:hover {
|
|
cursor: pointer;
|
|
background-color: var(--hover-color)
|
|
}
|
|
|
|
.icon-eye[data-v-6445fda2] {
|
|
color: var(--icon-color);
|
|
font-size: 1.2rem
|
|
}
|
|
|
|
.tags .tag-item[data-v-6445fda2] {
|
|
font-family: Ubuntu, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
|
|
cursor: pointer;
|
|
color: var(--icon-color);
|
|
background: var(--theme-color);
|
|
padding: .3rem .6rem;
|
|
border-radius: 6px
|
|
}
|
|
|
|
.tags .tag-item.active[data-v-6445fda2] {
|
|
color: #efc9c9
|
|
}
|
|
|
|
.tags .tag-item[data-v-6445fda2]:hover {
|
|
background-color: var(--text-bg-color)
|
|
}
|
|
|
|
@media (max-width: 719px) {
|
|
.tags[data-v-6445fda2] {
|
|
display: block;
|
|
margin-left: 0 !important
|
|
}
|
|
}
|
|
|
|
[data-v-97da2368]:root {
|
|
--default-color-10: #fff;
|
|
--default-color-9: hsla(0, 0%, 100%, 0.9);
|
|
--default-color-8: hsla(0, 0%, 100%, 0.8);
|
|
--default-color-7: hsla(0, 0%, 100%, 0.7);
|
|
--default-color-6: hsla(0, 0%, 100%, 0.6);
|
|
--default-color-5: hsla(0, 0%, 100%, 0.5);
|
|
--default-color-4: hsla(0, 0%, 100%, 0.4);
|
|
--default-color-3: hsla(0, 0%, 100%, 0.3);
|
|
--default-color-2: hsla(0, 0%, 100%, 0.2);
|
|
--default-color-1: hsla(0, 0%, 100%, 0.1);
|
|
--background-color: #fff;
|
|
--theme-color: #f4f4f4;
|
|
--box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
|
|
--box-shadow-hover: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
|
|
--text-color: #424242;
|
|
--text-color-sub: #7f7f7f;
|
|
--border-color: #eaecef;
|
|
--code-color: rgba(27, 31, 35, 0.05);
|
|
--mask-color: #888
|
|
}
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
[data-v-97da2368]:root {
|
|
--default-color-10: #000;
|
|
--default-color-9: rgba(0, 0, 0, 0.9);
|
|
--default-color-8: rgba(0, 0, 0, 0.8);
|
|
--default-color-7: rgba(0, 0, 0, 0.7);
|
|
--default-color-6: rgba(0, 0, 0, 0.6);
|
|
--default-color-5: rgba(0, 0, 0, 0.5);
|
|
--default-color-4: rgba(0, 0, 0, 0.4);
|
|
--default-color-3: rgba(0, 0, 0, 0.3);
|
|
--default-color-2: rgba(0, 0, 0, 0.2);
|
|
--default-color-1: rgba(0, 0, 0, 0.1);
|
|
--background-color: #2f3133;
|
|
--theme-color: #171d20;
|
|
--box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.6);
|
|
--box-shadow-hover: 0 2px 16px 0 rgba(0, 0, 0, 0.7);
|
|
--text-color: hsla(0, 0%, 100%, 0.8);
|
|
--text-color-sub: #8b8b8b;
|
|
--border-color: rgba(0, 0, 0, 0.3);
|
|
--code-color: rgba(0, 0, 0, 0.3);
|
|
--mask-color: #000
|
|
}
|
|
}
|
|
|
|
.flex1[data-v-97da2368] {
|
|
-webkit-box-flex: 1;
|
|
flex: 1 auto
|
|
}
|
|
|
|
.abstract-item[data-v-97da2368], .flex[data-v-97da2368] {
|
|
display: -webkit-box;
|
|
display: flex
|
|
}
|
|
|
|
.abstract-item[data-v-97da2368] {
|
|
font-family: Roboto, sans-serif;
|
|
font-weight: 500;
|
|
position: relative;
|
|
margin: 0 auto 20px;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
border-radius: 8px;
|
|
box-shadow: var(--box-shadow);
|
|
box-sizing: border-box;
|
|
-webkit-transition: all .3s;
|
|
transition: all .3s;
|
|
background-color: var(--background-color);
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
flex-direction: column
|
|
}
|
|
|
|
.abstract-item > [data-v-97da2368] {
|
|
pointer-events: auto
|
|
}
|
|
|
|
.abstract-item .abstract-wrap[data-v-97da2368] {
|
|
padding: 16px
|
|
}
|
|
|
|
.abstract-item .abstract-wrap .jump-btn[data-v-97da2368] {
|
|
color: #e54d42;
|
|
padding: .4rem .7rem;
|
|
border-radius: 4px
|
|
}
|
|
|
|
.abstract-item .abstract-wrap .jump-btn[data-v-97da2368]:hover {
|
|
background-color: var(--button-hover-color)
|
|
}
|
|
|
|
.abstract-item .abstract[data-v-97da2368] {
|
|
font-size: .8rem;
|
|
margin: 1.2rem 0;
|
|
line-height: 1.8rem;
|
|
color: var(--text-color)
|
|
}
|
|
|
|
.abstract-item .reco-sticky[data-v-97da2368] {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
display: inline-block;
|
|
color: #efc9c9;
|
|
font-size: 2.4rem
|
|
}
|
|
|
|
.abstract-item[data-v-97da2368]:hover {
|
|
box-shadow: var(--box-shadow-hover)
|
|
}
|
|
|
|
.abstract-item .title[data-v-97da2368] {
|
|
position: relative;
|
|
font-size: 1.28rem;
|
|
line-height: 46px;
|
|
display: inline-block
|
|
}
|
|
|
|
.abstract-item .title a[data-v-97da2368] {
|
|
color: var(--text-color);
|
|
font-weight: 600
|
|
}
|
|
|
|
.abstract-item .title .reco-lock[data-v-97da2368] {
|
|
font-size: 1.28rem;
|
|
color: #efc9c9
|
|
}
|
|
|
|
.abstract-item .title:hover a[data-v-97da2368] {
|
|
color: #efc9c9
|
|
}
|
|
|
|
.abstract-item .title[data-v-97da2368]:hover:after {
|
|
visibility: visible;
|
|
-webkit-transform: scaleX(1);
|
|
transform: scaleX(1)
|
|
}
|
|
|
|
.abstract-item .abstract-images[data-v-97da2368] {
|
|
-webkit-box-align: end;
|
|
align-items: flex-end;
|
|
-webkit-box-flex: 1;
|
|
flex: 1 0 auto;
|
|
display: -webkit-box;
|
|
display: flex;
|
|
overflow: hidden;
|
|
position: relative;
|
|
font-size: 0
|
|
}
|
|
|
|
.abstract-item .abstract-images .abstract-image[data-v-97da2368] {
|
|
width: 100%;
|
|
height: 100%;
|
|
background-position: 50%;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
-webkit-transition: all .8s ease-in-out;
|
|
transition: all .8s ease-in-out
|
|
}
|
|
|
|
.abstract-item .abstract-images .abstract-image[data-v-97da2368]:hover {
|
|
-webkit-transform: scale(1.2);
|
|
transform: scale(1.2)
|
|
}
|
|
|
|
.abstract-item .tags .tag-item.active[data-v-97da2368], .abstract-item .tags .tag-item[data-v-97da2368]:hover {
|
|
color: #efc9c9
|
|
}
|
|
|
|
@media (max-width: 719px) {
|
|
.tags[data-v-97da2368] {
|
|
display: block;
|
|
margin-top: 1rem;
|
|
margin-left: 0 !important
|
|
}
|
|
}
|
|
|
|
.sidebar .sidebar-sub-headers {
|
|
padding-left: 1.5rem;
|
|
font-size: .95em
|
|
}
|
|
|
|
.sidebar-sub-headers a.sidebar-link {
|
|
margin: 0 1rem 0 .6rem
|
|
}
|
|
|
|
a.sidebar-link {
|
|
font-size: 1em;
|
|
font-weight: 400;
|
|
display: block !important;
|
|
color: var(--text-color);
|
|
padding: .35rem 1rem .35rem 2.25rem;
|
|
line-height: 1.7;
|
|
background: transparent;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
a.sidebar-link:hover {
|
|
color: #efc9c9
|
|
}
|
|
|
|
a.sidebar-link.active {
|
|
font-weight: 600;
|
|
color: #efc9c9;
|
|
background: var(--default-color-8);
|
|
border-right: 3px solid #efc9c9
|
|
}
|
|
|
|
.sidebar-sub-headers a.sidebar-link {
|
|
padding-top: .25rem;
|
|
padding-bottom: .25rem;
|
|
border-left: none
|
|
}
|
|
|
|
.sidebar-sub-headers a.sidebar-link.active {
|
|
font-weight: 500;
|
|
background: transparent;
|
|
color: #efc9c9
|
|
}
|
|
|
|
.abstract-wrapper[data-v-4e50d160] {
|
|
width: 100%
|
|
}
|
|
|
|
.personal-info-wrapper .personal-img[data-v-01a00ab5] {
|
|
display: block;
|
|
margin: 2rem auto 1rem;
|
|
width: 6rem;
|
|
height: 6rem;
|
|
border-radius: 50%;
|
|
-webkit-transition: all .5s;
|
|
transition: all .5s
|
|
}
|
|
|
|
.personal-info-wrapper .personal-img[data-v-01a00ab5]:hover {
|
|
transform: rotate(1turn);
|
|
-webkit-transform: rotate(1turn)
|
|
}
|
|
|
|
.personal-info-wrapper .name[data-v-01a00ab5] {
|
|
font-size: 1rem;
|
|
text-align: center;
|
|
color: var(--text-color)
|
|
}
|
|
|
|
.personal-info-wrapper .num[data-v-01a00ab5] {
|
|
display: -webkit-box;
|
|
display: flex;
|
|
margin: 0 auto 1rem;
|
|
width: 80%
|
|
}
|
|
|
|
.personal-info-wrapper .num > div[data-v-01a00ab5] {
|
|
text-align: center;
|
|
-webkit-box-flex: 0;
|
|
flex: 0 0 50%
|
|
}
|
|
|
|
.personal-info-wrapper .num > div h3[data-v-01a00ab5] {
|
|
line-height: auto;
|
|
margin: 0 0 .6rem;
|
|
color: var(--text-color)
|
|
}
|
|
|
|
.personal-info-wrapper .num > div h6[data-v-01a00ab5] {
|
|
line-height: auto;
|
|
color: var(--text-color);
|
|
margin: 0
|
|
}
|
|
|
|
.personal-info-wrapper .links[data-v-01a00ab5] {
|
|
display: -webkit-box;
|
|
display: flex;
|
|
margin: 0 auto 1rem;
|
|
width: 80%;
|
|
-webkit-box-pack: center;
|
|
justify-content: center
|
|
}
|
|
|
|
.personal-info-wrapper .links .link[data-v-01a00ab5] {
|
|
text-align: center;
|
|
cursor: pointer;
|
|
padding: 0 .3rem
|
|
}
|
|
|
|
.personal-info-wrapper .links .link .icon[data-v-01a00ab5] {
|
|
cursor: pointer;
|
|
font-size: 1.5rem;
|
|
-webkit-transition: all .2s;
|
|
transition: all .2s
|
|
}
|
|
|
|
.personal-info-wrapper .links .link .icon[data-v-01a00ab5]:hover {
|
|
transform: scale(1.2);
|
|
-webkit-transform: scale(1.2)
|
|
}
|
|
|
|
.home-blog {
|
|
padding: 0;
|
|
margin: 0 auto
|
|
}
|
|
|
|
.home-blog .hero {
|
|
position: relative;
|
|
box-sizing: border-box;
|
|
padding: 0 20px;
|
|
height: 100vh;
|
|
display: -webkit-box;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: center;
|
|
justify-content: center
|
|
}
|
|
|
|
.home-blog .hero .hero-img {
|
|
max-width: 300px;
|
|
margin: 0 auto 1.5rem
|
|
}
|
|
|
|
.home-blog .hero .icon-angle-down {
|
|
cursor: pointer;
|
|
position: absolute;
|
|
bottom: 10px;
|
|
color: #eee;
|
|
font-size: 2.5rem;
|
|
opacity: .8;
|
|
text-shadow: .1rem .1rem .2rem rgba(0, 0, 0, .15);
|
|
-webkit-animation: arrow 1.3s linear infinite;
|
|
animation: arrow 1.3s linear infinite
|
|
}
|
|
|
|
.home-blog .hero h1 {
|
|
margin: 0 auto 1.8rem;
|
|
font-size: 2.5rem
|
|
}
|
|
|
|
.home-blog .hero .description {
|
|
margin: 1.8rem auto;
|
|
font-size: 1.6rem;
|
|
line-height: 1.3
|
|
}
|
|
|
|
@-webkit-keyframes arrow {
|
|
0% {
|
|
opacity: .8;
|
|
-webkit-transform: translateY(-20px);
|
|
transform: translateY(-20px)
|
|
}
|
|
25% {
|
|
opacity: .5;
|
|
-webkit-transform: translateY(-10px);
|
|
transform: translateY(-10px)
|
|
}
|
|
50% {
|
|
opacity: .2;
|
|
-webkit-transform: translateY(0);
|
|
transform: translateY(0)
|
|
}
|
|
75% {
|
|
opacity: .5;
|
|
-webkit-transform: translateY(-10px);
|
|
transform: translateY(-10px)
|
|
}
|
|
to {
|
|
opacity: .8;
|
|
-webkit-transform: translateY(-20px);
|
|
transform: translateY(-20px)
|
|
}
|
|
}
|
|
|
|
@keyframes arrow {
|
|
0% {
|
|
opacity: .8;
|
|
-webkit-transform: translateY(-20px);
|
|
transform: translateY(-20px)
|
|
}
|
|
25% {
|
|
opacity: .5;
|
|
-webkit-transform: translateY(-10px);
|
|
transform: translateY(-10px)
|
|
}
|
|
50% {
|
|
opacity: .2;
|
|
-webkit-transform: translateY(0);
|
|
transform: translateY(0)
|
|
}
|
|
75% {
|
|
opacity: .5;
|
|
-webkit-transform: translateY(-10px);
|
|
transform: translateY(-10px)
|
|
}
|
|
to {
|
|
opacity: .8;
|
|
-webkit-transform: translateY(-20px);
|
|
transform: translateY(-20px)
|
|
}
|
|
}
|
|
|
|
.home-blog .home-blog-wrapper {
|
|
display: -webkit-box;
|
|
display: flex;
|
|
-webkit-box-align: start;
|
|
align-items: flex-start;
|
|
margin: 20px auto 0;
|
|
padding: 0 20px;
|
|
max-width: 1126px
|
|
}
|
|
|
|
.home-blog .home-blog-wrapper .blog-list {
|
|
-webkit-box-flex: 1;
|
|
flex: auto;
|
|
width: 0
|
|
}
|
|
|
|
.home-blog .home-blog-wrapper .blog-list .abstract-wrapper .abstract-item:last-child {
|
|
margin-bottom: 0
|
|
}
|
|
|
|
.home-blog .home-blog-wrapper .info-wrapper {
|
|
position: -webkit-sticky;
|
|
position: sticky;
|
|
top: 70px;
|
|
overflow: hidden;
|
|
-webkit-transition: all .3s;
|
|
transition: all .3s;
|
|
margin-left: 15px;
|
|
-webkit-box-flex: 0;
|
|
flex: 0 0 300px;
|
|
height: auto;
|
|
box-shadow: var(--box-shadow);
|
|
border-radius: 8px;
|
|
box-sizing: border-box;
|
|
padding: 0 15px;
|
|
background: var(--background-color)
|
|
}
|
|
|
|
.home-blog .home-blog-wrapper .info-wrapper:hover {
|
|
box-shadow: var(--box-shadow-hover)
|
|
}
|
|
|
|
.home-blog .home-blog-wrapper .info-wrapper h4 {
|
|
color: var(--text-color)
|
|
}
|
|
|
|
.home-blog .home-blog-wrapper .info-wrapper .category-wrapper {
|
|
list-style: none;
|
|
padding-left: 0
|
|
}
|
|
|
|
.home-blog .home-blog-wrapper .info-wrapper .category-wrapper .category-item {
|
|
margin-bottom: .4rem;
|
|
padding: .4rem .8rem;
|
|
-webkit-transition: all .5s;
|
|
transition: all .5s;
|
|
border-radius: 8px;
|
|
box-shadow: var(--box-shadow);
|
|
background-color: var(--background-color)
|
|
}
|
|
|
|
.home-blog .home-blog-wrapper .info-wrapper .category-wrapper .category-item:hover {
|
|
-webkit-transform: scale(1.04);
|
|
transform: scale(1.04)
|
|
}
|
|
|
|
.home-blog .home-blog-wrapper .info-wrapper .category-wrapper .category-item a {
|
|
display: -webkit-box;
|
|
display: flex;
|
|
-webkit-box-pack: justify;
|
|
justify-content: space-between;
|
|
color: var(--text-color)
|
|
}
|
|
|
|
.home-blog .home-blog-wrapper .info-wrapper .category-wrapper .category-item a .post-num {
|
|
width: 1.6rem;
|
|
height: 1.6rem;
|
|
text-align: center;
|
|
line-height: 1.6rem;
|
|
border-radius: 1.6rem;
|
|
background: var(--theme-color);
|
|
font-size: 13px;
|
|
color: var(--text-color)
|
|
}
|
|
|
|
@media (max-width: 719px) {
|
|
.home-blog .hero img {
|
|
margin: 2rem auto 1.2rem
|
|
}
|
|
|
|
.home-blog .hero h1 {
|
|
margin: 0 auto 1.8rem;
|
|
font-size: 2rem
|
|
}
|
|
|
|
.home-blog .hero .description {
|
|
font-size: 1.2rem
|
|
}
|
|
|
|
.home-blog .hero .action-button {
|
|
font-size: 1rem;
|
|
padding: .6rem 1.2rem
|
|
}
|
|
|
|
.home-blog .home-blog-wrapper {
|
|
display: block !important
|
|
}
|
|
|
|
.home-blog .home-blog-wrapper .blog-list {
|
|
width: auto
|
|
}
|
|
|
|
.home-blog .home-blog-wrapper .info-wrapper {
|
|
margin-left: 0;
|
|
margin-top: 2rem
|
|
}
|
|
|
|
.home-blog .home-blog-wrapper .info-wrapper .personal-info-wrapper {
|
|
display: none
|
|
}
|
|
}
|
|
|
|
@media (max-width: 419px) {
|
|
.home-blog .hero img {
|
|
margin: 2rem auto 1.2rem
|
|
}
|
|
|
|
.home-blog .hero h1 {
|
|
margin: 0 auto 1.8rem;
|
|
font-size: 2rem
|
|
}
|
|
|
|
.home-blog .hero .description {
|
|
font-size: 1.2rem
|
|
}
|
|
|
|
.home-blog .hero .action-button {
|
|
font-size: 1rem;
|
|
padding: .6rem 1.2rem
|
|
}
|
|
|
|
.home-blog .home-blog-wrapper {
|
|
display: block !important
|
|
}
|
|
|
|
.home-blog .home-blog-wrapper .blog-list {
|
|
width: auto
|
|
}
|
|
|
|
.home-blog .home-blog-wrapper .info-wrapper {
|
|
margin-left: 0
|
|
}
|
|
|
|
.home-blog .home-blog-wrapper .info-wrapper .personal-info-wrapper {
|
|
display: none
|
|
}
|
|
}
|
|
|
|
.sub-sidebar-wrapper[data-v-b02a18de] {
|
|
width: 12rem;
|
|
padding-left: 0;
|
|
list-style: none;
|
|
font-size: 12px
|
|
}
|
|
|
|
.sub-sidebar-wrapper li[data-v-b02a18de] {
|
|
padding: .2rem 0;
|
|
cursor: pointer;
|
|
border-left: 1px solid var(--border-color)
|
|
}
|
|
|
|
.sub-sidebar-wrapper li a[data-v-b02a18de] {
|
|
padding: .35rem 1rem .35rem 0;
|
|
color: var(--text-color)
|
|
}
|
|
|
|
.sub-sidebar-wrapper li:hover a[data-v-b02a18de] {
|
|
color: #efc9c9
|
|
}
|
|
|
|
.sub-sidebar-wrapper li.active[data-v-b02a18de] {
|
|
border-left: 1px solid #efc9c9
|
|
}
|
|
|
|
.sub-sidebar-wrapper li.active a[data-v-b02a18de] {
|
|
color: #efc9c9
|
|
}
|
|
|
|
.sub-sidebar-wrapper li.level-1[data-v-b02a18de] {
|
|
padding-left: .4rem
|
|
}
|
|
|
|
.sub-sidebar-wrapper li.level-2[data-v-b02a18de] {
|
|
padding-left: .9rem
|
|
}
|
|
|
|
.sub-sidebar-wrapper li.level-3[data-v-b02a18de] {
|
|
padding-left: 1.5rem
|
|
}
|
|
|
|
.page-nav, .page .comments-wrapper, .page .page-edit {
|
|
max-width: 800px;
|
|
margin: 0 auto;
|
|
padding: 2rem 2.5rem
|
|
}
|
|
|
|
@media (max-width: 959px) {
|
|
.page-nav, .page .comments-wrapper, .page .page-edit {
|
|
padding: 2rem
|
|
}
|
|
}
|
|
|
|
@media (max-width: 419px) {
|
|
.page-nav, .page .comments-wrapper, .page .page-edit {
|
|
padding: 1.5rem
|
|
}
|
|
}
|
|
|
|
.page {
|
|
position: relative;
|
|
padding-top: 5rem;
|
|
padding-bottom: 2rem;
|
|
padding-right: 14rem;
|
|
margin: 7rem auto 0;
|
|
max-width: 800px;
|
|
background-color: var(--background-color);
|
|
border-radius: 8px;
|
|
display: block
|
|
}
|
|
|
|
.page .side-bar {
|
|
position: fixed;
|
|
top: 10rem;
|
|
bottom: 10rem;
|
|
right: 2rem;
|
|
overflow-y: scroll
|
|
}
|
|
|
|
.page .side-bar::-webkit-scrollbar {
|
|
width: 0;
|
|
height: 0
|
|
}
|
|
|
|
.page .page-title {
|
|
max-width: 800px;
|
|
margin: 0 auto;
|
|
padding: 1rem 2.5rem;
|
|
color: var(--text-color)
|
|
}
|
|
|
|
.page .page-edit {
|
|
padding-top: 1rem;
|
|
padding-bottom: 1rem;
|
|
overflow: auto
|
|
}
|
|
|
|
.page .page-edit .edit-link {
|
|
display: inline-block
|
|
}
|
|
|
|
.page .page-edit .edit-link a {
|
|
color: #efc9c9;
|
|
margin-right: .25rem
|
|
}
|
|
|
|
.page .page-edit .last-updated {
|
|
float: right;
|
|
font-size: .9em
|
|
}
|
|
|
|
.page .page-edit .last-updated .prefix {
|
|
font-weight: 500;
|
|
color: #efc9c9
|
|
}
|
|
|
|
.page .page-edit .last-updated .time {
|
|
font-weight: 400;
|
|
color: #aaa
|
|
}
|
|
|
|
.page-nav {
|
|
padding-top: 1rem;
|
|
padding-bottom: 0
|
|
}
|
|
|
|
.page-nav .inner {
|
|
min-height: 2rem;
|
|
margin-top: 0;
|
|
border-top: 1px solid var(--border-color);
|
|
padding-top: 1rem;
|
|
overflow: auto
|
|
}
|
|
|
|
.page-nav .next {
|
|
float: right
|
|
}
|
|
|
|
@media (max-width: 719px) {
|
|
.page {
|
|
padding-right: 0
|
|
}
|
|
|
|
.page .side-bar {
|
|
display: none
|
|
}
|
|
|
|
.page .page-title {
|
|
padding: 0 1rem
|
|
}
|
|
|
|
.page .page-edit .edit-link {
|
|
margin-bottom: .5rem
|
|
}
|
|
|
|
.page .page-edit .last-updated {
|
|
font-size: .8em;
|
|
float: none;
|
|
text-align: left
|
|
}
|
|
}
|
|
|
|
.sidebar.sidebar::-webkit-scrollbar {
|
|
width: 0;
|
|
height: 0
|
|
}
|
|
|
|
.sidebar .personal-info-wrapper {
|
|
display: none
|
|
}
|
|
|
|
.sidebar ul {
|
|
padding: 0;
|
|
margin: 0;
|
|
list-style-type: none
|
|
}
|
|
|
|
.sidebar ul.sidebar-links > li {
|
|
background: #efc9c9
|
|
}
|
|
|
|
.sidebar a {
|
|
display: inline-block
|
|
}
|
|
|
|
.sidebar .nav-links {
|
|
display: none;
|
|
border-bottom: 1px solid var(--border-color);
|
|
padding: .5rem 0 .75rem
|
|
}
|
|
|
|
.sidebar .nav-links a {
|
|
font-weight: 600
|
|
}
|
|
|
|
.sidebar .nav-links .nav-item, .sidebar .nav-links .repo-link {
|
|
display: block;
|
|
line-height: 1.25rem;
|
|
font-size: 1.1em;
|
|
padding: .5rem 0 .5rem 1.5rem
|
|
}
|
|
|
|
.sidebar > .sidebar-links {
|
|
padding: 1.5rem 0
|
|
}
|
|
|
|
.sidebar > .sidebar-links > li > a.sidebar-link {
|
|
font-size: 1em;
|
|
line-height: 1.7;
|
|
font-weight: 500
|
|
}
|
|
|
|
.sidebar > .sidebar-links > li:not(:first-child) {
|
|
margin-top: .75rem
|
|
}
|
|
|
|
@media (max-width: 719px) {
|
|
.sidebar .nav-links, .sidebar .personal-info-wrapper {
|
|
display: block
|
|
}
|
|
|
|
.sidebar .nav-links .dropdown-wrapper .nav-dropdown .dropdown-item a.router-link-active:after {
|
|
top: calc(1rem - 2px)
|
|
}
|
|
|
|
.sidebar > .sidebar-links {
|
|
padding: 1rem 0
|
|
}
|
|
}
|
|
|
|
[data-v-95f2e2e0]:root {
|
|
--default-color-10: #fff;
|
|
--default-color-9: hsla(0, 0%, 100%, 0.9);
|
|
--default-color-8: hsla(0, 0%, 100%, 0.8);
|
|
--default-color-7: hsla(0, 0%, 100%, 0.7);
|
|
--default-color-6: hsla(0, 0%, 100%, 0.6);
|
|
--default-color-5: hsla(0, 0%, 100%, 0.5);
|
|
--default-color-4: hsla(0, 0%, 100%, 0.4);
|
|
--default-color-3: hsla(0, 0%, 100%, 0.3);
|
|
--default-color-2: hsla(0, 0%, 100%, 0.2);
|
|
--default-color-1: hsla(0, 0%, 100%, 0.1);
|
|
--background-color: #fff;
|
|
--theme-color: #f4f4f4;
|
|
--box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
|
|
--box-shadow-hover: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
|
|
--text-color: #424242;
|
|
--text-color-sub: #7f7f7f;
|
|
--border-color: #eaecef;
|
|
--code-color: rgba(27, 31, 35, 0.05);
|
|
--mask-color: #888
|
|
}
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
[data-v-95f2e2e0]:root {
|
|
--default-color-10: #000;
|
|
--default-color-9: rgba(0, 0, 0, 0.9);
|
|
--default-color-8: rgba(0, 0, 0, 0.8);
|
|
--default-color-7: rgba(0, 0, 0, 0.7);
|
|
--default-color-6: rgba(0, 0, 0, 0.6);
|
|
--default-color-5: rgba(0, 0, 0, 0.5);
|
|
--default-color-4: rgba(0, 0, 0, 0.4);
|
|
--default-color-3: rgba(0, 0, 0, 0.3);
|
|
--default-color-2: rgba(0, 0, 0, 0.2);
|
|
--default-color-1: rgba(0, 0, 0, 0.1);
|
|
--background-color: #2f3133;
|
|
--theme-color: #171d20;
|
|
--box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.6);
|
|
--box-shadow-hover: 0 2px 16px 0 rgba(0, 0, 0, 0.7);
|
|
--text-color: hsla(0, 0%, 100%, 0.8);
|
|
--text-color-sub: #8b8b8b;
|
|
--border-color: rgba(0, 0, 0, 0.3);
|
|
--code-color: rgba(0, 0, 0, 0.3);
|
|
--mask-color: #000
|
|
}
|
|
}
|
|
|
|
.password-shadow[data-v-95f2e2e0] {
|
|
overflow: hidden;
|
|
position: relative;
|
|
background: #fff;
|
|
background: var(--background-color);
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.password-shadow .title[data-v-95f2e2e0] {
|
|
margin: 8rem auto 2rem;
|
|
width: 100%;
|
|
font-size: 30px
|
|
}
|
|
|
|
.password-shadow .description[data-v-95f2e2e0], .password-shadow .title[data-v-95f2e2e0] {
|
|
text-align: center;
|
|
box-sizing: border-box;
|
|
text-shadow: 0 2px 4px rgba(0, 0, 0, .1);
|
|
color: #424242;
|
|
color: var(--text-color)
|
|
}
|
|
|
|
.password-shadow .description[data-v-95f2e2e0] {
|
|
margin: 0 auto 6rem;
|
|
font-size: 22px;
|
|
padding: 0 10px
|
|
}
|
|
|
|
.password-shadow .inputBox[data-v-95f2e2e0] {
|
|
position: absolute;
|
|
top: 40%;
|
|
left: 0;
|
|
right: 0;
|
|
margin: auto;
|
|
display: block;
|
|
max-width: 700px;
|
|
height: 100px;
|
|
background: #efc9c9;
|
|
border-radius: 8px;
|
|
padding-left: 20px;
|
|
box-sizing: border-box;
|
|
opacity: .9
|
|
}
|
|
|
|
.password-shadow .inputBox input[data-v-95f2e2e0] {
|
|
width: 600px;
|
|
height: 100%;
|
|
border: none;
|
|
padding: 0 0 0 5px;
|
|
color: #fff;
|
|
background: none;
|
|
outline: none;
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 20px;
|
|
opacity: 0;
|
|
font-size: 50px
|
|
}
|
|
|
|
.password-shadow .inputBox input[data-v-95f2e2e0]:focus {
|
|
opacity: 1
|
|
}
|
|
|
|
.password-shadow .inputBox input:focus ~ span[data-v-95f2e2e0] {
|
|
-webkit-transform: translateY(-80px);
|
|
transform: translateY(-80px);
|
|
color: #efc9c9;
|
|
font-size: 30px;
|
|
opacity: .8
|
|
}
|
|
|
|
.password-shadow .inputBox input:focus ~ button[data-v-95f2e2e0] {
|
|
opacity: 1;
|
|
width: 100px
|
|
}
|
|
|
|
.password-shadow .inputBox span[data-v-95f2e2e0] {
|
|
width: 200px;
|
|
height: 100%;
|
|
display: block;
|
|
position: absolute;
|
|
line-height: 100px;
|
|
top: 0;
|
|
left: 20px;
|
|
color: #fff;
|
|
cursor: text;
|
|
-webkit-transition: .5s;
|
|
transition: .5s;
|
|
-webkit-transform-origin: left top;
|
|
transform-origin: left top;
|
|
font-size: 30px
|
|
}
|
|
|
|
.password-shadow .inputBox button[data-v-95f2e2e0] {
|
|
overflow: hidden;
|
|
width: 0;
|
|
height: 98px;
|
|
border-radius: 8px;
|
|
position: absolute;
|
|
background: var(--background-color);
|
|
right: 1px;
|
|
top: 1px;
|
|
border: 0;
|
|
padding: 0;
|
|
color: #efc9c9;
|
|
font-size: 18px;
|
|
outline: none;
|
|
cursor: pointer;
|
|
opacity: 0;
|
|
-webkit-transition: .5s;
|
|
transition: .5s;
|
|
z-index: 1
|
|
}
|
|
|
|
.password-shadow .footer[data-v-95f2e2e0] {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 10%;
|
|
padding: 2.5rem;
|
|
text-align: center;
|
|
color: #717171
|
|
}
|
|
|
|
.password-shadow .footer > span[data-v-95f2e2e0] {
|
|
margin-left: 1rem
|
|
}
|
|
|
|
.password-shadow .footer > span > i[data-v-95f2e2e0] {
|
|
margin-right: .5rem
|
|
}
|
|
|
|
@media (max-width: 719px) {
|
|
.password-shadow .inputBox[data-v-95f2e2e0] {
|
|
max-width: 700px;
|
|
height: 60px;
|
|
background: #efc9c9;
|
|
border-radius: 8px;
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: 43%;
|
|
margin: auto 20px;
|
|
padding-left: 0;
|
|
box-sizing: border-box;
|
|
opacity: .9
|
|
}
|
|
|
|
.password-shadow .inputBox input[data-v-95f2e2e0] {
|
|
width: 60%;
|
|
height: 100%;
|
|
border: none;
|
|
padding: 0 0 0 5px;
|
|
color: #fff;
|
|
background: none;
|
|
outline: none;
|
|
position: absolute;
|
|
bottom: 0;
|
|
opacity: 0;
|
|
font-size: 30px
|
|
}
|
|
|
|
.password-shadow .inputBox input[data-v-95f2e2e0]:focus {
|
|
opacity: 1
|
|
}
|
|
|
|
.password-shadow .inputBox input:focus ~ span[data-v-95f2e2e0] {
|
|
-webkit-transform: translateY(-60px);
|
|
transform: translateY(-60px);
|
|
color: #efc9c9;
|
|
font-size: 20px;
|
|
opacity: .8
|
|
}
|
|
|
|
.password-shadow .inputBox input:focus ~ button[data-v-95f2e2e0] {
|
|
opacity: 1;
|
|
width: 60px
|
|
}
|
|
|
|
.password-shadow .inputBox span[data-v-95f2e2e0] {
|
|
width: 200px;
|
|
height: 100%;
|
|
display: block;
|
|
position: absolute;
|
|
line-height: 60px;
|
|
top: 0;
|
|
left: 20px;
|
|
color: #fff;
|
|
cursor: text;
|
|
-webkit-transition: .5s;
|
|
transition: .5s;
|
|
-webkit-transform-origin: left top;
|
|
transform-origin: left top;
|
|
font-size: 20px
|
|
}
|
|
|
|
.password-shadow .inputBox button[data-v-95f2e2e0] {
|
|
width: 0;
|
|
height: 58px;
|
|
border-radius: 8px;
|
|
position: absolute;
|
|
right: 1px;
|
|
top: 1px;
|
|
border: 0;
|
|
padding: 0;
|
|
background: #fff;
|
|
color: #efc9c9;
|
|
font-size: 18px;
|
|
outline: none;
|
|
cursor: pointer;
|
|
opacity: 0;
|
|
-webkit-transition: .5s;
|
|
transition: .5s;
|
|
z-index: 1
|
|
}
|
|
|
|
.password-shadow .footer[data-v-95f2e2e0] {
|
|
margin-left: 0
|
|
}
|
|
}
|
|
|
|
@media (max-width: 959px) {
|
|
.password-shadow .footer[data-v-95f2e2e0] {
|
|
margin-left: 0
|
|
}
|
|
}
|
|
|
|
.theme-container .loading-wrapper[data-v-0d7b8ecf] {
|
|
position: absolute;
|
|
z-index: 22;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
margin: auto
|
|
}
|
|
|
|
.theme-container .password-wrapper-out[data-v-0d7b8ecf] {
|
|
position: absolute;
|
|
z-index: 21;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
margin: auto
|
|
}
|
|
|
|
.theme-container .password-wrapper-in[data-v-0d7b8ecf] {
|
|
position: absolute;
|
|
z-index: 8;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0
|
|
}
|
|
|
|
.theme-container .hide[data-v-0d7b8ecf] {
|
|
height: 100vh;
|
|
overflow: hidden
|
|
}
|
|
|
|
.fade-enter-active[data-v-0d7b8ecf], .fade-leave-active[data-v-0d7b8ecf] {
|
|
-webkit-transition: opacity .5s;
|
|
transition: opacity .5s
|
|
}
|
|
|
|
.fade-enter[data-v-0d7b8ecf], .fade-leave-to[data-v-0d7b8ecf] {
|
|
opacity: 0
|
|
}
|
|
|
|
.footer-wrapper {
|
|
margin: 1.5rem 0;
|
|
text-align: center;
|
|
color: #bbb;
|
|
font-weight: 400px;
|
|
line-height: 1.4rem;
|
|
font-size: 11px
|
|
}
|
|
|
|
.footer-wrapper a {
|
|
color: #bbb
|
|
}
|
|
|
|
@media (max-width: 719px) {
|
|
.footer > span {
|
|
display: block;
|
|
line-height: 1.4rem
|
|
}
|
|
}
|
|
|
|
:root {
|
|
--default-color-10: #fff;
|
|
--default-color-9: hsla(0, 0%, 100%, 0.9);
|
|
--default-color-8: hsla(0, 0%, 100%, 0.8);
|
|
--default-color-7: hsla(0, 0%, 100%, 0.7);
|
|
--default-color-6: hsla(0, 0%, 100%, 0.6);
|
|
--default-color-5: hsla(0, 0%, 100%, 0.5);
|
|
--default-color-4: hsla(0, 0%, 100%, 0.4);
|
|
--default-color-3: hsla(0, 0%, 100%, 0.3);
|
|
--default-color-2: hsla(0, 0%, 100%, 0.2);
|
|
--default-color-1: hsla(0, 0%, 100%, 0.1);
|
|
--background-color: #fff;
|
|
--theme-color: #f4f4f4;
|
|
--box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
|
|
--box-shadow-hover: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
|
|
--text-color: #424242;
|
|
--text-color-sub: #7f7f7f;
|
|
--border-color: #eaecef;
|
|
--code-color: rgba(27, 31, 35, 0.05);
|
|
--mask-color: #888
|
|
}
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
:root {
|
|
--default-color-10: #000;
|
|
--default-color-9: rgba(0, 0, 0, 0.9);
|
|
--default-color-8: rgba(0, 0, 0, 0.8);
|
|
--default-color-7: rgba(0, 0, 0, 0.7);
|
|
--default-color-6: rgba(0, 0, 0, 0.6);
|
|
--default-color-5: rgba(0, 0, 0, 0.5);
|
|
--default-color-4: rgba(0, 0, 0, 0.4);
|
|
--default-color-3: rgba(0, 0, 0, 0.3);
|
|
--default-color-2: rgba(0, 0, 0, 0.2);
|
|
--default-color-1: rgba(0, 0, 0, 0.1);
|
|
--background-color: #2f3133;
|
|
--theme-color: #171d20;
|
|
--box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.6);
|
|
--box-shadow-hover: 0 2px 16px 0 rgba(0, 0, 0, 0.7);
|
|
--text-color: hsla(0, 0%, 100%, 0.8);
|
|
--text-color-sub: #8b8b8b;
|
|
--border-color: rgba(0, 0, 0, 0.3);
|
|
--code-color: rgba(0, 0, 0, 0.3);
|
|
--mask-color: #000
|
|
}
|
|
}
|
|
|
|
.content__default code {
|
|
color: #686868;
|
|
padding: .25rem .5rem;
|
|
margin: 0;
|
|
font-size: .85em;
|
|
background-color: var(--code-color);
|
|
border-radius: 3px
|
|
}
|
|
|
|
.content__default code .token.deleted {
|
|
color: #ec5975
|
|
}
|
|
|
|
.content__default code .token.inserted {
|
|
color: #efc9c9
|
|
}
|
|
|
|
.content__default pre, .content__default pre[class*=language-] {
|
|
line-height: 1.4;
|
|
padding: 1.25rem 1.5rem;
|
|
margin: .85rem 0;
|
|
background-color: #282c34;
|
|
border-radius: 6px;
|
|
overflow: auto
|
|
}
|
|
|
|
.content__default pre[class*=language-] code, .content__default pre code {
|
|
color: var(--pre-code-color);
|
|
padding: 0;
|
|
background-color: transparent;
|
|
border-radius: 0
|
|
}
|
|
|
|
div[class*=language-] {
|
|
position: relative;
|
|
background-color: var(--pre-color);
|
|
border-radius: 6px
|
|
}
|
|
|
|
div[class*=language-] .highlight-lines {
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
padding-top: 1.3rem;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
line-height: 1.4
|
|
}
|
|
|
|
div[class*=language-] .highlight-lines .highlighted {
|
|
background-color: rgba(0, 0, 0, .66)
|
|
}
|
|
|
|
div[class*=language-] pre, div[class*=language-] pre[class*=language-] {
|
|
background: transparent;
|
|
position: relative;
|
|
z-index: 1
|
|
}
|
|
|
|
div[class*=language-]:before {
|
|
position: absolute;
|
|
z-index: 3;
|
|
top: .8em;
|
|
right: 1em;
|
|
font-size: .75rem;
|
|
color: hsla(0, 0%, 100%, .4)
|
|
}
|
|
|
|
div[class*=language-]:not(.line-numbers-mode) .line-numbers-wrapper {
|
|
display: none
|
|
}
|
|
|
|
div[class*=language-].line-numbers-mode .highlight-lines .highlighted {
|
|
position: relative
|
|
}
|
|
|
|
div[class*=language-].line-numbers-mode .highlight-lines .highlighted:before {
|
|
content: " ";
|
|
position: absolute;
|
|
z-index: 3;
|
|
left: 0;
|
|
top: 0;
|
|
display: block;
|
|
width: 2.5rem;
|
|
height: 100%;
|
|
background-color: rgba(0, 0, 0, .66)
|
|
}
|
|
|
|
div[class*=language-].line-numbers-mode pre {
|
|
padding-left: 3.5rem;
|
|
vertical-align: middle
|
|
}
|
|
|
|
div[class*=language-].line-numbers-mode .line-numbers-wrapper {
|
|
position: absolute;
|
|
top: 0;
|
|
width: 2.5rem;
|
|
text-align: center;
|
|
color: hsla(0, 0%, 100%, .3);
|
|
padding: 1.25rem 0;
|
|
line-height: 1.4
|
|
}
|
|
|
|
div[class*=language-].line-numbers-mode .line-numbers-wrapper .line-number, div[class*=language-].line-numbers-mode .line-numbers-wrapper br {
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none
|
|
}
|
|
|
|
div[class*=language-].line-numbers-mode .line-numbers-wrapper .line-number {
|
|
position: relative;
|
|
z-index: 4;
|
|
font-size: .85em
|
|
}
|
|
|
|
div[class*=language-].line-numbers-mode:after {
|
|
content: "";
|
|
position: absolute;
|
|
z-index: 2;
|
|
top: 0;
|
|
left: 0;
|
|
width: 2.5rem;
|
|
height: 100%;
|
|
border-radius: 6px 0 0 6px;
|
|
border-right: 1px solid rgba(0, 0, 0, .66);
|
|
background-color: #282c34
|
|
}
|
|
|
|
div[class~=language-js]:before {
|
|
content: "js"
|
|
}
|
|
|
|
div[class~=language-ts]:before {
|
|
content: "ts"
|
|
}
|
|
|
|
div[class~=language-html]:before {
|
|
content: "html"
|
|
}
|
|
|
|
div[class~=language-md]:before {
|
|
content: "md"
|
|
}
|
|
|
|
div[class~=language-vue]:before {
|
|
content: "vue"
|
|
}
|
|
|
|
div[class~=language-css]:before {
|
|
content: "css"
|
|
}
|
|
|
|
div[class~=language-sass]:before {
|
|
content: "sass"
|
|
}
|
|
|
|
div[class~=language-scss]:before {
|
|
content: "scss"
|
|
}
|
|
|
|
div[class~=language-less]:before {
|
|
content: "less"
|
|
}
|
|
|
|
div[class~=language-stylus]:before {
|
|
content: "stylus"
|
|
}
|
|
|
|
div[class~=language-go]:before {
|
|
content: "go"
|
|
}
|
|
|
|
div[class~=language-java]:before {
|
|
content: "java"
|
|
}
|
|
|
|
div[class~=language-c]:before {
|
|
content: "c"
|
|
}
|
|
|
|
div[class~=language-sh]:before {
|
|
content: "sh"
|
|
}
|
|
|
|
div[class~=language-yaml]:before {
|
|
content: "yaml"
|
|
}
|
|
|
|
div[class~=language-py]:before {
|
|
content: "py"
|
|
}
|
|
|
|
div[class~=language-docker]:before {
|
|
content: "docker"
|
|
}
|
|
|
|
div[class~=language-dockerfile]:before {
|
|
content: "dockerfile"
|
|
}
|
|
|
|
div[class~=language-makefile]:before {
|
|
content: "makefile"
|
|
}
|
|
|
|
div[class~=language-javascript]:before {
|
|
content: "js"
|
|
}
|
|
|
|
div[class~=language-typescript]:before {
|
|
content: "ts"
|
|
}
|
|
|
|
div[class~=language-markup]:before {
|
|
content: "html"
|
|
}
|
|
|
|
div[class~=language-markdown]:before {
|
|
content: "md"
|
|
}
|
|
|
|
div[class~=language-json]:before {
|
|
content: "json"
|
|
}
|
|
|
|
div[class~=language-ruby]:before {
|
|
content: "rb"
|
|
}
|
|
|
|
div[class~=language-python]:before {
|
|
content: "py"
|
|
}
|
|
|
|
div[class~=language-bash]:before {
|
|
content: "sh"
|
|
}
|
|
|
|
div[class~=language-php]:before {
|
|
content: "php"
|
|
}
|
|
|
|
.custom-block .custom-block-title {
|
|
font-weight: 600;
|
|
margin-bottom: -.4rem
|
|
}
|
|
|
|
.custom-block.danger, .custom-block.tip, .custom-block.warning {
|
|
background-color: var(--code-color);
|
|
padding: .1rem 1.5rem;
|
|
border-radius: 8px
|
|
}
|
|
|
|
.custom-block.warning {
|
|
background-color: var(--code-color);
|
|
border-color: #fb9b5f
|
|
}
|
|
|
|
.custom-block.warning .custom-block-title {
|
|
color: #fb9b5f
|
|
}
|
|
|
|
.custom-block.danger {
|
|
background-color: var(--code-color);
|
|
border-color: #f26d6d
|
|
}
|
|
|
|
.custom-block.danger .custom-block-title {
|
|
color: #f26d6d
|
|
}
|
|
|
|
.custom-block.right {
|
|
color: rgba(0, 0, 0, .4);
|
|
font-size: .9rem;
|
|
text-align: right
|
|
}
|
|
|
|
.custom-block.theorem {
|
|
margin: 1rem 0;
|
|
padding: .1rem 1.5rem;
|
|
border-radius: .4rem;
|
|
background-color: var(--code-color)
|
|
}
|
|
|
|
.custom-block.theorem .title {
|
|
font-weight: 700
|
|
}
|
|
|
|
.custom-block.details {
|
|
display: block;
|
|
position: relative;
|
|
border-radius: 2px;
|
|
margin: 1em 0;
|
|
padding: 1rem;
|
|
background-color: var(--code-color)
|
|
}
|
|
|
|
.custom-block.details h4 {
|
|
margin-top: 0
|
|
}
|
|
|
|
.custom-block.details figure:last-child, .custom-block.details p:last-child {
|
|
margin-bottom: 0;
|
|
padding-bottom: 0
|
|
}
|
|
|
|
.custom-block.details summary {
|
|
outline: none;
|
|
cursor: pointer
|
|
}
|
|
|
|
.arrow {
|
|
display: inline-block;
|
|
width: 0;
|
|
height: 0
|
|
}
|
|
|
|
.arrow.up {
|
|
border-bottom: 6px solid var(--text-color-sub)
|
|
}
|
|
|
|
.arrow.down, .arrow.up {
|
|
border-left: 4px solid transparent;
|
|
border-right: 4px solid transparent
|
|
}
|
|
|
|
.arrow.down {
|
|
border-top: 6px solid var(--text-color-sub)
|
|
}
|
|
|
|
.arrow.right {
|
|
border-left: 6px solid var(--text-color-sub)
|
|
}
|
|
|
|
.arrow.left, .arrow.right {
|
|
border-top: 4px solid transparent;
|
|
border-bottom: 4px solid transparent
|
|
}
|
|
|
|
.arrow.left {
|
|
border-right: 6px solid var(--text-color-sub)
|
|
}
|
|
|
|
.content__default:not(.custom) {
|
|
max-width: 800px;
|
|
margin: 0 auto;
|
|
padding: 2rem 2.5rem
|
|
}
|
|
|
|
@media (max-width: 959px) {
|
|
.content__default:not(.custom) {
|
|
padding: 2rem
|
|
}
|
|
}
|
|
|
|
@media (max-width: 419px) {
|
|
.content__default:not(.custom) {
|
|
padding: 1.5rem
|
|
}
|
|
}
|
|
|
|
.table-of-contents .badge {
|
|
vertical-align: middle
|
|
}
|
|
|
|
body, html {
|
|
padding: 0;
|
|
margin: 0;
|
|
background-color: var(--theme-color);
|
|
min-height: 100% !important
|
|
}
|
|
|
|
body {
|
|
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
font-size: 15px;
|
|
color: var(--text-color)
|
|
}
|
|
|
|
.page, .password-wrapper-in {
|
|
overflow-x: hidden
|
|
}
|
|
|
|
.navbar {
|
|
z-index: 20;
|
|
right: 0;
|
|
height: 3.6rem;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.navbar, .sidebar-mask {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0
|
|
}
|
|
|
|
.sidebar-mask {
|
|
z-index: 9;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
display: none;
|
|
background-color: rgba(0, 0, 0, .65)
|
|
}
|
|
|
|
.sidebar {
|
|
font-size: 16px;
|
|
background-color: var(--background-color);
|
|
width: 18rem;
|
|
position: fixed;
|
|
z-index: 10;
|
|
margin: 0;
|
|
top: 3.6rem;
|
|
left: 0;
|
|
bottom: 0;
|
|
box-sizing: border-box;
|
|
border-right: 1px solid var(--border-color);
|
|
overflow-y: auto
|
|
}
|
|
|
|
.content__default:not(.custom) a:hover {
|
|
text-decoration: underline
|
|
}
|
|
|
|
.content__default:not(.custom) p.demo {
|
|
padding: 1rem 1.5rem;
|
|
border: 1px solid #ddd;
|
|
border-radius: 4px
|
|
}
|
|
|
|
.content__default:not(.custom) img {
|
|
border-radius: 8px;
|
|
max-width: 100%
|
|
}
|
|
|
|
.content__default.custom {
|
|
padding: 0;
|
|
margin: 0
|
|
}
|
|
|
|
.abstract img, .content__default.custom img {
|
|
max-width: 100%
|
|
}
|
|
|
|
a {
|
|
font-weight: 500;
|
|
text-decoration: none
|
|
}
|
|
|
|
a, p a code {
|
|
color: #efc9c9
|
|
}
|
|
|
|
p a code {
|
|
font-weight: 400
|
|
}
|
|
|
|
kbd {
|
|
background: #eee;
|
|
border: .15rem solid #ddd;
|
|
border-bottom: .25rem solid #ddd;
|
|
border-radius: .15rem;
|
|
padding: 0 .15em
|
|
}
|
|
|
|
blockquote {
|
|
font-size: .9rem;
|
|
color: #999;
|
|
border-left: .25rem solid #999;
|
|
background-color: var(--code-color);
|
|
margin: .5rem 0;
|
|
padding: .25rem 0 .25rem 1rem
|
|
}
|
|
|
|
blockquote > p {
|
|
margin: 0
|
|
}
|
|
|
|
ol, ul {
|
|
padding-left: 1.2em
|
|
}
|
|
|
|
h1, h2, h3, strong {
|
|
font-weight: 600
|
|
}
|
|
|
|
h1, h2, h3 {
|
|
line-height: 1.25;
|
|
color: var(--pre-code-color)
|
|
}
|
|
|
|
.content__default:not(.custom) > h1, .content__default:not(.custom) > h2, .content__default:not(.custom) > h3 {
|
|
margin-top: 60px;
|
|
margin-bottom: 16px
|
|
}
|
|
|
|
.content__default:not(.custom) > h1:first-child, .content__default:not(.custom) > h2:first-child, .content__default:not(.custom) > h3:first-child {
|
|
margin-top: -3.5rem;
|
|
margin-bottom: 1rem
|
|
}
|
|
|
|
.content__default:not(.custom) > h1:first-child + .custom-block, .content__default:not(.custom) > h1:first-child + p, .content__default:not(.custom) > h1:first-child + pre, .content__default:not(.custom) > h2:first-child + .custom-block, .content__default:not(.custom) > h2:first-child + p, .content__default:not(.custom) > h2:first-child + pre, .content__default:not(.custom) > h3:first-child + .custom-block, .content__default:not(.custom) > h3:first-child + p, .content__default:not(.custom) > h3:first-child + pre {
|
|
margin-top: 2rem
|
|
}
|
|
|
|
h3, h4, h5 {
|
|
font-weight: 600;
|
|
line-height: 1.25;
|
|
color: var(--pre-code-color);
|
|
margin-top: 40px;
|
|
margin-bottom: 16px
|
|
}
|
|
|
|
h1 {
|
|
font-size: 1.6rem
|
|
}
|
|
|
|
h2 {
|
|
position: relative;
|
|
font-size: 1.4rem
|
|
}
|
|
|
|
h3 {
|
|
font-size: 1.2rem
|
|
}
|
|
|
|
h4 {
|
|
font-size: 1.08rem
|
|
}
|
|
|
|
a.header-anchor {
|
|
font-size: .85em;
|
|
float: left;
|
|
margin-left: -.87em;
|
|
padding-right: .23em;
|
|
margin-top: .125em;
|
|
opacity: 0
|
|
}
|
|
|
|
a.header-anchor:hover {
|
|
text-decoration: none
|
|
}
|
|
|
|
.line-number, code, kbd {
|
|
font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace
|
|
}
|
|
|
|
ol, p, ul {
|
|
line-height: 2.2
|
|
}
|
|
|
|
hr {
|
|
border: 0;
|
|
border-top: 1px solid var(--border-color)
|
|
}
|
|
|
|
table {
|
|
border-collapse: collapse;
|
|
margin: 1rem 0;
|
|
display: block;
|
|
overflow-x: auto
|
|
}
|
|
|
|
tr {
|
|
border-top: 1px solid var(--border-color)
|
|
}
|
|
|
|
tr:nth-child(2n) {
|
|
background-color: var(--code-color)
|
|
}
|
|
|
|
td, th {
|
|
border: 1px solid var(--border-color);
|
|
padding: .6em 1em
|
|
}
|
|
|
|
.theme-container.sidebar-open .sidebar-mask {
|
|
display: block
|
|
}
|
|
|
|
.theme-container.no-navbar .content__default:not(.custom) > h1, .theme-container.no-navbar h2, .theme-container.no-navbar h3, .theme-container.no-navbar h4, .theme-container.no-navbar h5, .theme-container.no-navbar h6 {
|
|
margin-top: 1.5rem;
|
|
padding-top: 0
|
|
}
|
|
|
|
.theme-container.no-navbar .sidebar {
|
|
top: 0
|
|
}
|
|
|
|
@media (min-width: 720px) {
|
|
.theme-container.no-sidebar .sidebar {
|
|
display: none
|
|
}
|
|
}
|
|
|
|
@media (max-width: 959px) {
|
|
.sidebar {
|
|
font-size: 15px;
|
|
width: 14.76rem
|
|
}
|
|
|
|
.page, .password-wrapper-in {
|
|
margin: 7rem 5rem
|
|
}
|
|
}
|
|
|
|
@media (max-width: 719px) {
|
|
.sidebar {
|
|
top: 0;
|
|
padding-top: 3.6rem;
|
|
-webkit-transform: translateX(-100%);
|
|
transform: translateX(-100%);
|
|
-webkit-transition: -webkit-transform .2s ease;
|
|
transition: -webkit-transform .2s ease;
|
|
transition: transform .2s ease;
|
|
transition: transform .2s ease, -webkit-transform .2s ease
|
|
}
|
|
|
|
.page, .password-wrapper-in {
|
|
margin: 7rem 2rem
|
|
}
|
|
|
|
.theme-container.sidebar-open .sidebar {
|
|
-webkit-transform: translateX(0);
|
|
transform: translateX(0)
|
|
}
|
|
|
|
.theme-container.no-navbar .sidebar {
|
|
padding-top: 0
|
|
}
|
|
|
|
.password-shadow {
|
|
padding-left: 0
|
|
}
|
|
}
|
|
|
|
@media (max-width: 419px) {
|
|
h1 {
|
|
font-size: 1.9rem
|
|
}
|
|
|
|
.content__default div[class*=language-] {
|
|
margin: .05rem;
|
|
border-radius: 8px
|
|
}
|
|
}
|
|
|
|
.iconfont {
|
|
font-size: .8rem
|
|
}
|
|
|
|
.icon {
|
|
width: 1em;
|
|
height: 1em;
|
|
vertical-align: -.15em;
|
|
fill: currentColor;
|
|
overflow: hidden
|
|
}
|
|
|
|
::-webkit-scrollbar {
|
|
width: 5px;
|
|
height: 5px
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb:vertical {
|
|
height: 5px;
|
|
background-color: #efc9c9
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb:horizontal {
|
|
width: 5px;
|
|
background-color: #efc9c9
|
|
}
|
|
|
|
.vuepress-flowchart {
|
|
overflow: auto
|
|
}
|
|
|
|
.sw-update-popup {
|
|
border-radius: 8px !important;
|
|
box-shadow: var(--box-shadow) !important;
|
|
color: var(--text-color) !important;
|
|
background: var(--background-color) !important;
|
|
border: none !important
|
|
}
|
|
|
|
.sw-update-popup > button {
|
|
background: #efc9c9;
|
|
border-radius: 8px;
|
|
color: #fff;
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
border: none
|
|
}
|
|
|
|
.content {
|
|
margin: 4rem auto 0;
|
|
max-width: 800px;
|
|
padding: 0 2rem
|
|
}
|
|
|
|
.mod_404 .desc .desc_link {
|
|
display: inline-block;
|
|
background: #424242 !important;
|
|
color: #fff;
|
|
padding: 6px 20px !important;
|
|
text-decoration: none !important;
|
|
border-radius: 4px
|
|
}
|
|
|
|
@media screen and (max-width: 720px) {
|
|
.mod_404 .desc {
|
|
margin: 50px 0
|
|
}
|
|
|
|
.mod_404 .wrapper {
|
|
margin: 0 !important;
|
|
padding-top: 20px
|
|
}
|
|
}
|
|
|
|
[data-v-d5f57728]:root {
|
|
--default-color-10: #fff;
|
|
--default-color-9: hsla(0, 0%, 100%, 0.9);
|
|
--default-color-8: hsla(0, 0%, 100%, 0.8);
|
|
--default-color-7: hsla(0, 0%, 100%, 0.7);
|
|
--default-color-6: hsla(0, 0%, 100%, 0.6);
|
|
--default-color-5: hsla(0, 0%, 100%, 0.5);
|
|
--default-color-4: hsla(0, 0%, 100%, 0.4);
|
|
--default-color-3: hsla(0, 0%, 100%, 0.3);
|
|
--default-color-2: hsla(0, 0%, 100%, 0.2);
|
|
--default-color-1: hsla(0, 0%, 100%, 0.1);
|
|
--background-color: #fff;
|
|
--theme-color: #f4f4f4;
|
|
--box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
|
|
--box-shadow-hover: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
|
|
--text-color: #424242;
|
|
--text-color-sub: #7f7f7f;
|
|
--border-color: #eaecef;
|
|
--code-color: rgba(27, 31, 35, 0.05);
|
|
--mask-color: #888
|
|
}
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
[data-v-d5f57728]:root {
|
|
--default-color-10: #000;
|
|
--default-color-9: rgba(0, 0, 0, 0.9);
|
|
--default-color-8: rgba(0, 0, 0, 0.8);
|
|
--default-color-7: rgba(0, 0, 0, 0.7);
|
|
--default-color-6: rgba(0, 0, 0, 0.6);
|
|
--default-color-5: rgba(0, 0, 0, 0.5);
|
|
--default-color-4: rgba(0, 0, 0, 0.4);
|
|
--default-color-3: rgba(0, 0, 0, 0.3);
|
|
--default-color-2: rgba(0, 0, 0, 0.2);
|
|
--default-color-1: rgba(0, 0, 0, 0.1);
|
|
--background-color: #2f3133;
|
|
--theme-color: #171d20;
|
|
--box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.6);
|
|
--box-shadow-hover: 0 2px 16px 0 rgba(0, 0, 0, 0.7);
|
|
--text-color: hsla(0, 0%, 100%, 0.8);
|
|
--text-color-sub: #8b8b8b;
|
|
--border-color: rgba(0, 0, 0, 0.3);
|
|
--code-color: rgba(0, 0, 0, 0.3);
|
|
--mask-color: #000
|
|
}
|
|
}
|
|
|
|
.height100[data-v-d5f57728] {
|
|
height: 100%
|
|
}
|
|
|
|
.categories-wrapper[data-v-d5f57728] {
|
|
max-width: 800px;
|
|
margin: 0 auto;
|
|
padding: 4.6rem 2.5rem 0
|
|
}
|
|
|
|
.categories-wrapper .category-wrapper[data-v-d5f57728] {
|
|
list-style: none;
|
|
padding-left: 0
|
|
}
|
|
|
|
.categories-wrapper .category-wrapper .category-item[data-v-d5f57728] {
|
|
vertical-align: middle;
|
|
margin: 4px 8px 10px;
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
border-radius: 8px;
|
|
font-size: 13px;
|
|
box-shadow: var(--box-shadow);
|
|
-webkit-transition: all .5s;
|
|
transition: all .5s;
|
|
background-color: var(--background-color)
|
|
}
|
|
|
|
.categories-wrapper .category-wrapper .category-item[data-v-d5f57728]:hover:not(.active) {
|
|
-webkit-transform: scale(1.2);
|
|
transform: scale(1.2)
|
|
}
|
|
|
|
.categories-wrapper .category-wrapper .category-item.active[data-v-d5f57728] {
|
|
background: var(--text-color-sub)
|
|
}
|
|
|
|
.categories-wrapper .category-wrapper .category-item a[data-v-d5f57728] {
|
|
display: -webkit-box;
|
|
display: flex;
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 6px 14px;
|
|
-webkit-box-pack: justify;
|
|
justify-content: space-between;
|
|
-webkit-box-align: center;
|
|
align-items: center;
|
|
color: var(--text-color)
|
|
}
|
|
|
|
.categories-wrapper .category-wrapper .category-item a .post-num[data-v-d5f57728] {
|
|
margin-left: 4px;
|
|
width: 1.2rem;
|
|
height: 1.2rem;
|
|
text-align: center;
|
|
line-height: 1.2rem;
|
|
border-radius: 8px;
|
|
font-size: .7rem;
|
|
color: var(--text-color);
|
|
background-color: var(--text-bg-color)
|
|
}
|
|
|
|
@media (max-width: 719px) {
|
|
.categories-wrapper[data-v-d5f57728] {
|
|
padding: 4.6rem 1rem 0
|
|
}
|
|
|
|
.page-edit .edit-link[data-v-d5f57728] {
|
|
margin-bottom: .5rem
|
|
}
|
|
|
|
.page-edit .last-updated[data-v-d5f57728] {
|
|
font-size: .8em;
|
|
float: none;
|
|
text-align: left
|
|
}
|
|
}
|
|
|
|
[data-v-7077a86a]:root {
|
|
--default-color-10: #fff;
|
|
--default-color-9: hsla(0, 0%, 100%, 0.9);
|
|
--default-color-8: hsla(0, 0%, 100%, 0.8);
|
|
--default-color-7: hsla(0, 0%, 100%, 0.7);
|
|
--default-color-6: hsla(0, 0%, 100%, 0.6);
|
|
--default-color-5: hsla(0, 0%, 100%, 0.5);
|
|
--default-color-4: hsla(0, 0%, 100%, 0.4);
|
|
--default-color-3: hsla(0, 0%, 100%, 0.3);
|
|
--default-color-2: hsla(0, 0%, 100%, 0.2);
|
|
--default-color-1: hsla(0, 0%, 100%, 0.1);
|
|
--background-color: #fff;
|
|
--theme-color: #f4f4f4;
|
|
--box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
|
|
--box-shadow-hover: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
|
|
--text-color: #424242;
|
|
--text-color-sub: #7f7f7f;
|
|
--border-color: #eaecef;
|
|
--code-color: rgba(27, 31, 35, 0.05);
|
|
--mask-color: #888
|
|
}
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
[data-v-7077a86a]:root {
|
|
--default-color-10: #000;
|
|
--default-color-9: rgba(0, 0, 0, 0.9);
|
|
--default-color-8: rgba(0, 0, 0, 0.8);
|
|
--default-color-7: rgba(0, 0, 0, 0.7);
|
|
--default-color-6: rgba(0, 0, 0, 0.6);
|
|
--default-color-5: rgba(0, 0, 0, 0.5);
|
|
--default-color-4: rgba(0, 0, 0, 0.4);
|
|
--default-color-3: rgba(0, 0, 0, 0.3);
|
|
--default-color-2: rgba(0, 0, 0, 0.2);
|
|
--default-color-1: rgba(0, 0, 0, 0.1);
|
|
--background-color: #2f3133;
|
|
--theme-color: #171d20;
|
|
--box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.6);
|
|
--box-shadow-hover: 0 2px 16px 0 rgba(0, 0, 0, 0.7);
|
|
--text-color: hsla(0, 0%, 100%, 0.8);
|
|
--text-color-sub: #8b8b8b;
|
|
--border-color: rgba(0, 0, 0, 0.3);
|
|
--code-color: rgba(0, 0, 0, 0.3);
|
|
--mask-color: #000
|
|
}
|
|
}
|
|
|
|
.height100[data-v-7077a86a] {
|
|
height: 100%
|
|
}
|
|
|
|
.red-text[data-v-7077a86a] {
|
|
color: #ef5350;
|
|
margin-bottom: 1rem
|
|
}
|
|
|
|
.firends-wrapper[data-v-7077a86a] {
|
|
margin: 2rem auto;
|
|
max-width: 800px;
|
|
border-radius: 8px;
|
|
padding: 4.6rem 4rem 0
|
|
}
|
|
|
|
.firends-wrapper .friend-appliction[data-v-7077a86a] {
|
|
font-size: 13px;
|
|
background: var(--background-color);
|
|
padding: 1.2rem;
|
|
border-radius: 8px;
|
|
box-shadow: 0 20px 40px -15px rgba(0, 0, 0, .05) !important;
|
|
word-wrap: break-word;
|
|
word-break: break-all;
|
|
overflow: hidden
|
|
}
|
|
|
|
.firends-wrapper .friend-items[data-v-7077a86a] {
|
|
cursor: pointer;
|
|
display: -webkit-box;
|
|
display: flex;
|
|
margin: 20px 0;
|
|
-webkit-box-pack: justify;
|
|
justify-content: space-between;
|
|
flex-wrap: wrap;
|
|
-webkit-box-flex: 1;
|
|
flex: 1 1 auto
|
|
}
|
|
|
|
.firends-wrapper .friend-items .friend-item[data-v-7077a86a] {
|
|
background: var(--background-color);
|
|
border-radius: 8px;
|
|
display: -webkit-box;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
align-items: center;
|
|
padding: 5px 12px 8px;
|
|
-webkit-box-flex: 0;
|
|
flex: 0 0 45%;
|
|
margin-bottom: 20px
|
|
}
|
|
|
|
.firends-wrapper .friend-items .friend-item .friend-avatar[data-v-7077a86a] {
|
|
margin-right: 30px
|
|
}
|
|
|
|
.firends-wrapper .friend-items .friend-item .friend-avatar img[data-v-7077a86a] {
|
|
width: 60px;
|
|
height: 60px;
|
|
border-radius: 8px;
|
|
margin-top: 10px
|
|
}
|
|
|
|
.firends-wrapper .friend-items .friend-item .friend-info[data-v-7077a86a] {
|
|
display: -webkit-box;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
flex-direction: column
|
|
}
|
|
|
|
.firends-wrapper .friend-items .friend-item .friend-info .friend-title[data-v-7077a86a] {
|
|
font-size: 15px;
|
|
color: #0478be !important;
|
|
padding: 5px;
|
|
font-weight: 600
|
|
}
|
|
|
|
.firends-wrapper .friend-items .friend-item .friend-info .friend-desc[data-v-7077a86a] {
|
|
font-size: 13px;
|
|
font-weight: 400;
|
|
padding: 5px
|
|
}
|
|
|
|
.firends-wrapper .friend-commets[data-v-7077a86a] {
|
|
background: var(--background-color);
|
|
padding: 2rem 2.5rem;
|
|
border-radius: 8px;
|
|
margin-top: -20px
|
|
}
|
|
|
|
.firends-wrapper a[data-v-7077a86a] {
|
|
color: #0478be
|
|
}
|
|
|
|
@media (max-width: 719px) {
|
|
.firends-wrapper[data-v-7077a86a] {
|
|
padding: .5rem 1rem 0
|
|
}
|
|
|
|
.firends-wrapper .friend-items .friend-item[data-v-7077a86a] {
|
|
-webkit-box-flex: 1;
|
|
flex: 1 1 auto;
|
|
margin-bottom: 20px;
|
|
width: 100%
|
|
}
|
|
|
|
.firends-wrapper .friend-commets[data-v-7077a86a] {
|
|
padding: 1rem
|
|
}
|
|
}
|
|
|
|
[data-v-501fda8e]:root {
|
|
--default-color-10: #fff;
|
|
--default-color-9: hsla(0, 0%, 100%, 0.9);
|
|
--default-color-8: hsla(0, 0%, 100%, 0.8);
|
|
--default-color-7: hsla(0, 0%, 100%, 0.7);
|
|
--default-color-6: hsla(0, 0%, 100%, 0.6);
|
|
--default-color-5: hsla(0, 0%, 100%, 0.5);
|
|
--default-color-4: hsla(0, 0%, 100%, 0.4);
|
|
--default-color-3: hsla(0, 0%, 100%, 0.3);
|
|
--default-color-2: hsla(0, 0%, 100%, 0.2);
|
|
--default-color-1: hsla(0, 0%, 100%, 0.1);
|
|
--background-color: #fff;
|
|
--theme-color: #f4f4f4;
|
|
--box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
|
|
--box-shadow-hover: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
|
|
--text-color: #424242;
|
|
--text-color-sub: #7f7f7f;
|
|
--border-color: #eaecef;
|
|
--code-color: rgba(27, 31, 35, 0.05);
|
|
--mask-color: #888
|
|
}
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
[data-v-501fda8e]:root {
|
|
--default-color-10: #000;
|
|
--default-color-9: rgba(0, 0, 0, 0.9);
|
|
--default-color-8: rgba(0, 0, 0, 0.8);
|
|
--default-color-7: rgba(0, 0, 0, 0.7);
|
|
--default-color-6: rgba(0, 0, 0, 0.6);
|
|
--default-color-5: rgba(0, 0, 0, 0.5);
|
|
--default-color-4: rgba(0, 0, 0, 0.4);
|
|
--default-color-3: rgba(0, 0, 0, 0.3);
|
|
--default-color-2: rgba(0, 0, 0, 0.2);
|
|
--default-color-1: rgba(0, 0, 0, 0.1);
|
|
--background-color: #2f3133;
|
|
--theme-color: #171d20;
|
|
--box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.6);
|
|
--box-shadow-hover: 0 2px 16px 0 rgba(0, 0, 0, 0.7);
|
|
--text-color: hsla(0, 0%, 100%, 0.8);
|
|
--text-color-sub: #8b8b8b;
|
|
--border-color: rgba(0, 0, 0, 0.3);
|
|
--code-color: rgba(0, 0, 0, 0.3);
|
|
--mask-color: #000
|
|
}
|
|
}
|
|
|
|
.tag-wrapper[data-v-501fda8e] {
|
|
max-width: 800px;
|
|
margin: 0 auto;
|
|
padding: 4.6rem 2.5rem 0
|
|
}
|
|
|
|
@media (max-width: 719px) {
|
|
.tag-wrapper[data-v-501fda8e] {
|
|
padding: 4.6rem 1rem 0
|
|
}
|
|
}
|
|
|
|
.tags-wrapper[data-v-e3ca188a] {
|
|
max-width: 800px;
|
|
margin: 0 auto;
|
|
padding: 4.6rem 2.5rem 0
|
|
}
|
|
|
|
@media (max-width: 719px) {
|
|
.tags-wrapper[data-v-e3ca188a] {
|
|
padding: 5rem .6rem 0
|
|
}
|
|
}
|
|
|
|
.timeline-wrapper[data-v-648dfef4] {
|
|
max-width: 800px;
|
|
margin: 0 auto;
|
|
padding: 4.6rem 2.5rem 0;
|
|
display: -webkit-box;
|
|
display: flex
|
|
}
|
|
|
|
.timeline-wrapper .timeline-img[data-v-648dfef4] {
|
|
width: 50%;
|
|
height: 100%
|
|
}
|
|
|
|
.timeline-wrapper .timeline-img .img[data-v-648dfef4] {
|
|
width: auto;
|
|
height: auto;
|
|
opacity: .8;
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
margin-left: 3rem;
|
|
-webkit-animation: fadein-data-v-648dfef4 2.2s linear;
|
|
animation: fadein-data-v-648dfef4 2.2s linear
|
|
}
|
|
|
|
.timeline-wrapper .timeline-content[data-v-648dfef4] {
|
|
flex: 1 1 0%;
|
|
-webkit-box-flex: 1;
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
list-style: none
|
|
}
|
|
|
|
.timeline-wrapper .timeline-content .timeline-year[data-v-648dfef4] {
|
|
display: -webkit-box;
|
|
display: flex
|
|
}
|
|
|
|
.timeline-wrapper .timeline-content[data-v-648dfef4]:after {
|
|
content: " ";
|
|
position: absolute;
|
|
top: 14px;
|
|
left: 0;
|
|
z-index: -1;
|
|
margin-left: -2px;
|
|
width: 4px;
|
|
height: 100%;
|
|
background: var(--border-color)
|
|
}
|
|
|
|
.timeline-wrapper .timeline-content .desc[data-v-648dfef4] {
|
|
position: relative;
|
|
color: var(--text-color);
|
|
font-size: 16px
|
|
}
|
|
|
|
.timeline-wrapper .timeline-content .desc[data-v-648dfef4]:before {
|
|
content: " ";
|
|
position: absolute;
|
|
z-index: 2;
|
|
left: -20px;
|
|
top: 50%;
|
|
margin-left: -4px;
|
|
margin-top: -4px;
|
|
width: 8px;
|
|
height: 8px;
|
|
background: var(--background-color);
|
|
border: 1px solid var(--border-color);
|
|
border-radius: 50%
|
|
}
|
|
|
|
.timeline-wrapper .timeline-content .year[data-v-648dfef4] {
|
|
color: var(--text-color-sub);
|
|
font-weight: 700;
|
|
font-size: 20px;
|
|
margin: 1.4rem 3rem 0 0
|
|
}
|
|
|
|
.timeline-wrapper .timeline-content .year-wrapper[data-v-648dfef4] {
|
|
padding-left: 0 !important
|
|
}
|
|
|
|
.timeline-wrapper .timeline-content .year-wrapper li[data-v-648dfef4] {
|
|
display: -webkit-box;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
flex-direction: column;
|
|
padding: 10px 0;
|
|
list-style: none;
|
|
border-bottom: 1px dashed var(--border-color);
|
|
position: relative
|
|
}
|
|
|
|
.timeline-wrapper .timeline-content .year-wrapper li:hover .title[data-v-648dfef4] {
|
|
transform: translateY(-10px);
|
|
-webkit-transform: translateY(-10px)
|
|
}
|
|
|
|
.timeline-wrapper .timeline-content .year-wrapper li .date[data-v-648dfef4] {
|
|
line-height: 30px;
|
|
color: var(--text-color-sub);
|
|
font-size: 12px
|
|
}
|
|
|
|
.timeline-wrapper .timeline-content .year-wrapper li .date[data-v-648dfef4]:before {
|
|
content: " ";
|
|
position: absolute;
|
|
left: -18px;
|
|
top: 41px;
|
|
width: 6px;
|
|
height: 6px;
|
|
margin-left: -4px;
|
|
background: var(--background-color);
|
|
border-radius: 50%;
|
|
border: 1px solid var(--border-color);
|
|
z-index: 2
|
|
}
|
|
|
|
.timeline-wrapper .timeline-content .year-wrapper li .title[data-v-648dfef4] {
|
|
line-height: 30px;
|
|
color: #efc9c9;
|
|
font-size: 16px;
|
|
cursor: pointer;
|
|
font-weight: 600;
|
|
-webkit-transition: all 444ms ease;
|
|
transition: all 444ms ease
|
|
}
|
|
|
|
@media (max-width: 719px) {
|
|
.timeline-wrapper[data-v-648dfef4] {
|
|
margin: 0 1.2rem;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: reverse;
|
|
flex-direction: column-reverse
|
|
}
|
|
|
|
.timeline-wrapper .timeline-img[data-v-648dfef4] {
|
|
width: 100%;
|
|
text-align: center;
|
|
position: static !important
|
|
}
|
|
|
|
.timeline-wrapper .timeline-img img[data-v-648dfef4] {
|
|
margin-left: 1rem !important
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes fadein-data-v-648dfef4 {
|
|
0% {
|
|
opacity: 0
|
|
}
|
|
25% {
|
|
opacity: .2
|
|
}
|
|
50% {
|
|
opacity: .4
|
|
}
|
|
75% {
|
|
opacity: .6
|
|
}
|
|
to {
|
|
opacity: .8
|
|
}
|
|
}
|
|
|
|
@keyframes fadein-data-v-648dfef4 {
|
|
0% {
|
|
opacity: 0
|
|
}
|
|
25% {
|
|
opacity: .2
|
|
}
|
|
50% {
|
|
opacity: .4
|
|
}
|
|
75% {
|
|
opacity: .6
|
|
}
|
|
to {
|
|
opacity: .8
|
|
}
|
|
} |