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

편집 요약 없음
편집 요약 없음
1번째 줄: 1번째 줄:
/* =========================================
/* =========================================
   COASTLINE: BLACK ICE
   COASTLINE: BLACK ICE
   MediaWiki:Test.css FULL REPLACEMENT
   MediaWiki:Test.css
   2000s Industrial Archive Skin
   Sandbox-only 2000s Industrial Archive Test
  대문 + Test/test 문서 + .clbi-y2k-home 포함 문서용
   ========================================= */
   ========================================= */


/* -----------------------------------------
/*  
   0. 적용 범위 / 변수
   적용 범위:
   ----------------------------------------- */
   test 문서 안의 .clbi-y2k-sandbox 내부에만 적용.
  body, page-대문, top-nav, sidebar, content-wrapper 등 전역 구조는 건드리지 않음.
*/


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) {
.clbi-y2k-sandbox {
     --clbi-y2k-bg: #020202;
    --y2k-bg: #070707;
     --clbi-y2k-grid: rgba(120,120,120,0.07);
    --y2k-panel: #101010;
    --y2k-panel-2: #141414;
    --y2k-panel-3: #181818;
     --y2k-title: #1d1d1d;
    --y2k-title-hover: #252525;
     --y2k-well: #080808;
    --y2k-row: #131313;


     --clbi-y2k-panel: #101010;
     --y2k-line: #2b2b2b;
     --clbi-y2k-panel-2: #141414;
     --y2k-line-soft: #202020;
    --clbi-y2k-panel-3: #181818;
     --y2k-line-hi: #4a4a4a;
    --clbi-y2k-title: #1d1d1d;
     --y2k-line-low: #050505;
     --clbi-y2k-title-hover: #242424;
     --clbi-y2k-well: #080808;
    --clbi-y2k-row: #131313;


     --clbi-y2k-line: #2b2b2b;
     --y2k-text: #e2e2e2;
     --clbi-y2k-line-soft: #202020;
     --y2k-text-soft: #c8c8c8;
     --clbi-y2k-line-hi: #4a4a4a;
     --y2k-text-dim: #8a8a8a;
     --clbi-y2k-line-low: #050505;
     --y2k-text-faint: #5f5f5f;


     --clbi-y2k-text: #e2e2e2;
     width: 100%;
     --clbi-y2k-text-soft: #c8c8c8;
    margin: 0 auto;
     --clbi-y2k-text-dim: #8a8a8a;
     padding: 8px;
     --clbi-y2k-text-faint: #5f5f5f;
     color: var(--y2k-text);
 
     background: var(--y2k-bg);
     background: #000 !important;
    font-size: 11px;
     color: var(--clbi-y2k-text) !important;
     line-height: 1.5;
     box-sizing: border-box;
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) *,
.clbi-y2k-sandbox *,
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) *::before,
.clbi-y2k-sandbox *::before,
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) *::after {
.clbi-y2k-sandbox *::after {
     box-sizing: border-box;
     box-sizing: border-box;
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) a {
.clbi-y2k-sandbox a {
     color: var(--clbi-y2k-text) !important;
     color: var(--y2k-text) !important;
    text-decoration: none !important;
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) a:hover {
.clbi-y2k-sandbox a:hover {
     color: #fff !important;
     color: #ffffff !important;
     text-decoration: underline !important;
     text-decoration: underline !important;
}
}


/* -----------------------------------------
/* -----------------------------------------
   1. 배경
   공통 프레임
  ----------------------------------------- */
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .WW-bg {
    background: var(--clbi-y2k-bg) !important;
}
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .WW-bg::before {
    content: "";
    position: absolute;
    inset: 0 !important;
    width: auto !important;
    height: auto !important;
    opacity: 0.32 !important;
    filter: none !important;
    animation: none !important;
    background-image:
        linear-gradient(var(--clbi-y2k-grid) 1px, transparent 1px),
        linear-gradient(90deg, var(--clbi-y2k-grid) 1px, transparent 1px) !important;
    background-size: 64px 64px !important;
}
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .WW-bg::after {
    content: none !important;
}
 
/* -----------------------------------------
  2. 전체 레이아웃
  ----------------------------------------- */
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-top-nav-wrap {
    width: min(1984px, calc(100% - 16px)) !important;
    margin: 0 auto !important;
    padding: 8px 0 0 !important;
}
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .content-wrapper {
    width: min(1984px, calc(100% - 16px)) !important;
    max-width: 1984px !important;
    margin: 0 auto !important;
    padding: 8px 0 !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 8px !important;
}
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .container-fluid.liberty-content {
    width: auto !important;
    min-width: 0 !important;
    max-width: 1500px !important;
    flex: 1 1 auto !important;
    margin: 0 !important;
    padding-bottom: 0 !important;
}
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .liberty-content {
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
 
/* -----------------------------------------
  3. 공통 프레임
  외곽선은 한 겹만 사용
   ----------------------------------------- */
   ----------------------------------------- */


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-top-nav,
.clbi-y2k-frame,
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-left-box,
.clbi-y2k-logo,
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-right-box,
.clbi-y2k-nav,
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-main-logo,
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .liberty-content-main,
.clbi-y2k-test-logo,
.clbi-y2k-hero,
.clbi-y2k-hero,
.clbi-y2k-box {
.clbi-y2k-box {
     border-radius: 0 !important;
     border-radius: 0;
     border-width: 1px !important;
     border-width: 1px;
     border-style: solid !important;
     border-style: solid;
     border-color: var(--clbi-y2k-line-hi) var(--clbi-y2k-line-low) var(--clbi-y2k-line-low) var(--clbi-y2k-line-hi) !important;
     border-color: var(--y2k-line-hi) var(--y2k-line-low) var(--y2k-line-low) var(--y2k-line-hi);
     background: var(--clbi-y2k-panel) !important;
     background: var(--y2k-panel);
     box-shadow: none !important;
     box-shadow: none;
     outline: none !important;
     outline: none;
     filter: none !important;
     overflow: hidden;
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-left-title,
.clbi-y2k-titlebar,
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-right-title,
.clbi-y2k-hero-top,
.clbi-y2k-hero-top,
.clbi-y2k-plate-title,
.clbi-y2k-plate-title,
.clbi-y2k-box-title {
.clbi-y2k-box-title {
    border-radius: 0 !important;
     background: var(--y2k-title);
     background: var(--clbi-y2k-title) !important;
     border-bottom: 1px solid var(--y2k-line-low);
    border: none !important;
     color: #f0f0f0;
     border-bottom: 1px solid var(--clbi-y2k-line-low) !important;
     text-shadow: 1px 1px 0 #000000;
    box-shadow: none !important;
     color: #f0f0f0 !important;
    text-shadow: 1px 1px 0 #000 !important;
}
 
/* -----------------------------------------
  4. 상단 네비게이션
  ----------------------------------------- */
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-top-nav {
    margin: 0 !important;
    overflow: visible !important;
}
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-top-nav-main {
    display: flex !important;
    align-items: stretch !important;
    width: 100% !important;
    min-height: 36px !important;
    height: 36px !important;
}
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-top-nav-tabs {
    display: flex !important;
    align-items: stretch !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    height: 36px !important;
}
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-top-nav-logo {
    display: none !important;
}
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-top-nav-item {
    width: 118px !important;
    flex: 0 0 118px !important;
    min-height: 36px !important;
    height: 36px !important;
    padding: 0 !important;
 
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
 
    border-radius: 0 !important;
    border: none !important;
    border-right: 1px solid var(--clbi-y2k-line-low) !important;
 
    background: var(--clbi-y2k-panel-3) !important;
    color: var(--clbi-y2k-text) !important;
    font-size: 11px !important;
    line-height: 1 !important;
    text-shadow: 1px 1px 0 #000 !important;
    box-shadow: none !important;
}
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-top-nav-item:hover,
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-top-nav-item.clbi-tnav-active {
    background: var(--clbi-y2k-title-hover) !important;
    color: #fff !important;
    text-decoration: none !important;
}
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-tnav-icon,
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-icon {
    filter: grayscale(1) brightness(1.35) contrast(0.95) !important;
    opacity: 0.86 !important;
}
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-top-nav-search {
    position: static !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
 
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
 
    flex: 0 0 276px !important;
    width: 276px !important;
    height: 36px !important;
    padding: 0 8px !important;
    margin: 0 !important;
}
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-top-search-input {
    width: 260px !important;
    max-width: 260px !important;
    height: 22px !important;
    padding: 2px 7px !important;
 
    border-radius: 0 !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #050505 #303030 #303030 #050505 !important;
 
    background: #050505 !important;
    color: #dcdcdc !important;
    font-size: 11px !important;
    box-shadow: none !important;
}
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-top-search-input:focus {
    width: 260px !important;
    max-width: 260px !important;
    outline: none !important;
    border-color: #080808 #464646 #464646 #080808 !important;
}
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-top-nav-right {
    display: flex !important;
    align-items: stretch !important;
    flex: 0 0 auto !important;
}
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-tnav-info {
    width: 44px !important;
    flex-basis: 44px !important;
}
 
/* 세계관 하위 메뉴 */
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-sub-worldbuilding {
    display: none !important;
    background: #090909 !important;
    border-top: 1px solid #000 !important;
}
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-sub-worldbuilding.worldbuilding-open {
    display: block !important;
}
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-sub-worldbuilding-inner,
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-tnav-sub-list {
    display: flex !important;
    align-items: stretch !important;
    height: 24px !important;
}
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-tnav-sub-item {
    min-height: 24px !important;
    height: 24px !important;
    padding: 0 14px !important;
 
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
 
    border-radius: 0 !important;
    border: none !important;
    border-right: 1px solid var(--clbi-y2k-line-low) !important;
 
    background: #151515 !important;
    color: #e5e5e5 !important;
    font-size: 10px !important;
    text-decoration: none !important;
     text-shadow: 1px 1px 0 #000 !important;
    box-shadow: none !important;
}
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-tnav-sub-item:hover {
    background: #222 !important;
    color: #fff !important;
}
}


/* -----------------------------------------
/* -----------------------------------------
   5. 좌우 사이드바
   로고
   ----------------------------------------- */
   ----------------------------------------- */


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-left-sidebar,
.clbi-y2k-logo {
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-right-sidebar {
     width: 100%;
     width: 230px !important;
     margin: 0 0 8px;
     flex: 0 0 230px !important;
     padding: 10px 0 8px;
    display: flex !important;
     text-align: center;
    flex-direction: column !important;
    gap: 8px !important;
     padding: 0 !important;
     align-self: flex-start !important;
    z-index: 1000 !important;
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-left-box,
.clbi-y2k-logo img {
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-right-box {
     width: 720px;
    overflow: hidden !important;
     max-width: 88%;
}
     height: auto;
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-left-title,
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-right-title {
    min-height: 23px !important;
    padding: 5px 8px !important;
 
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
 
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
}
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-left-content,
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-right-content {
    padding: 8px !important;
    background: var(--clbi-y2k-well) !important;
    color: var(--clbi-y2k-text-soft) !important;
    font-size: 11px !important;
    line-height: 1.55 !important;
    box-shadow: none !important;
}
 
/* 우측 중복 검색 박스는 상단 검색만 쓰도록 숨김 */
@supports selector(:has(*)) {
    :is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-right-box:has(#clbi-search-input) {
        display: none !important;
    }
}
 
/* 왼쪽 뉴스 박스는 체인지로그 성격만 남김 */
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-left-news-recent-title,
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-left-recent-list,
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-news-divider {
    display: none !important;
}
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-left-news-box,
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-news-box {
    min-height: 0 !important;
}
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-news-feed-title {
    margin: 0 0 7px !important;
    padding: 0 2px !important;
    color: var(--clbi-y2k-text-dim) !important;
    font-size: 9px !important;
    line-height: 1.2 !important;
    letter-spacing: 1px !important;
}
 
/* 최근 변경 행 */
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-recent-item {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 6px !important;
 
    margin: 0 0 4px !important;
    padding: 4px 5px !important;
 
    border: 1px solid var(--clbi-y2k-line-soft) !important;
    background: var(--clbi-y2k-row) !important;
    box-shadow: none !important;
}
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-recent-title-wrap {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    overflow: hidden !important;
}
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-recent-title {
    color: #d8d8d8 !important;
    font-size: 10px !important;
    text-decoration: none !important;
}
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-recent-title:hover {
    color: #fff !important;
    text-decoration: underline !important;
}
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-recent-time {
    color: var(--clbi-y2k-text-dim) !important;
    font-size: 9px !important;
    white-space: nowrap !important;
    flex: 0 0 auto !important;
}
 
/* 유저 박스 */
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-right-sidebar .clbi-right-box > div[style*="display:flex"],
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-right-sidebar .clbi-right-box > div[style*="flex-direction"] {
    background: #151515 !important;
}
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-right-sidebar img {
    border-radius: 0 !important;
    border: 1px solid #444 !important;
}
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-user-btn {
    display: block !important;
    margin: 0 0 4px !important;
    padding: 4px 8px !important;
 
    border-radius: 0 !important;
    border: 1px solid var(--clbi-y2k-line) !important;
    border-left: 3px solid #5a5a5a !important;
 
    background: #181818 !important;
    color: #e0e0e0 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    text-decoration: none !important;
    box-shadow: none !important;
}
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-user-btn:hover,
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-user-btn.clbi-user-btn-active {
    background: #242424 !important;
    color: #fff !important;
}
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-user-btn-logout {
    border-left-color: #777 !important;
    color: #cfcfcf !important;
}
 
/* 링크 박스 */
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-link-box ul {
    display: flex !important;
    gap: 5px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-link-box ul li {
    flex: 1 1 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-link-box ul li a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
 
    width: 100% !important;
    min-height: 28px !important;
    padding: 6px 0 !important;
 
    border-radius: 0 !important;
    border: 1px solid var(--clbi-y2k-line) !important;
    background: #181818 !important;
 
    color: #a0a0a0 !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    text-align: center !important;
    text-decoration: none !important;
    box-shadow: none !important;
}
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-link-box ul li a:hover {
    background: #242424 !important;
    color: #fff !important;
}
 
/* -----------------------------------------
  6. 로고
  ----------------------------------------- */
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-main-logo,
.clbi-y2k-test-logo {
    width: 100% !important;
    margin: 0 0 8px !important;
    padding: 10px 0 8px !important;
    text-align: center !important;
}
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-main-logo img,
.clbi-y2k-test-logo img {
     width: 720px !important;
     max-width: 88% !important;
     height: auto !important;
     filter:
     filter:
         grayscale(1)
         grayscale(1)
         contrast(1.06)
         contrast(1.06)
         brightness(1.02)
         brightness(1.02)
         drop-shadow(2px 2px 0 #000) !important;
         drop-shadow(2px 2px 0 #000000);
}
 
/* 대문에서는 Common.js가 자동 로고를 넣으므로 테스트 로고 숨김 */
body.page-대문 .clbi-y2k-test-logo {
    display: none !important;
}
}


/* -----------------------------------------
/* -----------------------------------------
   7. 중앙 본문 컨테이너
   샌드박스 내부 카테고리 바
   ----------------------------------------- */
   ----------------------------------------- */


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .Liberty .content-wrapper .liberty-content .liberty-content-main,
.clbi-y2k-nav {
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .liberty-content-main {
     display: flex;
     overflow: hidden !important;
     width: 100%;
     color: var(--clbi-y2k-text) !important;
     margin: 0 0 8px;
     background: var(--clbi-y2k-panel) !important;
     background: var(--y2k-panel);
    border-radius: 0 !important;
     border-width: 1px !important;
    border-style: solid !important;
    border-color: var(--clbi-y2k-line-hi) var(--clbi-y2k-line-low) var(--clbi-y2k-line-low) var(--clbi-y2k-line-hi) !important;
    box-shadow: none !important;
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .liberty-content-main .mw-parser-output {
.clbi-y2k-nav a {
     padding: 8px !important;
    flex: 1 1 0;
}
    min-height: 28px;
     padding: 7px 6px 6px;
    display: flex;
    align-items: center;
    justify-content: center;


/* 테스트 문서에서도 대문형 화면으로 보기 */
    border-right: 1px solid var(--y2k-line-low);
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .liberty-content-header {
    background: var(--y2k-panel-3);
    display: none !important;
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .mw-page-title-main.clbi-hide,
    color: var(--y2k-text) !important;
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .mw-page-title-main.clbi-hide::after,
    font-size: 10px;
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .catlinks {
    font-weight: 700;
     display: none !important;
    line-height: 1.2;
    text-align: center;
     text-shadow: 1px 1px 0 #000000;
}
}


/* -----------------------------------------
.clbi-y2k-nav a:last-child {
  8. 대문 전용 HTML 기본
     border-right: none;
  ----------------------------------------- */
 
.clbi-y2k-home {
    color: #d6d6d6 !important;
    font-size: 11px !important;
     line-height: 1.5 !important;
}
}


.clbi-y2k-home a {
.clbi-y2k-nav a:hover {
     color: #e0e0e0 !important;
    background: var(--y2k-title-hover);
     color: #ffffff !important;
     text-decoration: none !important;
     text-decoration: none !important;
}
.clbi-y2k-home a:hover {
    color: #fff !important;
    text-decoration: underline !important;
}
}


/* -----------------------------------------
/* -----------------------------------------
   9. 히어로
   히어로
   ----------------------------------------- */
   ----------------------------------------- */
#clbi-main-crt-hero-wrap {
    width: 100% !important;
    margin: 0 0 8px !important;
}
#clbi-main-crt-hero {
    width: 100% !important;
}


.clbi-y2k-hero {
.clbi-y2k-hero {
     width: 100% !important;
     width: 100%;
     margin: 0 0 8px !important;
     margin: 0 0 8px;
     padding: 6px !important;
     padding: 6px;
}
}


.clbi-y2k-hero-top {
.clbi-y2k-hero-top {
     height: 24px !important;
     height: 24px;
     padding: 0 8px !important;
     padding: 0 8px;
 
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;


     display: flex !important;
     font-size: 10px;
     align-items: center !important;
     line-height: 24px;
     justify-content: space-between !important;
     white-space: nowrap;
    overflow: hidden;
}


    font-size: 10px !important;
.clbi-y2k-hero-top span {
     line-height: 24px !important;
     overflow: hidden;
     overflow: hidden !important;
     text-overflow: ellipsis;
}
}


.clbi-y2k-hero-body {
.clbi-y2k-hero-body {
     display: grid !important;
     display: grid;
     grid-template-columns: minmax(0, 1fr) 245px !important;
     grid-template-columns: minmax(0, 1fr) 245px;
     gap: 6px !important;
     gap: 6px;
     margin-top: 6px !important;
     margin-top: 6px;
     align-items: stretch !important;
     align-items: stretch;
}
}


.clbi-y2k-feature,
.clbi-y2k-feature,
.clbi-y2k-sideplate {
.clbi-y2k-sideplate {
     min-width: 0 !important;
     min-width: 0;
     border: 1px solid var(--clbi-y2k-line-soft) !important;
     border: 1px solid var(--y2k-line-soft);
     background: var(--clbi-y2k-well) !important;
     background: var(--y2k-well);
    box-shadow: none !important;
}
}


.clbi-y2k-feature {
.clbi-y2k-feature {
     min-height: 235px !important;
     min-height: 235px;
     padding: 12px 16px !important;
     padding: 12px 16px;
}
}


646번째 줄: 202번째 줄:
     padding: 0 0 7px !important;
     padding: 0 0 7px !important;


     border-bottom: 1px solid var(--clbi-y2k-line-soft) !important;
     border-bottom: 1px solid var(--y2k-line-soft) !important;
     color: #f4f4f4 !important;
     color: #f4f4f4 !important;


652번째 줄: 208번째 줄:
     line-height: 1.25 !important;
     line-height: 1.25 !important;
     text-align: center !important;
     text-align: center !important;
     text-shadow: 1px 1px 0 #000 !important;
     text-shadow: 1px 1px 0 #000000 !important;
}
}


.clbi-y2k-feature p {
.clbi-y2k-feature p {
     max-width: 760px !important;
     max-width: 760px;
     margin: 0 auto 10px !important;
     margin: 0 auto 10px;


     color: #d8d8d8 !important;
     color: #d8d8d8;
     font-size: 12px !important;
     font-size: 12px;
     line-height: 1.72 !important;
     line-height: 1.72;
     text-align: center !important;
     text-align: center;
     text-shadow: 1px 1px 0 #000 !important;
     text-shadow: 1px 1px 0 #000000;
}
}


.clbi-y2k-sideplate {
.clbi-y2k-sideplate {
     padding: 8px !important;
     padding: 8px;
}
}


.clbi-y2k-plate-title {
.clbi-y2k-plate-title {
     min-height: 22px !important;
     min-height: 22px;
     margin: 0 0 6px !important;
     margin: 0 0 6px;
     padding: 5px 7px !important;
     padding: 5px 7px;


     border: 1px solid var(--clbi-y2k-line-soft) !important;
     border: 1px solid var(--y2k-line-soft);
     background: var(--clbi-y2k-title) !important;
     background: var(--y2k-title);


     font-size: 10px !important;
     font-size: 10px;
     font-weight: 700 !important;
     font-weight: 700;
     line-height: 1.2 !important;
     line-height: 1.2;
}
}
/* -----------------------------------------
  작은 표
  ----------------------------------------- */


.clbi-y2k-mini-table {
.clbi-y2k-mini-table {
     width: 100% !important;
     width: 100%;
     border-collapse: collapse !important;
    margin: 0;
     table-layout: fixed !important;
     border-collapse: collapse;
    margin: 0 !important;
     table-layout: fixed;
     font-size: 10px !important;
     font-size: 10px;
}
}


.clbi-y2k-mini-table td {
.clbi-y2k-mini-table td {
     padding: 5px 6px !important;
     padding: 5px 6px;
     border: 1px solid var(--clbi-y2k-line-soft) !important;
     border: 1px solid var(--y2k-line-soft);
     background: #111 !important;
     background: #111111;
     color: #cfcfcf !important;
     color: #cfcfcf;
     vertical-align: middle !important;
     vertical-align: middle;
}
}


.clbi-y2k-mini-table td:first-child {
.clbi-y2k-mini-table td:first-child {
     width: 72px !important;
     width: 72px;
     color: var(--clbi-y2k-text-dim) !important;
     color: var(--y2k-text-dim);
     background: #0b0b0b !important;
     background: #0b0b0b;
}
}


/* -----------------------------------------
/* -----------------------------------------
   10. 티커
   티커
   ----------------------------------------- */
   ----------------------------------------- */


.clbi-y2k-ticker {
.clbi-y2k-ticker {
     height: 22px !important;
     height: 22px;
     margin: 0 0 6px !important;
     margin: 0 0 6px;
     padding: 0 8px !important;
     padding: 0 8px;


     border: 1px solid var(--clbi-y2k-line) !important;
     border: 1px solid var(--y2k-line);
     background: #171717 !important;
     background: #171717;


     color: #bdbdbd !important;
     color: #bdbdbd;
     font-size: 10px !important;
     font-size: 10px;
     line-height: 22px !important;
     line-height: 22px;
     white-space: nowrap !important;
     white-space: nowrap;
     overflow: hidden !important;
     overflow: hidden;
     text-shadow: 1px 1px 0 #000 !important;
     text-overflow: ellipsis;
     box-shadow: none !important;
     text-shadow: 1px 1px 0 #000000;
}
}


/* -----------------------------------------
/* -----------------------------------------
   11. 하단 모듈
   하단 모듈
   ----------------------------------------- */
   ----------------------------------------- */


.clbi-y2k-grid {
.clbi-y2k-grid {
     display: grid !important;
     display: grid;
     grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 260px !important;
     grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 260px;
     gap: 6px !important;
     gap: 6px;
}
}


.clbi-y2k-box {
.clbi-y2k-box {
     min-width: 0 !important;
     min-width: 0;
    overflow: hidden !important;
}
}


.clbi-y2k-box-title {
.clbi-y2k-box-title {
     height: 24px !important;
     height: 24px;
     padding: 0 8px !important;
     padding: 0 8px;


     color: #f1f1f1 !important;
     color: #f1f1f1;
     font-size: 10px !important;
     font-size: 10px;
     font-weight: 700 !important;
     font-weight: 700;
     line-height: 24px !important;
     line-height: 24px;
     overflow: hidden !important;
    white-space: nowrap;
     overflow: hidden;
    text-overflow: ellipsis;
}
}


.clbi-y2k-box-body {
.clbi-y2k-box-body {
     padding: 7px !important;
     padding: 7px;
     background: var(--clbi-y2k-well) !important;
     background: var(--y2k-well);
    border: none !important;
    box-shadow: none !important;
}
}


766번째 줄: 325번째 줄:


.clbi-y2k-list li {
.clbi-y2k-list li {
     display: flex !important;
     display: flex;
     justify-content: space-between !important;
     justify-content: space-between;
     align-items: center !important;
     align-items: center;
     gap: 8px !important;
     gap: 8px;


     min-height: 22px !important;
     min-height: 22px;
     margin: 0 !important;
     margin: 0;
     padding: 4px 6px !important;
     padding: 4px 6px;


     border: 1px solid var(--clbi-y2k-line-soft) !important;
     border: 1px solid var(--y2k-line-soft);
     background: var(--clbi-y2k-row) !important;
     background: var(--y2k-row);
     color: #cfcfcf !important;
     color: #cfcfcf;
     line-height: 1.35 !important;
     line-height: 1.35;
    box-shadow: none !important;
}
}


.clbi-y2k-list li + li {
.clbi-y2k-list li + li {
     margin-top: 4px !important;
     margin-top: 4px;
}
}


.clbi-y2k-list li span:first-child {
.clbi-y2k-list li span:first-child {
     min-width: 0 !important;
     min-width: 0;
     overflow: hidden !important;
     overflow: hidden;
     text-overflow: ellipsis !important;
     text-overflow: ellipsis;
     white-space: nowrap !important;
     white-space: nowrap;
}
}


.clbi-y2k-meta {
.clbi-y2k-meta {
     color: var(--clbi-y2k-text-dim) !important;
     color: var(--y2k-text-dim);
     white-space: nowrap !important;
     white-space: nowrap;
     font-size: 9px !important;
     font-size: 9px;
     flex: 0 0 auto !important;
     flex: 0 0 auto;
}
}
/* -----------------------------------------
  상태 카운터 / 방명록
  ----------------------------------------- */


.clbi-y2k-status-grid {
.clbi-y2k-status-grid {
     display: grid !important;
     display: grid;
     grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
     grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
     gap: 6px !important;
     gap: 6px;
     margin: 0 0 6px !important;
     margin: 0 0 6px;
}
}


.clbi-y2k-counter {
.clbi-y2k-counter {
     min-width: 0 !important;
     min-width: 0;
     padding: 6px !important;
     padding: 6px;


     border: 1px solid var(--clbi-y2k-line-soft) !important;
     border: 1px solid var(--y2k-line-soft);
     background: #070707 !important;
     background: #070707;
     text-align: center !important;
     text-align: center;
    box-shadow: none !important;
}
}


.clbi-y2k-counter b {
.clbi-y2k-counter b {
     display: block !important;
     display: block;
     color: #f0f0f0 !important;
     color: #f0f0f0;
     font-family: Consolas, Monaco, monospace !important;
     font-family: Consolas, Monaco, monospace !important;
     font-size: 18px !important;
     font-size: 18px;
     line-height: 1.1 !important;
     line-height: 1.1;
     text-shadow: 1px 1px 0 #000 !important;
     text-shadow: 1px 1px 0 #000000;
}
}


.clbi-y2k-counter span {
.clbi-y2k-counter span {
     display: block !important;
     display: block;
     margin-top: 3px !important;
     margin-top: 3px;
     color: var(--clbi-y2k-text-dim) !important;
     color: var(--y2k-text-dim);
     font-size: 9px !important;
     font-size: 9px;
}
}


.clbi-y2k-guest {
.clbi-y2k-guest {
     padding: 6px !important;
     padding: 6px;
     border: 1px solid var(--clbi-y2k-line-soft) !important;
     border: 1px solid var(--y2k-line-soft);
     background: var(--clbi-y2k-row) !important;
     background: var(--y2k-row);
     color: #c7c7c7 !important;
     color: #c7c7c7;
     font-size: 10px !important;
     font-size: 10px;
     line-height: 1.45 !important;
     line-height: 1.45;
    box-shadow: none !important;
}
 
/* -----------------------------------------
  12. 기본 폼 / 버튼
  ----------------------------------------- */
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) button,
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) input {
    font-family: inherit !important;
}
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-search-input {
    width: 100% !important;
    height: 22px !important;
    margin: 0 0 5px !important;
    padding: 2px 6px !important;
 
    border-radius: 0 !important;
    border: 1px solid #303030 !important;
    background: #050505 !important;
    color: #dcdcdc !important;
    font-size: 11px !important;
    box-shadow: none !important;
}
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-search-btn {
    width: 100% !important;
    margin: 0 !important;
    padding: 4px 0 !important;
 
    border-radius: 0 !important;
    border: 1px solid var(--clbi-y2k-line) !important;
    background: #181818 !important;
    color: #e0e0e0 !important;
 
    font-size: 10px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    box-shadow: none !important;
}
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-search-btn:hover {
    background: #242424 !important;
}
 
/* -----------------------------------------
  13. 푸터
  ----------------------------------------- */
 
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) footer,
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .liberty-footer {
    border-radius: 0 !important;
    background: #080808 !important;
    color: #8a8a8a !important;
    border-color: var(--clbi-y2k-line-low) !important;
    box-shadow: none !important;
}
}


/* -----------------------------------------
/* -----------------------------------------
   14. 반응형
   반응형
   ----------------------------------------- */
   ----------------------------------------- */
@media screen and (max-width: 1720px) {
    :is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-left-sidebar {
        display: none !important;
    }
    :is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .content-wrapper {
        width: min(1500px, calc(100% - 16px)) !important;
    }
    :is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .container-fluid.liberty-content {
        max-width: none !important;
    }
    .clbi-y2k-grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    }
    .clbi-y2k-box:last-child {
        grid-column: 1 / -1 !important;
    }
}


@media screen and (max-width: 1180px) {
@media screen and (max-width: 1180px) {
     :is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-left-sidebar,
     .clbi-y2k-nav {
    :is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-right-sidebar {
         flex-wrap: wrap;
         display: none !important;
     }
     }


     :is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .content-wrapper {
     .clbi-y2k-nav a {
        display: block !important;
         flex: 1 1 33.333%;
        width: calc(100% - 16px) !important;
         border-bottom: 1px solid var(--y2k-line-low);
        max-width: none !important;
    }
 
    :is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .container-fluid.liberty-content {
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
        margin: 0 !important;
    }
 
    :is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-top-nav-main {
        height: auto !important;
        flex-wrap: wrap !important;
    }
 
    :is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-top-nav-tabs {
        width: 100% !important;
        height: auto !important;
        flex-wrap: wrap !important;
    }
 
    :is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-top-nav-item {
        width: auto !important;
         flex: 1 1 25% !important;
    }
 
    :is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-top-nav-search {
        width: 100% !important;
         flex: 1 1 100% !important;
        padding: 6px !important;
    }
 
    :is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-top-search-input,
    :is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-top-search-input:focus {
        width: 100% !important;
        max-width: none !important;
     }
     }


     .clbi-y2k-hero-body {
     .clbi-y2k-hero-body {
         grid-template-columns: minmax(0, 1fr) !important;
         grid-template-columns: minmax(0, 1fr);
     }
     }


     .clbi-y2k-grid {
     .clbi-y2k-grid {
         grid-template-columns: minmax(0, 1fr) !important;
         grid-template-columns: minmax(0, 1fr);
    }
 
    .clbi-y2k-box:last-child {
        grid-column: auto !important;
     }
     }
}
}

2026년 5월 16일 (토) 18:06 판

/* =========================================
   COASTLINE: BLACK ICE
   MediaWiki:Test.css
   Sandbox-only 2000s Industrial Archive Test
   ========================================= */

/* 
   적용 범위:
   test 문서 안의 .clbi-y2k-sandbox 내부에만 적용.
   body, page-대문, top-nav, sidebar, content-wrapper 등 전역 구조는 건드리지 않음.
*/

.clbi-y2k-sandbox {
    --y2k-bg: #070707;
    --y2k-panel: #101010;
    --y2k-panel-2: #141414;
    --y2k-panel-3: #181818;
    --y2k-title: #1d1d1d;
    --y2k-title-hover: #252525;
    --y2k-well: #080808;
    --y2k-row: #131313;

    --y2k-line: #2b2b2b;
    --y2k-line-soft: #202020;
    --y2k-line-hi: #4a4a4a;
    --y2k-line-low: #050505;

    --y2k-text: #e2e2e2;
    --y2k-text-soft: #c8c8c8;
    --y2k-text-dim: #8a8a8a;
    --y2k-text-faint: #5f5f5f;

    width: 100%;
    margin: 0 auto;
    padding: 8px;
    color: var(--y2k-text);
    background: var(--y2k-bg);
    font-size: 11px;
    line-height: 1.5;
    box-sizing: border-box;
}

.clbi-y2k-sandbox *,
.clbi-y2k-sandbox *::before,
.clbi-y2k-sandbox *::after {
    box-sizing: border-box;
}

.clbi-y2k-sandbox a {
    color: var(--y2k-text) !important;
    text-decoration: none !important;
}

.clbi-y2k-sandbox a:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}

/* -----------------------------------------
   공통 프레임
   ----------------------------------------- */

.clbi-y2k-frame,
.clbi-y2k-logo,
.clbi-y2k-nav,
.clbi-y2k-hero,
.clbi-y2k-box {
    border-radius: 0;
    border-width: 1px;
    border-style: solid;
    border-color: var(--y2k-line-hi) var(--y2k-line-low) var(--y2k-line-low) var(--y2k-line-hi);
    background: var(--y2k-panel);
    box-shadow: none;
    outline: none;
    overflow: hidden;
}

.clbi-y2k-titlebar,
.clbi-y2k-hero-top,
.clbi-y2k-plate-title,
.clbi-y2k-box-title {
    background: var(--y2k-title);
    border-bottom: 1px solid var(--y2k-line-low);
    color: #f0f0f0;
    text-shadow: 1px 1px 0 #000000;
}

/* -----------------------------------------
   로고
   ----------------------------------------- */

.clbi-y2k-logo {
    width: 100%;
    margin: 0 0 8px;
    padding: 10px 0 8px;
    text-align: center;
}

.clbi-y2k-logo img {
    width: 720px;
    max-width: 88%;
    height: auto;
    filter:
        grayscale(1)
        contrast(1.06)
        brightness(1.02)
        drop-shadow(2px 2px 0 #000000);
}

/* -----------------------------------------
   샌드박스 내부 카테고리 바
   ----------------------------------------- */

.clbi-y2k-nav {
    display: flex;
    width: 100%;
    margin: 0 0 8px;
    background: var(--y2k-panel);
}

.clbi-y2k-nav a {
    flex: 1 1 0;
    min-height: 28px;
    padding: 7px 6px 6px;
    display: flex;
    align-items: center;
    justify-content: center;

    border-right: 1px solid var(--y2k-line-low);
    background: var(--y2k-panel-3);

    color: var(--y2k-text) !important;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-shadow: 1px 1px 0 #000000;
}

.clbi-y2k-nav a:last-child {
    border-right: none;
}

.clbi-y2k-nav a:hover {
    background: var(--y2k-title-hover);
    color: #ffffff !important;
    text-decoration: none !important;
}

/* -----------------------------------------
   히어로
   ----------------------------------------- */

.clbi-y2k-hero {
    width: 100%;
    margin: 0 0 8px;
    padding: 6px;
}

.clbi-y2k-hero-top {
    height: 24px;
    padding: 0 8px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;

    font-size: 10px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
}

.clbi-y2k-hero-top span {
    overflow: hidden;
    text-overflow: ellipsis;
}

.clbi-y2k-hero-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 245px;
    gap: 6px;
    margin-top: 6px;
    align-items: stretch;
}

.clbi-y2k-feature,
.clbi-y2k-sideplate {
    min-width: 0;
    border: 1px solid var(--y2k-line-soft);
    background: var(--y2k-well);
}

.clbi-y2k-feature {
    min-height: 235px;
    padding: 12px 16px;
}

.clbi-y2k-feature h2 {
    margin: 0 0 10px !important;
    padding: 0 0 7px !important;

    border-bottom: 1px solid var(--y2k-line-soft) !important;
    color: #f4f4f4 !important;

    font-size: 22px !important;
    line-height: 1.25 !important;
    text-align: center !important;
    text-shadow: 1px 1px 0 #000000 !important;
}

.clbi-y2k-feature p {
    max-width: 760px;
    margin: 0 auto 10px;

    color: #d8d8d8;
    font-size: 12px;
    line-height: 1.72;
    text-align: center;
    text-shadow: 1px 1px 0 #000000;
}

.clbi-y2k-sideplate {
    padding: 8px;
}

.clbi-y2k-plate-title {
    min-height: 22px;
    margin: 0 0 6px;
    padding: 5px 7px;

    border: 1px solid var(--y2k-line-soft);
    background: var(--y2k-title);

    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
}

/* -----------------------------------------
   작은 표
   ----------------------------------------- */

.clbi-y2k-mini-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 10px;
}

.clbi-y2k-mini-table td {
    padding: 5px 6px;
    border: 1px solid var(--y2k-line-soft);
    background: #111111;
    color: #cfcfcf;
    vertical-align: middle;
}

.clbi-y2k-mini-table td:first-child {
    width: 72px;
    color: var(--y2k-text-dim);
    background: #0b0b0b;
}

/* -----------------------------------------
   티커
   ----------------------------------------- */

.clbi-y2k-ticker {
    height: 22px;
    margin: 0 0 6px;
    padding: 0 8px;

    border: 1px solid var(--y2k-line);
    background: #171717;

    color: #bdbdbd;
    font-size: 10px;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 1px 1px 0 #000000;
}

/* -----------------------------------------
   하단 모듈
   ----------------------------------------- */

.clbi-y2k-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 260px;
    gap: 6px;
}

.clbi-y2k-box {
    min-width: 0;
}

.clbi-y2k-box-title {
    height: 24px;
    padding: 0 8px;

    color: #f1f1f1;
    font-size: 10px;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clbi-y2k-box-body {
    padding: 7px;
    background: var(--y2k-well);
}

.clbi-y2k-list {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.clbi-y2k-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;

    min-height: 22px;
    margin: 0;
    padding: 4px 6px;

    border: 1px solid var(--y2k-line-soft);
    background: var(--y2k-row);
    color: #cfcfcf;
    line-height: 1.35;
}

.clbi-y2k-list li + li {
    margin-top: 4px;
}

.clbi-y2k-list li span:first-child {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.clbi-y2k-meta {
    color: var(--y2k-text-dim);
    white-space: nowrap;
    font-size: 9px;
    flex: 0 0 auto;
}

/* -----------------------------------------
   상태 카운터 / 방명록
   ----------------------------------------- */

.clbi-y2k-status-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 6px;
    margin: 0 0 6px;
}

.clbi-y2k-counter {
    min-width: 0;
    padding: 6px;

    border: 1px solid var(--y2k-line-soft);
    background: #070707;
    text-align: center;
}

.clbi-y2k-counter b {
    display: block;
    color: #f0f0f0;
    font-family: Consolas, Monaco, monospace !important;
    font-size: 18px;
    line-height: 1.1;
    text-shadow: 1px 1px 0 #000000;
}

.clbi-y2k-counter span {
    display: block;
    margin-top: 3px;
    color: var(--y2k-text-dim);
    font-size: 9px;
}

.clbi-y2k-guest {
    padding: 6px;
    border: 1px solid var(--y2k-line-soft);
    background: var(--y2k-row);
    color: #c7c7c7;
    font-size: 10px;
    line-height: 1.45;
}

/* -----------------------------------------
   반응형
   ----------------------------------------- */

@media screen and (max-width: 1180px) {
    .clbi-y2k-nav {
        flex-wrap: wrap;
    }

    .clbi-y2k-nav a {
        flex: 1 1 33.333%;
        border-bottom: 1px solid var(--y2k-line-low);
    }

    .clbi-y2k-hero-body {
        grid-template-columns: minmax(0, 1fr);
    }

    .clbi-y2k-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}