미디어위키:Common.css: 두 판 사이의 차이

SKY's 킹샷 위키
편집 요약 없음
편집 요약 없음
1번째 줄: 1번째 줄:
/* =======================================
/* ==================================================
   [최종] Timeless 스킨 전용 스타일 시트
   SKY's Kingshot 하드코어 게이밍 테마 (Timeless 대응 통합판)
   ======================================= */
   ================================================== */
/* 1. 상단 Kim1231 팝업창 (배경 까맣게, 글씨 하얗게) */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;700;900&display=swap');
#p-personal .dropdown-content,
 
.dropdown-content {
/* 1. 전체 배경 */
     background-color: #1a1a1d !important;
body {
     border: 2px solid #ff8c00 !important;
    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. 본문 패널 (게이밍 감성) */
#p-personal .dropdown-content *,
#mw-content-wrapper {
.dropdown-content * {
     background-color: rgba(22, 22, 26, 0.95) !important;
     color: #ffffff !important;
    border: 1px solid #333 !important;
     background-color: transparent !important;
    border-radius: 10px !important;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8) !important;
    padding: 25px !important;
}
}


/* 마우스 올렸을 때 */
/* 3. 제목 네온 효과 */
#p-personal .dropdown-content a:hover,
h1, h2, h3, h4, #firstHeading {
.dropdown-content a:hover {
     color: #ff8c00 !important;
     color: #ff8c00 !important;
     background-color: #333333 !important;
     text-shadow: 0 0 10px rgba(255, 140, 0, 0.4) !important;
    font-weight: 900 !important;
}
}


/* 2. 사이드바 (제목 오렌지, 링크 진회색) */
/* 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 h3,
#mw-related-navigation h3 {
.sidebar-chunk h3 {
     color: #ff8c00 !important;
     color: #ff8c00 !important;
     font-weight: 900 !important;
     font-weight: 900 !important;
    font-size: 15px !important;
     opacity: 1 !important;
     opacity: 1 !important;
}
}


/* 사이드바 링크 모든 상태(방문/새 문서 등)를 진회색으로 고정 */
/* 사이드바 링크를 세련된 밝은 회색으로 (기존 검은색/파란색 짬뽕 제거) */
#mw-site-navigation .sidebar-chunk a,
#mw-site-navigation a,
#mw-site-navigation .sidebar-chunk a:visited,
#mw-related-navigation a {
#mw-site-navigation .sidebar-chunk a.new,
     color: #e0e0e0 !important;
#mw-related-navigation .sidebar-chunk a,
#mw-related-navigation .sidebar-chunk a:visited,
#mw-related-navigation .sidebar-chunk a.new {
     color: #333333 !important;
     font-weight: bold !important;
     font-weight: bold !important;
}
}


/* 사이드바 마우스 올렸을 때 */
/* 사이드바 마우스 올리면 주황색 빔 */
#mw-site-navigation .sidebar-chunk a:hover,
#mw-site-navigation a:hover,
#mw-related-navigation .sidebar-chunk a:hover {
#mw-related-navigation a:hover {
     color: #ff8c00 !important;
     color: #ff8c00 !important;
     background-color: transparent !important;
     background-color: transparent !important;
}
}


/* 3. 본문 텍스트 (하얀 배경에 맞게 검은색) */
/* 6. 우측 상단 개인 프로필 팝업 (Kim1231) */
#content {
#p-personal .dropdown-content {
     color: #222222 !important;
    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;
}