* { font-family: bahnschrift, sans-serif; margin: 0; padding: 0; box-sizing: border-box; user-select: none; -webkit-user-drag: none; user-drag: none } img { pointer-events: none } a:hover, a:link, a:visited, a:active, a:focus { text-decoration: none; outline: none; border: none; color: inherit; -webkit-tap-highlight-color: transparent } body.dark-theme { --main-bg-color: var(--main-bg-color-dark); --main-text-color: var(--main-text-color-dark); --gradient-start: var(--gradient-start-dark); --gradient-middle: var(--gradient-middle-dark); --gradient-end: var(--gradient-end-dark); --purple-text-color: var(--purple-text-color-dark); --text-bg-color: var(--text-bg-color-dark); --icon-bg-color: var(--icon-bg-color-dark); --icon-wx-hover-color: var(--icon-wx-hover); --icon-qq-hover-color: var(--icon-qq-hover); --icon-github-hover-color: var(--icon-github-hover); --icon-mail-hover-color: var(--icon-mail-hover); --icon-b-hover-color: var(--icon-b-hover); --icon-抖音-hover-color: var(--icon-抖音-hover); --icon-Telegram-hover-color: var(--icon-Telegram-hover); --icon-kuaishou-hover-color: var(--icon-kuaishou-hover); --project-item-bg-color: var(--project-item-bg-color-dark); --project-item-hover-color: var(--project-item-hover-color-dark); --project-item-left-title-color: var(--project-item-left-title-color-dark); --project-item-left-text-color: var(--project-item-left-text-color-dark); --footer-text-color: var(--footer-text-color-dark); --footer-text-bg-color: var(--footer-text-bg-color-dark); --card_identity_span_color: var(--card_identity_span_color-dark); --card_skill_circle_bg_color: var(--card_skill_circle_bg_color-dark); --music-text-color: var(--music-text-color-dark) } body.blue-theme { --main-bg-color: var(--main-bg-color-blue); --main-text-color: var(--main-text-color-blue); --gradient-start: var(--gradient-start-blue); --gradient-middle: var(--gradient-middle-blue); --gradient-end: var(--gradient-end-blue); --purple-text-color: var(--purple-text-color-blue); --text-bg-color: var(--text-bg-color-blue); --icon-bg-color: var(--icon-bg-color-blue); --icon-wx-hover-color: var(--icon-wx-hover); --icon-qq-hover-color: var(--icon-qq-hover); --icon-github-hover-color: var(--icon-github-hover); --icon-mail-hover-color: var(--icon-mail-hover); --icon-b-hover-color: var(--icon-b-hover); --icon-抖音-hover-color: var(--icon-抖音-hover); --icon-Telegram-hover-color: var(--icon-Telegram-hover); --icon-kuaishou-hover-color: var(--icon-kuaishou-hover); --project-item-bg-color: var(--project-item-bg-color-blue); --project-item-hover-color: var(--project-item-hover-color-blue); --project-item-left-title-color: var(--project-item-left-title-color-blue); --project-item-left-text-color: var(--project-item-left-text-color-blue); --footer-text-bg-color: var(--footer-text-bg-color-blue); --card_identity_span_color: var(--card_identity_span_color-blue); --card_skill_circle_bg_color: var(--card_skill_circle_bg_color-blue); --music-text-color: var(--music-text-color-blue) } :root { --icon-wx-hover: rgb(55, 178, 114); --icon-qq-hover: #12B7F5; --icon-github-hover: #ffffff; --icon-mail-hover: #EA4335; --icon-b-hover: #ff97b5; --icon-抖音-hover: #000000; --icon-kuaishou-hover: #FF4500; --icon-Telegram-hover: #1086C2; --main-bg-color-dark: radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.3) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(255, 119, 198, 0.15) 0%, transparent 50%), radial-gradient(circle at 40% 40%, rgba(120, 119, 198, 0.2) 0%, transparent 50%), linear-gradient(135deg, #0f0f23 0%, #1a1a2e 25%, #16213e 50%, #0f3460 75%, #533483 100%); --main-text-color-dark: #d9d6d6; --gradient-start-dark: rgb(133, 62, 255); --gradient-middle-dark: #f76cc6 30%; --gradient-end-dark: rgb(255, 255, 255) 60%; --purple-text-color-dark: #0B9682; --text-bg-color-dark: rgb(26, 4, 48); --icon-bg-color-dark: rgba(249, 250, 251, 0.6); --project-item-bg-color-dark: #1F2025; --project-item-hover-color-dark: rgb(19, 23, 27); --project-item-left-title-color-dark: rgb(255, 255, 255); --project-item-left-text-color-dark: rgb(142, 142, 142); --footer-text-color-dark: #646464; --footer-text-bg-color-dark: rgba(27, 29, 31); --card_identity_span_color-dark: #fff; --card_skill_circle_bg_color-dark: #131418; --music-text-color-dark: #fff; --main-bg-color-blue: radial-gradient(circle at 20% 80%, rgba(53, 157, 104, 0.25) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(111, 173, 225, 0.2) 0%, transparent 50%), linear-gradient(135deg, #359d68 0%, #4fac9a 33%, #5fbad0 66%, #6fade1 100%); --main-text-color-blue: #eaeaea; --gradient-start-blue: #f4d1b4; --gradient-middle-blue: #ff4500; --gradient-end-blue: #f4d1b4; --purple-text-color-blue: #f4d1b4; --text-bg-color-blue: rgba(0, 0, 0, 0.4); --icon-bg-color-blue: rgba(255, 255, 255, 0.2); --project-item-bg-color-blue: rgba(0, 0, 0, 0.3); --project-item-hover-color-blue: rgba(0, 0, 0, 0.5); --project-item-left-title-color-blue: #ffffff; --project-item-left-text-color-blue: #eeeeee; --footer-text-bg-color-blue: rgba(0, 0, 0, 0.2); --card_identity_span_color-blue: #ffffff; --card_skill_circle_bg_color-blue: rgba(255, 255, 255, 0.1); --music-text-color-blue: #ffffff } body { justify-content: center; color: var(--main-text-color); background: var(--main-bg-color); background-position: 50%; background-size: 400% 400%; background-repeat: no-repeat; position: relative; animation: gradientShift 15s ease infinite; min-height: 100vh } body::before { content: ''; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -2; opacity: 0; transition: opacity 0.5s ease } body.blue-theme::before { background-image: url('../images/img/LonelyCAT.png'); background-size: cover; background-position: center; background-attachment: fixed; background-repeat: no-repeat; opacity: 1 } body.dark-theme::before { background-image: url('../images/img/LonelyCAT.png'); background-size: cover; background-position: center; background-attachment: fixed; background-repeat: no-repeat; opacity: 0.3; filter: brightness(0.4) saturate(0.8) } @keyframes gradientShift { 0% { background-position: 0 } 50% { background-position: 100% } 100% { background-position: 0 } } ::-webkit-scrollbar { display: none } html { scroll-behavior: smooth; scrollbar-width: none; -ms-overflow-style: none } .main { width: 100%; max-width: 1300px; display: grid; grid-template-columns: auto 1fr; padding: 25px; box-sizing: border-box; margin: 0 auto; position: relative; } body.blue-theme .main::before { content: ''; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px) saturate(180%); z-index: -1; pointer-events: none } body.dark-theme .main::before { content: ''; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); backdrop-filter: blur(10px) saturate(120%); -webkit-backdrop-filter: blur(10px) saturate(120%); z-index: -1; pointer-events: none } .main-left { position: fixed; overflow-y: auto; max-height: 100vh; z-index: 10001; scrollbar-width: thin; scrollbar-color: rgba(255,255,255,0.2) transparent; } .main-left::-webkit-scrollbar { display: block; width: 4px; } .main-left::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.2); border-radius: 2px; } .main-left::-webkit-scrollbar-track { background: transparent; } .main-right { margin-left: 250px; min-width: 0; grid-column: 2 } @media(min-width:1100px) { header>div>img { display: none } } .welcome { font-family: sans-serif; font-size: 55px; font-weight: 800; margin: 20px 0 } .welcome div { display: inline-block } .description { font-size: 20px; margin-top: 7px } .gradientText { background: linear-gradient(135deg, var(--purple-text-color) 0%, #ff6b9d 25%, #cf6fff 50%, #ffa179 75%, var(--purple-text-color) 100%); background-size: 200% 200%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: textGradientShift 4s ease-in-out infinite; will-change: background-position; position: relative; display: inline-block; text-shadow: 0 0 30px rgba(138, 43, 226, 0.3); } .gradientText::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(138, 43, 226, 0.1) 0%, rgba(255, 107, 157, 0.1) 25%, rgba(196, 113, 237, 0.1) 50%, rgba(18, 194, 233, 0.1) 75%, rgba(138, 43, 226, 0.1) 100%); background-size: 200% 200%; border-radius: 8px; opacity: 0; transition: opacity 0.3s ease, filter 0.3s ease; z-index: -1; } .gradientText:hover::before { opacity: 1; filter: blur(10px); animation: textGradientShift 4s ease-in-out infinite; } @keyframes textGradientShift { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } } .purpleText { color: var(--purple-text-color); font-weight: 800; position: relative; padding: 0 5px } .purpleText::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 100%; height: 2px; background: currentColor; transform: scaleX(0); transition: transform .3s ease } .purpleText:hover::after { transform: scaleX(1) } .textBackground { font-weight: 500; background: var(--text-bg-color); border-radius: 5px; font-size: 17px; padding: 3px 10px; } .iconContainer { width: 100%; gap: 10px; display: flex; margin-top: 30px; flex-wrap: wrap } .iconItem { height: 38px; padding: 0 12px; position: relative; background: var(--icon-bg-color) !important; border-radius: 6px; display: flex; gap: 5px; align-items: center; transition: all .6s ease; font-size: 10px } .iconItem .tooltip { visibility: hidden; width: 100%; background-color: var(--project-item-bg-color); color: var(--purple-text-color); text-align: center; border-radius: 5px; padding: 5px; position: absolute; left: 50%; margin-left: -50%; opacity: 0; transition: opacity .5s ease, bottom .5s ease; z-index: 1; font-weight: 700 } .iconItem:hover .tooltip { visibility: visible; bottom: 110%; opacity: 1 } .iconItem:hover { transform: translateY(-3px); background: var(--icon-wx-hover-color) !important } .iconItem.icon-qq:hover { background: var(--icon-qq-hover-color) !important } .iconItem.icon-github:hover { background: var(--icon-github-hover-color) !important } .iconItem.icon-mail:hover { background: var(--icon-mail-hover-color) !important } .iconItem.icon-bilibili:hover { background: var(--icon-b-hover-color) !important } .iconItem.icon-douyin:hover { background: var(--icon-抖音-hover-color) !important } .iconItem.icon-kuaishou:hover { background: var(--icon-kuaishou-hover-color) !important } .iconItem.icon-telegram:hover { background: var(--icon-Telegram-hover-color) !important } .iconItem.icon-theme:hover { background: var(--icon-bg-color) !important } .music_and_time { width: 100%; height: 217px; margin-top: 15px; display: flex; justify-content: space-between; align-items: center } .music-player { display: flex; align-items: center; width: 100%; padding: 10px; box-sizing: border-box; margin-bottom: 1px; backdrop-filter: blur(10px) saturate(150%); -webkit-backdrop-filter: blur(10px) saturate(150%); background-color: rgba(255, 255, 255, 0.05); border-radius: 12px; border: 1px solid rgba(255, 255, 255, 0.1) } .music-player img { width: 150px; border-radius: 5px; margin-right: 20px } .music-info { flex-grow: 1; text-align: left; overflow: hidden } .music-info h3, .music-info p { margin: 5px 0 } .progress-container { width: 100%; position: relative; margin-top: 10px; height: 6px; background: rgba(128, 128, 128, 0.3); border-radius: 3px; cursor: pointer } .progress { height: 100%; background: var(--purple-text-color); border-radius: 3px; position: relative; pointer-events: none } .progress-handle { position: absolute; right: -6px; top: 50%; transform: translateY(-50%); width: 12px; height: 12px; background: #fff; border-radius: 50%; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); opacity: 0; transition: opacity 0.2s ease, transform 0.2s ease } .progress-container:hover .progress-handle, .progress-container.dragging .progress-handle { opacity: 1 } .progress-handle:hover, .progress-container.dragging .progress-handle { transform: translateY(-50%) scale(1.2) } .time-display { position: absolute; top: -20px; right: 0; padding: 5px 10px; font-size: 12px; border-radius: 5px } .lyrics-line-container { width: 100%; overflow-x: hidden; white-space: nowrap; margin-top: 10px } .lyrics-line { width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 14px; line-height: 1.6; text-align: center; margin-bottom: 10px } .controls { display: flex; justify-content: center; width: 100%; margin-top: 10px; gap: 8px } .controls button { padding: 8px; background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); color: var(--main-text-color); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 5px; cursor: pointer; flex-grow: 0; flex-shrink: 0; width: 40px; height: 40px; display: flex; justify-content: center; align-items: center; transition: all 0.3s ease } .controls button:hover { background: rgba(255, 255, 255, 0.25); transform: translateY(-1px) } body.blue-theme .controls button { border: 1px solid rgba(0, 0, 0, 0.1); color: #333 } .controls>button>img { max-width: 17px; max-height: 17px; margin-right: 0; display: flex; align-items: center; justify-content: center; } #music-title, #music-artist, .time-display, .lyrics-line, .chart-modal-content>h2 { color: var(--music-text-color) } .chart-modal { display: none; position: fixed; z-index: 2000; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; background: rgba(0, 0, 0, 0.4); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); animation: modalFadeIn .4s cubic-bezier(0.4, 0, 0.2, 1); } .chart-modal-content { background: var(--project-item-bg-color); border: 1px solid rgba(255, 255, 255, 0.1); margin: 8vh auto; padding: 30px; width: 90%; max-width: 550px; max-height: 80vh; border-radius: 24px; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4); position: relative; animation: modalSlideIn .4s cubic-bezier(0.34, 1.56, 0.64, 1); display: flex; flex-direction: column; } body.blue-theme .chart-modal-content { background: rgba(255, 255, 255, 0.7); border-color: rgba(255, 255, 255, 0.4); backdrop-filter: blur(30px); -webkit-backdrop-filter: blur(30px); box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1); } .chart-modal-content .close { position: absolute; top: 20px; right: 20px; font-size: 20px; color: var(--main-text-color); cursor: pointer; transition: all .3s ease; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255, 255, 255, 0.1); z-index: 10; } body.blue-theme .chart-modal-content .close { color: #333; background: rgba(0, 0, 0, 0.05); } .chart-modal-content .close:hover { background: var(--purple-text-color); transform: rotate(90deg); color: #fff; } body.blue-theme .chart-modal-content .close:hover { background: rgba(0, 0, 0, 0.8); color: #fff; } .chart-modal-content h2 { font-size: 22px; margin-bottom: 20px; color: var(--main-text-color); text-align: left; font-weight: 600; padding-left: 10px; border-left: 4px solid var(--purple-text-color); } body.blue-theme .chart-modal-content h2 { border-left-color: #666; color: #222; } .modal-controls-container { display: flex; flex-direction: column; gap: 12px; margin-bottom: 20px; padding: 0 10px; } .playlist-select-container, .search-container { width: 100%; } .search-container { margin-bottom: 0; padding: 0; } #playlist-selector, #song-search-input { width: 100%; padding: 12px 18px; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 12px; color: var(--main-text-color); font-size: 14px; outline: none; transition: all 0.3s ease; appearance: none; -webkit-appearance: none; cursor: pointer; } #playlist-selector { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='white' d='M1 4l5 5 5-5z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 18px center; padding-right: 40px; } body.blue-theme #playlist-selector { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='black' d='M1 4l5 5 5-5z'/%3E%3C/svg%3E"); background-color: rgba(0, 0, 0, 0.03); border-color: rgba(0, 0, 0, 0.1); color: #333; } #playlist-selector:focus, #song-search-input:focus { background: rgba(255, 255, 255, 0.1); border-color: var(--purple-text-color); box-shadow: 0 0 0 3px rgba(var(--purple-text-color-rgb), 0.1); } body.blue-theme #playlist-selector:focus, body.blue-theme #song-search-input:focus { background: rgba(255, 255, 255, 0.9); border-color: #666; } #playlist-selector option { background: #1a1a2e; color: #fff; } body.blue-theme #playlist-selector option { background: #fff; color: #333; } #songs-list { display: grid; grid-template-columns: 1fr; gap: 10px; overflow-y: auto; padding: 5px 10px 5px 5px; flex: 1; } #songs-list li { padding: 16px 20px; background: rgba(255, 255, 255, 0.05); color: var(--main-text-color); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 16px; cursor: pointer; width: 100%; text-align: left; font-size: 15px; transition: all .3s cubic-bezier(0.4, 0, 0.2, 1); display: flex; align-items: center; list-style: none; position: relative; } body.blue-theme #songs-list li { background: rgba(255, 255, 255, 0.4); border-color: rgba(255, 255, 255, 0.5); color: #333; } #songs-list li:hover { background: rgba(255, 255, 255, 0.1); border-color: var(--purple-text-color); } body.blue-theme #songs-list li:hover { background: rgba(255, 255, 255, 0.8); border-color: #999; color: #000; } #songs-list li::after { content: '▶'; font-size: 12px; color: var(--purple-text-color); position: absolute; right: 20px; opacity: 0; transition: all 0.3s ease; } #songs-list li:hover::after { opacity: 1; } body.blue-theme #songs-list li:hover::after { color: #000; } @keyframes modalFadeIn { from { opacity: 0 } to { opacity: 1 } } @keyframes modalSlideIn { from { opacity: 0; transform: translateY(-50px) scale(0.9) } to { opacity: 1; transform: translateY(0) scale(1) } } @media(max-width: 768px) { .chart-modal-content { margin: 10% auto; padding: 20px; max-height: 70vh } #songs-list li { padding: 14px 16px; font-size: 15px } .chart-modal-content h2 { font-size: 22px; margin-bottom: 20px } .floating-lyrics { bottom: 15px; left: 50%; transform: translateX(-50%) translateY(100px) } .floating-lyrics.show { transform: translateX(-50%) translateY(0) } .floating-lyrics-content { min-width: calc(100vw - 30px); max-width: calc(100vw - 30px); padding: 14px 20px; border-radius: 16px } .floating-lyrics-text { font-size: 15px } .floating-lyrics-close { width: 26px; height: 26px; font-size: 14px } .skeleton-wrapper { padding: 15px; gap: 0; } } @keyframes fadeIn { from { opacity: 0; transform: translateY(-20px) } to { opacity: 1; transform: translateY(0) } } .title { display: flex; gap: 10px; align-items: center; font-size: 24px; font-weight: 800; margin: 20px 0; transition: all .4s ease } .title>img { border-radius: 5px; background-color: var(--icon-bg-color) } .title:hover { transform: translateY(-4px); transition: transform .4s } .gradientText:hover { transform: translateY(-5px); transition: transform .4s } .description:hover { transform: translateY(-1px); transition: transform .4s } .Title_Hidden { display: none } .projectList { display: flex; flex-wrap: wrap; gap: 20px; padding: 5px; perspective: 1000px } .projectItem { opacity: 0; transform: translateY(50px)rotateX(15deg); display: flex; background-color: var(--project-item-bg-color); border-radius: 8px; padding: 18px; height: 110px; width: calc(25% - 30px); transition: transform .6s cubic-bezier(.23, 1, .32, 1), background-color .4s ease, opacity .5s ease; position: relative; overflow: hidden; filter: drop-shadow(0 4px 6px rgba(0, 0, 0, .1)); cursor: pointer; background-clip: padding-box; backdrop-filter: blur(10px) saturate(150%); -webkit-backdrop-filter: blur(10px) saturate(150%); border: 1px solid rgba(255, 255, 255, 0.1) } .projectItem.magnetic { transition: transform .2s cubic-bezier(.23, 1, .32, 1), background-color .4s ease, opacity .5s ease; } .projectItem.wave-animate { animation: waveIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards; } @keyframes waveIn { 0% { opacity: 0; transform: translateY(50px) rotateX(15deg) scale(0.9); } 60% { opacity: 1; transform: translateY(-10px) rotateX(0deg) scale(1.05); } 100% { opacity: 1; transform: translateY(0) rotateX(0deg) scale(1); } } .projectItem:active { transform: translateY(-4px) scale(0.98); transition: transform 0.1s ease; } .projectItem:nth-child(1) { animation-delay: 0s; } .projectItem:nth-child(2) { animation-delay: 0.1s; } .projectItem:nth-child(3) { animation-delay: 0.2s; } .projectItem:nth-child(4) { animation-delay: 0.3s; } .projectItem:nth-child(5) { animation-delay: 0.4s; } .projectItem:nth-child(6) { animation-delay: 0.5s; } .projectItem:nth-child(7) { animation-delay: 0.6s; } .projectItem:nth-child(8) { animation-delay: 0.7s; } @media(max-width:1250px) { .projectItem { width: calc(50% - 30px) !important } .projectItemRight img { height: 44px !important; width: 44px !important } } .projectItem::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 100%, rgba(255, 255, 255, .12) 0%, transparent 70%); opacity: 0; transition: opacity .3s ease; z-index: 0 } .projectItem.fade-in-visible { opacity: 1; transform: translateY(0)rotateX(0); animation: itemAppear .8s ease-out forwards } @keyframes itemAppear { 0% { filter: blur(8px) } 100% { filter: blur(0) } } .projectItem:hover { transform: translateY(-6px)scale(1.03)rotateX(8deg)rotateZ(1deg); background-color: var(--project-item-hover-color); opacity: 1 !important; box-shadow: 0 12px 24px rgba(0, 0, 0, .15), inset 0 2px 4px rgba(255, 255, 255, .1); transition-timing-function: cubic-bezier(.4, 0, .2, 1.5) } .projectItemLeft { transition: width .5s cubic-bezier(.4, 0, .2, 1); height: 100%; width: 80%; position: relative; z-index: 2 } .projectItemLeft h2 { font-weight: 500; font-size: 17px; color: var(--project-item-left-title-color); transition: text-shadow .3s ease, transform .3s ease; display: inline-block; position: relative } .projectItemLeft p { font-size: 15px; margin-top: 8px; color: var(--project-item-left-text-color); opacity: .9; line-height: 1.4; position: relative } .projectItemLeft p.contrib-desc { font-size: 12px; opacity: .75 } .projectItemLeft p::before { transition: transform .3s ease } .projectItem:hover .projectItemLeft p::before { filter: brightness(1.2) } .projectItemRight { transition: transform .6s cubic-bezier(.34, 1.56, .64, 1), filter .3s ease; width: 20%; height: 100%; display: flex; align-items: center; justify-content: center; position: relative; z-index: 1 } .projectItemRight img { height: 35px; width: 35px; transition: transform .6s cubic-bezier(.34, 1.56, .64, 1), filter .3s ease; filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .1))brightness(.95) } .projectItem:hover .projectItemRight { transform: translateX(15%) } .projectItem:hover .projectItemRight img { transform: scale(1.4)rotate(20deg); filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .2)) } .projectItem:hover .projectItemLeft h2 { text-shadow: 0 2px 12px rgba(0, 0, 0, .25); transform: translateX(8px) } .skill { padding: 18px; width: 100% } .skill img { width: 100%; height: 100%; object-fit: cover } footer { padding: 8px 10px; background: rgba(255, 255, 255, 0.08); backdrop-filter: blur(20px) saturate(180%); border: 1px solid rgba(255, 255, 255, 0.12); color: rgba(255, 255, 255, 0.7); border-radius: 10px; font-size: 14px; font-weight: 300; margin-top: 30px; text-align: center; position: relative; overflow: hidden; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.1); transition: all .3s ease; letter-spacing: 0.5px; z-index: 10 } footer::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent); transition: left 3s ease; animation: footerShimmer 8s infinite } @keyframes footerShimmer { 0% { left: -100% } 50% { left: 100% } 100% { left: -100% } } .floating-lyrics { position: fixed; bottom: 15px; left: 50%; transform: translateX(-50%) translateY(80px); z-index: 99999; opacity: 0; visibility: hidden; transition: all .3s ease; pointer-events: none } .floating-lyrics.show { transform: translateX(-50%) translateY(0); opacity: 1; visibility: visible; pointer-events: auto } .floating-lyrics-content { background: var(--project-item-bg-color); border: 1px solid var(--icon-bg-color); border-radius: 16px; padding: 12px 20px; min-width: 280px; max-width: 500px; display: flex; align-items: center; justify-content: space-between; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3); position: relative; overflow: hidden; } .audio-visualizer { position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; opacity: 0.6; } body.blue-theme .floating-lyrics-content { background: rgba(0, 0, 0, 0.6); border-color: rgba(255, 215, 0, 0.3); } .floating-lyrics-text { position: relative; z-index: 1; color: var(--main-text-color); font-size: 16px; font-weight: 400; text-align: center; flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); letter-spacing: 0.5px; line-height: 1.4 } .floating-lyrics-controls { margin-left: 16px; display: flex; align-items: center } .floating-lyrics-close { background: var(--icon-bg-color); border: none; border-radius: 50%; width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; color: var(--main-text-color); font-size: 14px; cursor: pointer; transition: background-color .2s ease; padding: 0 } .floating-lyrics-close:hover { background: var(--purple-text-color); color: #fff; } @media(max-width:580px) { footer { padding: 8px 10px; font-size: 13px; margin-top: 25px; border-radius: 12px } .floating-lyrics-content { padding: 10px 15px; min-width: calc(100vw - 40px); max-width: calc(100vw - 40px); } .floating-lyrics-text { font-size: 14px; } .popup-img { width: 80vw; height: auto; max-height: 60vh; } .projectItemLeft { width: 100% } .welcome { font-size: 36px; margin: 15px 0; } .description { font-size: 16px; } .title { font-size: 20px; margin: 15px 0; } .projectList { gap: 12px; padding: 0; display: flex; justify-content: center; align-items: center } .projectItem { width: 100% !important; padding: 15px; height: auto; min-height: 100px; } .projectItemLeft h2 { font-size: 16px; } .projectItemLeft p { font-size: 14px; } .projectItemLeft p.contrib-desc { font-size: 12px; } .textBackground { padding: 2px 8px !important; font-size: 15px; } .projectItem:hover h1 { font-size: 20px } #music { display: none } .music_and_time { display: flex; flex-direction: column; align-items: center; text-align: center; height: auto } .music_div { border-radius: 14px; box-shadow: 0 0 15px rgba(0, 0, 0, .3); } .music-player { padding: 8px 10px; border-radius: 14px; } .music-player img { width: 80px !important; height: 80px; object-fit: cover; border-radius: 10px; margin-right: 12px } .music-info h3 { font-size: 14px; margin: 2px 0 } .music-info p { font-size: 11px; margin: 0 } .music-player .lyrics-line-container { display: block } .music-player .progress-container { margin-top: 6px } .controls { margin-top: 8px; gap: 6px } .controls button { width: 30px; height: 30px; padding: 5px; border-radius: 6px } .controls>button>img { max-width: 13px; max-height: 13px } .skeleton-clock { display: none; } .skeleton-cards { grid-template-columns: 1fr; } .skeleton-card-sm { height: 64px; } .flip { display: none; } .divider { display: none; } .clock { display: none; } } .onoffswitch { position: relative; width: 38px; height: 20px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none } .onoffswitch-checkbox { display: none } .onoffswitch-label { display: block; overflow: hidden; cursor: pointer; height: 100%; border-radius: 50px } .onoffswitch-inner { display: flex; justify-content: center; align-items: center; width: 200%; height: 100%; margin-left: -100%; transition: margin .2s ease-in 0s } .onoffswitch-inner:before, .onoffswitch-inner:after { display: flex; justify-content: center; align-items: center; float: left; width: 50%; height: 100%; padding: 0; font-size: 12px; color: #fff; font-family: Trebuchet, Arial, sans-serif; font-weight: 700; box-sizing: border-box } .onoffswitch-inner:before { content: ""; background-color: #e4e4e4; color: #fff; text-align: left } .onoffswitch-inner:after { content: ""; background-color: #272727; color: #fafafa; text-align: right } .onoffswitch-switch { display: block; height: 70%; aspect-ratio: 1/1; background: #fff; position: absolute; top: 12.5%; bottom: 12.5%; right: 5px; border-radius: 20px; transition: all .2s ease-in 0s; -webkit-transition: all .2s ease-in 0s } .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner { margin-left: 0 } .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch { right: 50% } .translated-description { display: none } .music_div { position: relative; width: 100%; height: 100%; background-color: var(--project-item-bg-color); border-radius: 20px; box-shadow: 0 0 30px rgba(0, 0, 0, .5); color: #fff; display: flex; flex-direction: row; justify-content: space-between } .Left_block .Left_block_list>div div { background-color: var(--project-item-bg-color); border-radius: 10px; text-align: center } .Left_block .Left_block_list>div .circle { display: inline-block; border-radius: 5px; padding: 5px; margin: 10px 1px 1px 5px; background-color: var(--card_skill_circle_bg_color) !important } .Left_block .Left_block_list>div .circle span { display: inline-block } .friend_image-container { position: relative; display: inline-block; margin: 3px; cursor: pointer; opacity: 0; transform: translateX(-100%); transition: all .5s ease } .friend_image-container.load-animate { opacity: 1; transform: translateX(0) } .friend_image-container:hover { transform: translateY(-5px); box-shadow: 0 5px 15px rgba(0, 0, 0, .2) } .friend_image-container .friend_image { display: block; border-radius: 10px; margin: 5px; width: 45px; transition: transform .3s ease } .friend_image-container:hover .friend_image { transform: scale(1.05) } .friend_overlay { position: absolute; bottom: 0; left: 0; right: 0; background-color: rgba(0, 0, 0, .7); color: #fff; font-size: 14px; text-align: center; opacity: 0; transition: all .3s ease; border-radius: 5px; padding: 8px; backdrop-filter: blur(2px); transform: translateY(100%); pointer-events: none } .friend_image-container:hover .friend_overlay { opacity: 1; transform: translateY(0) } @media only screen and (max-width:580px) { .friend_image { width: 40px !important; margin: 2px !important } .friend_image-container { margin: 2px } .friend_overlay { padding: 2px; font-size: 14px } } .friend_image-container a { display: block; text-decoration: none } .friend_image-container a:hover { color: inherit } #loading { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%); z-index: 100000; opacity: 1; transition: opacity 0.4s ease, visibility 0.4s ease; overflow-y: auto; } #loading.hide { opacity: 0; visibility: hidden; pointer-events: none; } .skeleton-wrapper { max-width: 1200px; margin: 0 auto; padding: 30px 20px; display: flex; gap: 30px; } .skeleton-sidebar { width: 280px; flex-shrink: 0; display: flex; flex-direction: column; align-items: center; gap: 20px; } .skeleton-avatar { width: 150px; height: 150px; border-radius: 50%; background: linear-gradient(110deg, rgba(255,255,255,0.06) 30%, rgba(255,255,255,0.12) 50%, rgba(255,255,255,0.06) 70%); background-size: 200% 100%; animation: skeletonShimmer 1.6s ease-in-out infinite; } .skeleton-card { width: 100%; padding: 18px; border-radius: 14px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.06); } .skeleton-tag-row { display: flex; gap: 8px; margin-bottom: 10px; flex-wrap: wrap; } .skeleton-tag { height: 28px; width: 64px; border-radius: 14px; background: linear-gradient(110deg, rgba(255,255,255,0.06) 30%, rgba(255,255,255,0.12) 50%, rgba(255,255,255,0.06) 70%); background-size: 200% 100%; animation: skeletonShimmer 1.6s ease-in-out infinite; } .skeleton-tag.w-80 { width: 52px; } .skeleton-tag.w-70 { width: 44px; } .skeleton-tag.w-60 { width: 38px; } .skeleton-tag.w-50 { width: 32px; } .skeleton-tag.w-90 { width: 58px; } .skeleton-main { flex: 1; min-width: 0; display: flex; flex-direction: column; } .skeleton-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; } .skeleton-header-avatar { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(110deg, rgba(255,255,255,0.06) 30%, rgba(255,255,255,0.12) 50%, rgba(255,255,255,0.06) 70%); background-size: 200% 100%; animation: skeletonShimmer 1.6s ease-in-out infinite; } .skeleton-header-weather { width: 120px; height: 32px; border-radius: 8px; background: linear-gradient(110deg, rgba(255,255,255,0.06) 30%, rgba(255,255,255,0.12) 50%, rgba(255,255,255,0.06) 70%); background-size: 200% 100%; animation: skeletonShimmer 1.6s ease-in-out infinite; } .skeleton-line { height: 16px; width: 100%; border-radius: 8px; background: linear-gradient(110deg, rgba(255,255,255,0.06) 30%, rgba(255,255,255,0.12) 50%, rgba(255,255,255,0.06) 70%); background-size: 200% 100%; animation: skeletonShimmer 1.6s ease-in-out infinite; margin-bottom: 10px; } .skeleton-line.w-90 { width: 90%; } .skeleton-line.w-80 { width: 80%; } .skeleton-line.w-70 { width: 70%; } .skeleton-line.w-60 { width: 60%; } .skeleton-line.w-50 { width: 50%; } .skeleton-line.w-40 { width: 40%; } .skeleton-line.w-30 { width: 30%; } .skeleton-line.w-100 { width: 100%; } .skeleton-icons { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; } .skeleton-icon { width: 22px; height: 22px; border-radius: 6px; background: linear-gradient(110deg, rgba(255,255,255,0.06) 30%, rgba(255,255,255,0.12) 50%, rgba(255,255,255,0.06) 70%); background-size: 200% 100%; animation: skeletonShimmer 1.6s ease-in-out infinite; } .skeleton-music-time { display: flex; gap: 20px; margin-bottom: 30px; flex-wrap: wrap; } .skeleton-clock { width: 320px; height: 98px; border-radius: 14px; background: linear-gradient(110deg, rgba(255,255,255,0.06) 30%, rgba(255,255,255,0.12) 50%, rgba(255,255,255,0.06) 70%); background-size: 200% 100%; animation: skeletonShimmer 1.6s ease-in-out infinite; flex-shrink: 0; } .skeleton-music { flex: 1; min-width: 260px; display: flex; gap: 14px; padding: 14px; border-radius: 14px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.06); } .skeleton-music-cover { width: 64px; height: 64px; border-radius: 10px; flex-shrink: 0; background: linear-gradient(110deg, rgba(255,255,255,0.06) 30%, rgba(255,255,255,0.12) 50%, rgba(255,255,255,0.06) 70%); background-size: 200% 100%; animation: skeletonShimmer 1.6s ease-in-out infinite; } .skeleton-music-info { flex: 1; display: flex; flex-direction: column; justify-content: center; } .skeleton-controls { display: flex; gap: 10px; } .skeleton-btn { width: 28px; height: 28px; border-radius: 6px; background: linear-gradient(110deg, rgba(255,255,255,0.06) 30%, rgba(255,255,255,0.12) 50%, rgba(255,255,255,0.06) 70%); background-size: 200% 100%; animation: skeletonShimmer 1.6s ease-in-out infinite; } .skeleton-section { margin-bottom: 24px; } .skeleton-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; } .skeleton-card-sm { height: 80px; border-radius: 14px; background: linear-gradient(110deg, rgba(255,255,255,0.06) 30%, rgba(255,255,255,0.12) 50%, rgba(255,255,255,0.06) 70%); background-size: 200% 100%; animation: skeletonShimmer 1.6s ease-in-out infinite; } @keyframes skeletonShimmer { 0% { background-position: -200% 0; } 100% { background-position: 200% 0; } } @media(max-width:1100px) { .skeleton-sidebar { display: none; } .skeleton-header { display: flex; } .main { padding: 15px; } .main-left { display: block; position: fixed; top: 0; left: 0; width: 280px; height: 100vh; z-index: 10001; background: var(--project-item-bg-color); backdrop-filter: blur(20px) saturate(150%); -webkit-backdrop-filter: blur(20px) saturate(150%); border-right: 1px solid rgba(255,255,255,0.1); transform: translateX(-100%); transition: transform 0.3s ease; overflow-y: auto; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; padding: 20px 10px; box-sizing: border-box; } .main-left.mobile-open { transform: translateX(0); } .main-left > img:first-child { display: none; } .main-right { margin-left: 0 !important } } .sidebar-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.25); z-index: 10000; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease; } .sidebar-overlay.show { opacity: 1; visibility: visible; } #tp-weather-widget { border-radius: 5px; padding: 5px; background-color: var(--icon-bg-color) !important } .Left_block { background-color: var(--project-item-bg-color); width: 230px; border-radius: 10px; padding: 10px; margin: 10px; overflow-y: auto; backdrop-filter: blur(10px) saturate(150%); -webkit-backdrop-filter: blur(10px) saturate(150%); border: 1px solid rgba(255, 255, 255, 0.1) } .Left_block_list { max-height: 225px; overflow-y: auto } .circle:hover { background: linear-gradient(to bottom left, #9875e8, #9875e8) !important } .circle:hover span { color: #fff } .Left_block div span { color: var(--card_identity_span_color); font-size: 14px } .Left_block>p { text-align: center; color: var(--card_identity_span_color); font-weight: 700 } #fps { z-index: 10000; position: fixed; border-radius: 5px; margin: 5px; padding: 5px; font-size: 12px; color: #000; background-color: var(--icon-bg-color) } .swal-text { max-height: 350px; overflow-y: auto } .popup { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); backdrop-filter: blur(10px); z-index: 1000; justify-content: center; align-items: center } .popup-content { background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(20px); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 16px; padding: 20px; position: relative; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column; justify-content: center; align-items: center } .popup-img { width: 300px; height: 400px; object-fit: contain; border-radius: 12px; background: rgba(255, 255, 255, 0.05); padding: 10px } .popup .close { position: absolute; top: 10px; right: 15px; cursor: pointer; font-size: 24px; color: rgba(255, 255, 255, 0.8); background: rgba(255, 255, 255, 0.1); width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all .3s ease } .popup .close:hover { background: rgba(255, 255, 255, 0.2); color: rgba(255, 255, 255, 1) } @media(max-width: 480px) { .popup-img { width: 290px; height: 400px; } .popup-content { margin: 20px; padding: 15px } .custom-alert-box { margin: 20px; padding: 25px 20px; min-width: auto; max-width: calc(100% - 40px); } .custom-alert-icon { font-size: 36px; margin-bottom: 15px; } .custom-alert-message { font-size: 15px; margin-bottom: 20px; } } .custom-alert-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); backdrop-filter: blur(5px); z-index: 10000; display: flex; justify-content: center; align-items: center; opacity: 0; visibility: hidden; transition: all 0.3s ease; } .custom-alert-overlay.show { opacity: 1; visibility: visible; } .custom-alert-box { background: var(--project-item-bg-color); border: 1px solid var(--icon-bg-color); border-radius: 16px; padding: 30px; min-width: 300px; max-width: 500px; text-align: center; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3); transform: scale(0.7) translateY(-50px); transition: all 0.3s ease; color: var(--main-text-color); } .custom-alert-overlay.show .custom-alert-box { transform: scale(1) translateY(0); } .custom-alert-icon { font-size: 48px; margin-bottom: 20px; line-height: 1; } .custom-alert-box.success .custom-alert-icon { color: #4CAF50; } .custom-alert-box.error .custom-alert-icon { color: #f44336; } .custom-alert-box.warning .custom-alert-icon { color: #ff9800; } .custom-alert-box.info .custom-alert-icon { color: var(--purple-text-color); } .custom-alert-message { font-size: 16px; line-height: 1.5; margin-bottom: 25px; color: var(--main-text-color); } .custom-alert-close { background: var(--purple-text-color); color: white; border: none; border-radius: 8px; padding: 12px 30px; font-size: 14px; font-weight: 500; cursor: pointer; transition: all 0.2s ease; min-width: 80px; } .custom-alert-close:hover { background: var(--gradient-start); transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); } .custom-alert-close:active { transform: translateY(0); } body.blue-theme .custom-alert-box { background: rgb(249, 250, 251); border-color: rgba(0, 0, 0, 0.1); } body.blue-theme .custom-alert-message { color: #2c3e50; } .steam-card { padding: 15px !important; } .steam-card.Left_block .Left_block_list>div div { background-color: transparent !important; border-radius: 0; text-align: left; } .steam-card.Left_block .Left_block_list .steam-level-badge { display: inline-block; padding: 0; background: none; color: var(--card_identity_span_color); font-size: 14px; font-weight: 700; flex-shrink: 0; white-space: nowrap; line-height: 1; } .steam-avatar { width: 48px; height: 48px; border-radius: 50%; flex-shrink: 0; } .steam-avatar-wrap { position: relative; width: 58px; height: 58px; flex-shrink: 0; } .steam-avatar-img { position: absolute; top: 5px; left: 5px; width: 48px; height: 48px; display: block; } .steam-avatar-frame { position: absolute; top: 0; left: 0; width: 58px; height: 58px; pointer-events: none; } .steam-name { font-size: 15px; font-weight: 700; color: var(--card_identity_span_color); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .steam-status { font-size: 12px; margin-top: 2px; font-weight: 600; } .steam-status.online { color: #4CAF50; } .steam-status.online::before { content: '● '; font-size: 10px; } .steam-status.offline { color: #999; } .steam-stats { display: flex; flex-direction: column; gap: 6px; } .steam-stat-item { display: flex; justify-content: space-between; align-items: center; padding: 2px; font-size: 13px; } .steam-stat-label { color: var(--card_identity_span_color); opacity: 0.8; white-space: nowrap; } .steam-stat-value { color: var(--purple-text-color); font-weight: 600; text-align: right; margin-left: 8px; } .steam-stat-value.steam-playing { color: #84c257; font-size: 13px; } .steam-profile-link { display: inline-flex; align-items: center; padding: 4px 8px; border-radius: 6px; font-size: 12px; color: #999; text-decoration: none; } .steam-profile-link:hover { background-color: rgba(255,255,255,0.08); }