편집 요약 없음 |
편집 요약 없음 |
||
| 1번째 줄: | 1번째 줄: | ||
/* ========================================= | /* ========================================= | ||
TEST | COASTLINE: BLACK ICE | ||
Cell-shaded | TEST.css FULL REPLACEMENT | ||
2000s Industrial Game Site / Cell-shaded Metal | |||
========================================= */ | ========================================= */ | ||
/* ----------------------------------------- | |||
0. 대문 전용 기본값 | |||
----------------------------------------- */ | |||
body.page-대문 { | body.page-대문 { | ||
--y2k-black: #000000; | --y2k-black: #000000; | ||
--y2k-bg: # | --y2k-bg: #020202; | ||
--y2k-bg-grid: rgba(120,120,120,0.08); | |||
--y2k-panel: #111111; | --y2k-panel: #111111; | ||
--y2k-panel-2: #151515; | --y2k-panel-2: #151515; | ||
| 16번째 줄: | 21번째 줄: | ||
--y2k-inner: #080808; | --y2k-inner: #080808; | ||
--y2k-inner-2: #0d0d0d; | --y2k-inner-2: #0d0d0d; | ||
--y2k-line-hi: # | --y2k-row: #141414; | ||
--y2k-line-mid: # | |||
--y2k-line-hi: #666666; | |||
--y2k-line-mid: #444444; | |||
--y2k-line-low: #050505; | --y2k-line-low: #050505; | ||
--y2k-line-black: #000000; | |||
--y2k-text: #e0e0e0; | --y2k-text: #e0e0e0; | ||
--y2k-text-soft: #cfcfcf; | |||
--y2k-text-dim: #8a8a8a; | --y2k-text-dim: #8a8a8a; | ||
--y2k-text-deep: #5f5f5f; | |||
background: #000 !important; | |||
color: var(--y2k-text) !important; | |||
} | |||
body.page-대문 *, | |||
body.page-대문 *::before, | |||
body.page-대문 *::after { | |||
box-sizing: border-box; | |||
} | |||
body.page-대문 a { | |||
color: #e0e0e0 !important; | |||
} | } | ||
/* | body.page-대문 a:hover { | ||
color: #ffffff !important; | |||
text-decoration: underline !important; | |||
} | |||
/* ----------------------------------------- | |||
1. 배경 | |||
----------------------------------------- */ | |||
body.page-대문 .WW-bg { | body.page-대문 .WW-bg { | ||
background: #020202 !important; | background: #020202 !important; | ||
| 29번째 줄: | 61번째 줄: | ||
body.page-대문 .WW-bg::before { | body.page-대문 .WW-bg::before { | ||
content: ""; | |||
position: absolute; | |||
top: 0 !important; | |||
left: 0 !important; | |||
width: 100% !important; | |||
height: 100% !important; | |||
opacity: 0.34 !important; | opacity: 0.34 !important; | ||
filter: none !important; | filter: none !important; | ||
animation: none !important; | |||
background-image: | background-image: | ||
linear-gradient( | linear-gradient(var(--y2k-bg-grid) 1px, transparent 1px), | ||
linear-gradient(90deg, | linear-gradient(90deg, var(--y2k-bg-grid) 1px, transparent 1px), | ||
repeating-linear-gradient( | repeating-linear-gradient( | ||
135deg, | 135deg, | ||
| 48번째 줄: | 87번째 줄: | ||
body.page-대문 .WW-bg::after { | body.page-대문 .WW-bg::after { | ||
content: none !important; | |||
} | |||
/* ----------------------------------------- | |||
2. 전체 레이아웃 폭 | |||
----------------------------------------- */ | |||
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 { | |||
max-width: 2024px !important; | |||
margin: 0 auto !important; | |||
padding: 8px !important; | |||
gap: 8px !important; | |||
display: flex !important; | |||
align-items: flex-start !important; | |||
justify-content: center !important; | |||
} | |||
body.page-대문 .container-fluid.liberty-content { | |||
margin: 0 8px !important; | |||
flex: none !important; | |||
} | } | ||
/* | body.page-대문 .liberty-content { | ||
body.page-대문 #clbi-top-nav | border: none !important; | ||
box-shadow: none !important; | |||
border-radius: 0 !important; | |||
} | |||
/* ----------------------------------------- | |||
3. 공통 금속 패널 | |||
----------------------------------------- */ | |||
body.page-대문 #clbi-top-nav, | |||
body.page-대문 .clbi-left-box, | |||
body.page-대문 .clbi-right-box, | |||
body.page-대문 #clbi-main-logo, | |||
body.page-대문 .liberty-content-main, | |||
.clbi-y2k-hero, | |||
.clbi-y2k-box { | |||
border-radius: 0 !important; | |||
border-top: 1px solid var(--y2k-line-hi) !important; | border-top: 1px solid var(--y2k-line-hi) !important; | ||
border-left: 1px solid # | border-left: 1px solid #555555 !important; | ||
border-right: 1px solid var(--y2k-line-low) !important; | border-right: 1px solid var(--y2k-line-low) !important; | ||
border-bottom: 1px solid # | border-bottom: 1px solid #000000 !important; | ||
background: | |||
repeating-linear-gradient( | |||
135deg, | |||
rgba(255,255,255,0.014) 0px, | |||
rgba(255,255,255,0.014) 1px, | |||
transparent 1px, | |||
transparent 5px | |||
), | |||
var(--y2k-panel) !important; | |||
box-shadow: | box-shadow: | ||
inset 1px 1px 0 rgba(255,255,255,0. | inset 1px 1px 0 rgba(255,255,255,0.08), | ||
inset -1px -1px 0 rgba(0,0,0,0. | inset -1px -1px 0 rgba(0,0,0,0.90), | ||
2px 2px 0 # | 2px 2px 0 #000000 !important; | ||
} | |||
body.page-대문 .clbi-left-title, | |||
body.page-대문 .clbi-right-title, | |||
.clbi-y2k-hero-top, | |||
.clbi-y2k-plate-title, | |||
.clbi-y2k-box-title { | |||
background: var(--y2k-title) !important; | |||
border-radius: 0 !important; | |||
border-bottom: 1px solid #050505 !important; | |||
color: #f0f0f0 !important; | |||
text-shadow: 1px 1px 0 #000000 !important; | |||
box-shadow: | |||
inset 1px 1px 0 rgba(255,255,255,0.08), | |||
inset -1px -1px 0 rgba(0,0,0,0.88) !important; | |||
} | |||
/* ----------------------------------------- | |||
4. 상단 네비게이션 | |||
----------------------------------------- */ | |||
body.page-대문 #clbi-top-nav { | |||
overflow: visible !important; | |||
margin-bottom: 8px !important; | |||
} | |||
body.page-대문 #clbi-top-nav-main { | |||
display: flex !important; | |||
align-items: stretch !important; | |||
width: 100% !important; | |||
min-height: 36px !important; | |||
} | |||
body.page-대문 #clbi-top-nav-tabs { | |||
display: flex !important; | |||
align-items: stretch !important; | |||
flex: 1 1 auto !important; | |||
min-width: 0 !important; | |||
} | |||
body.page-대문 #clbi-top-nav-logo { | |||
display: none !important; | |||
} | } | ||
body.page-대문 .clbi-top-nav-item { | body.page-대문 .clbi-top-nav-item { | ||
width: 118px !important; | |||
min-height: 36px !important; | |||
height: 36px !important; | |||
flex: 0 0 118px !important; | |||
display: flex !important; | |||
align-items: center !important; | |||
justify-content: center !important; | |||
gap: 6px !important; | |||
padding: 0 !important; | |||
border-radius: 0 !important; | |||
border-left: 1px solid #303030 !important; | border-left: 1px solid #303030 !important; | ||
border-right: 1px solid #050505 !important; | border-right: 1px solid #050505 !important; | ||
border-top: none !important; | |||
border-bottom: none !important; | |||
background: #181818 !important; | |||
color: #e0e0e0 !important; | |||
font-size: 11px !important; | |||
line-height: 1 !important; | |||
text-shadow: 1px 1px 0 #000000 !important; | |||
box-shadow: | box-shadow: | ||
inset 1px 1px 0 rgba(255,255,255,0.08), | inset 1px 1px 0 rgba(255,255,255,0.08), | ||
| 77번째 줄: | 223번째 줄: | ||
background: #242424 !important; | background: #242424 !important; | ||
color: #ffffff !important; | color: #ffffff !important; | ||
text-decoration: none !important; | |||
} | |||
body.page-대문 .clbi-tnav-icon, | |||
body.page-대문 .clbi-icon { | |||
filter: grayscale(1) brightness(1.45) contrast(0.92) !important; | |||
opacity: 0.86 !important; | |||
} | |||
body.page-대문 #clbi-top-nav-search { | |||
display: flex !important; | |||
align-items: center !important; | |||
padding: 0 8px !important; | |||
flex: 0 0 auto !important; | |||
} | |||
body.page-대문 #clbi-top-search-input { | |||
width: 260px !important; | |||
height: 22px !important; | |||
padding: 2px 7px !important; | |||
border-radius: 0 !important; | |||
border-top: 1px solid #000000 !important; | |||
border-left: 1px solid #000000 !important; | |||
border-right: 1px solid #3f3f3f !important; | |||
border-bottom: 1px solid #3f3f3f !important; | |||
background: #050505 !important; | |||
color: #dcdcdc !important; | |||
font-size: 11px !important; | |||
box-shadow: | |||
inset 2px 2px 0 rgba(0,0,0,0.92), | |||
inset -1px -1px 0 rgba(255,255,255,0.05) !important; | |||
} | |||
body.page-대문 #clbi-top-nav-right { | |||
display: flex !important; | |||
align-items: stretch !important; | |||
flex: 0 0 auto !important; | |||
} | } | ||
body.page-대문 #clbi-sub-worldbuilding { | body.page-대문 #clbi-sub-worldbuilding { | ||
background: #090909 !important; | background: #090909 !important; | ||
border-top: 1px solid # | border-top: 1px solid #000000 !important; | ||
} | |||
body.page-대문 #clbi-sub-worldbuilding-inner, | |||
body.page-대문 .clbi-tnav-sub-list { | |||
display: flex !important; | |||
align-items: stretch !important; | |||
} | } | ||
body.page-대문 .clbi-tnav-sub-item { | body.page-대문 .clbi-tnav-sub-item { | ||
min-height: 24px !important; | |||
display: flex !important; | |||
align-items: center !important; | |||
justify-content: center !important; | |||
padding: 0 14px !important; | |||
border-radius: 0 !important; | |||
border-right: 1px solid #050505 !important; | |||
background: #151515 !important; | background: #151515 !important; | ||
color: #e5e5e5 !important; | |||
font-size: 10px !important; | |||
text-shadow: 1px 1px 0 #000000 !important; | |||
box-shadow: | box-shadow: | ||
inset 1px 1px 0 rgba(255,255,255,0.07), | inset 1px 1px 0 rgba(255,255,255,0.07), | ||
| 94번째 줄: | 292번째 줄: | ||
body.page-대문 .clbi-tnav-sub-item:hover { | body.page-대문 .clbi-tnav-sub-item:hover { | ||
background: #222222 !important; | background: #222222 !important; | ||
color: #ffffff !important; | |||
} | } | ||
/* | /* ----------------------------------------- | ||
body.page-대문 #clbi- | 5. 좌우 사이드바 | ||
----------------------------------------- */ | |||
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; | |||
} | } | ||
body.page-대문 .clbi-left-box, | body.page-대문 .clbi-left-box, | ||
body.page-대문 .clbi-right-box { | body.page-대문 .clbi-right-box { | ||
overflow: hidden !important; | |||
} | } | ||
body.page-대문 .clbi-left-title, | body.page-대문 .clbi-left-title, | ||
body.page-대문 .clbi-right-title { | body.page-대문 .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; | |||
line-height: 1.2 !important; | |||
font-weight: 700 !important; | |||
letter-spacing: 0 !important; | |||
} | } | ||
body.page-대문 .clbi-left-content, | body.page-대문 .clbi-left-content, | ||
body.page-대문 .clbi-right-content { | body.page-대문 .clbi-right-content { | ||
padding: 8px !important; | |||
color: #c8c8c8 !important; | |||
font-size: 11px !important; | |||
line-height: 1.5 !important; | |||
background: var(--y2k-inner) !important; | background: var(--y2k-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 0 !important; | |||
padding: 0 2px !important; | |||
color: #9a9a9a !important; | |||
font-size: 9px !important; | |||
line-height: 1.2 !important; | |||
letter-spacing: 1px !important; | |||
} | |||
body.page-대문 .clbi-left-changelog-feed { | |||
min-height: 0 !important; | |||
} | |||
/* 최근 변경 행 */ | |||
body.page-대문 .clbi-recent-item { | |||
display: flex !important; | |||
align-items: center !important; | |||
justify-content: space-between !important; | |||
gap: 6px !important; | |||
margin-bottom: 4px !important; | |||
padding: 4px 5px !important; | |||
border-top: 1px solid #292929 !important; | |||
border-left: 1px solid #292929 !important; | |||
border-right: 1px solid #050505 !important; | |||
border-bottom: 1px solid #050505 !important; | |||
background: #141414 !important; | |||
box-shadow: | |||
inset 1px 1px 0 rgba(255,255,255,0.035), | |||
inset -1px -1px 0 rgba(0,0,0,0.70) !important; | |||
} | |||
body.page-대문 .clbi-recent-title-wrap { | |||
flex: 1 !important; | |||
overflow: hidden !important; | |||
} | |||
body.page-대문 .clbi-recent-title { | |||
color: #d8d8d8 !important; | |||
font-size: 10px !important; | |||
text-decoration: none !important; | |||
} | |||
body.page-대문 .clbi-recent-title:hover { | |||
color: #ffffff !important; | |||
text-decoration: underline !important; | |||
} | |||
body.page-대문 .clbi-recent-time { | |||
color: #8a8a8a !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*="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: #151515 !important; | background: #151515 !important; | ||
} | |||
body.page-대문 #clbi-right-sidebar img { | |||
border-radius: 0 !important; | |||
border-color: #555555 !important; | |||
} | } | ||
body.page-대문 .clbi-user-btn { | body.page-대문 .clbi-user-btn { | ||
display: block !important; | |||
padding: 4px 10px !important; | |||
margin-bottom: 4px !important; | |||
border-radius: 0 !important; | |||
font-size: 11px !important; | |||
font-weight: 700 !important; | |||
color: #e0e0e0 !important; | |||
text-decoration: none !important; | |||
background: #181818 !important; | background: #181818 !important; | ||
border: 1px solid # | border: 1px solid #333333 !important; | ||
border-left: 3px solid #5a5a5a !important; | border-left: 3px solid #5a5a5a !important; | ||
box-shadow: | box-shadow: | ||
| 164번째 줄: | 440번째 줄: | ||
} | } | ||
/* | body.page-대문 .clbi-user-btn-logout { | ||
body.page-대문 .clbi- | border-left-color: #777777 !important; | ||
background: # | color: #cfcfcf !important; | ||
border-top: 1px solid # | } | ||
border-left: 1px solid # | |||
/* 링크 박스 */ | |||
body.page-대문 .clbi-link-box ul { | |||
display: flex !important; | |||
gap: 6px !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; | |||
padding: 8px 0 !important; | |||
border-radius: 0 !important; | |||
font-size: 10px !important; | |||
font-weight: 700 !important; | |||
background: #181818 !important; | |||
color: #a0a0a0 !important; | |||
border-top: 1px solid #555555 !important; | |||
border-left: 1px solid #444444 !important; | |||
border-right: 1px solid #050505 !important; | border-right: 1px solid #050505 !important; | ||
border-bottom: 1px solid # | border-bottom: 1px solid #000000 !important; | ||
box-shadow: | text-align: center !important; | ||
text-decoration: none !important; | |||
box-shadow: | |||
inset 1px 1px 0 rgba(255,255,255,0.07), | |||
inset -1px -1px 0 rgba(0,0,0,0.85) !important; | |||
} | |||
body.page-대문 .clbi-link-box ul li a:hover { | |||
background: #242424 !important; | |||
color: #ffffff !important; | |||
} | } | ||
/* 로고 박스 */ | /* ----------------------------------------- | ||
6. 로고 박스 | |||
----------------------------------------- */ | |||
body.page-대문 #clbi-main-logo { | body.page-대문 #clbi-main-logo { | ||
margin: 0 auto 8px !important; | |||
padding: 10px 0 8px !important; | |||
text-align: center !important; | |||
} | } | ||
body.page-대문 #clbi-main-logo img { | body.page-대문 #clbi-main-logo img { | ||
width: 720px !important; | |||
max-width: 88% !important; | |||
height: auto !important; | |||
filter: | filter: | ||
grayscale(1) | grayscale(1) | ||
contrast(1.08) | contrast(1.08) | ||
brightness(1.02) | brightness(1.02) | ||
drop-shadow(2px 2px 0 # | drop-shadow(2px 2px 0 #000000) !important; | ||
} | } | ||
/* 중앙 본문 컨테이너 */ | /* ----------------------------------------- | ||
7. 중앙 본문 컨테이너 | |||
----------------------------------------- */ | |||
body.page-대문 .Liberty .content-wrapper .liberty-content .liberty-content-main, | body.page-대문 .Liberty .content-wrapper .liberty-content .liberty-content-main, | ||
body.page-대문 .liberty-content-main { | body.page-대문 .liberty-content-main { | ||
overflow: hidden !important; | |||
color: #e0e0e0 !important; | |||
} | |||
body.page-대문 .liberty-content-main .mw-parser-output { | |||
padding: 8px !important; | |||
} | |||
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; | |||
} | |||
/* ----------------------------------------- | |||
8. 대문 전용 HTML: 기본 | |||
----------------------------------------- */ | |||
.clbi-y2k-home { | |||
font-size: 11px !important; | |||
color: #d6d6d6 !important; | |||
} | |||
.clbi-y2k-home a { | |||
color: #e0e0e0 !important; | |||
text-decoration: none !important; | |||
} | |||
.clbi-y2k-home a:hover { | |||
color: #ffffff !important; | |||
text-decoration: underline !important; | |||
} | |||
/* ----------------------------------------- | |||
9. 대문 히어로 | |||
----------------------------------------- */ | |||
body.page-대문 #clbi-main-crt-hero-wrap { | |||
width: 100% !important; | |||
margin: 0 auto 8px !important; | |||
} | |||
body.page-대문 #clbi-main-crt-hero { | |||
width: 100% !important; | |||
} | } | ||
.clbi-y2k-hero { | .clbi-y2k-hero { | ||
padding: 6px !important; | |||
} | } | ||
.clbi-y2k-hero-top { | .clbi-y2k-hero-top { | ||
display: flex !important; | |||
justify-content: space-between !important; | |||
align-items: center !important; | |||
height: 24px !important; | |||
padding: 0 8px !important; | |||
font-size: 10px !important; | |||
line-height: 24px !important; | |||
} | |||
.clbi-y2k-hero-body { | |||
display: grid !important; | |||
grid-template-columns: 1fr 245px !important; | |||
gap: 6px !important; | |||
margin-top: 6px !important; | |||
} | } | ||
.clbi-y2k-feature { | .clbi-y2k-feature { | ||
min-height: 235px !important; | |||
padding: 12px 16px !important; | |||
border-top: 1px solid #050505 !important; | |||
border-left: 1px solid #050505 !important; | |||
border-right: 1px solid #3f3f3f !important; | |||
border-bottom: 1px solid #444444 !important; | |||
background: | background: | ||
repeating-linear-gradient( | repeating-linear-gradient( | ||
| 252번째 줄: | 600번째 줄: | ||
), | ), | ||
#080808 !important; | #080808 !important; | ||
box-shadow: | box-shadow: | ||
inset 2px 2px 0 rgba(0,0,0,0.90), | inset 2px 2px 0 rgba(0,0,0,0.90), | ||
| 262번째 줄: | 606번째 줄: | ||
.clbi-y2k-feature h2 { | .clbi-y2k-feature h2 { | ||
margin: 0 0 10px !important; | |||
padding: 0 0 7px !important; | |||
border-bottom: 1px solid #333333 !important; | |||
color: #f4f4f4 !important; | |||
font-size: 22px !important; | |||
line-height: 1.25 !important; | |||
text-align: center !important; | |||
text-shadow: | text-shadow: | ||
1px 1px 0 # | 1px 1px 0 #000000, | ||
0 0 3px rgba(255,255,255,0.16) !important; | 0 0 3px rgba(255,255,255,0.16) !important; | ||
} | } | ||
.clbi-y2k-feature p { | .clbi-y2k-feature p { | ||
text-shadow: 1px 1px 0 # | 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 #000000 !important; | |||
} | } | ||
.clbi-y2k-sideplate { | .clbi-y2k-sideplate { | ||
padding: 8px !important; | |||
border-top: 1px solid #050505 !important; | border-top: 1px solid #050505 !important; | ||
border-left: 1px solid #050505 !important; | border-left: 1px solid #050505 !important; | ||
border-right: 1px solid #3f3f3f !important; | border-right: 1px solid #3f3f3f !important; | ||
border-bottom: 1px solid # | border-bottom: 1px solid #444444 !important; | ||
background: #090909 !important; | |||
box-shadow: | box-shadow: | ||
inset 2px 2px 0 rgba(0,0,0,0.90), | inset 2px 2px 0 rgba(0,0,0,0.90), | ||
| 284번째 줄: | 641번째 줄: | ||
.clbi-y2k-plate-title { | .clbi-y2k-plate-title { | ||
margin-bottom: 6px !important; | |||
border-top: 1px solid # | padding: 5px 7px !important; | ||
border-left: 1px solid # | border-top: 1px solid #555555 !important; | ||
border-left: 1px solid #444444 !important; | |||
border-right: 1px solid #050505 !important; | border-right: 1px solid #050505 !important; | ||
border-bottom: 1px solid # | border-bottom: 1px solid #000000 !important; | ||
font-size: 10px !important; | |||
font-weight: 700 !important; | |||
} | |||
.clbi-y2k-mini-table { | |||
width: 100% !important; | |||
border-collapse: collapse !important; | |||
font-size: 10px !important; | |||
} | } | ||
.clbi-y2k-mini-table td { | .clbi-y2k-mini-table td { | ||
padding: 5px 6px !important; | |||
border: 1px solid #292929 !important; | |||
background: #121212 !important; | background: #121212 !important; | ||
color: #cfcfcf !important; | |||
} | } | ||
.clbi-y2k-mini-table td:first-child { | .clbi-y2k-mini-table td:first-child { | ||
width: 72px !important; | |||
color: #888888 !important; | |||
background: #0b0b0b !important; | background: #0b0b0b !important; | ||
} | } | ||
/* 티커 */ | /* ----------------------------------------- | ||
10. 티커 | |||
----------------------------------------- */ | |||
.clbi-y2k-ticker { | .clbi-y2k-ticker { | ||
height: 22px !important; | |||
margin-bottom: 6px !important; | |||
padding: 0 8px !important; | |||
border-top: 1px solid #555555 !important; | |||
border-left: 1px solid #444444 !important; | |||
border-right: 1px solid #050505 !important; | |||
border-bottom: 1px solid #000000 !important; | |||
background: #171717 !important; | background: #171717 !important; | ||
color: #bdbdbd !important; | |||
font-size: 10px !important; | |||
line-height: 22px !important; | |||
white-space: nowrap !important; | |||
overflow: hidden !important; | |||
text-shadow: 1px 1px 0 #000000 !important; | |||
box-shadow: | box-shadow: | ||
inset 1px 1px 0 rgba(255,255,255,0.07), | inset 1px 1px 0 rgba(255,255,255,0.07), | ||
| 317번째 줄: | 694번째 줄: | ||
} | } | ||
/* 하단 | /* ----------------------------------------- | ||
11. 하단 대문 모듈 | |||
----------------------------------------- */ | |||
.clbi-y2k-grid { | |||
display: grid !important; | |||
grid-template-columns: 1fr 1fr 260px !important; | |||
gap: 6px !important; | |||
} | |||
.clbi-y2k-box { | .clbi-y2k-box { | ||
overflow: hidden !important; | |||
} | } | ||
.clbi-y2k-box-title { | .clbi-y2k-box-title { | ||
height: 24px !important; | |||
padding: 0 8px !important; | |||
border-bottom: 1px solid #050505 !important; | border-bottom: 1px solid #050505 !important; | ||
color: #f1f1f1 !important; | |||
font-size: 10px !important; | |||
font-weight: 700 !important; | |||
line-height: 24px !important; | |||
text-shadow: 1px 1px 0 #000000 !important; | |||
} | } | ||
.clbi-y2k-box-body { | .clbi-y2k-box-body { | ||
padding: 7px !important; | |||
background: | background: | ||
repeating-linear-gradient( | repeating-linear-gradient( | ||
| 350번째 줄: | 732번째 줄: | ||
} | } | ||
.clbi-y2k-list { | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
list-style: none !important; | |||
} | |||
.clbi-y2k-list li { | .clbi-y2k-list li { | ||
display: flex !important; | |||
justify-content: space-between !important; | |||
gap: 8px !important; | |||
min-height: 22px !important; | |||
padding: 4px 6px !important; | |||
border-top: 1px solid #292929 !important; | border-top: 1px solid #292929 !important; | ||
border-left: 1px solid #292929 !important; | border-left: 1px solid #292929 !important; | ||
border-right: 1px solid #050505 !important; | border-right: 1px solid #050505 !important; | ||
border-bottom: 1px solid #050505 !important; | border-bottom: 1px solid #050505 !important; | ||
background: #141414 !important; | |||
color: #cfcfcf !important; | |||
line-height: 1.35 !important; | |||
box-shadow: | box-shadow: | ||
inset 1px 1px 0 rgba(255,255,255,0.035), | inset 1px 1px 0 rgba(255,255,255,0.035), | ||
| 362번째 줄: | 756번째 줄: | ||
} | } | ||
.clbi-y2k-list li + li { | |||
margin-top: 4px !important; | |||
} | |||
.clbi-y2k-meta { | |||
color: #888888 !important; | |||
white-space: nowrap !important; | |||
font-size: 9px !important; | |||
} | |||
.clbi-y2k-status-grid { | |||
display: grid !important; | |||
grid-template-columns: 1fr 1fr !important; | |||
gap: 5px !important; | |||
margin-bottom: 6px !important; | |||
} | |||
.clbi-y2k-counter { | .clbi-y2k-counter { | ||
padding: 6px !important; | |||
border-top: 1px solid #050505 !important; | border-top: 1px solid #050505 !important; | ||
border-left: 1px solid #050505 !important; | border-left: 1px solid #050505 !important; | ||
border-right: 1px solid #3d3d3d !important; | border-right: 1px solid #3d3d3d !important; | ||
border-bottom: 1px solid # | border-bottom: 1px solid #444444 !important; | ||
background: #070707 !important; | |||
text-align: center !important; | |||
box-shadow: | box-shadow: | ||
inset 2px 2px 0 rgba(0,0,0,0.90), | inset 2px 2px 0 rgba(0,0,0,0.90), | ||
| 375번째 줄: | 787번째 줄: | ||
.clbi-y2k-counter b { | .clbi-y2k-counter b { | ||
text-shadow: 1px 1px 0 # | 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 #000000 !important; | |||
} | |||
.clbi-y2k-counter span { | |||
display: block !important; | |||
margin-top: 3px !important; | |||
color: #8d8d8d !important; | |||
font-size: 9px !important; | |||
} | } | ||
.clbi-y2k-guest { | .clbi-y2k-guest { | ||
padding: 6px !important; | |||
border-top: 1px solid #292929 !important; | border-top: 1px solid #292929 !important; | ||
border-left: 1px solid #292929 !important; | border-left: 1px solid #292929 !important; | ||
border-right: 1px solid #050505 !important; | border-right: 1px solid #050505 !important; | ||
border-bottom: 1px solid #050505 !important; | border-bottom: 1px solid #050505 !important; | ||
background: #141414 !important; | |||
color: #c7c7c7 !important; | |||
font-size: 10px !important; | |||
line-height: 1.45 !important; | |||
box-shadow: | box-shadow: | ||
inset 1px 1px 0 rgba(255,255,255,0.035), | inset 1px 1px 0 rgba(255,255,255,0.035), | ||
| 390번째 줄: | 817번째 줄: | ||
} | } | ||
/* 버튼 | /* ----------------------------------------- | ||
body.page-대문 .clbi- | 12. 기본 폼/버튼 보정 | ||
----------------------------------------- */ | |||
body.page-대문 button, | |||
body.page-대문 input { | |||
font-family: inherit !important; | |||
} | |||
body.page-대문 #clbi-search-input { | |||
width: 100% !important; | |||
height: 22px !important; | |||
padding: 2px 6px !important; | |||
border-radius: 0 !important; | |||
border-top: 1px solid #000000 !important; | |||
border-left: 1px solid #000000 !important; | |||
border-right: 1px solid #3f3f3f !important; | |||
border-bottom: 1px solid #3f3f3f !important; | |||
background: #050505 !important; | |||
color: #dcdcdc !important; | |||
font-size: 11px !important; | |||
} | |||
body.page-대문 #clbi-search-btn { | body.page-대문 #clbi-search-btn { | ||
width: 100% !important; | |||
margin-top: 5px !important; | |||
padding: 4px 0 !important; | |||
border-radius: 0 !important; | |||
border-top: 1px solid #555555 !important; | |||
border-left: 1px solid #444444 !important; | |||
border-right: 1px solid #050505 !important; | |||
border-bottom: 1px solid #000000 !important; | |||
background: #181818 !important; | background: #181818 !important; | ||
color: #e0e0e0 !important; | |||
font-size: 10px !important; | |||
font-weight: 700 !important; | |||
cursor: pointer !important; | |||
box-shadow: | box-shadow: | ||
inset 1px 1px 0 rgba(255,255,255,0.07), | inset 1px 1px 0 rgba(255,255,255,0.07), | ||
| 403번째 줄: | 859번째 줄: | ||
} | } | ||
body.page-대문 #clbi-search-btn:hover { | body.page-대문 #clbi-search-btn:hover { | ||
background: #242424 !important; | background: #242424 !important; | ||
} | } | ||
/* | /* ----------------------------------------- | ||
body.page-대문 .clbi- | 13. 푸터 | ||
body.page-대문 .clbi- | ----------------------------------------- */ | ||
body.page-대문 footer { | |||
border-radius: 0 !important; | |||
border-top: none !important; | |||
border-left: 1px solid #555555 !important; | |||
border-right: 1px solid #050505 !important; | |||
border-bottom: 1px solid #000000 !important; | |||
} | |||
body.page-대문 .liberty-footer { | |||
background: #080808 !important; | |||
border-top: 1px solid #050505 !important; | |||
color: #8a8a8a !important; | |||
} | |||
/* ----------------------------------------- | |||
14. 반응형 | |||
----------------------------------------- */ | |||
@media screen and (max-width: 1720px) { | |||
body.page-대문 #clbi-left-sidebar { | |||
display: none !important; | |||
} | |||
body.page-대문 .content-wrapper { | |||
max-width: 1480px !important; | |||
} | |||
body.page-대문 .container-fluid.liberty-content { | |||
width: calc(100vw - 270px) !important; | |||
max-width: 1180px !important; | |||
min-width: 0 !important; | |||
} | |||
.clbi-y2k-grid { | |||
grid-template-columns: 1fr 1fr !important; | |||
} | |||
.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; | |||
max-width: 100% !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 { | |||
flex-wrap: wrap !important; | |||
} | |||
body.page-대문 #clbi-top-nav-tabs { | |||
width: 100% !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; | |||
padding: 6px !important; | |||
} | |||
body.page-대문 #clbi-top-search-input { | |||
width: 100% !important; | |||
} | |||
.clbi-y2k-hero-body { | |||
grid-template-columns: 1fr !important; | |||
} | |||
.clbi-y2k-grid { | |||
grid-template-columns: 1fr !important; | |||
} | |||
.clbi-y2k-box:last-child { | |||
grid-column: auto !important; | |||
} | |||
} | } | ||
2026년 5월 16일 (토) 15:02 판
/* =========================================
COASTLINE: BLACK ICE
TEST.css FULL REPLACEMENT
2000s Industrial Game Site / Cell-shaded Metal
========================================= */
/* -----------------------------------------
0. 대문 전용 기본값
----------------------------------------- */
body.page-대문 {
--y2k-black: #000000;
--y2k-bg: #020202;
--y2k-bg-grid: rgba(120,120,120,0.08);
--y2k-panel: #111111;
--y2k-panel-2: #151515;
--y2k-panel-3: #1b1b1b;
--y2k-title: #202020;
--y2k-title-hover: #282828;
--y2k-inner: #080808;
--y2k-inner-2: #0d0d0d;
--y2k-row: #141414;
--y2k-line-hi: #666666;
--y2k-line-mid: #444444;
--y2k-line-low: #050505;
--y2k-line-black: #000000;
--y2k-text: #e0e0e0;
--y2k-text-soft: #cfcfcf;
--y2k-text-dim: #8a8a8a;
--y2k-text-deep: #5f5f5f;
background: #000 !important;
color: var(--y2k-text) !important;
}
body.page-대문 *,
body.page-대문 *::before,
body.page-대문 *::after {
box-sizing: border-box;
}
body.page-대문 a {
color: #e0e0e0 !important;
}
body.page-대문 a:hover {
color: #ffffff !important;
text-decoration: underline !important;
}
/* -----------------------------------------
1. 배경
----------------------------------------- */
body.page-대문 .WW-bg {
background: #020202 !important;
}
body.page-대문 .WW-bg::before {
content: "";
position: absolute;
top: 0 !important;
left: 0 !important;
width: 100% !important;
height: 100% !important;
opacity: 0.34 !important;
filter: none !important;
animation: none !important;
background-image:
linear-gradient(var(--y2k-bg-grid) 1px, transparent 1px),
linear-gradient(90deg, var(--y2k-bg-grid) 1px, transparent 1px),
repeating-linear-gradient(
135deg,
rgba(255,255,255,0.014) 0px,
rgba(255,255,255,0.014) 1px,
transparent 1px,
transparent 6px
) !important;
background-size:
64px 64px,
64px 64px,
6px 6px !important;
}
body.page-대문 .WW-bg::after {
content: none !important;
}
/* -----------------------------------------
2. 전체 레이아웃 폭
----------------------------------------- */
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 {
max-width: 2024px !important;
margin: 0 auto !important;
padding: 8px !important;
gap: 8px !important;
display: flex !important;
align-items: flex-start !important;
justify-content: center !important;
}
body.page-대문 .container-fluid.liberty-content {
margin: 0 8px !important;
flex: none !important;
}
body.page-대문 .liberty-content {
border: none !important;
box-shadow: none !important;
border-radius: 0 !important;
}
/* -----------------------------------------
3. 공통 금속 패널
----------------------------------------- */
body.page-대문 #clbi-top-nav,
body.page-대문 .clbi-left-box,
body.page-대문 .clbi-right-box,
body.page-대문 #clbi-main-logo,
body.page-대문 .liberty-content-main,
.clbi-y2k-hero,
.clbi-y2k-box {
border-radius: 0 !important;
border-top: 1px solid var(--y2k-line-hi) !important;
border-left: 1px solid #555555 !important;
border-right: 1px solid var(--y2k-line-low) !important;
border-bottom: 1px solid #000000 !important;
background:
repeating-linear-gradient(
135deg,
rgba(255,255,255,0.014) 0px,
rgba(255,255,255,0.014) 1px,
transparent 1px,
transparent 5px
),
var(--y2k-panel) !important;
box-shadow:
inset 1px 1px 0 rgba(255,255,255,0.08),
inset -1px -1px 0 rgba(0,0,0,0.90),
2px 2px 0 #000000 !important;
}
body.page-대문 .clbi-left-title,
body.page-대문 .clbi-right-title,
.clbi-y2k-hero-top,
.clbi-y2k-plate-title,
.clbi-y2k-box-title {
background: var(--y2k-title) !important;
border-radius: 0 !important;
border-bottom: 1px solid #050505 !important;
color: #f0f0f0 !important;
text-shadow: 1px 1px 0 #000000 !important;
box-shadow:
inset 1px 1px 0 rgba(255,255,255,0.08),
inset -1px -1px 0 rgba(0,0,0,0.88) !important;
}
/* -----------------------------------------
4. 상단 네비게이션
----------------------------------------- */
body.page-대문 #clbi-top-nav {
overflow: visible !important;
margin-bottom: 8px !important;
}
body.page-대문 #clbi-top-nav-main {
display: flex !important;
align-items: stretch !important;
width: 100% !important;
min-height: 36px !important;
}
body.page-대문 #clbi-top-nav-tabs {
display: flex !important;
align-items: stretch !important;
flex: 1 1 auto !important;
min-width: 0 !important;
}
body.page-대문 #clbi-top-nav-logo {
display: none !important;
}
body.page-대문 .clbi-top-nav-item {
width: 118px !important;
min-height: 36px !important;
height: 36px !important;
flex: 0 0 118px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
gap: 6px !important;
padding: 0 !important;
border-radius: 0 !important;
border-left: 1px solid #303030 !important;
border-right: 1px solid #050505 !important;
border-top: none !important;
border-bottom: none !important;
background: #181818 !important;
color: #e0e0e0 !important;
font-size: 11px !important;
line-height: 1 !important;
text-shadow: 1px 1px 0 #000000 !important;
box-shadow:
inset 1px 1px 0 rgba(255,255,255,0.08),
inset -1px -1px 0 rgba(0,0,0,0.85) !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-icon,
body.page-대문 .clbi-icon {
filter: grayscale(1) brightness(1.45) contrast(0.92) !important;
opacity: 0.86 !important;
}
body.page-대문 #clbi-top-nav-search {
display: flex !important;
align-items: center !important;
padding: 0 8px !important;
flex: 0 0 auto !important;
}
body.page-대문 #clbi-top-search-input {
width: 260px !important;
height: 22px !important;
padding: 2px 7px !important;
border-radius: 0 !important;
border-top: 1px solid #000000 !important;
border-left: 1px solid #000000 !important;
border-right: 1px solid #3f3f3f !important;
border-bottom: 1px solid #3f3f3f !important;
background: #050505 !important;
color: #dcdcdc !important;
font-size: 11px !important;
box-shadow:
inset 2px 2px 0 rgba(0,0,0,0.92),
inset -1px -1px 0 rgba(255,255,255,0.05) !important;
}
body.page-대문 #clbi-top-nav-right {
display: flex !important;
align-items: stretch !important;
flex: 0 0 auto !important;
}
body.page-대문 #clbi-sub-worldbuilding {
background: #090909 !important;
border-top: 1px solid #000000 !important;
}
body.page-대문 #clbi-sub-worldbuilding-inner,
body.page-대문 .clbi-tnav-sub-list {
display: flex !important;
align-items: stretch !important;
}
body.page-대문 .clbi-tnav-sub-item {
min-height: 24px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
padding: 0 14px !important;
border-radius: 0 !important;
border-right: 1px solid #050505 !important;
background: #151515 !important;
color: #e5e5e5 !important;
font-size: 10px !important;
text-shadow: 1px 1px 0 #000000 !important;
box-shadow:
inset 1px 1px 0 rgba(255,255,255,0.07),
inset -1px -1px 0 rgba(0,0,0,0.85) !important;
}
body.page-대문 .clbi-tnav-sub-item:hover {
background: #222222 !important;
color: #ffffff !important;
}
/* -----------------------------------------
5. 좌우 사이드바
----------------------------------------- */
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;
}
body.page-대문 .clbi-left-box,
body.page-대문 .clbi-right-box {
overflow: hidden !important;
}
body.page-대문 .clbi-left-title,
body.page-대문 .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;
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: #c8c8c8 !important;
font-size: 11px !important;
line-height: 1.5 !important;
background: var(--y2k-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 0 !important;
padding: 0 2px !important;
color: #9a9a9a !important;
font-size: 9px !important;
line-height: 1.2 !important;
letter-spacing: 1px !important;
}
body.page-대문 .clbi-left-changelog-feed {
min-height: 0 !important;
}
/* 최근 변경 행 */
body.page-대문 .clbi-recent-item {
display: flex !important;
align-items: center !important;
justify-content: space-between !important;
gap: 6px !important;
margin-bottom: 4px !important;
padding: 4px 5px !important;
border-top: 1px solid #292929 !important;
border-left: 1px solid #292929 !important;
border-right: 1px solid #050505 !important;
border-bottom: 1px solid #050505 !important;
background: #141414 !important;
box-shadow:
inset 1px 1px 0 rgba(255,255,255,0.035),
inset -1px -1px 0 rgba(0,0,0,0.70) !important;
}
body.page-대문 .clbi-recent-title-wrap {
flex: 1 !important;
overflow: hidden !important;
}
body.page-대문 .clbi-recent-title {
color: #d8d8d8 !important;
font-size: 10px !important;
text-decoration: none !important;
}
body.page-대문 .clbi-recent-title:hover {
color: #ffffff !important;
text-decoration: underline !important;
}
body.page-대문 .clbi-recent-time {
color: #8a8a8a !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: #151515 !important;
}
body.page-대문 #clbi-right-sidebar img {
border-radius: 0 !important;
border-color: #555555 !important;
}
body.page-대문 .clbi-user-btn {
display: block !important;
padding: 4px 10px !important;
margin-bottom: 4px !important;
border-radius: 0 !important;
font-size: 11px !important;
font-weight: 700 !important;
color: #e0e0e0 !important;
text-decoration: none !important;
background: #181818 !important;
border: 1px solid #333333 !important;
border-left: 3px solid #5a5a5a !important;
box-shadow:
inset 1px 1px 0 rgba(255,255,255,0.07),
inset -1px -1px 0 rgba(0,0,0,0.85) !important;
}
body.page-대문 .clbi-user-btn:hover {
background: #242424 !important;
color: #ffffff !important;
}
body.page-대문 .clbi-user-btn-logout {
border-left-color: #777777 !important;
color: #cfcfcf !important;
}
/* 링크 박스 */
body.page-대문 .clbi-link-box ul {
display: flex !important;
gap: 6px !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;
padding: 8px 0 !important;
border-radius: 0 !important;
font-size: 10px !important;
font-weight: 700 !important;
background: #181818 !important;
color: #a0a0a0 !important;
border-top: 1px solid #555555 !important;
border-left: 1px solid #444444 !important;
border-right: 1px solid #050505 !important;
border-bottom: 1px solid #000000 !important;
text-align: center !important;
text-decoration: none !important;
box-shadow:
inset 1px 1px 0 rgba(255,255,255,0.07),
inset -1px -1px 0 rgba(0,0,0,0.85) !important;
}
body.page-대문 .clbi-link-box ul li a:hover {
background: #242424 !important;
color: #ffffff !important;
}
/* -----------------------------------------
6. 로고 박스
----------------------------------------- */
body.page-대문 #clbi-main-logo {
margin: 0 auto 8px !important;
padding: 10px 0 8px !important;
text-align: center !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 #000000) !important;
}
/* -----------------------------------------
7. 중앙 본문 컨테이너
----------------------------------------- */
body.page-대문 .Liberty .content-wrapper .liberty-content .liberty-content-main,
body.page-대문 .liberty-content-main {
overflow: hidden !important;
color: #e0e0e0 !important;
}
body.page-대문 .liberty-content-main .mw-parser-output {
padding: 8px !important;
}
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;
}
/* -----------------------------------------
8. 대문 전용 HTML: 기본
----------------------------------------- */
.clbi-y2k-home {
font-size: 11px !important;
color: #d6d6d6 !important;
}
.clbi-y2k-home a {
color: #e0e0e0 !important;
text-decoration: none !important;
}
.clbi-y2k-home a:hover {
color: #ffffff !important;
text-decoration: underline !important;
}
/* -----------------------------------------
9. 대문 히어로
----------------------------------------- */
body.page-대문 #clbi-main-crt-hero-wrap {
width: 100% !important;
margin: 0 auto 8px !important;
}
body.page-대문 #clbi-main-crt-hero {
width: 100% !important;
}
.clbi-y2k-hero {
padding: 6px !important;
}
.clbi-y2k-hero-top {
display: flex !important;
justify-content: space-between !important;
align-items: center !important;
height: 24px !important;
padding: 0 8px !important;
font-size: 10px !important;
line-height: 24px !important;
}
.clbi-y2k-hero-body {
display: grid !important;
grid-template-columns: 1fr 245px !important;
gap: 6px !important;
margin-top: 6px !important;
}
.clbi-y2k-feature {
min-height: 235px !important;
padding: 12px 16px !important;
border-top: 1px solid #050505 !important;
border-left: 1px solid #050505 !important;
border-right: 1px solid #3f3f3f !important;
border-bottom: 1px solid #444444 !important;
background:
repeating-linear-gradient(
to bottom,
rgba(255,255,255,0.028) 0px,
rgba(255,255,255,0.028) 1px,
transparent 1px,
transparent 4px
),
#080808 !important;
box-shadow:
inset 2px 2px 0 rgba(0,0,0,0.90),
inset -1px -1px 0 rgba(255,255,255,0.05) !important;
}
.clbi-y2k-feature h2 {
margin: 0 0 10px !important;
padding: 0 0 7px !important;
border-bottom: 1px solid #333333 !important;
color: #f4f4f4 !important;
font-size: 22px !important;
line-height: 1.25 !important;
text-align: center !important;
text-shadow:
1px 1px 0 #000000,
0 0 3px rgba(255,255,255,0.16) !important;
}
.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 #000000 !important;
}
.clbi-y2k-sideplate {
padding: 8px !important;
border-top: 1px solid #050505 !important;
border-left: 1px solid #050505 !important;
border-right: 1px solid #3f3f3f !important;
border-bottom: 1px solid #444444 !important;
background: #090909 !important;
box-shadow:
inset 2px 2px 0 rgba(0,0,0,0.90),
inset -1px -1px 0 rgba(255,255,255,0.05) !important;
}
.clbi-y2k-plate-title {
margin-bottom: 6px !important;
padding: 5px 7px !important;
border-top: 1px solid #555555 !important;
border-left: 1px solid #444444 !important;
border-right: 1px solid #050505 !important;
border-bottom: 1px solid #000000 !important;
font-size: 10px !important;
font-weight: 700 !important;
}
.clbi-y2k-mini-table {
width: 100% !important;
border-collapse: collapse !important;
font-size: 10px !important;
}
.clbi-y2k-mini-table td {
padding: 5px 6px !important;
border: 1px solid #292929 !important;
background: #121212 !important;
color: #cfcfcf !important;
}
.clbi-y2k-mini-table td:first-child {
width: 72px !important;
color: #888888 !important;
background: #0b0b0b !important;
}
/* -----------------------------------------
10. 티커
----------------------------------------- */
.clbi-y2k-ticker {
height: 22px !important;
margin-bottom: 6px !important;
padding: 0 8px !important;
border-top: 1px solid #555555 !important;
border-left: 1px solid #444444 !important;
border-right: 1px solid #050505 !important;
border-bottom: 1px solid #000000 !important;
background: #171717 !important;
color: #bdbdbd !important;
font-size: 10px !important;
line-height: 22px !important;
white-space: nowrap !important;
overflow: hidden !important;
text-shadow: 1px 1px 0 #000000 !important;
box-shadow:
inset 1px 1px 0 rgba(255,255,255,0.07),
inset -1px -1px 0 rgba(0,0,0,0.86) !important;
}
/* -----------------------------------------
11. 하단 대문 모듈
----------------------------------------- */
.clbi-y2k-grid {
display: grid !important;
grid-template-columns: 1fr 1fr 260px !important;
gap: 6px !important;
}
.clbi-y2k-box {
overflow: hidden !important;
}
.clbi-y2k-box-title {
height: 24px !important;
padding: 0 8px !important;
border-bottom: 1px solid #050505 !important;
color: #f1f1f1 !important;
font-size: 10px !important;
font-weight: 700 !important;
line-height: 24px !important;
text-shadow: 1px 1px 0 #000000 !important;
}
.clbi-y2k-box-body {
padding: 7px !important;
background:
repeating-linear-gradient(
135deg,
rgba(255,255,255,0.012) 0px,
rgba(255,255,255,0.012) 1px,
transparent 1px,
transparent 5px
),
#090909 !important;
}
.clbi-y2k-list {
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
}
.clbi-y2k-list li {
display: flex !important;
justify-content: space-between !important;
gap: 8px !important;
min-height: 22px !important;
padding: 4px 6px !important;
border-top: 1px solid #292929 !important;
border-left: 1px solid #292929 !important;
border-right: 1px solid #050505 !important;
border-bottom: 1px solid #050505 !important;
background: #141414 !important;
color: #cfcfcf !important;
line-height: 1.35 !important;
box-shadow:
inset 1px 1px 0 rgba(255,255,255,0.035),
inset -1px -1px 0 rgba(0,0,0,0.70) !important;
}
.clbi-y2k-list li + li {
margin-top: 4px !important;
}
.clbi-y2k-meta {
color: #888888 !important;
white-space: nowrap !important;
font-size: 9px !important;
}
.clbi-y2k-status-grid {
display: grid !important;
grid-template-columns: 1fr 1fr !important;
gap: 5px !important;
margin-bottom: 6px !important;
}
.clbi-y2k-counter {
padding: 6px !important;
border-top: 1px solid #050505 !important;
border-left: 1px solid #050505 !important;
border-right: 1px solid #3d3d3d !important;
border-bottom: 1px solid #444444 !important;
background: #070707 !important;
text-align: center !important;
box-shadow:
inset 2px 2px 0 rgba(0,0,0,0.90),
inset -1px -1px 0 rgba(255,255,255,0.045) !important;
}
.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 #000000 !important;
}
.clbi-y2k-counter span {
display: block !important;
margin-top: 3px !important;
color: #8d8d8d !important;
font-size: 9px !important;
}
.clbi-y2k-guest {
padding: 6px !important;
border-top: 1px solid #292929 !important;
border-left: 1px solid #292929 !important;
border-right: 1px solid #050505 !important;
border-bottom: 1px solid #050505 !important;
background: #141414 !important;
color: #c7c7c7 !important;
font-size: 10px !important;
line-height: 1.45 !important;
box-shadow:
inset 1px 1px 0 rgba(255,255,255,0.035),
inset -1px -1px 0 rgba(0,0,0,0.70) !important;
}
/* -----------------------------------------
12. 기본 폼/버튼 보정
----------------------------------------- */
body.page-대문 button,
body.page-대문 input {
font-family: inherit !important;
}
body.page-대문 #clbi-search-input {
width: 100% !important;
height: 22px !important;
padding: 2px 6px !important;
border-radius: 0 !important;
border-top: 1px solid #000000 !important;
border-left: 1px solid #000000 !important;
border-right: 1px solid #3f3f3f !important;
border-bottom: 1px solid #3f3f3f !important;
background: #050505 !important;
color: #dcdcdc !important;
font-size: 11px !important;
}
body.page-대문 #clbi-search-btn {
width: 100% !important;
margin-top: 5px !important;
padding: 4px 0 !important;
border-radius: 0 !important;
border-top: 1px solid #555555 !important;
border-left: 1px solid #444444 !important;
border-right: 1px solid #050505 !important;
border-bottom: 1px solid #000000 !important;
background: #181818 !important;
color: #e0e0e0 !important;
font-size: 10px !important;
font-weight: 700 !important;
cursor: pointer !important;
box-shadow:
inset 1px 1px 0 rgba(255,255,255,0.07),
inset -1px -1px 0 rgba(0,0,0,0.85) !important;
}
body.page-대문 #clbi-search-btn:hover {
background: #242424 !important;
}
/* -----------------------------------------
13. 푸터
----------------------------------------- */
body.page-대문 footer {
border-radius: 0 !important;
border-top: none !important;
border-left: 1px solid #555555 !important;
border-right: 1px solid #050505 !important;
border-bottom: 1px solid #000000 !important;
}
body.page-대문 .liberty-footer {
background: #080808 !important;
border-top: 1px solid #050505 !important;
color: #8a8a8a !important;
}
/* -----------------------------------------
14. 반응형
----------------------------------------- */
@media screen and (max-width: 1720px) {
body.page-대문 #clbi-left-sidebar {
display: none !important;
}
body.page-대문 .content-wrapper {
max-width: 1480px !important;
}
body.page-대문 .container-fluid.liberty-content {
width: calc(100vw - 270px) !important;
max-width: 1180px !important;
min-width: 0 !important;
}
.clbi-y2k-grid {
grid-template-columns: 1fr 1fr !important;
}
.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;
max-width: 100% !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 {
flex-wrap: wrap !important;
}
body.page-대문 #clbi-top-nav-tabs {
width: 100% !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;
padding: 6px !important;
}
body.page-대문 #clbi-top-search-input {
width: 100% !important;
}
.clbi-y2k-hero-body {
grid-template-columns: 1fr !important;
}
.clbi-y2k-grid {
grid-template-columns: 1fr !important;
}
.clbi-y2k-box:last-child {
grid-column: auto !important;
}
}