/**
 * Minified by jsDelivr using clean-css v5.3.3.
 * Original file: /gh/wangningkai/gitfolio-online@2.0.0/assets/index.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
@import url(https://fonts.googleapis.com/css?family=Poppins);@import url(https://fonts.googleapis.com/css?family=Questrial);body{margin:0;padding:0;width:100vw;background:var(--bg-color);color:var(--text-color);max-width:100vw;overflow-x:hidden;align-items:center;font-family:Poppins,sans-serif}#loading{width:100vw;height:100vh;position:fixed;background:var(--bg-color);z-index:999;display:flex;justify-content:center;align-items:center;top:0;bottom:0;left:0;right:0}#skeleton{width:100vw;height:100vh;display:flex;align-items:flex-start}.skeleton-profile{width:24vw;padding:4vh 3vw;height:92vh;display:flex;flex-direction:column;justify-content:center;text-align:left;background:var(--background-image) center center;background-size:cover!important;background-repeat:no-repeat;position:fixed;color:#fff!important}.skeleton-avatar{width:180px;height:180px;border-radius:5px;background:linear-gradient(90deg,rgba(120,120,120,.1) 25%,rgba(120,120,120,.2) 50%,rgba(120,120,120,.1) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.skeleton-name{width:60%;height:24px;margin:2vh 0;background:linear-gradient(90deg,rgba(120,120,120,.1) 25%,rgba(120,120,120,.2) 50%,rgba(120,120,120,.1) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;animation-delay:.1s}.skeleton-bio{width:90%;height:20px;margin:1vh 0;background:linear-gradient(90deg,rgba(120,120,120,.1) 25%,rgba(120,120,120,.2) 50%,rgba(120,120,120,.1) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;animation-delay:.2s}.skeleton-content{width:64vw;padding:4vh 3vw;height:92vh;display:inline-block;padding-left:33vw}.skeleton-title{width:120px;height:50px;color:var(--text-color);font-weight:700;font-family:Questrial,sans-serif;background:linear-gradient(90deg,rgba(120,120,120,.1) 25%,rgba(120,120,120,.2) 50%,rgba(120,120,120,.1) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;margin:2vh 0}.skeleton-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-top:4vh}.skeleton-card{width:100%;height:180px;border-radius:5px;background:linear-gradient(90deg,rgba(120,120,120,.05) 25%,rgba(120,120,120,.1) 50%,rgba(120,120,120,.05) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border:1px solid rgba(0,0,0,.05)}@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}@media (max-width:800px){.skeleton-profile{width:90vw;padding:4vh 5vw;height:60vh;text-align:center;position:relative}.skeleton-content{width:90vw;padding:4vh 5vw;height:auto;display:inline-block;padding-left:5vw}.skeleton-avatar{width:120px;height:120px;margin:0 auto!important}.skeleton-grid{grid-template-columns:1fr;gap:30px}.skeleton-card{width:88%;margin:0 auto}}#profile{width:24vw;padding:4vh 3vw;height:92vh;display:flex;flex-direction:column;justify-content:center;text-align:left;background:var(--background-image) center center;background-size:cover!important;background-repeat:no-repeat;position:fixed;color:#fff!important}#display{width:64vw;padding:4vh 3vw;height:92vh;display:inline-block;padding-left:33vw}#display h1{font-size:50px;color:var(--text-color);font-weight:700;font-family:Questrial,sans-serif}.emoji{width:18px;height:18px}#background_overlay{width:100vw;height:55vh;position:absolute;z-index:-1;top:0;left:0}#background{width:100vw;height:55vh;background-size:cover!important;background-repeat:no-repeat!important;position:absolute;z-index:-2;top:0;left:0}#header{width:63vw;text-align:right;padding:3vh 0;position:absolute}#header a{color:var(--text-color);text-decoration:none;margin-left:4vw;font-weight:700}#footer{width:100%;padding:8vh 0;text-align:center}#footer a{color:var(--text-color)!important;text-decoration:none;font-family:Questrial,sans-serif;font-weight:700}#profile_img{width:180px;height:180px;min-width:180px;min-height:180px;max-width:180px;max-height:180px;border-radius:5px;background-size:cover!important;background-repeat:no-repeat!important}#profile div{font-weight:700;margin:1.5vh 0}#username{font-size:18px;font-weight:700}#username span{font-size:24px}#userbio{font-size:26px;font-family:Questrial,sans-serif;width:100%}#about{font-size:18px;font-family:Questrial,sans-serif}#about a,#username a{color:#fff!important;text-decoration:none;font-weight:700}#about a:hover,#username a:hover{text-decoration:underline}#about span{margin:1vh 0;display:block}#about span i{font-size:16px}#work{margin:2vh 0;padding:4vh 0!important}#forks{margin:2vh 0;padding:4vh 0!important}.projects{margin-left:-15px}.projects a{width:calc(49% - 30px);display:flex;text-decoration:none}.projects section{width:100%;padding:2.5vh 5%;margin:1vh 0;display:inline-block;border-radius:5px;color:var(--text-color);border:1px solid rgb(0,0,0,.08);box-shadow:0 0 0 rgb(0,0,0,0);transition:.4s ease-in-out;transform:scale(1)}.projects section:hover{cursor:pointer;border:1px solid rgb(0,0,0,0);box-shadow:0 15px 35px rgb(0,0,0,.06);transform:scale(1.03)}.section_title{font-size:24px;font-weight:700;margin:1vh 0;padding:0 1px;word-wrap:break-word}.about_section{font-size:18px;font-family:Questrial,sans-serif;margin:2vh 0;font-weight:700;word-wrap:break-word}.bottom_section{margin:1vh 0;font-size:14px;word-wrap:break-word}.bottom_section span{margin-right:20px;font-weight:700}.bottom_section span i{font-size:15px}.socials{color:#fff;text-decoration:none;margin:3vh 0!important}.socials span{display:inline-block!important;margin-right:2vw!important;font-weight:400!important}.socials span a{font-weight:400!important}.go_back{position:absolute;color:var(--text-color);font-size:26px;margin-left:5vw;margin-top:4vh}::selection{color:var(--bg-color);background:var(--text-color)}@media (max-width:800px){#profile{width:90vw;padding:4vh 5vw;height:60vh;text-align:center;position:relative}#display{width:90vw;padding:4vh 5vw;height:auto;display:inline-block;padding-left:5vw}#profile_img{width:120px;height:120px;min-width:120px;min-height:120px;max-width:120px;max-height:120px;margin:0 auto!important}#work{margin:0}.projects{margin-left:0}.projects a{width:100%}.projects section{width:88%}.go_back{position:relative;color:var(--text-color);font-size:26px;margin-left:5vw;top:5vh}}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:var(--text-color)}
/*# sourceMappingURL=/sm/456463467384922c9c3c8ac63210d7de050540bcebd4e9c432b924b757105f21.map */