미디어위키:Common.css: 두 판 사이의 차이
SKY's 킹샷 위키
편집 요약 없음 |
편집 요약 없음 |
||
| 1번째 줄: | 1번째 줄: | ||
/* ======================================= | /* ================================================== | ||
SKY's Kingshot 하드코어 게이밍 테마 (Timeless 대응 통합판) | |||
======================================= */ | ================================================== */ | ||
/* 1. | @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;700;900&display=swap'); | ||
# | |||
/* 1. 전체 배경 */ | |||
body { | |||
background-color: #0b0b0e !important; | |||
background-image: radial-gradient(circle at 50% 0%, #2e1a0b 0%, #0b0b0e 60%) !important; | |||
color: #d1d5db !important; | |||
font-family: 'Noto Sans KR', sans-serif !important; | |||
} | } | ||
/* | /* 2. 본문 패널 (게이밍 감성) */ | ||
# | #mw-content-wrapper { | ||
background-color: rgba(22, 22, 26, 0.95) !important; | |||
color: # | border: 1px solid #333 !important; | ||
border-radius: 10px !important; | |||
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8) !important; | |||
padding: 25px !important; | |||
} | } | ||
/* | /* 3. 제목 네온 효과 */ | ||
# | h1, h2, h3, h4, #firstHeading { | ||
color: #ff8c00 !important; | color: #ff8c00 !important; | ||
text-shadow: 0 0 10px rgba(255, 140, 0, 0.4) !important; | |||
font-weight: 900 !important; | |||
} | } | ||
/* | /* 4. 링크 스타일 */ | ||
a { color: #ffab40 !important; transition: all 0.2s ease-in-out; } | |||
a:hover { color: #ffffff !important; text-shadow: 0 0 8px #ff8c00 !important; } | |||
/* 5. [중요] 타임리스 스킨 사이드바 & 메뉴 강제 수정 */ | |||
/* 사이드바 제목 */ | |||
#mw-site-navigation h3, | #mw-site-navigation h3, | ||
#mw-related-navigation | #mw-related-navigation h3 { | ||
color: #ff8c00 !important; | color: #ff8c00 !important; | ||
font-weight: 900 !important; | font-weight: 900 !important; | ||
opacity: 1 !important; | opacity: 1 !important; | ||
} | } | ||
/* 사이드바 | /* 사이드바 링크를 세련된 밝은 회색으로 (기존 검은색/파란색 짬뽕 제거) */ | ||
#mw-site-navigation | #mw-site-navigation a, | ||
#mw-related-navigation a { | |||
color: #e0e0e0 !important; | |||
#mw-related-navigation | |||
color: # | |||
font-weight: bold !important; | font-weight: bold !important; | ||
} | } | ||
/* 사이드바 마우스 | /* 사이드바 마우스 올리면 주황색 빔 */ | ||
#mw-site-navigation | #mw-site-navigation a:hover, | ||
#mw-related-navigation | #mw-related-navigation a:hover { | ||
color: #ff8c00 !important; | color: #ff8c00 !important; | ||
background-color: transparent !important; | background-color: transparent !important; | ||
} | } | ||
/* | /* 6. 우측 상단 개인 프로필 팝업 (Kim1231) */ | ||
#content { | #p-personal .dropdown-content { | ||
color: # | background-color: #1a1a1d !important; | ||
border: 2px solid #ff8c00 !important; | |||
} | |||
/* 팝업 안 모든 텍스트 하얀색 고정 */ | |||
#p-personal .dropdown-content * { | |||
color: #ffffff !important; | |||
} | |||
/* 팝업 마우스 오버 */ | |||
#p-personal .dropdown-content a:hover { | |||
color: #ff8c00 !important; | |||
background-color: #333333 !important; | |||
} | |||
/* 7. 번역기 버튼 */ | |||
#google_translate_element { | |||
background-color: #121215 !important; | |||
border: 2px solid #ff8c00 !important; | |||
} | } | ||
2026년 5월 21일 (목) 16:21 판
/* ==================================================
SKY's Kingshot 하드코어 게이밍 테마 (Timeless 대응 통합판)
================================================== */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;700;900&display=swap');
/* 1. 전체 배경 */
body {
background-color: #0b0b0e !important;
background-image: radial-gradient(circle at 50% 0%, #2e1a0b 0%, #0b0b0e 60%) !important;
color: #d1d5db !important;
font-family: 'Noto Sans KR', sans-serif !important;
}
/* 2. 본문 패널 (게이밍 감성) */
#mw-content-wrapper {
background-color: rgba(22, 22, 26, 0.95) !important;
border: 1px solid #333 !important;
border-radius: 10px !important;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8) !important;
padding: 25px !important;
}
/* 3. 제목 네온 효과 */
h1, h2, h3, h4, #firstHeading {
color: #ff8c00 !important;
text-shadow: 0 0 10px rgba(255, 140, 0, 0.4) !important;
font-weight: 900 !important;
}
/* 4. 링크 스타일 */
a { color: #ffab40 !important; transition: all 0.2s ease-in-out; }
a:hover { color: #ffffff !important; text-shadow: 0 0 8px #ff8c00 !important; }
/* 5. [중요] 타임리스 스킨 사이드바 & 메뉴 강제 수정 */
/* 사이드바 제목 */
#mw-site-navigation h3,
#mw-related-navigation h3 {
color: #ff8c00 !important;
font-weight: 900 !important;
opacity: 1 !important;
}
/* 사이드바 링크를 세련된 밝은 회색으로 (기존 검은색/파란색 짬뽕 제거) */
#mw-site-navigation a,
#mw-related-navigation a {
color: #e0e0e0 !important;
font-weight: bold !important;
}
/* 사이드바 마우스 올리면 주황색 빔 */
#mw-site-navigation a:hover,
#mw-related-navigation a:hover {
color: #ff8c00 !important;
background-color: transparent !important;
}
/* 6. 우측 상단 개인 프로필 팝업 (Kim1231) */
#p-personal .dropdown-content {
background-color: #1a1a1d !important;
border: 2px solid #ff8c00 !important;
}
/* 팝업 안 모든 텍스트 하얀색 고정 */
#p-personal .dropdown-content * {
color: #ffffff !important;
}
/* 팝업 마우스 오버 */
#p-personal .dropdown-content a:hover {
color: #ff8c00 !important;
background-color: #333333 !important;
}
/* 7. 번역기 버튼 */
#google_translate_element {
background-color: #121215 !important;
border: 2px solid #ff8c00 !important;
}
