미디어위키:Common.css

SKY's 킹샷 위키
Kim1231 (토론 | 기여)님의 2026년 5월 21일 (목) 16:21 판

참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다.

  • 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
  • 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
  • 엣지: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
/* ==================================================
   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;
}