편집 요약 없음 |
편집 요약 없음 |
||
| 1번째 줄: | 1번째 줄: | ||
/* ========================================= | /* ========================================= | ||
COASTLINE: BLACK ICE | COASTLINE: BLACK ICE | ||
MediaWiki:Test.css FULL REPLACEMENT | |||
2000s Industrial Game Site / Cell-shaded Metal | 2000s Industrial Game Site / Clean Cell-shaded Metal | ||
========================================= */ | ========================================= */ | ||
/* ----------------------------------------- | /* ----------------------------------------- | ||
0. | 0. Scope / Variables | ||
----------------------------------------- */ | ----------------------------------------- */ | ||
body.page-대문 { | body.page-대문 { | ||
-- | --clbi-bg: #020202; | ||
--clbi-grid: rgba(118,118,118,0.075); | |||
-- | |||
-- | --clbi-panel: #111111; | ||
-- | --clbi-panel-2: #151515; | ||
-- | --clbi-panel-3: #1a1a1a; | ||
-- | --clbi-title: #202020; | ||
-- | --clbi-title-2: #252525; | ||
-- | --clbi-inner: #080808; | ||
-- | --clbi-inner-2: #0d0d0d; | ||
-- | --clbi-row: #131313; | ||
--clbi-row-hover: #191919; | |||
-- | --clbi-hi: #5e5e5e; | ||
-- | --clbi-mid: #343434; | ||
-- | --clbi-mid-2: #262626; | ||
-- | --clbi-low: #050505; | ||
--clbi-black: #000000; | |||
-- | --clbi-text: #e2e2e2; | ||
-- | --clbi-text-soft: #c8c8c8; | ||
-- | --clbi-text-dim: #888888; | ||
-- | --clbi-text-deep: #5d5d5d; | ||
--clbi-warn: #cfcfcf; | |||
background: #000 !important; | background: #000 !important; | ||
color: var(-- | color: var(--clbi-text) !important; | ||
} | } | ||
| 44번째 줄: | 47번째 줄: | ||
body.page-대문 a { | body.page-대문 a { | ||
color: | color: var(--clbi-text) !important; | ||
text-decoration: none !important; | |||
} | } | ||
| 53번째 줄: | 57번째 줄: | ||
/* ----------------------------------------- | /* ----------------------------------------- | ||
1. | 1. Background | ||
----------------------------------------- */ | ----------------------------------------- */ | ||
body.page-대문 .WW-bg { | body.page-대문 .WW-bg { | ||
background: | background: var(--clbi-bg) !important; | ||
} | } | ||
| 67번째 줄: | 71번째 줄: | ||
width: 100% !important; | width: 100% !important; | ||
height: 100% !important; | height: 100% !important; | ||
opacity: 0. | opacity: 0.30 !important; | ||
filter: none !important; | filter: none !important; | ||
animation: none !important; | animation: none !important; | ||
background-image: | background-image: | ||
linear-gradient(var(-- | linear-gradient(var(--clbi-grid) 1px, transparent 1px), | ||
linear-gradient(90deg, var(-- | linear-gradient(90deg, var(--clbi-grid) 1px, transparent 1px) !important; | ||
background-size: 64px 64px, 64px 64px !important; | |||
background-size: | |||
} | } | ||
| 91번째 줄: | 85번째 줄: | ||
/* ----------------------------------------- | /* ----------------------------------------- | ||
2. | 2. Layout Width | ||
----------------------------------------- */ | ----------------------------------------- */ | ||
| 101번째 줄: | 95번째 줄: | ||
body.page-대문 .content-wrapper { | body.page-대문 .content-wrapper { | ||
width: min(2024px, calc(100% - 16px)) !important; | |||
max-width: 2024px !important; | max-width: 2024px !important; | ||
margin: 0 auto !important; | margin: 0 auto !important; | ||
padding: 8px !important; | padding: 8px !important; | ||
display: flex !important; | display: flex !important; | ||
align-items: flex-start !important; | align-items: flex-start !important; | ||
justify-content: center !important; | justify-content: center !important; | ||
gap: 8px !important; | |||
} | } | ||
body.page-대문 .container-fluid.liberty-content { | body.page-대문 .container-fluid.liberty-content { | ||
margin: 0 | flex: 1 1 auto !important; | ||
width: auto !important; | |||
max-width: none !important; | |||
min-width: 0 !important; | |||
margin: 0 !important; | |||
padding-bottom: 0 !important; | |||
} | } | ||
| 122번째 줄: | 121번째 줄: | ||
/* ----------------------------------------- | /* ----------------------------------------- | ||
3. | 3. Core Frame Rule | ||
한 요소 = 한 겹의 외곽선 | |||
----------------------------------------- */ | ----------------------------------------- */ | ||
body.page-대문 #clbi-top-nav, | body.page-대문 #clbi-top-nav, | ||
body.page-대문 #clbi-main-logo, | |||
body.page-대문 .liberty-content-main, | |||
body.page-대문 .clbi-left-box, | body.page-대문 .clbi-left-box, | ||
body.page-대문 .clbi-right-box, | body.page-대문 .clbi-right-box, | ||
body.page-대문 | body.page-대문 .clbi-y2k-hero, | ||
body.page-대문 | body.page-대문 .clbi-y2k-box { | ||
.clbi-y2k-box { | |||
border-radius: 0 !important; | border-radius: 0 !important; | ||
border-top: 1px solid var(-- | border-top: 1px solid var(--clbi-hi) !important; | ||
border-left: 1px solid | border-left: 1px solid var(--clbi-mid) !important; | ||
border-right: 1px solid var(-- | border-right: 1px solid var(--clbi-black) !important; | ||
border-bottom: 1px solid | border-bottom: 1px solid var(--clbi-black) !important; | ||
background: | background: var(--clbi-panel) !important; | ||
box-shadow: none !important; | |||
outline: none !important; | |||
filter: none !important; | |||
overflow: hidden !important; | |||
box-shadow: | |||
} | } | ||
body.page-대문 .clbi-left-title, | body.page-대문 .clbi-left-title, | ||
body.page-대문 .clbi-right-title, | body.page-대문 .clbi-right-title, | ||
.clbi-y2k-hero-top, | body.page-대문 .clbi-y2k-hero-top, | ||
.clbi-y2k- | body.page-대문 .clbi-y2k-box-title, | ||
.clbi-y2k- | body.page-대문 .clbi-y2k-plate-title { | ||
border-radius: 0 !important; | border-radius: 0 !important; | ||
border-bottom: 1px solid | border: none !important; | ||
border-bottom: 1px solid var(--clbi-low) !important; | |||
background: var(--clbi-title) !important; | |||
color: #f0f0f0 !important; | color: #f0f0f0 !important; | ||
box-shadow: none !important; | |||
text-shadow: 1px 1px 0 #000 !important; | |||
} | } | ||
/* ----------------------------------------- | /* ----------------------------------------- | ||
4. | 4. Top Navigation | ||
----------------------------------------- */ | ----------------------------------------- */ | ||
body.page-대문 #clbi-top-nav { | body.page-대문 #clbi-top-nav { | ||
margin-bottom: 8px !important; | margin-bottom: 8px !important; | ||
} | } | ||
body.page-대문 #clbi-top-nav-main { | body.page-대문 #clbi-top-nav-main { | ||
position: relative !important; | |||
display: flex !important; | display: flex !important; | ||
align-items: stretch !important; | align-items: stretch !important; | ||
width: 100% !important; | width: 100% !important; | ||
min-height: 36px !important; | min-height: 36px !important; | ||
height: 36px !important; | |||
} | |||
body.page-대문 #clbi-top-nav-logo { | |||
display: none !important; | |||
} | } | ||
| 188번째 줄: | 184번째 줄: | ||
flex: 1 1 auto !important; | flex: 1 1 auto !important; | ||
min-width: 0 !important; | min-width: 0 !important; | ||
height: 36px !important; | |||
} | } | ||
body.page-대문 .clbi-top-nav-item { | body.page-대문 .clbi-top-nav-item { | ||
position: relative !important; | |||
display: flex !important; | display: flex !important; | ||
align-items: center !important; | align-items: center !important; | ||
justify-content: center !important; | justify-content: center !important; | ||
gap: 6px !important; | gap: 6px !important; | ||
width: 118px !important; | |||
flex: 0 0 118px !important; | |||
min-height: 36px !important; | |||
height: 36px !important; | |||
padding: 0 !important; | padding: 0 !important; | ||
border-radius: 0 !important; | border-radius: 0 !important; | ||
border | border: none !important; | ||
border-right: 1px solid | border-right: 1px solid var(--clbi-low) !important; | ||
background: #171717 !important; | |||
color: var(--clbi-text) !important; | |||
background: # | |||
color: | |||
font-size: 11px !important; | font-size: 11px !important; | ||
line-height: 1 !important; | line-height: 1 !important; | ||
white-space: nowrap !important; | |||
box-shadow: | overflow: hidden !important; | ||
box-shadow: none !important; | |||
text-shadow: 1px 1px 0 #000 !important; | |||
} | } | ||
| 224번째 줄: | 216번째 줄: | ||
color: #ffffff !important; | color: #ffffff !important; | ||
text-decoration: none !important; | text-decoration: none !important; | ||
} | |||
body.page-대문 .clbi-tnav-lang { | |||
width: 54px !important; | |||
flex: 0 0 54px !important; | |||
min-height: 36px !important; | |||
height: 36px !important; | |||
padding: 0 !important; | |||
gap: 1px !important; | |||
} | } | ||
body.page-대문 .clbi-tnav-icon, | body.page-대문 .clbi-tnav-icon, | ||
body.page-대문 .clbi-icon { | body.page-대문 .clbi-icon { | ||
filter: grayscale(1) brightness(1.45) contrast(0. | width: 18px !important; | ||
height: 18px !important; | |||
flex: 0 0 18px !important; | |||
filter: grayscale(1) brightness(1.45) contrast(0.95) !important; | |||
opacity: 0.86 !important; | opacity: 0.86 !important; | ||
} | |||
body.page-대문 .clbi-tnav-label { | |||
height: auto !important; | |||
line-height: 1 !important; | |||
font-size: 11px !important; | |||
font-weight: 700 !important; | |||
} | |||
body.page-대문 .clbi-tnav-lang-code { | |||
font-size: 10px !important; | |||
} | |||
body.page-대문 .clbi-tnav-arrow { | |||
color: var(--clbi-text-dim) !important; | |||
font-size: 10px !important; | |||
} | } | ||
body.page-대문 #clbi-top-nav-search { | body.page-대문 #clbi-top-nav-search { | ||
position: static !important; | |||
left: auto !important; | |||
top: auto !important; | |||
right: auto !important; | |||
bottom: auto !important; | |||
transform: none !important; | |||
pointer-events: auto !important; | |||
display: flex !important; | display: flex !important; | ||
align-items: center !important; | align-items: center !important; | ||
justify-content: center !important; | |||
flex: 0 0 276px !important; | |||
width: 276px !important; | |||
height: 36px !important; | |||
padding: 0 8px !important; | padding: 0 8px !important; | ||
margin: 0 !important; | |||
border-left: 1px solid #202020 !important; | |||
border-right: 1px solid var(--clbi-low) !important; | |||
} | } | ||
body.page-대문 #clbi-top-search-input { | body.page-대문 #clbi-top-search-input { | ||
width: 260px !important; | width: 260px !important; | ||
max-width: 260px !important; | |||
height: 22px !important; | height: 22px !important; | ||
padding: 2px 7px !important; | padding: 2px 7px !important; | ||
border-radius: 0 !important; | border-radius: 0 !important; | ||
border | border: 1px solid var(--clbi-mid-2) !important; | ||
background: #050505 !important; | background: #050505 !important; | ||
color: #dcdcdc !important; | color: #dcdcdc !important; | ||
font-size: 11px !important; | font-size: 11px !important; | ||
box-shadow: | outline: none !important; | ||
box-shadow: none !important; | |||
transition: none !important; | |||
} | |||
body.page-대문 #clbi-top-search-input:focus { | |||
width: 260px !important; | |||
max-width: 260px !important; | |||
border-color: #444 !important; | |||
} | } | ||
| 260번째 줄: | 298번째 줄: | ||
align-items: stretch !important; | align-items: stretch !important; | ||
flex: 0 0 auto !important; | flex: 0 0 auto !important; | ||
margin-left: 0 !important; | |||
border-left: 0 !important; | |||
} | } | ||
/* ----------------------------------------- | |||
5. Worldbuilding Dropdown | |||
----------------------------------------- */ | |||
body.page-대문 #clbi-sub-worldbuilding { | body.page-대문 #clbi-sub-worldbuilding { | ||
background: # | width: 100% !important; | ||
border-top: 1px | height: 0 !important; | ||
overflow: hidden !important; | |||
border-top: 0 solid var(--clbi-low) !important; | |||
background: #0a0a0a !important; | |||
transition: height 160ms ease !important; | |||
} | |||
body.page-대문 #clbi-sub-worldbuilding.worldbuilding-open { | |||
height: 25px !important; | |||
border-top-width: 1px !important; | |||
} | } | ||
body.page-대문 #clbi-sub-worldbuilding-inner, | body.page-대문 #clbi-sub-worldbuilding-inner, | ||
body.page-대문 .clbi-tnav-sub-list { | |||
height: 24px !important; | |||
} | |||
body.page-대문 .clbi-tnav-sub-list { | body.page-대문 .clbi-tnav-sub-list { | ||
display: flex !important; | display: flex !important; | ||
align-items: stretch !important; | align-items: stretch !important; | ||
flex-wrap: nowrap !important; | |||
padding: 0 !important; | |||
margin: 0 !important; | |||
} | } | ||
body.page-대문 .clbi-tnav-sub-item { | body.page-대문 .clbi-tnav-sub-item { | ||
position: relative !important; | |||
display: flex !important; | display: flex !important; | ||
align-items: center !important; | align-items: center !important; | ||
justify-content: center !important; | justify-content: center !important; | ||
padding: 0 14px !important; | height: 24px !important; | ||
border | min-height: 24px !important; | ||
border-right: 1px solid | padding: 0 14px 1px !important; | ||
background: # | border: none !important; | ||
color: | border-right: 1px solid var(--clbi-low) !important; | ||
background: #141414 !important; | |||
color: var(--clbi-text) !important; | |||
font-size: 10px !important; | font-size: 10px !important; | ||
font-weight: 700 !important; | |||
box-shadow: | line-height: 1 !important; | ||
white-space: nowrap !important; | |||
box-shadow: none !important; | |||
} | |||
body.page-대문 .clbi-tnav-sub-item::after { | |||
display: none !important; | |||
} | } | ||
body.page-대문 .clbi-tnav-sub-item:hover { | body.page-대문 .clbi-tnav-sub-item:hover { | ||
background: # | background: #202020 !important; | ||
color: # | color: #fff !important; | ||
box-shadow: none !important; | |||
} | } | ||
/* ----------------------------------------- | /* ----------------------------------------- | ||
6. Sidebars | |||
----------------------------------------- */ | ----------------------------------------- */ | ||
| 308번째 줄: | 375번째 줄: | ||
padding: 0 !important; | padding: 0 !important; | ||
align-self: flex-start !important; | align-self: flex-start !important; | ||
z-index: 1000 !important; | |||
} | } | ||
body.page-대문 .clbi-left-box, | body.page-대문 .clbi-left-box, | ||
body.page-대문 .clbi-right-box { | body.page-대문 .clbi-right-box { | ||
background: var(--clbi-panel) !important; | |||
} | } | ||
body.page-대문 .clbi-left-title, | body.page-대문 .clbi-left-title, | ||
body.page-대문 .clbi-right-title { | body.page-대문 .clbi-right-title { | ||
min-height: | min-height: 24px !important; | ||
padding: 5px 8px !important; | padding: 5px 8px !important; | ||
display: flex !important; | display: flex !important; | ||
| 331번째 줄: | 399번째 줄: | ||
body.page-대문 .clbi-right-content { | body.page-대문 .clbi-right-content { | ||
padding: 8px !important; | padding: 8px !important; | ||
color: | color: var(--clbi-text-soft) !important; | ||
font-size: 11px !important; | font-size: 11px !important; | ||
line-height: 1. | line-height: 1.55 !important; | ||
background: var(-- | background: var(--clbi-inner) !important; | ||
} | } | ||
/* | /* 사이드바 검색은 상단 검색과 역할 중복 */ | ||
body.page-대문 #clbi-right-sidebar .clbi-right-box:has(#clbi-title-search) { | body.page-대문 #clbi-right-sidebar .clbi-right-box:has(#clbi-title-search) { | ||
display: none !important; | display: none !important; | ||
} | } | ||
/* 왼쪽 뉴스 | /* 왼쪽 뉴스 박스: 현재는 체인지로그 영역만 보이게 정리 */ | ||
body.page-대문 #clbi-left-news-recent-title, | body.page-대문 #clbi-left-news-recent-title, | ||
body.page-대문 #clbi-left-recent-list, | body.page-대문 #clbi-left-recent-list, | ||
| 355번째 줄: | 423번째 줄: | ||
body.page-대문 .clbi-news-feed-title { | body.page-대문 .clbi-news-feed-title { | ||
margin: 0 0 7px | margin: 0 0 7px !important; | ||
padding: 0 | padding: 0 !important; | ||
color: | color: var(--clbi-text-dim) !important; | ||
font-size: 9px !important; | font-size: 9px !important; | ||
line-height: 1.2 !important; | line-height: 1.2 !important; | ||
| 363번째 줄: | 431번째 줄: | ||
} | } | ||
body.page-대문 .clbi-recent-item { | body.page-대문 .clbi-recent-item { | ||
display: flex !important; | display: flex !important; | ||
| 373번째 줄: | 436번째 줄: | ||
justify-content: space-between !important; | justify-content: space-between !important; | ||
gap: 6px !important; | gap: 6px !important; | ||
min-height: 22px !important; | |||
margin: 0 !important; | |||
padding: 4px 0 !important; | |||
border | border: none !important; | ||
border-bottom: 1px solid #202020 !important; | |||
border-bottom: 1px solid # | background: transparent !important; | ||
background: | box-shadow: none !important; | ||
box-shadow: | } | ||
body.page-대문 .clbi-recent-item:last-child { | |||
border-bottom: none !important; | |||
} | } | ||
body.page-대문 .clbi-recent-title-wrap { | body.page-대문 .clbi-recent-title-wrap { | ||
flex: 1 !important; | flex: 1 1 auto !important; | ||
min-width: 0 !important; | |||
overflow: hidden !important; | overflow: hidden !important; | ||
} | } | ||
| 393번째 줄: | 458번째 줄: | ||
color: #d8d8d8 !important; | color: #d8d8d8 !important; | ||
font-size: 10px !important; | font-size: 10px !important; | ||
line-height: 1.35 !important; | |||
} | } | ||
body.page-대문 .clbi-recent-time { | body.page-대문 .clbi-recent-time { | ||
color: | flex: 0 0 auto !important; | ||
color: var(--clbi-text-dim) !important; | |||
font-size: 9px !important; | font-size: 9px !important; | ||
white-space: nowrap !important; | white-space: nowrap !important; | ||
} | } | ||
/* 유저 박스 | /* 유저 박스 */ | ||
body.page-대문 #clbi-right-sidebar .clbi-right-box > div[style*="display:flex"], | body.page-대문 #clbi-right-sidebar .clbi-right-box > div[style*="display:flex"], | ||
body.page-대문 #clbi-right-sidebar .clbi-right-box > div[style*="flex-direction"] { | body.page-대문 #clbi-right-sidebar .clbi-right-box > div[style*="flex-direction"] { | ||
background: | background: var(--clbi-inner) !important; | ||
} | } | ||
body.page-대문 #clbi-right-sidebar img { | body.page-대문 #clbi-right-sidebar img { | ||
border-radius: 0 !important; | border-radius: 0 !important; | ||
border-color: | border-color: var(--clbi-mid) !important; | ||
} | } | ||
body.page-대문 .clbi-user-btn { | body.page-대문 .clbi-user-btn { | ||
display: block !important; | display: block !important; | ||
margin: 0 0 4px !important; | |||
padding: 5px 8px !important; | |||
border-radius: 0 !important; | border-radius: 0 !important; | ||
border: 1px solid #2a2a2a !important; | |||
border-left: 3px solid #555 !important; | |||
background: #151515 !important; | |||
color: var(--clbi-text) !important; | |||
font-size: 11px !important; | font-size: 11px !important; | ||
font-weight: 700 !important; | font-weight: 700 !important; | ||
line-height: 1.25 !important; | |||
box-shadow: none !important; | |||
} | |||
body.page-대문 .clbi-user-btn:last-child { | |||
margin-bottom: 0 !important; | |||
} | } | ||
body.page-대문 .clbi-user-btn:hover { | body.page-대문 .clbi-user-btn:hover, | ||
background: # | body.page-대문 .clbi-user-btn.clbi-user-btn-active { | ||
color: # | background: #222 !important; | ||
color: #fff !important; | |||
border-color: #3a3a3a !important; | |||
border-left-color: #777 !important; | |||
} | } | ||
body.page-대문 .clbi-user-btn-logout { | body.page-대문 .clbi-user-btn-logout { | ||
border-left-color: # | border-left-color: #777 !important; | ||
color: #cfcfcf !important; | color: #cfcfcf !important; | ||
} | } | ||
/* 링크 박스 */ | /* 링크 박스 */ | ||
body.page-대문 .clbi-link-box { | |||
padding: 8px !important; | |||
} | |||
body.page-대문 .clbi-link-box ul { | body.page-대문 .clbi-link-box ul { | ||
display: flex !important; | display: flex !important; | ||
gap: | gap: 5px !important; | ||
list-style: none !important; | list-style: none !important; | ||
margin: 0 !important; | margin: 0 !important; | ||
| 465번째 줄: | 535번째 줄: | ||
justify-content: center !important; | justify-content: center !important; | ||
width: 100% !important; | width: 100% !important; | ||
padding: | min-height: 24px !important; | ||
padding: 4px 0 !important; | |||
border-radius: 0 !important; | border-radius: 0 !important; | ||
border: 1px solid #2a2a2a !important; | |||
background: #151515 !important; | |||
color: #a0a0a0 !important; | |||
font-size: 10px !important; | font-size: 10px !important; | ||
font-weight: 700 !important; | font-weight: 700 !important; | ||
text-align: center !important; | text-align: center !important; | ||
box-shadow: none !important; | |||
box-shadow: | |||
} | } | ||
body.page-대문 .clbi-link-box ul li a:hover { | body.page-대문 .clbi-link-box ul li a:hover { | ||
background: # | background: #222 !important; | ||
color: # | color: #fff !important; | ||
} | } | ||
/* ----------------------------------------- | /* ----------------------------------------- | ||
7. Logo Block | |||
----------------------------------------- */ | ----------------------------------------- */ | ||
body.page-대문 #clbi-main-logo { | body.page-대문 #clbi-main-logo { | ||
margin: 0 | width: 100% !important; | ||
margin: 0 0 8px !important; | |||
padding: 10px 0 8px !important; | padding: 10px 0 8px !important; | ||
text-align: center !important; | text-align: center !important; | ||
background: #101010 !important; | |||
} | } | ||
| 505번째 줄: | 572번째 줄: | ||
contrast(1.08) | contrast(1.08) | ||
brightness(1.02) | brightness(1.02) | ||
drop-shadow(2px 2px 0 # | drop-shadow(2px 2px 0 #000) !important; | ||
} | } | ||
/* ----------------------------------------- | /* ----------------------------------------- | ||
8. Main Content Container | |||
----------------------------------------- */ | ----------------------------------------- */ | ||
body.page-대문 .liberty-content-header { | body.page-대문 .liberty-content-header { | ||
| 529번째 줄: | 586번째 줄: | ||
body.page-대문 .mw-page-title-main.clbi-hide::after { | body.page-대문 .mw-page-title-main.clbi-hide::after { | ||
display: none !important; | display: none !important; | ||
} | |||
body.page-대문 .Liberty .content-wrapper .liberty-content .liberty-content-main, | |||
body.page-대문 .liberty-content-main { | |||
width: 100% !important; | |||
border-radius: 0 !important; | |||
border-top: 1px solid var(--clbi-hi) !important; | |||
border-left: 1px solid var(--clbi-mid) !important; | |||
border-right: 1px solid var(--clbi-black) !important; | |||
border-bottom: 1px solid var(--clbi-black) !important; | |||
background: var(--clbi-panel) !important; | |||
color: var(--clbi-text) !important; | |||
box-shadow: none !important; | |||
outline: none !important; | |||
} | |||
body.page-대문 .liberty-content-main .mw-parser-output { | |||
padding: 8px !important; | |||
} | } | ||
/* ----------------------------------------- | /* ----------------------------------------- | ||
9. Main Page HTML Base | |||
----------------------------------------- */ | ----------------------------------------- */ | ||
.clbi-y2k-home { | body.page-대문 .clbi-y2k-home { | ||
width: 100% !important; | |||
font-size: 11px !important; | font-size: 11px !important; | ||
line-height: 1.5 !important; | |||
color: #d6d6d6 !important; | color: #d6d6d6 !important; | ||
} | } | ||
.clbi-y2k-home a { | body.page-대문 .clbi-y2k-home a { | ||
color: #e0e0e0 !important; | color: #e0e0e0 !important; | ||
text-decoration: none !important; | text-decoration: none !important; | ||
} | } | ||
.clbi-y2k-home a:hover { | body.page-대문 .clbi-y2k-home a:hover { | ||
color: # | color: #fff !important; | ||
text-decoration: underline !important; | text-decoration: underline !important; | ||
} | } | ||
/* ----------------------------------------- | /* ----------------------------------------- | ||
10. Hero | |||
----------------------------------------- */ | ----------------------------------------- */ | ||
body.page-대문 #clbi-main-crt-hero-wrap { | body.page-대문 #clbi-main-crt-hero-wrap { | ||
width: 100% !important; | width: 100% !important; | ||
margin: 0 | margin: 0 0 8px !important; | ||
} | } | ||
| 563번째 줄: | 640번째 줄: | ||
} | } | ||
.clbi-y2k-hero { | body.page-대문 .clbi-y2k-hero { | ||
margin: 0 !important; | |||
padding: 6px !important; | padding: 6px !important; | ||
background: #151515 !important; | |||
} | } | ||
.clbi-y2k-hero-top { | body.page-대문 .clbi-y2k-hero-top { | ||
display: flex !important; | display: flex !important; | ||
align-items: center !important; | |||
justify-content: space-between !important; | justify-content: space-between !important; | ||
height: 24px !important; | height: 24px !important; | ||
padding: 0 8px !important; | padding: 0 8px !important; | ||
font-size: 10px !important; | font-size: 10px !important; | ||
line-height: 24px !important; | line-height: 24px !important; | ||
background: var(--clbi-title) !important; | |||
} | } | ||
.clbi-y2k-hero-body { | body.page-대문 .clbi-y2k-hero-body { | ||
display: grid !important; | display: grid !important; | ||
grid-template-columns: 1fr 245px !important; | grid-template-columns: minmax(0, 1fr) 245px !important; | ||
gap: 6px !important; | gap: 6px !important; | ||
margin-top: 6px !important; | margin-top: 6px !important; | ||
align-items: stretch !important; | |||
} | } | ||
.clbi-y2k-feature { | body.page-대문 .clbi-y2k-feature { | ||
min-width: 0 !important; | |||
min-height: 235px !important; | min-height: 235px !important; | ||
padding: 12px 16px !important; | padding: 12px 16px !important; | ||
border | border: 1px solid #232323 !important; | ||
background: | background: | ||
repeating-linear-gradient( | repeating-linear-gradient( | ||
to bottom, | to bottom, | ||
rgba(255,255,255,0. | rgba(255,255,255,0.026) 0, | ||
rgba(255,255,255,0. | rgba(255,255,255,0.026) 1px, | ||
transparent 1px, | transparent 1px, | ||
transparent 4px | transparent 4px | ||
), | ), | ||
#080808 !important; | #080808 !important; | ||
box-shadow: | box-shadow: none !important; | ||
} | } | ||
.clbi-y2k-feature h2 { | body.page-대문 .clbi-y2k-feature h2 { | ||
margin: 0 0 10px !important; | margin: 0 0 10px !important; | ||
padding: 0 0 7px !important; | padding: 0 0 7px !important; | ||
border-bottom: 1px solid # | border-bottom: 1px solid #292929 !important; | ||
color: # | color: #f2f2f2 !important; | ||
font-size: 22px !important; | font-size: 22px !important; | ||
line-height: 1.25 !important; | line-height: 1.25 !important; | ||
text-align: center !important; | text-align: center !important; | ||
text-shadow: | text-shadow: 1px 1px 0 #000 !important; | ||
} | } | ||
.clbi-y2k-feature p { | body.page-대문 .clbi-y2k-feature p { | ||
max-width: 760px !important; | max-width: 760px !important; | ||
margin: 0 auto 10px !important; | margin: 0 auto 10px !important; | ||
| 625번째 줄: | 700번째 줄: | ||
line-height: 1.72 !important; | line-height: 1.72 !important; | ||
text-align: center !important; | text-align: center !important; | ||
text-shadow: 1px 1px 0 # | text-shadow: 1px 1px 0 #000 !important; | ||
} | } | ||
.clbi-y2k-sideplate { | body.page-대문 .clbi-y2k-sideplate { | ||
min-width: 0 !important; | |||
padding: 8px !important; | padding: 8px !important; | ||
border | border: 1px solid #232323 !important; | ||
background: #090909 !important; | background: #090909 !important; | ||
box-shadow: | box-shadow: none !important; | ||
} | } | ||
.clbi-y2k-plate-title { | body.page-대문 .clbi-y2k-plate-title { | ||
margin | margin: 0 0 6px !important; | ||
padding: 5px 7px !important; | padding: 5px 7px !important; | ||
font-size: 10px !important; | font-size: 10px !important; | ||
line-height: 1.2 !important; | |||
font-weight: 700 !important; | font-weight: 700 !important; | ||
background: var(--clbi-title) !important; | |||
} | } | ||
.clbi-y2k-mini-table { | /* ----------------------------------------- | ||
11. Mini Table | |||
----------------------------------------- */ | |||
body.page-대문 .clbi-y2k-mini-table { | |||
width: 100% !important; | width: 100% !important; | ||
table-layout: fixed !important; | |||
border-collapse: collapse !important; | border-collapse: collapse !important; | ||
border: 1px solid #272727 !important; | |||
margin: 0 !important; | |||
font-size: 10px !important; | font-size: 10px !important; | ||
} | } | ||
.clbi-y2k-mini-table td { | body.page-대문 .clbi-y2k-mini-table td { | ||
padding: | padding: 6px 7px !important; | ||
border: 1px solid # | border: none !important; | ||
background: # | border-bottom: 1px solid #242424 !important; | ||
background: #101010 !important; | |||
color: #cfcfcf !important; | color: #cfcfcf !important; | ||
line-height: 1.35 !important; | |||
} | } | ||
.clbi-y2k-mini-table td:first-child { | body.page-대문 .clbi-y2k-mini-table tr:last-child td { | ||
width: | border-bottom: none !important; | ||
color: # | } | ||
body.page-대문 .clbi-y2k-mini-table td:first-child { | |||
width: 54px !important; | |||
color: #9a9a9a !important; | |||
background: #0b0b0b !important; | background: #0b0b0b !important; | ||
border-right: 1px solid #242424 !important; | |||
} | |||
body.page-대문 .clbi-y2k-mini-table td:last-child { | |||
width: auto !important; | |||
} | } | ||
/* ----------------------------------------- | /* ----------------------------------------- | ||
12. Ticker | |||
----------------------------------------- */ | ----------------------------------------- */ | ||
.clbi-y2k-ticker { | body.page-대문 .clbi-y2k-ticker { | ||
height: 22px !important; | height: 22px !important; | ||
margin | margin: 0 0 6px !important; | ||
padding: 0 8px !important; | padding: 0 8px !important; | ||
border | border: 1px solid #2a2a2a !important; | ||
background: #171717 !important; | background: #171717 !important; | ||
color: #bdbdbd !important; | color: #bdbdbd !important; | ||
font-size: 10px !important; | font-size: 10px !important; | ||
line-height: | line-height: 20px !important; | ||
white-space: nowrap !important; | white-space: nowrap !important; | ||
overflow: hidden !important; | overflow: hidden !important; | ||
text-shadow: 1px 1px 0 # | text-shadow: 1px 1px 0 #000 !important; | ||
box-shadow: | box-shadow: none !important; | ||
} | } | ||
/* ----------------------------------------- | /* ----------------------------------------- | ||
13. Bottom Modules | |||
----------------------------------------- */ | ----------------------------------------- */ | ||
.clbi-y2k-grid { | body.page-대문 .clbi-y2k-grid { | ||
display: grid !important; | display: grid !important; | ||
grid-template-columns: 1fr 1fr 260px !important; | grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 260px !important; | ||
gap: 6px !important; | gap: 6px !important; | ||
align-items: stretch !important; | |||
} | } | ||
.clbi-y2k-box { | body.page-대문 .clbi-y2k-box { | ||
min-width: 0 !important; | |||
background: var(--clbi-panel) !important; | |||
} | } | ||
.clbi-y2k-box-title { | body.page-대문 .clbi-y2k-box-title { | ||
height: 24px !important; | height: 24px !important; | ||
padding: 0 8px !important; | padding: 0 8px !important; | ||
color: #f1f1f1 !important; | color: #f1f1f1 !important; | ||
font-size: 10px !important; | font-size: 10px !important; | ||
font-weight: 700 !important; | font-weight: 700 !important; | ||
line-height: 24px !important; | line-height: 24px !important; | ||
background: var(--clbi-title) !important; | |||
} | } | ||
.clbi-y2k-box-body { | body.page-대문 .clbi-y2k-box-body { | ||
padding: 7px !important; | padding: 7px !important; | ||
background: | background: #090909 !important; | ||
box-shadow: none !important; | |||
} | } | ||
.clbi-y2k-list { | body.page-대문 .clbi-y2k-list { | ||
margin: 0 !important; | margin: 0 !important; | ||
padding: 0 !important; | padding: 0 !important; | ||
| 738번째 줄: | 814번째 줄: | ||
} | } | ||
.clbi-y2k-list li { | body.page-대문 .clbi-y2k-list li { | ||
display: flex !important; | display: flex !important; | ||
justify-content: space-between !important; | justify-content: space-between !important; | ||
align-items: center !important; | |||
gap: 8px !important; | gap: 8px !important; | ||
min-height: 22px !important; | min-height: 22px !important; | ||
padding: 4px | padding: 4px 0 !important; | ||
border | border: none !important; | ||
border-bottom: 1px solid #242424 !important; | |||
background: transparent !important; | |||
border-bottom: 1px solid # | |||
background: | |||
color: #cfcfcf !important; | color: #cfcfcf !important; | ||
line-height: 1.35 !important; | line-height: 1.35 !important; | ||
box-shadow: | box-shadow: none !important; | ||
} | |||
body.page-대문 .clbi-y2k-list li:last-child { | |||
border-bottom: none !important; | |||
} | } | ||
.clbi-y2k-list li | body.page-대문 .clbi-y2k-list li span:first-child { | ||
min-width: 0 !important; | |||
overflow: hidden !important; | |||
text-overflow: ellipsis !important; | |||
white-space: nowrap !important; | |||
} | } | ||
.clbi-y2k-meta { | body.page-대문 .clbi-y2k-meta { | ||
color: | flex: 0 0 auto !important; | ||
color: var(--clbi-text-dim) !important; | |||
white-space: nowrap !important; | white-space: nowrap !important; | ||
font-size: 9px !important; | font-size: 9px !important; | ||
} | } | ||
.clbi-y2k-status-grid { | body.page-대문 .clbi-y2k-status-grid { | ||
display: grid !important; | display: grid !important; | ||
grid-template-columns: 1fr 1fr !important; | grid-template-columns: 1fr 1fr !important; | ||
gap: | gap: 6px !important; | ||
margin-bottom: 6px !important; | margin-bottom: 6px !important; | ||
} | } | ||
.clbi-y2k-counter { | body.page-대문 .clbi-y2k-counter { | ||
min-width: 0 !important; | |||
padding: 7px 6px !important; | |||
border: 1px solid #242424 !important; | |||
border | |||
background: #070707 !important; | background: #070707 !important; | ||
text-align: center !important; | text-align: center !important; | ||
box-shadow: | box-shadow: none !important; | ||
} | } | ||
.clbi-y2k-counter b { | body.page-대문 .clbi-y2k-counter b { | ||
display: block !important; | display: block !important; | ||
color: #f0f0f0 !important; | color: #f0f0f0 !important; | ||
| 792번째 줄: | 869번째 줄: | ||
font-size: 18px !important; | font-size: 18px !important; | ||
line-height: 1.1 !important; | line-height: 1.1 !important; | ||
text-shadow: 1px 1px 0 # | text-shadow: 1px 1px 0 #000 !important; | ||
} | } | ||
.clbi-y2k-counter span { | body.page-대문 .clbi-y2k-counter span { | ||
display: block !important; | display: block !important; | ||
margin-top: 3px !important; | margin-top: 3px !important; | ||
color: | color: var(--clbi-text-dim) !important; | ||
font-size: 9px !important; | font-size: 9px !important; | ||
} | } | ||
.clbi-y2k-guest { | body.page-대문 .clbi-y2k-guest { | ||
padding: 6px !important; | padding: 6px !important; | ||
border | border: 1px solid #242424 !important; | ||
background: #101010 !important; | |||
background: # | |||
color: #c7c7c7 !important; | color: #c7c7c7 !important; | ||
font-size: 10px !important; | font-size: 10px !important; | ||
line-height: 1.45 !important; | line-height: 1.45 !important; | ||
box-shadow: | box-shadow: none !important; | ||
} | } | ||
/* ----------------------------------------- | /* ----------------------------------------- | ||
14. Forms | |||
----------------------------------------- */ | ----------------------------------------- */ | ||
| 829번째 줄: | 901번째 줄: | ||
width: 100% !important; | width: 100% !important; | ||
height: 22px !important; | height: 22px !important; | ||
margin: 0 0 5px !important; | |||
padding: 2px 6px !important; | padding: 2px 6px !important; | ||
border-radius: 0 !important; | border-radius: 0 !important; | ||
border | border: 1px solid #2a2a2a !important; | ||
background: #050505 !important; | background: #050505 !important; | ||
color: #dcdcdc !important; | color: #dcdcdc !important; | ||
font-size: 11px !important; | font-size: 11px !important; | ||
box-shadow: none !important; | |||
} | } | ||
body.page-대문 #clbi-search-btn { | body.page-대문 #clbi-search-btn { | ||
width: 100% !important; | width: 100% !important; | ||
min-height: 23px !important; | |||
padding: 4px 0 !important; | padding: 4px 0 !important; | ||
border-radius: 0 !important; | border-radius: 0 !important; | ||
border | border: 1px solid #2a2a2a !important; | ||
background: #151515 !important; | |||
background: # | |||
color: #e0e0e0 !important; | color: #e0e0e0 !important; | ||
font-size: 10px !important; | font-size: 10px !important; | ||
font-weight: 700 !important; | font-weight: 700 !important; | ||
cursor: pointer !important; | cursor: pointer !important; | ||
box-shadow: | box-shadow: none !important; | ||
} | } | ||
body.page-대문 #clbi-search-btn:hover { | body.page-대문 #clbi-search-btn:hover { | ||
background: # | background: #222 !important; | ||
color: #fff !important; | |||
} | } | ||
/* ----------------------------------------- | /* ----------------------------------------- | ||
15. Footer | |||
----------------------------------------- */ | ----------------------------------------- */ | ||
| 870번째 줄: | 937번째 줄: | ||
border-radius: 0 !important; | border-radius: 0 !important; | ||
border-top: none !important; | border-top: none !important; | ||
border-left: 1px solid | border-left: 1px solid var(--clbi-mid) !important; | ||
border-right: 1px solid | border-right: 1px solid var(--clbi-black) !important; | ||
border-bottom: 1px solid | border-bottom: 1px solid var(--clbi-black) !important; | ||
} | } | ||
body.page-대문 .liberty-footer { | body.page-대문 .liberty-footer { | ||
background: #080808 !important; | background: #080808 !important; | ||
border-top: 1px solid # | border-top: 1px solid #222 !important; | ||
color: #8a8a8a !important; | color: #8a8a8a !important; | ||
} | } | ||
/* ----------------------------------------- | /* ----------------------------------------- | ||
16. Responsive | |||
----------------------------------------- */ | ----------------------------------------- */ | ||
| 891번째 줄: | 958번째 줄: | ||
body.page-대문 .content-wrapper { | body.page-대문 .content-wrapper { | ||
width: min(1480px, calc(100% - 16px)) !important; | |||
max-width: 1480px !important; | max-width: 1480px !important; | ||
} | } | ||
body.page-대문 .container-fluid.liberty-content { | body.page-대문 .container-fluid.liberty-content { | ||
width: | width: auto !important; | ||
max-width: | max-width: none !important; | ||
min-width: 0 !important; | min-width: 0 !important; | ||
} | } | ||
.clbi-y2k-grid { | body.page-대문 .clbi-y2k-grid { | ||
grid-template-columns: 1fr 1fr !important; | grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important; | ||
} | } | ||
.clbi-y2k-box:last-child { | body.page-대문 .clbi-y2k-box:last-child { | ||
grid-column: 1 / -1 !important; | grid-column: 1 / -1 !important; | ||
} | } | ||
| 917번째 줄: | 985번째 줄: | ||
body.page-대문 .content-wrapper { | body.page-대문 .content-wrapper { | ||
display: block !important; | display: block !important; | ||
max-width: | width: calc(100% - 16px) !important; | ||
max-width: none !important; | |||
} | } | ||
| 928번째 줄: | 997번째 줄: | ||
body.page-대문 #clbi-top-nav-main { | body.page-대문 #clbi-top-nav-main { | ||
height: auto !important; | |||
flex-wrap: wrap !important; | flex-wrap: wrap !important; | ||
} | } | ||
| 933번째 줄: | 1,003번째 줄: | ||
body.page-대문 #clbi-top-nav-tabs { | body.page-대문 #clbi-top-nav-tabs { | ||
width: 100% !important; | width: 100% !important; | ||
height: auto !important; | |||
flex-wrap: wrap !important; | flex-wrap: wrap !important; | ||
} | } | ||
| 943번째 줄: | 1,014번째 줄: | ||
body.page-대문 #clbi-top-nav-search { | body.page-대문 #clbi-top-nav-search { | ||
width: 100% !important; | width: 100% !important; | ||
flex: 1 1 100% !important; | |||
height: 34px !important; | |||
border-left: none !important; | |||
} | } | ||
body.page-대문 #clbi-top-search-input { | body.page-대문 #clbi-top-search-input, | ||
body.page-대문 #clbi-top-search-input:focus { | |||
width: 100% !important; | width: 100% !important; | ||
max-width: none !important; | |||
} | |||
body.page-대문 #clbi-top-nav-right { | |||
display: none !important; | |||
} | } | ||
.clbi-y2k-hero-body { | body.page-대문 .clbi-y2k-hero-body { | ||
grid-template-columns: 1fr !important; | grid-template-columns: 1fr !important; | ||
} | } | ||
.clbi-y2k-grid { | body.page-대문 .clbi-y2k-grid { | ||
grid-template-columns: 1fr !important; | grid-template-columns: 1fr !important; | ||
} | } | ||
.clbi-y2k-box:last-child { | body.page-대문 .clbi-y2k-box:last-child { | ||
grid-column: auto !important; | grid-column: auto !important; | ||
} | } | ||
} | } | ||
2026년 5월 16일 (토) 15:28 판
/* =========================================
COASTLINE: BLACK ICE
MediaWiki:Test.css FULL REPLACEMENT
2000s Industrial Game Site / Clean Cell-shaded Metal
========================================= */
/* -----------------------------------------
0. Scope / Variables
----------------------------------------- */
body.page-대문 {
--clbi-bg: #020202;
--clbi-grid: rgba(118,118,118,0.075);
--clbi-panel: #111111;
--clbi-panel-2: #151515;
--clbi-panel-3: #1a1a1a;
--clbi-title: #202020;
--clbi-title-2: #252525;
--clbi-inner: #080808;
--clbi-inner-2: #0d0d0d;
--clbi-row: #131313;
--clbi-row-hover: #191919;
--clbi-hi: #5e5e5e;
--clbi-mid: #343434;
--clbi-mid-2: #262626;
--clbi-low: #050505;
--clbi-black: #000000;
--clbi-text: #e2e2e2;
--clbi-text-soft: #c8c8c8;
--clbi-text-dim: #888888;
--clbi-text-deep: #5d5d5d;
--clbi-warn: #cfcfcf;
background: #000 !important;
color: var(--clbi-text) !important;
}
body.page-대문 *,
body.page-대문 *::before,
body.page-대문 *::after {
box-sizing: border-box;
}
body.page-대문 a {
color: var(--clbi-text) !important;
text-decoration: none !important;
}
body.page-대문 a:hover {
color: #ffffff !important;
text-decoration: underline !important;
}
/* -----------------------------------------
1. Background
----------------------------------------- */
body.page-대문 .WW-bg {
background: var(--clbi-bg) !important;
}
body.page-대문 .WW-bg::before {
content: "";
position: absolute;
top: 0 !important;
left: 0 !important;
width: 100% !important;
height: 100% !important;
opacity: 0.30 !important;
filter: none !important;
animation: none !important;
background-image:
linear-gradient(var(--clbi-grid) 1px, transparent 1px),
linear-gradient(90deg, var(--clbi-grid) 1px, transparent 1px) !important;
background-size: 64px 64px, 64px 64px !important;
}
body.page-대문 .WW-bg::after {
content: none !important;
}
/* -----------------------------------------
2. Layout Width
----------------------------------------- */
body.page-대문 #clbi-top-nav-wrap {
width: min(2024px, calc(100% - 16px)) !important;
margin: 0 auto !important;
padding: 8px 8px 0 !important;
}
body.page-대문 .content-wrapper {
width: min(2024px, calc(100% - 16px)) !important;
max-width: 2024px !important;
margin: 0 auto !important;
padding: 8px !important;
display: flex !important;
align-items: flex-start !important;
justify-content: center !important;
gap: 8px !important;
}
body.page-대문 .container-fluid.liberty-content {
flex: 1 1 auto !important;
width: auto !important;
max-width: none !important;
min-width: 0 !important;
margin: 0 !important;
padding-bottom: 0 !important;
}
body.page-대문 .liberty-content {
border: none !important;
box-shadow: none !important;
border-radius: 0 !important;
}
/* -----------------------------------------
3. Core Frame Rule
한 요소 = 한 겹의 외곽선
----------------------------------------- */
body.page-대문 #clbi-top-nav,
body.page-대문 #clbi-main-logo,
body.page-대문 .liberty-content-main,
body.page-대문 .clbi-left-box,
body.page-대문 .clbi-right-box,
body.page-대문 .clbi-y2k-hero,
body.page-대문 .clbi-y2k-box {
border-radius: 0 !important;
border-top: 1px solid var(--clbi-hi) !important;
border-left: 1px solid var(--clbi-mid) !important;
border-right: 1px solid var(--clbi-black) !important;
border-bottom: 1px solid var(--clbi-black) !important;
background: var(--clbi-panel) !important;
box-shadow: none !important;
outline: none !important;
filter: none !important;
overflow: hidden !important;
}
body.page-대문 .clbi-left-title,
body.page-대문 .clbi-right-title,
body.page-대문 .clbi-y2k-hero-top,
body.page-대문 .clbi-y2k-box-title,
body.page-대문 .clbi-y2k-plate-title {
border-radius: 0 !important;
border: none !important;
border-bottom: 1px solid var(--clbi-low) !important;
background: var(--clbi-title) !important;
color: #f0f0f0 !important;
box-shadow: none !important;
text-shadow: 1px 1px 0 #000 !important;
}
/* -----------------------------------------
4. Top Navigation
----------------------------------------- */
body.page-대문 #clbi-top-nav {
margin-bottom: 8px !important;
}
body.page-대문 #clbi-top-nav-main {
position: relative !important;
display: flex !important;
align-items: stretch !important;
width: 100% !important;
min-height: 36px !important;
height: 36px !important;
}
body.page-대문 #clbi-top-nav-logo {
display: none !important;
}
body.page-대문 #clbi-top-nav-tabs {
display: flex !important;
align-items: stretch !important;
flex: 1 1 auto !important;
min-width: 0 !important;
height: 36px !important;
}
body.page-대문 .clbi-top-nav-item {
position: relative !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
gap: 6px !important;
width: 118px !important;
flex: 0 0 118px !important;
min-height: 36px !important;
height: 36px !important;
padding: 0 !important;
border-radius: 0 !important;
border: none !important;
border-right: 1px solid var(--clbi-low) !important;
background: #171717 !important;
color: var(--clbi-text) !important;
font-size: 11px !important;
line-height: 1 !important;
white-space: nowrap !important;
overflow: hidden !important;
box-shadow: none !important;
text-shadow: 1px 1px 0 #000 !important;
}
body.page-대문 .clbi-top-nav-item:hover,
body.page-대문 .clbi-top-nav-item.clbi-tnav-active {
background: #242424 !important;
color: #ffffff !important;
text-decoration: none !important;
}
body.page-대문 .clbi-tnav-lang {
width: 54px !important;
flex: 0 0 54px !important;
min-height: 36px !important;
height: 36px !important;
padding: 0 !important;
gap: 1px !important;
}
body.page-대문 .clbi-tnav-icon,
body.page-대문 .clbi-icon {
width: 18px !important;
height: 18px !important;
flex: 0 0 18px !important;
filter: grayscale(1) brightness(1.45) contrast(0.95) !important;
opacity: 0.86 !important;
}
body.page-대문 .clbi-tnav-label {
height: auto !important;
line-height: 1 !important;
font-size: 11px !important;
font-weight: 700 !important;
}
body.page-대문 .clbi-tnav-lang-code {
font-size: 10px !important;
}
body.page-대문 .clbi-tnav-arrow {
color: var(--clbi-text-dim) !important;
font-size: 10px !important;
}
body.page-대문 #clbi-top-nav-search {
position: static !important;
left: auto !important;
top: auto !important;
right: auto !important;
bottom: auto !important;
transform: none !important;
pointer-events: auto !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;
border-left: 1px solid #202020 !important;
border-right: 1px solid var(--clbi-low) !important;
}
body.page-대문 #clbi-top-search-input {
width: 260px !important;
max-width: 260px !important;
height: 22px !important;
padding: 2px 7px !important;
border-radius: 0 !important;
border: 1px solid var(--clbi-mid-2) !important;
background: #050505 !important;
color: #dcdcdc !important;
font-size: 11px !important;
outline: none !important;
box-shadow: none !important;
transition: none !important;
}
body.page-대문 #clbi-top-search-input:focus {
width: 260px !important;
max-width: 260px !important;
border-color: #444 !important;
}
body.page-대문 #clbi-top-nav-right {
display: flex !important;
align-items: stretch !important;
flex: 0 0 auto !important;
margin-left: 0 !important;
border-left: 0 !important;
}
/* -----------------------------------------
5. Worldbuilding Dropdown
----------------------------------------- */
body.page-대문 #clbi-sub-worldbuilding {
width: 100% !important;
height: 0 !important;
overflow: hidden !important;
border-top: 0 solid var(--clbi-low) !important;
background: #0a0a0a !important;
transition: height 160ms ease !important;
}
body.page-대문 #clbi-sub-worldbuilding.worldbuilding-open {
height: 25px !important;
border-top-width: 1px !important;
}
body.page-대문 #clbi-sub-worldbuilding-inner,
body.page-대문 .clbi-tnav-sub-list {
height: 24px !important;
}
body.page-대문 .clbi-tnav-sub-list {
display: flex !important;
align-items: stretch !important;
flex-wrap: nowrap !important;
padding: 0 !important;
margin: 0 !important;
}
body.page-대문 .clbi-tnav-sub-item {
position: relative !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
height: 24px !important;
min-height: 24px !important;
padding: 0 14px 1px !important;
border: none !important;
border-right: 1px solid var(--clbi-low) !important;
background: #141414 !important;
color: var(--clbi-text) !important;
font-size: 10px !important;
font-weight: 700 !important;
line-height: 1 !important;
white-space: nowrap !important;
box-shadow: none !important;
}
body.page-대문 .clbi-tnav-sub-item::after {
display: none !important;
}
body.page-대문 .clbi-tnav-sub-item:hover {
background: #202020 !important;
color: #fff !important;
box-shadow: none !important;
}
/* -----------------------------------------
6. Sidebars
----------------------------------------- */
body.page-대문 #clbi-left-sidebar,
body.page-대문 #clbi-right-sidebar {
width: 230px !important;
flex: 0 0 230px !important;
display: flex !important;
flex-direction: column !important;
gap: 8px !important;
padding: 0 !important;
align-self: flex-start !important;
z-index: 1000 !important;
}
body.page-대문 .clbi-left-box,
body.page-대문 .clbi-right-box {
background: var(--clbi-panel) !important;
}
body.page-대문 .clbi-left-title,
body.page-대문 .clbi-right-title {
min-height: 24px !important;
padding: 5px 8px !important;
display: flex !important;
align-items: center !important;
gap: 6px !important;
font-size: 11px !important;
line-height: 1.2 !important;
font-weight: 700 !important;
letter-spacing: 0 !important;
}
body.page-대문 .clbi-left-content,
body.page-대문 .clbi-right-content {
padding: 8px !important;
color: var(--clbi-text-soft) !important;
font-size: 11px !important;
line-height: 1.55 !important;
background: var(--clbi-inner) !important;
}
/* 사이드바 검색은 상단 검색과 역할 중복 */
body.page-대문 #clbi-right-sidebar .clbi-right-box:has(#clbi-title-search) {
display: none !important;
}
/* 왼쪽 뉴스 박스: 현재는 체인지로그 영역만 보이게 정리 */
body.page-대문 #clbi-left-news-recent-title,
body.page-대문 #clbi-left-recent-list,
body.page-대문 .clbi-news-divider {
display: none !important;
}
body.page-대문 .clbi-left-news-box,
body.page-대문 .clbi-news-box {
min-height: 0 !important;
}
body.page-대문 .clbi-news-feed-title {
margin: 0 0 7px !important;
padding: 0 !important;
color: var(--clbi-text-dim) !important;
font-size: 9px !important;
line-height: 1.2 !important;
letter-spacing: 1px !important;
}
body.page-대문 .clbi-recent-item {
display: flex !important;
align-items: center !important;
justify-content: space-between !important;
gap: 6px !important;
min-height: 22px !important;
margin: 0 !important;
padding: 4px 0 !important;
border: none !important;
border-bottom: 1px solid #202020 !important;
background: transparent !important;
box-shadow: none !important;
}
body.page-대문 .clbi-recent-item:last-child {
border-bottom: none !important;
}
body.page-대문 .clbi-recent-title-wrap {
flex: 1 1 auto !important;
min-width: 0 !important;
overflow: hidden !important;
}
body.page-대문 .clbi-recent-title {
color: #d8d8d8 !important;
font-size: 10px !important;
line-height: 1.35 !important;
}
body.page-대문 .clbi-recent-time {
flex: 0 0 auto !important;
color: var(--clbi-text-dim) !important;
font-size: 9px !important;
white-space: nowrap !important;
}
/* 유저 박스 */
body.page-대문 #clbi-right-sidebar .clbi-right-box > div[style*="display:flex"],
body.page-대문 #clbi-right-sidebar .clbi-right-box > div[style*="flex-direction"] {
background: var(--clbi-inner) !important;
}
body.page-대문 #clbi-right-sidebar img {
border-radius: 0 !important;
border-color: var(--clbi-mid) !important;
}
body.page-대문 .clbi-user-btn {
display: block !important;
margin: 0 0 4px !important;
padding: 5px 8px !important;
border-radius: 0 !important;
border: 1px solid #2a2a2a !important;
border-left: 3px solid #555 !important;
background: #151515 !important;
color: var(--clbi-text) !important;
font-size: 11px !important;
font-weight: 700 !important;
line-height: 1.25 !important;
box-shadow: none !important;
}
body.page-대문 .clbi-user-btn:last-child {
margin-bottom: 0 !important;
}
body.page-대문 .clbi-user-btn:hover,
body.page-대문 .clbi-user-btn.clbi-user-btn-active {
background: #222 !important;
color: #fff !important;
border-color: #3a3a3a !important;
border-left-color: #777 !important;
}
body.page-대문 .clbi-user-btn-logout {
border-left-color: #777 !important;
color: #cfcfcf !important;
}
/* 링크 박스 */
body.page-대문 .clbi-link-box {
padding: 8px !important;
}
body.page-대문 .clbi-link-box ul {
display: flex !important;
gap: 5px !important;
list-style: none !important;
margin: 0 !important;
padding: 0 !important;
}
body.page-대문 .clbi-link-box ul li {
flex: 1 !important;
margin: 0 !important;
padding: 0 !important;
}
body.page-대문 .clbi-link-box ul li a {
display: flex !important;
align-items: center !important;
justify-content: center !important;
width: 100% !important;
min-height: 24px !important;
padding: 4px 0 !important;
border-radius: 0 !important;
border: 1px solid #2a2a2a !important;
background: #151515 !important;
color: #a0a0a0 !important;
font-size: 10px !important;
font-weight: 700 !important;
text-align: center !important;
box-shadow: none !important;
}
body.page-대문 .clbi-link-box ul li a:hover {
background: #222 !important;
color: #fff !important;
}
/* -----------------------------------------
7. Logo Block
----------------------------------------- */
body.page-대문 #clbi-main-logo {
width: 100% !important;
margin: 0 0 8px !important;
padding: 10px 0 8px !important;
text-align: center !important;
background: #101010 !important;
}
body.page-대문 #clbi-main-logo img {
width: 720px !important;
max-width: 88% !important;
height: auto !important;
filter:
grayscale(1)
contrast(1.08)
brightness(1.02)
drop-shadow(2px 2px 0 #000) !important;
}
/* -----------------------------------------
8. Main Content Container
----------------------------------------- */
body.page-대문 .liberty-content-header {
display: none !important;
}
body.page-대문 .mw-page-title-main.clbi-hide,
body.page-대문 .mw-page-title-main.clbi-hide::after {
display: none !important;
}
body.page-대문 .Liberty .content-wrapper .liberty-content .liberty-content-main,
body.page-대문 .liberty-content-main {
width: 100% !important;
border-radius: 0 !important;
border-top: 1px solid var(--clbi-hi) !important;
border-left: 1px solid var(--clbi-mid) !important;
border-right: 1px solid var(--clbi-black) !important;
border-bottom: 1px solid var(--clbi-black) !important;
background: var(--clbi-panel) !important;
color: var(--clbi-text) !important;
box-shadow: none !important;
outline: none !important;
}
body.page-대문 .liberty-content-main .mw-parser-output {
padding: 8px !important;
}
/* -----------------------------------------
9. Main Page HTML Base
----------------------------------------- */
body.page-대문 .clbi-y2k-home {
width: 100% !important;
font-size: 11px !important;
line-height: 1.5 !important;
color: #d6d6d6 !important;
}
body.page-대문 .clbi-y2k-home a {
color: #e0e0e0 !important;
text-decoration: none !important;
}
body.page-대문 .clbi-y2k-home a:hover {
color: #fff !important;
text-decoration: underline !important;
}
/* -----------------------------------------
10. Hero
----------------------------------------- */
body.page-대문 #clbi-main-crt-hero-wrap {
width: 100% !important;
margin: 0 0 8px !important;
}
body.page-대문 #clbi-main-crt-hero {
width: 100% !important;
}
body.page-대문 .clbi-y2k-hero {
margin: 0 !important;
padding: 6px !important;
background: #151515 !important;
}
body.page-대문 .clbi-y2k-hero-top {
display: flex !important;
align-items: center !important;
justify-content: space-between !important;
height: 24px !important;
padding: 0 8px !important;
font-size: 10px !important;
line-height: 24px !important;
background: var(--clbi-title) !important;
}
body.page-대문 .clbi-y2k-hero-body {
display: grid !important;
grid-template-columns: minmax(0, 1fr) 245px !important;
gap: 6px !important;
margin-top: 6px !important;
align-items: stretch !important;
}
body.page-대문 .clbi-y2k-feature {
min-width: 0 !important;
min-height: 235px !important;
padding: 12px 16px !important;
border: 1px solid #232323 !important;
background:
repeating-linear-gradient(
to bottom,
rgba(255,255,255,0.026) 0,
rgba(255,255,255,0.026) 1px,
transparent 1px,
transparent 4px
),
#080808 !important;
box-shadow: none !important;
}
body.page-대문 .clbi-y2k-feature h2 {
margin: 0 0 10px !important;
padding: 0 0 7px !important;
border-bottom: 1px solid #292929 !important;
color: #f2f2f2 !important;
font-size: 22px !important;
line-height: 1.25 !important;
text-align: center !important;
text-shadow: 1px 1px 0 #000 !important;
}
body.page-대문 .clbi-y2k-feature p {
max-width: 760px !important;
margin: 0 auto 10px !important;
color: #d8d8d8 !important;
font-size: 12px !important;
line-height: 1.72 !important;
text-align: center !important;
text-shadow: 1px 1px 0 #000 !important;
}
body.page-대문 .clbi-y2k-sideplate {
min-width: 0 !important;
padding: 8px !important;
border: 1px solid #232323 !important;
background: #090909 !important;
box-shadow: none !important;
}
body.page-대문 .clbi-y2k-plate-title {
margin: 0 0 6px !important;
padding: 5px 7px !important;
font-size: 10px !important;
line-height: 1.2 !important;
font-weight: 700 !important;
background: var(--clbi-title) !important;
}
/* -----------------------------------------
11. Mini Table
----------------------------------------- */
body.page-대문 .clbi-y2k-mini-table {
width: 100% !important;
table-layout: fixed !important;
border-collapse: collapse !important;
border: 1px solid #272727 !important;
margin: 0 !important;
font-size: 10px !important;
}
body.page-대문 .clbi-y2k-mini-table td {
padding: 6px 7px !important;
border: none !important;
border-bottom: 1px solid #242424 !important;
background: #101010 !important;
color: #cfcfcf !important;
line-height: 1.35 !important;
}
body.page-대문 .clbi-y2k-mini-table tr:last-child td {
border-bottom: none !important;
}
body.page-대문 .clbi-y2k-mini-table td:first-child {
width: 54px !important;
color: #9a9a9a !important;
background: #0b0b0b !important;
border-right: 1px solid #242424 !important;
}
body.page-대문 .clbi-y2k-mini-table td:last-child {
width: auto !important;
}
/* -----------------------------------------
12. Ticker
----------------------------------------- */
body.page-대문 .clbi-y2k-ticker {
height: 22px !important;
margin: 0 0 6px !important;
padding: 0 8px !important;
border: 1px solid #2a2a2a !important;
background: #171717 !important;
color: #bdbdbd !important;
font-size: 10px !important;
line-height: 20px !important;
white-space: nowrap !important;
overflow: hidden !important;
text-shadow: 1px 1px 0 #000 !important;
box-shadow: none !important;
}
/* -----------------------------------------
13. Bottom Modules
----------------------------------------- */
body.page-대문 .clbi-y2k-grid {
display: grid !important;
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 260px !important;
gap: 6px !important;
align-items: stretch !important;
}
body.page-대문 .clbi-y2k-box {
min-width: 0 !important;
background: var(--clbi-panel) !important;
}
body.page-대문 .clbi-y2k-box-title {
height: 24px !important;
padding: 0 8px !important;
color: #f1f1f1 !important;
font-size: 10px !important;
font-weight: 700 !important;
line-height: 24px !important;
background: var(--clbi-title) !important;
}
body.page-대문 .clbi-y2k-box-body {
padding: 7px !important;
background: #090909 !important;
box-shadow: none !important;
}
body.page-대문 .clbi-y2k-list {
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
}
body.page-대문 .clbi-y2k-list li {
display: flex !important;
justify-content: space-between !important;
align-items: center !important;
gap: 8px !important;
min-height: 22px !important;
padding: 4px 0 !important;
border: none !important;
border-bottom: 1px solid #242424 !important;
background: transparent !important;
color: #cfcfcf !important;
line-height: 1.35 !important;
box-shadow: none !important;
}
body.page-대문 .clbi-y2k-list li:last-child {
border-bottom: none !important;
}
body.page-대문 .clbi-y2k-list li span:first-child {
min-width: 0 !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
white-space: nowrap !important;
}
body.page-대문 .clbi-y2k-meta {
flex: 0 0 auto !important;
color: var(--clbi-text-dim) !important;
white-space: nowrap !important;
font-size: 9px !important;
}
body.page-대문 .clbi-y2k-status-grid {
display: grid !important;
grid-template-columns: 1fr 1fr !important;
gap: 6px !important;
margin-bottom: 6px !important;
}
body.page-대문 .clbi-y2k-counter {
min-width: 0 !important;
padding: 7px 6px !important;
border: 1px solid #242424 !important;
background: #070707 !important;
text-align: center !important;
box-shadow: none !important;
}
body.page-대문 .clbi-y2k-counter b {
display: block !important;
color: #f0f0f0 !important;
font-family: Consolas, Monaco, monospace !important;
font-size: 18px !important;
line-height: 1.1 !important;
text-shadow: 1px 1px 0 #000 !important;
}
body.page-대문 .clbi-y2k-counter span {
display: block !important;
margin-top: 3px !important;
color: var(--clbi-text-dim) !important;
font-size: 9px !important;
}
body.page-대문 .clbi-y2k-guest {
padding: 6px !important;
border: 1px solid #242424 !important;
background: #101010 !important;
color: #c7c7c7 !important;
font-size: 10px !important;
line-height: 1.45 !important;
box-shadow: none !important;
}
/* -----------------------------------------
14. Forms
----------------------------------------- */
body.page-대문 button,
body.page-대문 input {
font-family: inherit !important;
}
body.page-대문 #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 #2a2a2a !important;
background: #050505 !important;
color: #dcdcdc !important;
font-size: 11px !important;
box-shadow: none !important;
}
body.page-대문 #clbi-search-btn {
width: 100% !important;
min-height: 23px !important;
padding: 4px 0 !important;
border-radius: 0 !important;
border: 1px solid #2a2a2a !important;
background: #151515 !important;
color: #e0e0e0 !important;
font-size: 10px !important;
font-weight: 700 !important;
cursor: pointer !important;
box-shadow: none !important;
}
body.page-대문 #clbi-search-btn:hover {
background: #222 !important;
color: #fff !important;
}
/* -----------------------------------------
15. Footer
----------------------------------------- */
body.page-대문 footer {
border-radius: 0 !important;
border-top: none !important;
border-left: 1px solid var(--clbi-mid) !important;
border-right: 1px solid var(--clbi-black) !important;
border-bottom: 1px solid var(--clbi-black) !important;
}
body.page-대문 .liberty-footer {
background: #080808 !important;
border-top: 1px solid #222 !important;
color: #8a8a8a !important;
}
/* -----------------------------------------
16. Responsive
----------------------------------------- */
@media screen and (max-width: 1720px) {
body.page-대문 #clbi-left-sidebar {
display: none !important;
}
body.page-대문 .content-wrapper {
width: min(1480px, calc(100% - 16px)) !important;
max-width: 1480px !important;
}
body.page-대문 .container-fluid.liberty-content {
width: auto !important;
max-width: none !important;
min-width: 0 !important;
}
body.page-대문 .clbi-y2k-grid {
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
}
body.page-대문 .clbi-y2k-box:last-child {
grid-column: 1 / -1 !important;
}
}
@media screen and (max-width: 1180px) {
body.page-대문 #clbi-left-sidebar,
body.page-대문 #clbi-right-sidebar {
display: none !important;
}
body.page-대문 .content-wrapper {
display: block !important;
width: calc(100% - 16px) !important;
max-width: none !important;
}
body.page-대문 .container-fluid.liberty-content {
width: 100% !important;
max-width: 100% !important;
min-width: 0 !important;
margin: 0 !important;
}
body.page-대문 #clbi-top-nav-main {
height: auto !important;
flex-wrap: wrap !important;
}
body.page-대문 #clbi-top-nav-tabs {
width: 100% !important;
height: auto !important;
flex-wrap: wrap !important;
}
body.page-대문 .clbi-top-nav-item {
flex: 1 1 25% !important;
width: auto !important;
}
body.page-대문 #clbi-top-nav-search {
width: 100% !important;
flex: 1 1 100% !important;
height: 34px !important;
border-left: none !important;
}
body.page-대문 #clbi-top-search-input,
body.page-대문 #clbi-top-search-input:focus {
width: 100% !important;
max-width: none !important;
}
body.page-대문 #clbi-top-nav-right {
display: none !important;
}
body.page-대문 .clbi-y2k-hero-body {
grid-template-columns: 1fr !important;
}
body.page-대문 .clbi-y2k-grid {
grid-template-columns: 1fr !important;
}
body.page-대문 .clbi-y2k-box:last-child {
grid-column: auto !important;
}
}