미디어위키:Gadget-Vector.css: 두 판 사이의 차이

식물 vs 좀비 위키
Brokey (토론)의 350 판 편집을 되돌림
태그: 편집 취소
편집 요약 없음
 
(같은 사용자의 중간 판 50개는 보이지 않습니다)
1번째 줄: 1번째 줄:
/*
/* Vector 2010 Legacy 인터페이스 디자인
* Vector 2010 인터페이스 디자인
  * 기준: MediaWiki-Gadget-Vector.css-actionbar-v20.txt
  * 적용 위치: 미디어위키:Gadget-vector.css
  * v34: 본문·검색바 위치 조정·로고칸 축소·특수 화면 디자인 강제 적용
  *
* 기존 UI의 배치·크기·기능은 유지하고
* 배경, 색상, 테두리, 그림자와 상태 표현만 변경한다.
  */
  */


/* =========================
  액션바 전체 디자인
  ========================= */


/* 기본 색상 */
.skin-vector-legacy #p-namespaces,
body.skin-vector-legacy {
.skin-vector-legacy #p-views,
--pvz-ui-background-image:
.skin-vector-legacy #p-cactions {
url("/wiki/Special:Redirect/file/Wiki_Bg_Light.png");
margin: 0;
background: none !important;
transform: none !important;
}
 
.skin-vector-legacy #p-namespaces .vector-menu-content,
.skin-vector-legacy #p-views .vector-menu-content,
.skin-vector-legacy #p-cactions .vector-menu-content,
.skin-vector-legacy #p-namespaces .vector-menu-content-list,
.skin-vector-legacy #p-views .vector-menu-content-list,
.skin-vector-legacy #p-cactions .vector-menu-content-list {
top: 0 !important;
margin-top: 0 !important;
background: none !important;
background-image: none !important;
border: 0 !important;
box-shadow: none !important;
transform: none !important;
}
 
.skin-vector-legacy #p-namespaces .vector-menu-content-list,
.skin-vector-legacy #p-views .vector-menu-content-list {
display: flex;
align-items: flex-end;
gap: 3px;
}
 
.skin-vector-legacy #p-namespaces {
margin-left: 18px !important;
}
 
.skin-vector-legacy #p-cactions {
margin-left: 4px;
}
 
.skin-vector-legacy #p-namespaces li,
.skin-vector-legacy #p-views li,
.skin-vector-legacy #p-cactions li {
position: relative;
margin: 0;
padding: 0;
border: 0;
background: none !important;
background-image: none !important;
}
 
.skin-vector-legacy #p-namespaces li > a,
.skin-vector-legacy #p-views li > a,
.skin-vector-legacy #p-cactions-label {
position: relative !important;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 2px;
height: 36px !important;
min-height: 36px !important;
margin: 0;
padding: 7px 12px 6px !important;
border: 3px solid #5c1f06;
border-radius: 10px 10px 0 0;
box-sizing: border-box;
background: #783b24 !important;
background-image: none !important;
color: #eee9e6 !important;
font-family:
"SB Aggro M",
"SB 어그로 M",
"SB Aggro",
"SB 어그로",
sans-serif !important;
font-size: 0.74rem;
font-weight: 500;
line-height: 1;
text-decoration: none;
text-shadow:
#5c1f06 2px 0 0,
#5c1f06 1.75517px 0.958851px 0,
#5c1f06 1.0806px 1.68294px 0,
#5c1f06 0.141474px 1.99499px 0,
#5c1f06 -0.832294px 1.81859px 0,
#5c1f06 -1.60229px 1.19694px 0,
#5c1f06 -1.97999px 0.28224px 0,
#5c1f06 -1.87291px -0.701566px 0,
#5c1f06 -1.30729px -1.51361px 0,
#5c1f06 -0.421592px -1.95506px 0,
#5c1f06 0.567324px -1.91785px 0,
#5c1f06 1.41734px -1.41108px 0,
#5c1f06 1.92034px -0.558831px 0;
box-shadow:
inset 0 2px 0 #985d43,
inset 0 -3px 0 #552515;
transition:
height 140ms ease,
padding 140ms ease,
filter 120ms ease,
background-color 120ms ease;
}
 
.skin-vector-legacy #p-namespaces li > a,
.skin-vector-legacy #p-views li > a {
top: 0 !important;
}
 
.skin-vector-legacy #p-cactions-label {
top: 7px !important;
min-width: 36px;
cursor: pointer;
}
 
.skin-vector-legacy #p-cactions-label span {
position: static !important;
top: auto !important;
display: block;
margin: 0 !important;
color: inherit !important;
font: inherit;
text-shadow: inherit;
transform: none !important;
}
 
.skin-vector-legacy #p-namespaces li.selected > a,
.skin-vector-legacy #p-views li.selected > a {
z-index: 2;
height: 43px !important;
min-height: 43px !important;
padding-top: 10px !important;
padding-bottom: 7px !important;
background: #b1837c !important;
color: #ffffff !important;
box-shadow:
inset 0 2px 0 #cfa392,
inset 0 -3px 0 #8a5c56;
}
 
.skin-vector-legacy #p-namespaces li > a:hover,
.skin-vector-legacy #p-views li > a:hover,
.skin-vector-legacy #p-cactions-label:hover {
filter: brightness(1.08);
text-decoration: none;
}
 
.skin-vector-legacy #p-namespaces li,
.skin-vector-legacy #p-views li,
.skin-vector-legacy #p-namespaces li.selected,
.skin-vector-legacy #p-views li.selected,
.skin-vector-legacy #p-namespaces li > a,
.skin-vector-legacy #p-views li > a,
.skin-vector-legacy #p-cactions-label,
.skin-vector-legacy #p-cactions-label span {
background-image: none !important;
}
 
/* 액션바 SVG 아이콘 */
.skin-vector-legacy #ca-nstab-main > a::before,
.skin-vector-legacy #ca-talk > a::before,
.skin-vector-legacy #ca-view > a::before,
.skin-vector-legacy #ca-edit > a::before,
.skin-vector-legacy #ca-history > a::before {
content: "";
display: block;
flex: 0 0 14px;
width: 14px;
height: 14px;
margin-right: 0;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
 
.skin-vector-legacy #ca-nstab-main > a::before {
background-image: url("/wiki/Special:Redirect/file/Actionbar-document.svg");
}
 
.skin-vector-legacy #ca-talk > a::before {
background-image: url("/wiki/Special:Redirect/file/Actionbar-talk.svg");
}
 
.skin-vector-legacy #ca-view > a::before {
background-image: url("/wiki/Special:Redirect/file/Actionbar-read.svg");
}
 
.skin-vector-legacy #ca-edit > a::before {
background-image: url("/wiki/Special:Redirect/file/Actionbar-edit.svg");
}
 
.skin-vector-legacy #ca-history > a::before {
background-image: url("/wiki/Special:Redirect/file/Actionbar-history.svg");
}
 
/* 주시 버튼 */
.skin-vector-legacy #ca-watch > a,
.skin-vector-legacy #ca-unwatch > a,
.skin-vector-legacy li.mw-watchlink > a,
.skin-vector-legacy a.mw-watchlink {
position: relative !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
width: 40px !important;
min-width: 40px !important;
padding: 0 !important;
gap: 0;
overflow: visible;
font-size: 0 !important;
color: transparent !important;
text-shadow: none !important;
}
 
.skin-vector-legacy #ca-watch > a > *,
.skin-vector-legacy #ca-unwatch > a > *,
.skin-vector-legacy li.mw-watchlink > a > *,
.skin-vector-legacy a.mw-watchlink > * {
visibility: hidden !important;
width: 0 !important;
height: 0 !important;
margin: 0 !important;
padding: 0 !important;
overflow: hidden !important;
}
 
.skin-vector-legacy #ca-watch > a::before,
.skin-vector-legacy #ca-unwatch > a::before,
.skin-vector-legacy li.mw-watchlink > a::before,
.skin-vector-legacy a.mw-watchlink::before {
content: "" !important;
position: absolute !important;
top: 50% !important;
left: 50% !important;
display: block !important;
flex: 0 0 18px;
width: 18px;
height: 18px;
margin: 0 !important;
background-position: center center !important;
background-repeat: no-repeat;
background-size: contain;
transform: translate(-50%, -50%);
transform-origin: 50% 50%;
}
 
.skin-vector-legacy #ca-watch > a::before,
.skin-vector-legacy .pvz-watch-not-watched > a::before,
.skin-vector-legacy a.pvz-watch-not-watched::before {
background-image: url("/wiki/Special:Redirect/file/GW2_Star2.png") !important;
}
 
.skin-vector-legacy #ca-unwatch > a::before,
.skin-vector-legacy .pvz-watch-watched > a::before,
.skin-vector-legacy a.pvz-watch-watched::before {
background-image: url("/wiki/Special:Redirect/file/GW2_Star.png") !important;
}
 
.skin-vector-legacy #ca-watch > a::after,
.skin-vector-legacy #ca-unwatch > a::after,
.skin-vector-legacy li.mw-watchlink > a::after,
.skin-vector-legacy a.mw-watchlink::after {
content: none !important;
display: none !important;
}
 
.skin-vector-legacy .pvz-watch-spinning > a::before,
.skin-vector-legacy a.pvz-watch-spinning::before {
animation: pvz-watch-star-spin-centered 360ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
 
@keyframes pvz-watch-star-spin-centered {
0% {
transform: translate(-50%, -50%) rotate(0deg) scale(1);
}
45% {
transform: translate(-50%, -50%) rotate(180deg) scale(0.82);
}
100% {
transform: translate(-50%, -50%) rotate(360deg) scale(1);
}
}
 
/* 더보기 메뉴 내부 링크 */
.skin-vector-legacy #p-cactions .vector-menu-content {
margin-top: 0;
}
 
.skin-vector-legacy #p-cactions .vector-menu-content li > a {
display: block;
min-height: 0;
padding: 6px 12px;
border: 0;
border-radius: 0;
background: transparent !important;
color: inherit !important;
font-family: inherit;
font-weight: inherit;
text-shadow: none;
box-shadow: none;
transform: none;
}
 
/* 액션바와 본문창 위치 */
.skin-vector-legacy #right-navigation {
margin-right: calc(0.45rem + 15px) !important;
}
 
.skin-vector-legacy #content,
.skin-vector-legacy #left-navigation,
.skin-vector-legacy #right-navigation {
position: relative !important;
top: 30px !important;
}
 
 
/* =========================
  본문창
  ========================= */
 
.skin-vector-legacy #content,
.skin-vector-legacy .mw-body {
position: relative;
isolation: isolate;
background: #e6d2b2 !important;
border: 15px solid #5b1f09 !important;
border-radius: 30px !important;
box-shadow: none !important;
box-sizing: border-box;
padding:
calc(1em + 15px)
calc(1.2em + 15px)
calc(1.25em + 15px) !important;
overflow: hidden;
}
 
.skin-vector-legacy #content::before,
.skin-vector-legacy .mw-body::before {
content: "" !important;
position: absolute;
inset: 15px;
z-index: -1;
display: block !important;
border-radius: 18px;
background: #fffae9;
pointer-events: none;
}
 
.skin-vector-legacy #content::after,
.skin-vector-legacy .mw-body::after {
content: none !important;
display: none !important;
}
 
 
/* =========================
  문서 제목
  ========================= */
 
.skin-vector-legacy #firstHeading,
.skin-vector-legacy .mw-first-heading,
.skin-vector-legacy .mw-parser-output h1,
.skin-vector-legacy .mw-parser-output h2,
.skin-vector-legacy .mw-parser-output h3,
.skin-vector-legacy .mw-parser-output h4,
.skin-vector-legacy .mw-parser-output h5,
.skin-vector-legacy .mw-parser-output h6 {
font-family:
"SB Aggro B",
"SB 어그로 B",
"SB Aggro",
"SB 어그로",
sans-serif !important;
font-weight: 700;
}
 
.skin-vector-legacy #firstHeading,
.skin-vector-legacy .mw-first-heading {
display: table;
width: auto;
max-width: calc(100% + 1.2em + 15px);
margin:
0
0
0.6em
calc(-1.2em - 15px) !important;
padding:
0.38em
calc(1.25em + 32px)
0.32em
calc(1.2em + 15px);
box-sizing: border-box;
border: 0 !important;
background-color: #106a40 !important;
color: #ffffff !important;
-webkit-clip-path: polygon(
0 0,
100% 0,
calc(100% - 30px) 100%,
0 100%
);
clip-path: polygon(
0 0,
100% 0,
calc(100% - 30px) 100%,
0 100%
);
}
 
.skin-vector-legacy #firstHeading *,
.skin-vector-legacy .mw-first-heading * {
color: #ffffff !important;
}
 
 
/* =========================
  왼쪽 보조창
  ========================= */
 
.skin-vector-legacy #mw-panel {
left: 0.6rem !important;
width: calc(10em - 0.9rem) !important;
margin-top: 0.45rem;
margin-left: 0 !important;
padding: 0.7rem 0.55rem 1rem;
border: 3px solid #5b220e;
border-radius: 13px;
box-sizing: border-box;
background:
linear-gradient(
90deg,
rgba(255, 255, 255, 0.06) 0,
transparent 10%,
transparent 90%,
rgba(64, 19, 4, 0.18) 100%
),
linear-gradient(180deg, #a94f24 0%, #893819 48%, #9a421d 100%);
box-shadow:
inset 0 0 0 2px rgba(218, 114, 58, 0.52),
inset 0 12px 20px rgba(255, 165, 94, 0.1),
inset 0 -12px 20px rgba(73, 20, 5, 0.22),
0 3px 8px rgba(63, 24, 8, 0.32);
}
 
.skin-vector-legacy #mw-panel #p-logo {
position: relative !important;
top: auto !important;
right: auto !important;
bottom: auto !important;
left: auto !important;
display: block !important;
width: 100% !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
margin: 0 0 0.9rem !important;
padding: 0.45rem 0 !important;
overflow: hidden !important;
border: 3px solid #60230d;
border-radius: 12px;
box-sizing: border-box !important;
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 22%),
#6c2b12;
box-shadow:
inset 0 2px 3px rgba(255, 168, 98, 0.22),
inset 0 -3px 6px rgba(48, 12, 2, 0.42),
0 2px 3px rgba(60, 20, 6, 0.28);
}
 
.skin-vector-legacy #mw-panel #p-logo a,
.skin-vector-legacy #mw-panel #p-logo .mw-wiki-logo {
display: block !important;
width: 100% !important;
height: auto !important;
min-height: 0 !important;
aspect-ratio: 1 / 1;
margin: 0 !important;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: contain !important;
}
 
.skin-vector-legacy #mw-panel #p-logo img {
display: block !important;
width: 100% !important;
height: auto !important;
max-width: 100% !important;
max-height: none !important;
margin: 0 auto !important;
object-fit: contain !important;
}
 
.skin-vector-legacy #mw-panel .vector-menu-portal,
.skin-vector-legacy #mw-panel .portal {
margin: 0 0 0.9rem !important;
padding: 0 !important;
border: 0 !important;
background: none !important;
box-shadow: none !important;
}
 
.skin-vector-legacy #mw-panel .vector-menu-heading,
.skin-vector-legacy #mw-panel .portal h3 {
margin: 0 0 0.42rem !important;
padding: 0 0.35rem !important;
border: 0 !important;
background: none !important;
color: #e8b94f !important;
font-family:
"SB Aggro B",
"SB 어그로 B",
"SB Aggro",
"SB 어그로",
sans-serif !important;
font-size: 0.82rem !important;
font-weight: 700 !important;
line-height: 1.35 !important;
text-align: center;
text-shadow:
0 1px 0 #65300f,
0 2px 2px rgba(61, 19, 3, 0.42);
letter-spacing: 0.015em;
}
 
.skin-vector-legacy #mw-panel .vector-menu-content,
.skin-vector-legacy #mw-panel .portal .body {
position: relative;
margin: 0 !important;
padding: 0.68rem 0.72rem 0.72rem !important;
border: 2px solid #6e2d13 !important;
border-radius: 5px 7px 6px 5px;
box-sizing: border-box;
background: #f6bf7b !important;
background-image: none !important;
box-shadow:
inset 0 0 0 1px rgba(255, 231, 184, 0.45),
0 4px 5px rgba(56, 18, 4, 0.36) !important;
transform: rotate(-0.25deg);
}
 
.skin-vector-legacy #mw-panel .vector-menu-content::before,
.skin-vector-legacy #mw-panel .portal .body::before {
content: "";
position: absolute;
inset: 2px;
border: 1px solid rgba(124, 63, 26, 0.17);
border-radius: 4px 5px 6px 4px;
pointer-events: none;
}
 
.skin-vector-legacy #mw-panel .vector-menu-content-list,
.skin-vector-legacy #mw-panel .portal .body ul {
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
}
 
.skin-vector-legacy #mw-panel .vector-menu-content li,
.skin-vector-legacy #mw-panel .portal .body li {
margin: 0 !important;
padding: 0 !important;
line-height: 1.3 !important;
}
 
.skin-vector-legacy #mw-panel .vector-menu-content li + li,
.skin-vector-legacy #mw-panel .portal .body li + li {
margin-top: 0.26rem !important;
}


--pvz-ui-overlay-top:
.skin-vector-legacy #mw-panel .vector-menu-content a,
rgba(247, 239, 231, 0.3);
.skin-vector-legacy #mw-panel .portal .body a {
display: block;
padding: 0.08rem;
color: #313452 !important;
font-family:
"SB Aggro L",
"SB 어그로 L",
"SB Aggro",
"SB 어그로",
sans-serif !important;
font-size: 0.78rem !important;
font-weight: 300 !important;
line-height: 1.35 !important;
text-decoration: none !important;
text-shadow: 0 1px 0 rgba(255, 239, 204, 0.38);
transition:
color 120ms ease,
transform 120ms ease;
}


--pvz-ui-overlay-bottom:
.skin-vector-legacy #mw-panel .vector-menu-content a:hover,
rgba(232, 216, 205, 0.76);
.skin-vector-legacy #mw-panel .portal .body a:hover {
color: #12673f !important;
text-decoration: none !important;
transform: translateX(2px);
}


--pvz-ui-page: #eee3da;
.skin-vector-legacy #mw-panel .vector-menu-empty,
--pvz-ui-page-deep: rgba(224, 207, 196, 0.78);
.skin-vector-legacy #mw-panel .emptyPortlet {
display: none !important;
}


--pvz-ui-surface:
rgba(255, 252, 249, 0.97);


--pvz-ui-surface-soft:
/* =========================
rgba(248, 241, 236, 0.95);
  오른쪽 위 사용자 메뉴
  ========================= */


--pvz-ui-surface-muted:
.skin-vector-legacy #p-personal {
rgba(235, 221, 212, 0.95);
top: 0 !important;
right: 0 !important;
margin: 0 !important;
padding: 0.48rem 0.8rem 0.42rem 1rem !important;
border: 0 !important;
border-radius: 0 0 0 12px;
background: #479745 !important;
background-image: none !important;
box-shadow:
inset 0 -2px 0 rgba(41, 102, 40, 0.45),
0 2px 5px rgba(39, 78, 32, 0.2);
}


--pvz-ui-surface-strong:
.skin-vector-legacy #p-personal ul {
rgba(220, 198, 185, 0.96);
margin: 0 !important;
padding: 0 !important;
}


--pvz-ui-border: #c8aea1;
.skin-vector-legacy #p-personal li {
--pvz-ui-border-soft: rgba(170, 137, 121, 0.38);
margin-top: 0 !important;
--pvz-ui-border-strong: #9b7463;
margin-bottom: 0 !important;
}


--pvz-ui-accent: #775145;
.skin-vector-legacy #p-personal a,
--pvz-ui-accent-hover: #684238;
.skin-vector-legacy #p-personal span {
--pvz-ui-accent-active: #56362d;
color: #ffffff !important;
--pvz-ui-accent-soft: #dec5b8;
font-weight: 700 !important;
text-shadow: 0 1px 1px rgba(35, 83, 32, 0.5);
}
 
 
/* =========================
  커스텀 검색바
  ========================= */
 
html.pvz-content-search-ready .skin-vector-legacy #p-search {
display: none !important;
}
 
.skin-vector-legacy #pvz-content-search {
position: absolute !important;
top: 7px !important;
left: var(--pvz-content-left, 10em) !important;
z-index: 120 !important;
display: block !important;
width: min(
500px,
calc(100vw - var(--pvz-content-left, 10em) - 1rem)
) !important;
min-width: 0 !important;
margin: 0 !important;
padding: 0 !important;
transform: none !important;
}


--pvz-ui-text: #49362f;
.skin-vector-legacy #pvz-content-search #searchform {
--pvz-ui-text-muted: #77635c;
display: block;
--pvz-ui-heading: #3e2d27;
width: 100% !important;
margin: 0 !important;
}


--pvz-ui-link: #7c4439;
.skin-vector-legacy #pvz-content-search #simpleSearch {
--pvz-ui-link-hover: #a14f40;
position: relative;
--pvz-ui-link-visited: #70516a;
display: flex;
align-items: stretch;
width: 100%;
height: 40px !important;
margin: 0;
padding: 0;
overflow: hidden;
border: 2px solid #496f4d !important;
border-radius: 16px !important;
background: #fbfefb !important;
background-image: none !important;
box-shadow: 0 2px 4px rgba(34, 74, 40, 0.14) !important;
}


--pvz-ui-focus: #ad6a57;
.skin-vector-legacy #pvz-content-search #simpleSearch::before {
content: none !important;
display: none !important;
}


--pvz-ui-shadow:
.skin-vector-legacy #pvz-content-search #simpleSearch:focus-within {
rgba(72, 43, 34, 0.12);
border-color: #2f633b !important;
box-shadow:
0 0 0 3px rgba(71, 151, 69, 0.15),
0 2px 4px rgba(34, 74, 40, 0.14) !important;
}


--pvz-ui-shadow-strong:
.skin-vector-legacy #pvz-content-search #searchInput {
rgba(72, 43, 34, 0.2);
flex: 1 1 auto;
min-width: 0;
height: 100% !important;
margin: 0 !important;
padding: 0.42rem !important;
border: 0 !important;
outline: 0 !important;
box-sizing: border-box !important;
background: transparent !important;
color: #324936 !important;
font-family:
"SB Aggro L",
"SB 어그로 L",
"SB Aggro",
"SB 어그로",
sans-serif !important;
font-size: 0.92rem !important;
line-height: 1.2 !important;
box-shadow: none !important;
}


--pvz-ui-error-border: #b96860;
.skin-vector-legacy #pvz-content-search #searchInput::placeholder {
--pvz-ui-error-background: #f8e5e2;
color: rgba(50, 73, 54, 0.54) !important;
}


--pvz-ui-warning-border: #c29a5e;
/* 보조 검색 버튼은 숨기고 실제 검색 버튼 하나만 표시 */
--pvz-ui-warning-background: #f8eedc;
.skin-vector-legacy #pvz-content-search #mw-searchButton {
display: none !important;
}


--pvz-ui-success-border: #849b76;
.skin-vector-legacy #pvz-content-search #searchButton,
--pvz-ui-success-background: #e9f1e5;
.skin-vector-legacy #pvz-content-search .searchButton:not(#mw-searchButton) {
position: relative !important;
z-index: 2;
display: block !important;
flex: 0 0 48px !important;
width: 48px !important;
height: 100% !important;
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
border-left: 2px solid #0b5432 !important;
border-radius: 0 !important;
background:
linear-gradient(
180deg,
#177447 0%,
#106a40 54%,
#0d6039 100%
) !important;
background-image:
linear-gradient(
180deg,
#177447 0%,
#106a40 54%,
#0d6039 100%
) !important;
color: transparent !important;
font-size: 0 !important;
text-indent: -9999px !important;
box-shadow: none !important;
filter: none !important;
cursor: pointer;
transition:
background 120ms ease,
filter 120ms ease;
}


background-color: var(--pvz-ui-page);
.skin-vector-legacy #pvz-content-search #searchButton:hover,
.skin-vector-legacy #pvz-content-search .searchButton:not(#mw-searchButton):hover {
background:
linear-gradient(
180deg,
#146c42 0%,
#0e623b 54%,
#0b5734 100%
) !important;
background-image:
background-image:
linear-gradient(
linear-gradient(
180deg,
180deg,
var(--pvz-ui-overlay-top) 0%,
#146c42 0%,
var(--pvz-ui-overlay-bottom) 100%
#0e623b 54%,
),
#0b5734 100%
var(--pvz-ui-background-image);
) !important;
filter: none !important;
}
 
/* JS가 삽입하는 Magnifying glass.svg 아이콘 */
.skin-vector-legacy #pvz-content-search .pvz-search-button-icon {
position: absolute;
top: 0;
right: 0;
z-index: 3;
display: flex;
align-items: center;
justify-content: center;
width: 48px;
height: 100%;
pointer-events: none;
}
 
.skin-vector-legacy #pvz-content-search .pvz-search-button-icon::before {
content: "";
display: block;
width: 23px;
height: 23px;
background-image: url("/wiki/Special:Redirect/file/Magnifying_glass.svg");
background-position: center;
background-repeat: no-repeat;
background-repeat: no-repeat;
background-position: center top;
background-size: contain;
background-size: cover;
filter: brightness(0) invert(1);
background-attachment: fixed;
transform: rotate(30deg);
color: var(--pvz-ui-text);
transform-origin: center;
}
 
/* 본문 내부에 남는 검색바 자리 제거 */
.skin-vector-legacy #content > #pvz-content-search,
.skin-vector-legacy .mw-body > #pvz-content-search {
margin: 0 !important;
}
 
@media (max-width: 1100px) {
.skin-vector-legacy #p-namespaces .vector-menu-content-list,
.skin-vector-legacy #p-views .vector-menu-content-list {
gap: 2px;
}
 
.skin-vector-legacy #p-namespaces li > a,
.skin-vector-legacy #p-views li > a,
.skin-vector-legacy #p-cactions-label {
padding-right: 10px !important;
padding-left: 10px !important;
font-size: 0.86rem;
}
 
.skin-vector-legacy #pvz-content-search {
width: min(
420px,
calc(100vw - var(--pvz-content-left, 10em) - 1rem)
) !important;
min-width: 280px;
}
}
 
@media (max-width: 800px) {
.skin-vector-legacy #pvz-content-search #searchform {
width: 100%;
}
}
 
@media (prefers-reduced-motion: reduce) {
.skin-vector-legacy .pvz-watch-spinning > a::before,
.skin-vector-legacy a.pvz-watch-spinning::before {
animation-duration: 1ms;
}
}
}


/* =========================
  v22 검색바 최종 오버라이드
  ========================= */


/* 공통 링크 */
.skin-vector-legacy #pvz-content-search #simpleSearch {
body.skin-vector-legacy a {
height: 30px !important;
color: var(--pvz-ui-link);
border-radius: 11px !important;
transition:
}
color 0.14s ease,
 
background-color 0.14s ease,
.skin-vector-legacy #pvz-content-search #searchInput {
border-color 0.14s ease;
padding: 0.15rem 46px 0.15rem 0.45rem !important;
font-family:
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
"Apple SD Gothic Neo",
"Noto Sans KR",
Arial,
sans-serif !important;
font-size: 13px !important;
font-weight: 400 !important;
line-height: 1.2 !important;
}
 
.skin-vector-legacy #pvz-content-search #searchButton,
.skin-vector-legacy #pvz-content-search .searchButton:not(#mw-searchButton) {
position: absolute !important;
top: -1px !important;
right: -1px !important;
bottom: -1px !important;
left: auto !important;
z-index: 2;
display: block !important;
width: 42px !important;
height: auto !important;
min-height: 0 !important;
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
border-left: 2px solid #063b23 !important;
border-radius: 0 !important;
outline: 0 !important;
-webkit-appearance: none !important;
appearance: none !important;
background:
linear-gradient(
180deg,
#0f633b 0%,
#0a5230 52%,
#074426 100%
) !important;
background-color: #0a5230 !important;
background-image:
linear-gradient(
180deg,
#0f633b 0%,
#0a5230 52%,
#074426 100%
) !important;
background-origin: border-box !important;
background-clip: border-box !important;
box-shadow: none !important;
text-shadow: none !important;
filter: none !important;
}
 
.skin-vector-legacy #pvz-content-search #searchButton::before,
.skin-vector-legacy #pvz-content-search #searchButton::after,
.skin-vector-legacy #pvz-content-search .searchButton:not(#mw-searchButton)::before,
.skin-vector-legacy #pvz-content-search .searchButton:not(#mw-searchButton)::after {
content: none !important;
display: none !important;
border: 0 !important;
box-shadow: none !important;
}
 
.skin-vector-legacy #pvz-content-search #searchButton:hover,
.skin-vector-legacy #pvz-content-search .searchButton:not(#mw-searchButton):hover {
background:
linear-gradient(
180deg,
#0d5a35 0%,
#084a2b 52%,
#063d22 100%
) !important;
background-color: #084a2b !important;
background-image:
linear-gradient(
180deg,
#0d5a35 0%,
#084a2b 52%,
#063d22 100%
) !important;
box-shadow: none !important;
filter: none !important;
}
}


body.skin-vector-legacy a:visited {
.skin-vector-legacy #pvz-content-search .pvz-search-button-icon {
color: var(--pvz-ui-link-visited);
top: -1px !important;
right: -1px !important;
bottom: -1px !important;
width: 42px !important;
height: auto !important;
}
}


body.skin-vector-legacy a:hover,
.skin-vector-legacy #pvz-content-search .pvz-search-button-icon::before {
body.skin-vector-legacy a:focus {
width: 18px !important;
color: var(--pvz-ui-link-hover);
height: 18px !important;
filter: none !important;
transform: rotate(30deg);
}
}




/* 공통 포커스 */
/* =========================
body.skin-vector-legacy a:focus,
  v23 최종 오버라이드
body.skin-vector-legacy button:focus,
  ========================= */
body.skin-vector-legacy input:focus,
 
body.skin-vector-legacy select:focus,
:root {
body.skin-vector-legacy textarea:focus {
--pvz-side-panel-width: 9.1rem;
outline-color: var(--pvz-ui-focus);
--pvz-side-panel-edge: 0.6rem;
--pvz-content-top: 80px;
}
}


/* 검색바 길이·검색 버튼 */
.skin-vector-legacy #pvz-content-search {
width: min(
350px,
calc(100vw - var(--pvz-content-left, 10em) - 1rem)
) !important;
max-width: 350px !important;
min-width: 0 !important;
}


/* 페이지 상단 바탕 */
.skin-vector-legacy #pvz-content-search #searchButton,
body.skin-vector-legacy #mw-page-base {
.skin-vector-legacy #pvz-content-search .searchButton:not(#mw-searchButton) {
background-color: transparent;
background:
linear-gradient(
180deg,
#70bd62 0%,
#58a94f 52%,
#479745 100%
) !important;
background-color: #58a94f !important;
background-image:
background-image:
linear-gradient(
linear-gradient(
180deg,
180deg,
var(--pvz-ui-page-deep) 0%,
#70bd62 0%,
rgba(255, 255, 255, 0) 100%
#58a94f 52%,
);
#479745 100%
) !important;
border-left-color: #347536 !important;
}
 
.skin-vector-legacy #pvz-content-search #searchButton:hover,
.skin-vector-legacy #pvz-content-search .searchButton:not(#mw-searchButton):hover {
background:
linear-gradient(
180deg,
#7bc76d 0%,
#64b65a 52%,
#50a04a 100%
) !important;
background-color: #64b65a !important;
background-image:
linear-gradient(
180deg,
#7bc76d 0%,
#64b65a 52%,
#50a04a 100%
) !important;
}
 
.skin-vector-legacy #pvz-content-search .pvz-search-button-icon::before {
width: 24px !important;
height: 24px !important;
}
}


body.skin-vector-legacy #mw-head-base {
/* 본문 오른쪽 공간과 하단창 간격 */
background: transparent;
.skin-vector-legacy #content,
.skin-vector-legacy .mw-body {
margin-right: calc(
var(--pvz-side-panel-width) +
var(--pvz-side-panel-edge) +
0.75rem
) !important;
}
}


.skin-vector-legacy #right-navigation {
margin-right: calc(
var(--pvz-side-panel-width) +
var(--pvz-side-panel-edge) +
15px
) !important;
}


/* 본문창 */
.skin-vector-legacy #footer {
body.skin-vector-legacy #content,
margin-top: 5rem !important;
body.skin-vector-legacy .mw-body {
margin-right: calc(
border-color: var(--pvz-ui-border-strong);
var(--pvz-side-panel-width) +
border-radius: 10px 0 0 10px;
var(--pvz-side-panel-edge) +
background: var(--pvz-ui-surface);
0.75rem
color: var(--pvz-ui-text);
) !important;
box-shadow:
}
0 5px 18px var(--pvz-ui-shadow),
 
inset 0 1px 0 rgba(255, 255, 255, 0.5);
/* 왼쪽 보조창: 로고칸 제거 후 본문창 상단에 맞춤 */
.skin-vector-legacy #mw-panel {
top: var(--pvz-content-top) !important;
left: var(--pvz-side-panel-edge) !important;
width: var(--pvz-side-panel-width) !important;
margin-top: 0 !important;
}
 
.skin-vector-legacy #mw-panel #p-logo {
display: none !important;
}
}


body.skin-vector-legacy .mw-body-content {
/* 보조창 바깥 위키 로고 */
color: var(--pvz-ui-text);
.skin-vector-legacy #pvz-sidebar-logo {
position: absolute !important;
top: calc(var(--pvz-content-top) - 76px) !important;
left: var(--pvz-side-panel-edge) !important;
z-index: 110;
display: block;
width: var(--pvz-side-panel-width) !important;
height: 66px !important;
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
background: none !important;
box-shadow: none !important;
overflow: visible !important;
}
}


.skin-vector-legacy #pvz-sidebar-logo #p-logo {
position: static !important;
display: block !important;
width: 100% !important;
height: 100% !important;
min-height: 0 !important;
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
border-radius: 0 !important;
background: none !important;
box-shadow: none !important;
overflow: visible !important;
}


/* 제목 */
.skin-vector-legacy #pvz-sidebar-logo #p-logo a,
body.skin-vector-legacy .mw-body-content h1,
.skin-vector-legacy #pvz-sidebar-logo #p-logo .mw-wiki-logo {
body.skin-vector-legacy .mw-body-content h2,
display: block !important;
body.skin-vector-legacy .mw-body-content h3,
width: 100% !important;
body.skin-vector-legacy .mw-body-content h4,
height: 100% !important;
body.skin-vector-legacy .mw-body-content h5,
min-height: 0 !important;
body.skin-vector-legacy .mw-body-content h6,
margin: 0 !important;
body.skin-vector-legacy #firstHeading {
background-position: center !important;
color: var(--pvz-ui-heading);
background-repeat: no-repeat !important;
border-color: var(--pvz-ui-border);
background-size: contain !important;
}
}


body.skin-vector-legacy #firstHeading {
.skin-vector-legacy #pvz-sidebar-logo #p-logo img {
text-shadow:
display: block !important;
0 1px 0
width: 100% !important;
rgba(255, 255, 255, 0.45);
height: 100% !important;
margin: 0 auto !important;
object-fit: contain !important;
}
 
/* 보조창 링크 hover: 이동 없이 밝기만 증가 */
.skin-vector-legacy #mw-panel .vector-menu-content a,
.skin-vector-legacy #mw-panel .portal .body a,
.skin-vector-legacy #pvz-right-panel .vector-menu-content a,
.skin-vector-legacy #pvz-right-panel .portal .body a {
transition: color 120ms ease !important;
transform: none !important;
}
}


.skin-vector-legacy #mw-panel .vector-menu-content a:hover,
.skin-vector-legacy #mw-panel .portal .body a:hover,
.skin-vector-legacy #pvz-right-panel .vector-menu-content a:hover,
.skin-vector-legacy #pvz-right-panel .portal .body a:hover {
color: #4d5877 !important;
transform: none !important;
}


/* 로고 */
/* 오른쪽 보조창 */
body.skin-vector-legacy #p-logo a,
.skin-vector-legacy #pvz-right-panel {
body.skin-vector-legacy .mw-wiki-logo {
position: absolute !important;
filter:
top: var(--pvz-content-top) !important;
drop-shadow(
right: var(--pvz-side-panel-edge) !important;
0 3px 5px
z-index: 100;
rgba(65, 39, 31, 0.2)
display: block;
);
width: var(--pvz-side-panel-width) !important;
margin: 0 !important;
padding: 0.7rem 0.55rem 1rem;
border: 3px solid #5b220e;
border-radius: 13px;
box-sizing: border-box;
background:
linear-gradient(
90deg,
rgba(255, 255, 255, 0.06) 0,
transparent 10%,
transparent 90%,
rgba(64, 19, 4, 0.18) 100%
),
linear-gradient(180deg, #a94f24 0%, #893819 48%, #9a421d 100%);
box-shadow:
inset 0 0 0 2px rgba(218, 114, 58, 0.52),
inset 0 12px 20px rgba(255, 165, 94, 0.1),
inset 0 -12px 20px rgba(73, 20, 5, 0.22),
0 3px 8px rgba(63, 24, 8, 0.32);
}
}


.skin-vector-legacy #pvz-right-panel .vector-menu-portal,
.skin-vector-legacy #pvz-right-panel .portal {
margin: 0 0 0.9rem !important;
padding: 0 !important;
border: 0 !important;
background: none !important;
box-shadow: none !important;
}


/* 좌측 사이드바 */
.skin-vector-legacy #pvz-right-panel .vector-menu-portal:last-child,
body.skin-vector-legacy #mw-panel {
.skin-vector-legacy #pvz-right-panel .portal:last-child {
color: var(--pvz-ui-text);
margin-bottom: 0 !important;
}
}


body.skin-vector-legacy #mw-panel .portal h3,
.skin-vector-legacy #pvz-right-panel .vector-menu-heading,
body.skin-vector-legacy
.skin-vector-legacy #pvz-right-panel .portal h3 {
#mw-panel
margin: 0 0 0.42rem !important;
.vector-menu-heading {
padding: 0 0.35rem !important;
color: var(--pvz-ui-heading);
border: 0 !important;
background: none !important;
color: #e8b94f !important;
font-family:
"SB Aggro B",
"SB 어그로 B",
"SB Aggro",
"SB 어그로",
sans-serif !important;
font-size: 0.82rem !important;
font-weight: 700 !important;
line-height: 1.35 !important;
text-align: center;
text-shadow:
text-shadow:
0 1px 0
0 1px 0 #65300f,
rgba(255, 255, 255, 0.42);
0 2px 2px rgba(61, 19, 3, 0.42);
letter-spacing: 0.015em;
}
}


body.skin-vector-legacy
.skin-vector-legacy #pvz-right-panel .vector-menu-content,
#mw-panel
.skin-vector-legacy #pvz-right-panel .portal .body {
.portal
position: relative;
.body,
margin: 0 !important;
body.skin-vector-legacy
padding: 0.68rem 0.72rem 0.72rem !important;
#mw-panel
border: 2px solid #6e2d13 !important;
.vector-menu-content {
border-radius: 5px 7px 6px 5px;
border: 1px solid var(--pvz-ui-border-soft);
box-sizing: border-box;
border-radius: 8px;
background: #f6bf7b !important;
background: var(--pvz-ui-surface-soft);
background-image: none !important;
box-shadow:
box-shadow:
0 2px 8px
inset 0 0 0 1px rgba(255, 231, 184, 0.45),
rgba(72, 43, 34, 0.07),
0 4px 5px rgba(56, 18, 4, 0.36) !important;
inset 0 1px 0
transform: rotate(-0.25deg);
rgba(255, 255, 255, 0.42);
}
 
.skin-vector-legacy #pvz-right-panel .vector-menu-content::before,
.skin-vector-legacy #pvz-right-panel .portal .body::before {
content: "";
position: absolute;
inset: 2px;
border: 1px solid rgba(124, 63, 26, 0.17);
border-radius: 4px 5px 6px 4px;
pointer-events: none;
}
 
.skin-vector-legacy #pvz-right-panel .vector-menu-content-list,
.skin-vector-legacy #pvz-right-panel .portal .body ul {
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
}
 
.skin-vector-legacy #pvz-right-panel .vector-menu-content li,
.skin-vector-legacy #pvz-right-panel .portal .body li {
margin: 0 !important;
padding: 0 !important;
line-height: 1.3 !important;
}
 
.skin-vector-legacy #pvz-right-panel .vector-menu-content li + li,
.skin-vector-legacy #pvz-right-panel .portal .body li + li {
margin-top: 0.26rem !important;
}
 
.skin-vector-legacy #pvz-right-panel .vector-menu-content a,
.skin-vector-legacy #pvz-right-panel .portal .body a {
display: block;
padding: 0.08rem;
color: #313452 !important;
font-family:
"SB Aggro L",
"SB 어그로 L",
"SB Aggro",
"SB 어그로",
sans-serif !important;
font-size: 0.78rem !important;
font-weight: 300 !important;
line-height: 1.35 !important;
text-decoration: none !important;
text-shadow: 0 1px 0 rgba(255, 239, 204, 0.38);
}
 
.skin-vector-legacy #pvz-right-panel .vector-menu-empty,
.skin-vector-legacy #pvz-right-panel .emptyPortlet {
display: none !important;
}
 
@media (max-width: 1100px) {
.skin-vector-legacy #pvz-content-search {
width: min(
350px,
calc(100vw - var(--pvz-content-left, 10em) - 1rem)
) !important;
max-width: 350px !important;
min-width: 0 !important;
}
}
 
 
/* =========================
  v24 최종 오버라이드
  ========================= */
 
html {
--pvz-side-panel-edge: 0px;
--pvz-side-panel-gap: 1rem;
--pvz-side-panel-width: 10rem;
--pvz-wide-content-gap: 0.75rem;
--pvz-right-navigation-shift: 25px;
}
 
html.pvz-width-narrow {
--pvz-side-panel-width: 14rem;
}
 
html.pvz-width-normal {
--pvz-side-panel-width: 10rem;
}
 
html.pvz-width-wide {
--pvz-side-panel-width: 0px;
}
 
/* 검색 버튼: #479745 중심의 옅은 그라데이션과 흰색 SVG 돋보기 */
.skin-vector-legacy #pvz-content-search #searchButton,
.skin-vector-legacy #pvz-content-search .searchButton:not(#mw-searchButton) {
border-left-color: #356f36 !important;
background:
linear-gradient(
180deg,
#5ba759 0%,
#479745 52%,
#3d853b 100%
) !important;
background-color: #479745 !important;
background-image:
linear-gradient(
180deg,
#5ba759 0%,
#479745 52%,
#3d853b 100%
) !important;
}
 
.skin-vector-legacy #pvz-content-search #searchButton:hover,
.skin-vector-legacy #pvz-content-search .searchButton:not(#mw-searchButton):hover {
background:
linear-gradient(
180deg,
#65b462 0%,
#51a24e 52%,
#438f41 100%
) !important;
background-color: #51a24e !important;
background-image:
linear-gradient(
180deg,
#65b462 0%,
#51a24e 52%,
#438f41 100%
) !important;
}
 
.skin-vector-legacy #pvz-content-search .pvz-search-button-icon::before {
width: 24px !important;
height: 24px !important;
background: #ffffff !important;
background-image: none !important;
-webkit-mask:
url("/wiki/Special:Redirect/file/Magnifying_glass.svg")
center / contain no-repeat;
mask:
url("/wiki/Special:Redirect/file/Magnifying_glass.svg")
center / contain no-repeat;
filter: none !important;
transform: rotate(30deg);
}
 
/* 본문·하단창·액션바의 좌우 공간 */
html:not(.pvz-width-wide) .skin-vector-legacy #content,
html:not(.pvz-width-wide) .skin-vector-legacy .mw-body {
width: auto !important;
margin-left: calc(
var(--pvz-side-panel-width) +
var(--pvz-side-panel-gap)
) !important;
margin-right: calc(
var(--pvz-side-panel-width) +
var(--pvz-side-panel-gap)
) !important;
}
 
html:not(.pvz-width-wide) .skin-vector-legacy #footer {
margin-left: calc(
var(--pvz-side-panel-width) +
var(--pvz-side-panel-gap)
) !important;
margin-right: calc(
var(--pvz-side-panel-width) +
var(--pvz-side-panel-gap)
) !important;
}
 
html:not(.pvz-width-wide) .skin-vector-legacy #left-navigation {
margin-left: calc(
var(--pvz-side-panel-width) +
var(--pvz-side-panel-gap)
) !important;
}
 
html:not(.pvz-width-wide) .skin-vector-legacy #right-navigation {
margin-right: calc(
var(--pvz-side-panel-width) +
var(--pvz-side-panel-gap) +
var(--pvz-right-navigation-shift)
) !important;
}
 
html.pvz-width-wide .skin-vector-legacy #content,
html.pvz-width-wide .skin-vector-legacy .mw-body {
width: auto !important;
margin-left: var(--pvz-wide-content-gap) !important;
margin-right: var(--pvz-wide-content-gap) !important;
}
 
html.pvz-width-wide .skin-vector-legacy #footer {
margin-left: var(--pvz-wide-content-gap) !important;
margin-right: var(--pvz-wide-content-gap) !important;
}
 
html.pvz-width-wide .skin-vector-legacy #left-navigation {
margin-left: 4.25rem !important;
}
 
html.pvz-width-wide .skin-vector-legacy #right-navigation {
margin-right: calc(
4.25rem +
var(--pvz-right-navigation-shift)
) !important;
}
 
/* 양쪽 보조창 공통: 위아래 전체를 채우는 연회색 박스 */
.skin-vector-legacy #mw-panel,
.skin-vector-legacy #pvz-right-panel {
position: fixed !important;
top: var(--pvz-content-top) !important;
bottom: 0 !important;
width: var(--pvz-side-panel-width) !important;
height: auto !important;
min-height: 0 !important;
margin: 0 !important;
padding: 1rem 0.85rem 1.25rem !important;
overflow-x: hidden !important;
overflow-y: auto !important;
border: 0 !important;
border-radius: 0 !important;
box-sizing: border-box !important;
background: #ececec !important;
background-image: none !important;
box-shadow: none !important;
}
 
.skin-vector-legacy #mw-panel {
left: var(--pvz-side-panel-edge) !important;
}
 
.skin-vector-legacy #pvz-right-panel {
right: var(--pvz-side-panel-edge) !important;
z-index: 100;
}
 
/* 왼쪽 보조창 메뉴를 단순한 회색 박스 형태로 정리 */
.skin-vector-legacy #mw-panel .vector-menu-portal,
.skin-vector-legacy #mw-panel .portal {
margin: 0 0 1.1rem !important;
padding: 0 !important;
border: 0 !important;
background: transparent !important;
box-shadow: none !important;
}
 
.skin-vector-legacy #mw-panel .vector-menu-heading,
.skin-vector-legacy #mw-panel .portal h3 {
margin: 0 0 0.5rem !important;
padding: 0 0.2rem 0.4rem !important;
border: 0 !important;
border-bottom: 1px solid #d0d0d0 !important;
background: transparent !important;
color: #555555 !important;
font-family:
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
"Apple SD Gothic Neo",
"Noto Sans KR",
Arial,
sans-serif !important;
font-size: 0.82rem !important;
font-weight: 700 !important;
line-height: 1.35 !important;
text-align: left !important;
text-shadow: none !important;
letter-spacing: 0 !important;
}
 
.skin-vector-legacy #mw-panel .vector-menu-content,
.skin-vector-legacy #mw-panel .portal .body {
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
border-radius: 0 !important;
background: transparent !important;
background-image: none !important;
box-shadow: none !important;
transform: none !important;
}
 
.skin-vector-legacy #mw-panel .vector-menu-content::before,
.skin-vector-legacy #mw-panel .portal .body::before {
content: none !important;
display: none !important;
}
}


body.skin-vector-legacy
.skin-vector-legacy #mw-panel .vector-menu-content li + li,
#mw-panel
.skin-vector-legacy #mw-panel .portal .body li + li {
.portal
margin-top: 0.18rem !important;
.body
li
a,
body.skin-vector-legacy
#mw-panel
.vector-menu-content
li
a {
color: var(--pvz-ui-link);
}
}


body.skin-vector-legacy
.skin-vector-legacy #mw-panel .vector-menu-content a,
#mw-panel
.skin-vector-legacy #mw-panel .portal .body a {
.portal
padding: 0.26rem 0.25rem !important;
.body
color: #4b4b4b !important;
li
font-family:
a:hover,
-apple-system,
body.skin-vector-legacy
BlinkMacSystemFont,
#mw-panel
"Segoe UI",
.vector-menu-content
"Apple SD Gothic Neo",
li
"Noto Sans KR",
a:hover {
Arial,
color: var(--pvz-ui-link-hover);
sans-serif !important;
font-size: 0.82rem !important;
font-weight: 400 !important;
line-height: 1.35 !important;
text-shadow: none !important;
transition: color 120ms ease !important;
transform: none !important;
}
 
.skin-vector-legacy #mw-panel .vector-menu-content a:hover,
.skin-vector-legacy #mw-panel .portal .body a:hover {
color: #479745 !important;
transform: none !important;
}
 
/* 보조창 밖 로고는 왼쪽 회색 영역 위에 유지 */
.skin-vector-legacy #pvz-sidebar-logo {
position: fixed !important;
top: calc(var(--pvz-content-top) - 76px) !important;
left: 0 !important;
width: var(--pvz-side-panel-width) !important;
}
 
/* 오른쪽 설정 보조창 */
.skin-vector-legacy #pvz-right-panel {
display: flex;
flex-direction: column;
gap: 2rem;
}
 
.skin-vector-legacy #pvz-right-panel .pvz-settings-section {
margin: 0;
padding: 0;
}
 
.skin-vector-legacy #pvz-right-panel .pvz-settings-heading {
margin: 0 0 0.65rem;
padding: 0 0.2rem 0.45rem;
border-bottom: 1px solid #d0d0d0;
color: #555555;
font-family:
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
"Apple SD Gothic Neo",
"Noto Sans KR",
Arial,
sans-serif;
font-size: 0.82rem;
font-weight: 700;
line-height: 1.35;
}
 
.skin-vector-legacy #pvz-right-panel .pvz-settings-options {
display: grid;
grid-template-columns: 1fr;
gap: 0.42rem;
}
 
.skin-vector-legacy #pvz-right-panel .pvz-settings-option {
display: block;
width: 100%;
margin: 0;
padding: 0.48rem 0.55rem;
border: 1px solid #c9c9c9;
border-radius: 7px;
box-sizing: border-box;
background: #f8f8f8;
color: #4a4a4a;
font-family:
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
"Apple SD Gothic Neo",
"Noto Sans KR",
Arial,
sans-serif;
font-size: 0.8rem;
font-weight: 500;
line-height: 1.25;
text-align: center;
cursor: pointer;
transition:
border-color 120ms ease,
background-color 120ms ease,
color 120ms ease;
}
}


.skin-vector-legacy #pvz-right-panel .pvz-settings-option:hover {
border-color: #9cb99d;
background: #ffffff;
color: #357d3a;
}


/* 상단 개인 메뉴 */
.skin-vector-legacy #pvz-right-panel .pvz-settings-option.is-active {
body.skin-vector-legacy #p-personal,
border-color: #397f3d;
body.skin-vector-legacy #p-personal a,
background: #479745;
body.skin-vector-legacy #p-personal li {
color: #ffffff;
color: var(--pvz-ui-text-muted);
font-weight: 700;
}
}


body.skin-vector-legacy #p-personal a:hover {
/* 글자 크기 설정 */
color: var(--pvz-ui-link-hover);
html.pvz-font-small .skin-vector-legacy #mw-content-text {
font-size: 66.6667% !important;
}
}


html.pvz-font-normal .skin-vector-legacy #mw-content-text {
font-size: 100% !important;
}


/* 상단 탭 배경 제거 */
html.pvz-font-large .skin-vector-legacy #mw-content-text {
body.skin-vector-legacy .vector-menu-tabs,
font-size: 200% !important;
body.skin-vector-legacy .vector-menu-tabs-legacy,
body.skin-vector-legacy #left-navigation,
body.skin-vector-legacy #right-navigation,
body.skin-vector-legacy .vector-menu-tabs ul,
body.skin-vector-legacy
.vector-menu-tabs-legacy
ul {
background-image: none;
}
}


/* 넓게 모드: 보조창을 숨기고 햄버거 버튼으로 본문 위에 열기 */
html.pvz-width-wide .skin-vector-legacy #pvz-sidebar-logo {
display: none !important;
}


/* 기본 탭 */
html.pvz-width-wide .skin-vector-legacy #mw-panel,
body.skin-vector-legacy .vector-menu-tabs li,
html.pvz-width-wide .skin-vector-legacy #pvz-right-panel {
body.skin-vector-legacy
top: var(--pvz-content-top) !important;
.vector-menu-tabs-legacy
width: min(19rem, 86vw) !important;
li {
opacity: 0;
border-color: var(--pvz-ui-border);
visibility: hidden;
background-color: var(--pvz-ui-surface-muted);
pointer-events: none;
background-image: none;
z-index: 420;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24) !important;
transition:
transition:
background-color 0.14s ease,
transform 180ms ease,
border-color 0.14s ease;
opacity 150ms ease,
visibility 150ms ease;
}
 
html.pvz-width-wide .skin-vector-legacy #mw-panel {
left: 0 !important;
transform: translateX(-104%);
}
 
html.pvz-width-wide .skin-vector-legacy #pvz-right-panel {
right: 0 !important;
transform: translateX(104%);
}
 
html.pvz-width-wide.pvz-left-panel-open .skin-vector-legacy #mw-panel,
html.pvz-width-wide.pvz-right-panel-open .skin-vector-legacy #pvz-right-panel {
opacity: 1;
visibility: visible;
pointer-events: auto;
transform: translateX(0);
}
 
.skin-vector-legacy .pvz-panel-toggle {
display: none;
position: fixed;
top: calc(var(--pvz-content-top) - 44px);
z-index: 430;
align-items: center;
justify-content: center;
width: 38px;
height: 38px;
margin: 0;
padding: 0;
border: 1px solid #bfc4bf;
border-radius: 9px;
background: #ececec;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
cursor: pointer;
}
 
.skin-vector-legacy #pvz-left-panel-toggle {
left: 0.75rem;
}
 
.skin-vector-legacy #pvz-right-panel-toggle {
right: 0.75rem;
}
 
html.pvz-width-wide .skin-vector-legacy .pvz-panel-toggle {
display: flex;
}
 
.skin-vector-legacy .pvz-panel-toggle-lines,
.skin-vector-legacy .pvz-panel-toggle-lines::before,
.skin-vector-legacy .pvz-panel-toggle-lines::after {
display: block;
width: 18px;
height: 2px;
border-radius: 999px;
background: #4d4d4d;
}
 
.skin-vector-legacy .pvz-panel-toggle-lines {
position: relative;
}
 
.skin-vector-legacy .pvz-panel-toggle-lines::before,
.skin-vector-legacy .pvz-panel-toggle-lines::after {
content: "";
position: absolute;
left: 0;
}
 
.skin-vector-legacy .pvz-panel-toggle-lines::before {
top: -6px;
}
 
.skin-vector-legacy .pvz-panel-toggle-lines::after {
top: 6px;
}
 
.skin-vector-legacy .pvz-panel-toggle:hover {
background: #ffffff;
}
 
html:not(.pvz-width-wide) .skin-vector-legacy .pvz-panel-toggle {
display: none !important;
}
}


body.skin-vector-legacy
@media (prefers-reduced-motion: reduce) {
.vector-menu-tabs
html.pvz-width-wide .skin-vector-legacy #mw-panel,
li
html.pvz-width-wide .skin-vector-legacy #pvz-right-panel {
a,
transition-duration: 1ms;
body.skin-vector-legacy
}
.vector-menu-tabs-legacy
li
a {
color: var(--pvz-ui-link);
background-image: none;
text-shadow:
0 1px 0
rgba(255, 255, 255, 0.4);
}
}


body.skin-vector-legacy
 
.vector-menu-tabs
/* =========================
li:hover,
  v25 최종 오버라이드
body.skin-vector-legacy
  ========================= */
.vector-menu-tabs-legacy
 
li:hover {
html {
background-color: var(--pvz-ui-accent-soft);
--pvz-content-top: 120px;
--pvz-side-panel-width: 9.1rem;
--pvz-side-panel-edge: 0.6rem;
--pvz-search-top: 38px;
}
}


/* v24 화면 설정 모드와 오른쪽 보조창 제거 */
.skin-vector-legacy #pvz-right-panel,
.skin-vector-legacy #pvz-right-panel-toggle,
.skin-vector-legacy .pvz-panel-toggle {
display: none !important;
}


/* 선택된 탭 */
html.pvz-font-small .skin-vector-legacy #mw-content-text,
body.skin-vector-legacy
html.pvz-font-normal .skin-vector-legacy #mw-content-text,
.vector-menu-tabs
html.pvz-font-large .skin-vector-legacy #mw-content-text {
li.selected,
font-size: inherit !important;
body.skin-vector-legacy
.vector-menu-tabs-legacy
li.selected {
border-color: var(--pvz-ui-border-strong);
background-color: var(--pvz-ui-surface);
background-image: none;
}
}


body.skin-vector-legacy
/* 본문과 액션바를 검색바 아래로 이동 */
.vector-menu-tabs
.skin-vector-legacy #content,
li.selected
.skin-vector-legacy .mw-body,
a,
.skin-vector-legacy #left-navigation,
body.skin-vector-legacy
.skin-vector-legacy #right-navigation {
.vector-menu-tabs-legacy
top: 95px !important;
li.selected
a {
color: var(--pvz-ui-heading);
}
}


.skin-vector-legacy #content,
.skin-vector-legacy .mw-body {
width: auto !important;
margin-left: 10em !important;
margin-right: 0 !important;
}


/* 더보기 버튼 */
.skin-vector-legacy #footer {
body.skin-vector-legacy
margin-left: 10em !important;
.vector-menu-dropdown
margin-right: 0 !important;
.vector-menu-heading,
body.skin-vector-legacy
#p-cactions
.vector-menu-heading {
border-color: var(--pvz-ui-border);
background-color: var(--pvz-ui-surface-muted);
background-image: none;
color: var(--pvz-ui-link);
}
}


body.skin-vector-legacy
.skin-vector-legacy #left-navigation {
.vector-menu-dropdown
margin-left: 10em !important;
.vector-menu-heading:hover,
body.skin-vector-legacy
#p-cactions
.vector-menu-heading:hover {
background-color: var(--pvz-ui-accent-soft);
color: var(--pvz-ui-link-hover);
}
}


.skin-vector-legacy #right-navigation {
margin-right: 25px !important;
}


/* 더보기 메뉴 */
/* 검색바: 오른쪽 사용자 설정바 바로 아래 */
body.skin-vector-legacy
.skin-vector-legacy #pvz-content-search {
.vector-menu-dropdown
position: absolute !important;
.vector-menu-content,
top: var(--pvz-search-top, 38px) !important;
body.skin-vector-legacy
right: 6px !important;
#p-cactions
left: auto !important;
.vector-menu-content {
width: 350px !important;
border-color: var(--pvz-ui-border-strong);
max-width: calc(100vw - 12px) !important;
border-radius: 7px;
min-width: 0 !important;
background: var(--pvz-ui-surface);
margin: 0 !important;
}
 
/* 왼쪽 보조창을 v23 나무판 디자인으로 복구 */
.skin-vector-legacy #mw-panel {
position: absolute !important;
top: var(--pvz-content-top) !important;
right: auto !important;
bottom: auto !important;
left: var(--pvz-side-panel-edge) !important;
z-index: 100;
display: block !important;
width: var(--pvz-side-panel-width) !important;
height: auto !important;
min-height: 0 !important;
margin: 0 !important;
padding: 0.7rem 0.55rem 1rem !important;
overflow: visible !important;
border: 3px solid #5b220e !important;
border-radius: 13px !important;
box-sizing: border-box !important;
background:
linear-gradient(
90deg,
rgba(255, 255, 255, 0.06) 0,
transparent 10%,
transparent 90%,
rgba(64, 19, 4, 0.18) 100%
),
linear-gradient(
180deg,
#a94f24 0%,
#893819 48%,
#9a421d 100%
) !important;
background-image:
linear-gradient(
90deg,
rgba(255, 255, 255, 0.06) 0,
transparent 10%,
transparent 90%,
rgba(64, 19, 4, 0.18) 100%
),
linear-gradient(
180deg,
#a94f24 0%,
#893819 48%,
#9a421d 100%
) !important;
box-shadow:
box-shadow:
0 6px 18px
inset 0 0 0 2px rgba(218, 114, 58, 0.52),
var(--pvz-ui-shadow-strong);
inset 0 12px 20px rgba(255, 165, 94, 0.1),
inset 0 -12px 20px rgba(73, 20, 5, 0.22),
0 3px 8px rgba(63, 24, 8, 0.32) !important;
transform: none !important;
opacity: 1 !important;
visibility: visible !important;
pointer-events: auto !important;
}
}


body.skin-vector-legacy
.skin-vector-legacy #mw-panel .vector-menu-portal,
.vector-menu-dropdown
.skin-vector-legacy #mw-panel .portal {
.vector-menu-content
margin: 0 0 0.9rem !important;
a:hover,
padding: 0 !important;
body.skin-vector-legacy
border: 0 !important;
#p-cactions
background: none !important;
.vector-menu-content
box-shadow: none !important;
a:hover {
background: var(--pvz-ui-surface-soft);
color: var(--pvz-ui-link-hover);
}
}


.skin-vector-legacy #mw-panel .vector-menu-heading,
.skin-vector-legacy #mw-panel .portal h3 {
margin: 0 0 0.42rem !important;
padding: 0 0.35rem !important;
border: 0 !important;
background: none !important;
color: #e8b94f !important;
font-family:
"SB Aggro B",
"SB 어그로 B",
"SB Aggro",
"SB 어그로",
sans-serif !important;
font-size: 0.82rem !important;
font-weight: 700 !important;
line-height: 1.35 !important;
text-align: center !important;
text-shadow:
0 1px 0 #65300f,
0 2px 2px rgba(61, 19, 3, 0.42) !important;
letter-spacing: 0.015em !important;
}


/* 검색창 외곽 */
.skin-vector-legacy #mw-panel .vector-menu-content,
body.skin-vector-legacy #simpleSearch,
.skin-vector-legacy #mw-panel .portal .body {
body.skin-vector-legacy .vector-search-box {
position: relative !important;
border-color: var(--pvz-ui-border-strong);
margin: 0 !important;
border-radius: 7px;
padding: 0.68rem 0.72rem 0.72rem !important;
background-color: var(--pvz-ui-surface);
border: 2px solid #6e2d13 !important;
border-radius: 5px 7px 6px 5px !important;
box-sizing: border-box !important;
background: #f6bf7b !important;
background-image: none !important;
box-shadow:
box-shadow:
inset 0 1px 3px
inset 0 0 0 1px rgba(255, 231, 184, 0.45),
rgba(72, 43, 34, 0.09),
0 4px 5px rgba(56, 18, 4, 0.36) !important;
0 1px 0
transform: rotate(-0.25deg) !important;
rgba(255, 255, 255, 0.42);
}
transition:
 
border-color 0.16s ease,
.skin-vector-legacy #mw-panel .vector-menu-content::before,
box-shadow 0.16s ease,
.skin-vector-legacy #mw-panel .portal .body::before {
background-color 0.16s ease;
content: "" !important;
position: absolute !important;
inset: 2px !important;
display: block !important;
border: 1px solid rgba(124, 63, 26, 0.17) !important;
border-radius: 4px 5px 6px 4px !important;
pointer-events: none !important;
}
 
.skin-vector-legacy #mw-panel .vector-menu-content-list,
.skin-vector-legacy #mw-panel .portal .body ul {
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
}
 
.skin-vector-legacy #mw-panel .vector-menu-content li,
.skin-vector-legacy #mw-panel .portal .body li {
margin: 0 !important;
padding: 0 !important;
line-height: 1.3 !important;
}
 
.skin-vector-legacy #mw-panel .vector-menu-content li + li,
.skin-vector-legacy #mw-panel .portal .body li + li {
margin-top: 0.26rem !important;
}
 
.skin-vector-legacy #mw-panel .vector-menu-content a,
.skin-vector-legacy #mw-panel .portal .body a {
display: block !important;
padding: 0.08rem !important;
color: #313452 !important;
font-family:
"SB Aggro L",
"SB 어그로 L",
"SB Aggro",
"SB 어그로",
sans-serif !important;
font-size: 0.78rem !important;
font-weight: 300 !important;
line-height: 1.35 !important;
text-decoration: none !important;
text-shadow: 0 1px 0 rgba(255, 239, 204, 0.38) !important;
transition: color 120ms ease !important;
transform: none !important;
}
}


.skin-vector-legacy #mw-panel .vector-menu-content a:hover,
.skin-vector-legacy #mw-panel .portal .body a:hover {
color: #4d5877 !important;
text-decoration: none !important;
transform: none !important;
}


/* 검색 입력 요소 */
/* 보조창 위쪽 바깥 로고 */
body.skin-vector-legacy
.skin-vector-legacy #pvz-sidebar-logo {
#simpleSearch
position: absolute !important;
#searchInput,
top: calc(var(--pvz-content-top) - 76px) !important;
body.skin-vector-legacy
right: auto !important;
.vector-search-box-input {
bottom: auto !important;
border: 0;
left: var(--pvz-side-panel-edge) !important;
border-radius: 0;
z-index: 110;
outline: 0;
display: block !important;
background: transparent;
width: var(--pvz-side-panel-width) !important;
color: var(--pvz-ui-text);
height: 66px !important;
box-shadow: none;
margin: 0 !important;
padding: 0 !important;
overflow: visible !important;
border: 0 !important;
background: none !important;
box-shadow: none !important;
}
 
.skin-vector-legacy #pvz-sidebar-logo #p-logo {
position: static !important;
display: block !important;
width: 100% !important;
height: 100% !important;
min-height: 0 !important;
margin: 0 !important;
padding: 0 !important;
overflow: visible !important;
border: 0 !important;
border-radius: 0 !important;
background: none !important;
box-shadow: none !important;
}
}


.skin-vector-legacy #pvz-sidebar-logo #p-logo a,
.skin-vector-legacy #pvz-sidebar-logo #p-logo .mw-wiki-logo {
display: block !important;
width: 100% !important;
height: 100% !important;
min-height: 0 !important;
margin: 0 !important;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: contain !important;
}


/* 검색창 포커스 */
.skin-vector-legacy #pvz-sidebar-logo #p-logo img {
body.skin-vector-legacy
display: block !important;
#simpleSearch:focus-within,
width: 100% !important;
body.skin-vector-legacy
height: 100% !important;
.vector-search-box:focus-within {
margin: 0 auto !important;
border-color: var(--pvz-ui-focus);
object-fit: contain !important;
}
 
/* 왼쪽 위 관련 문서 햄버거 버튼 */
.skin-vector-legacy #pvz-related-toggle {
position: absolute;
top: 7px;
left: 7px;
z-index: 510;
display: flex;
align-items: center;
justify-content: center;
width: 38px;
height: 38px;
margin: 0;
padding: 0;
border: 2px solid #5b220e;
border-radius: 9px;
box-sizing: border-box;
background:
linear-gradient(180deg, #a85229 0%, #853719 100%);
box-shadow:
box-shadow:
0 0 0 2px
inset 0 1px 0 rgba(255, 190, 132, 0.28),
rgba(173, 106, 87, 0.18),
0 2px 5px rgba(62, 22, 7, 0.28);
inset 0 1px 3px
cursor: pointer;
rgba(72, 43, 34, 0.07);
}
 
.skin-vector-legacy #pvz-related-toggle:hover {
filter: brightness(1.08);
}
 
.skin-vector-legacy #pvz-related-toggle .pvz-related-toggle-lines,
.skin-vector-legacy #pvz-related-toggle .pvz-related-toggle-lines::before,
.skin-vector-legacy #pvz-related-toggle .pvz-related-toggle-lines::after {
display: block;
width: 18px;
height: 2px;
border-radius: 999px;
background: #fff3dc;
}
 
.skin-vector-legacy #pvz-related-toggle .pvz-related-toggle-lines {
position: relative;
}
 
.skin-vector-legacy #pvz-related-toggle .pvz-related-toggle-lines::before,
.skin-vector-legacy #pvz-related-toggle .pvz-related-toggle-lines::after {
content: "";
position: absolute;
left: 0;
}
}


.skin-vector-legacy #pvz-related-toggle .pvz-related-toggle-lines::before {
top: -6px;
}


/* 검색 버튼 */
.skin-vector-legacy #pvz-related-toggle .pvz-related-toggle-lines::after {
body.skin-vector-legacy #searchButton,
top: 6px;
body.skin-vector-legacy #mw-searchButton,
body.skin-vector-legacy .searchButton {
border-color: var(--pvz-ui-border-strong);
border-radius: 0 6px 6px 0;
background-color: var(--pvz-ui-surface-muted);
background-image: none;
color: var(--pvz-ui-accent);
box-shadow: none;
}
}


body.skin-vector-legacy #searchButton:hover,
.skin-vector-legacy #pvz-related-menu {
body.skin-vector-legacy #mw-searchButton:hover,
position: absolute;
body.skin-vector-legacy .searchButton:hover {
top: 51px;
background-color: var(--pvz-ui-accent-soft);
left: 7px;
z-index: 500;
display: none;
width: min(280px, calc(100vw - 14px));
margin: 0;
padding: 0.75rem;
border: 3px solid #5b220e;
border-radius: 12px;
box-sizing: border-box;
background:
linear-gradient(180deg, #a34a22 0%, #833315 100%);
box-shadow: 0 5px 16px rgba(55, 20, 7, 0.34);
}
}


.skin-vector-legacy #pvz-related-menu.is-open {
display: block;
}


/* 일반 버튼 */
.skin-vector-legacy #pvz-related-menu .pvz-related-title {
body.skin-vector-legacy button,
margin: 0 0 0.55rem;
body.skin-vector-legacy input[type="button"],
padding: 0 0.15rem;
body.skin-vector-legacy input[type="submit"],
color: #f2c462;
body.skin-vector-legacy input[type="reset"],
font-family:
body.skin-vector-legacy .mw-ui-button,
"SB Aggro B",
body.skin-vector-legacy .cdx-button,
"SB 어그로 B",
body.skin-vector-legacy
"SB Aggro",
.oo-ui-buttonElement-button {
"SB 어그로",
border-color: var(--pvz-ui-border-strong);
sans-serif;
font-size: 0.82rem;
font-weight: 700;
text-shadow: 0 1px 0 #5a230b;
}
 
.skin-vector-legacy #pvz-related-menu .pvz-related-list {
margin: 0;
padding: 0.65rem 0.72rem;
border: 2px solid #6e2d13;
border-radius: 6px;
border-radius: 6px;
background-color: var(--pvz-ui-surface-muted);
background: #f6bf7b;
background-image: none;
list-style: none;
color: var(--pvz-ui-heading);
}
 
.skin-vector-legacy #pvz-related-menu .pvz-related-list li {
margin: 0;
padding: 0;
}
 
.skin-vector-legacy #pvz-related-menu .pvz-related-list li + li {
margin-top: 0.3rem;
}
 
.skin-vector-legacy #pvz-related-menu .pvz-related-list a,
.skin-vector-legacy #pvz-related-menu .pvz-related-empty {
display: block;
color: #313452;
font-family:
"SB Aggro L",
"SB 어그로 L",
"SB Aggro",
"SB 어그로",
sans-serif;
font-size: 0.78rem;
font-weight: 300;
line-height: 1.4;
text-decoration: none;
}
 
.skin-vector-legacy #pvz-related-menu .pvz-related-list a:hover {
color: #4d5877;
}
 
@media (max-width: 620px) {
.skin-vector-legacy #pvz-content-search {
right: 4px !important;
width: calc(100vw - 8px) !important;
max-width: calc(100vw - 8px) !important;
}
}
 
 
/* =========================
  v26 최종 오버라이드
  ========================= */
 
/* 검색바를 본문 왼쪽 기준의 기존 위치로 복구 */
.skin-vector-legacy #pvz-content-search {
position: absolute !important;
top: 7px !important;
right: auto !important;
left: var(--pvz-content-left, 10em) !important;
width: 350px !important;
max-width: calc(
100vw - var(--pvz-content-left, 10em) - 0.75rem
) !important;
min-width: 0 !important;
margin: 0 !important;
}
 
/* 본문창과 액션바 위치를 기존 값으로 복구 */
.skin-vector-legacy #content,
.skin-vector-legacy .mw-body,
.skin-vector-legacy #left-navigation,
.skin-vector-legacy #right-navigation {
top: 30px !important;
}
 
/* 왼쪽 보조창 공간은 유지하고 오른쪽은 화면 끝까지 확장 */
.skin-vector-legacy #content,
.skin-vector-legacy .mw-body {
width: auto !important;
margin-left: 10em !important;
margin-right: 0.55rem !important;
}
 
.skin-vector-legacy #footer {
margin-left: 10em !important;
margin-right: 0.55rem !important;
}
 
.skin-vector-legacy #left-navigation {
margin-left: 10em !important;
}
 
.skin-vector-legacy #right-navigation {
margin-right: 15px !important;
}
 
/* 관련 문서 햄버거 메뉴 완전 제거 */
.skin-vector-legacy #pvz-related-toggle,
.skin-vector-legacy #pvz-related-menu {
display: none !important;
}
 
@media (max-width: 620px) {
.skin-vector-legacy #pvz-content-search {
right: auto !important;
left: var(--pvz-content-left, 10em) !important;
width: min(
350px,
calc(100vw - var(--pvz-content-left, 10em) - 0.5rem)
) !important;
max-width: calc(
100vw - var(--pvz-content-left, 10em) - 0.5rem
) !important;
}
}
 
 
/* =========================
  v27 최종 오버라이드
  ========================= */
 
/* 위키 로고를 왼쪽 보조창 내부 로고칸으로 복구 */
.skin-vector-legacy #pvz-sidebar-logo {
display: none !important;
}
 
.skin-vector-legacy #mw-panel #p-logo {
position: relative !important;
top: auto !important;
right: auto !important;
bottom: auto !important;
left: auto !important;
display: block !important;
width: 100% !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
margin: 0 0 0.9rem !important;
padding: 0.45rem 0 !important;
overflow: hidden !important;
border: 3px solid #60230d !important;
border-radius: 12px !important;
box-sizing: border-box !important;
background:
linear-gradient(
180deg,
rgba(255, 255, 255, 0.08),
transparent 22%
),
#6c2b12 !important;
background-image:
linear-gradient(
180deg,
rgba(255, 255, 255, 0.08),
transparent 22%
) !important;
box-shadow:
box-shadow:
0 1px 2px
inset 0 2px 3px rgba(255, 168, 98, 0.22),
rgba(72, 43, 34, 0.1);
inset 0 -3px 6px rgba(48, 12, 2, 0.42),
transition:
0 2px 3px rgba(60, 20, 6, 0.28) !important;
border-color 0.14s ease,
}
background-color 0.14s ease,
 
color 0.14s ease,
.skin-vector-legacy #mw-panel #p-logo a,
box-shadow 0.14s ease;
.skin-vector-legacy #mw-panel #p-logo .mw-wiki-logo {
display: block !important;
width: 100% !important;
height: auto !important;
min-height: 0 !important;
aspect-ratio: 1 / 1;
margin: 0 !important;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: contain !important;
}
 
.skin-vector-legacy #mw-panel #p-logo img {
display: block !important;
width: 100% !important;
height: auto !important;
max-width: 100% !important;
max-height: none !important;
margin: 0 auto !important;
object-fit: contain !important;
}
}


body.skin-vector-legacy button:hover,
/* 본문 오른쪽의 보조창용 여백 제거 */
body.skin-vector-legacy
.skin-vector-legacy #content,
input[type="button"]:hover,
.skin-vector-legacy .mw-body {
body.skin-vector-legacy
margin-right: 0 !important;
input[type="submit"]:hover,
body.skin-vector-legacy
input[type="reset"]:hover,
body.skin-vector-legacy .mw-ui-button:hover,
body.skin-vector-legacy .cdx-button:hover,
body.skin-vector-legacy
.oo-ui-buttonElement-button:hover {
border-color: var(--pvz-ui-accent);
background-color: var(--pvz-ui-accent-soft);
color: var(--pvz-ui-heading);
}
}


body.skin-vector-legacy button:active,
.skin-vector-legacy #footer {
body.skin-vector-legacy
margin-right: 0 !important;
input[type="button"]:active,
body.skin-vector-legacy
input[type="submit"]:active,
body.skin-vector-legacy
.mw-ui-button:active,
body.skin-vector-legacy
.cdx-button:active,
body.skin-vector-legacy
.oo-ui-buttonElement-button:active {
background-color: var(--pvz-ui-surface-strong);
box-shadow:
inset 0 1px 3px
rgba(72, 43, 34, 0.15);
}
}




/* 주요 동작 버튼 */
/* =========================
body.skin-vector-legacy .mw-ui-progressive,
  v28 최종 오버라이드
body.skin-vector-legacy
  ========================= */
.mw-ui-button.mw-ui-progressive,
 
body.skin-vector-legacy
html {
.cdx-button--action-progressive,
--pvz-side-panel-edge: 1rem;
body.skin-vector-legacy
--pvz-side-panel-width: 9.1rem;
.oo-ui-flaggedElement-progressive
> .oo-ui-buttonElement-button {
border-color: var(--pvz-ui-accent-active);
background-color: var(--pvz-ui-accent);
color: #fffaf7;
}
}


body.skin-vector-legacy
/* 높은 우선순위로 오른쪽 보조창용 여백을 완전히 제거 */
.mw-ui-progressive:hover,
html:not(.pvz-width-wide) .skin-vector-legacy #content,
body.skin-vector-legacy
html:not(.pvz-width-wide) .skin-vector-legacy .mw-body {
.mw-ui-button.mw-ui-progressive:hover,
width: auto !important;
body.skin-vector-legacy
max-width: none !important;
.cdx-button--action-progressive:hover,
margin-left: 11.1rem !important;
body.skin-vector-legacy
margin-right: 0.2rem !important;
.oo-ui-flaggedElement-progressive
}
> .oo-ui-buttonElement-button:hover {
 
background-color: var(--pvz-ui-accent-hover);
html:not(.pvz-width-wide) .skin-vector-legacy #footer {
color: #ffffff;
margin-left: 11.1rem !important;
margin-right: 0.2rem !important;
}
}


/* 왼쪽 보조창을 화면 위쪽 가까이 올리고 양옆 바깥 여백 확대 */
.skin-vector-legacy #mw-panel {
top: 7px !important;
left: var(--pvz-side-panel-edge) !important;
width: var(--pvz-side-panel-width) !important;
margin: 0 !important;
}


/* 위험 동작 버튼 */
/* 보조창과 본문 사이 간격도 함께 확대 */
body.skin-vector-legacy .mw-ui-destructive,
html:not(.pvz-width-wide) .skin-vector-legacy #left-navigation {
body.skin-vector-legacy
margin-left: 11.1rem !important;
.cdx-button--action-destructive,
body.skin-vector-legacy
.oo-ui-flaggedElement-destructive
> .oo-ui-buttonElement-button {
border-color: #78322d;
background-color: #984039;
color: #ffffff;
}
}




/* 일반 입력 요소 */
/* =========================
body.skin-vector-legacy
  v29 최종 오버라이드
input:not([type="button"]):not(
  ========================= */
[type="submit"]
 
):not([type="reset"]):not(
html {
[type="checkbox"]
--pvz-layout-edge-gap: 1rem;
):not([type="radio"]),
--pvz-side-panel-width: 9.1rem;
body.skin-vector-legacy select,
}
body.skin-vector-legacy textarea,
 
body.skin-vector-legacy
/* 보조창의 왼쪽·위쪽·오른쪽 바깥 여백을 같은 값으로 통일 */
.oo-ui-inputWidget-input,
.skin-vector-legacy #mw-panel {
body.skin-vector-legacy
top: var(--pvz-layout-edge-gap) !important;
.cdx-text-input__input,
left: var(--pvz-layout-edge-gap) !important;
body.skin-vector-legacy .cdx-select {
width: var(--pvz-side-panel-width) !important;
border-color: var(--pvz-ui-border);
border-radius: 5px;
background-color: var(--pvz-ui-surface);
color: var(--pvz-ui-text);
transition:
border-color 0.15s ease,
box-shadow 0.15s ease,
background-color 0.15s ease;
}
}


body.skin-vector-legacy
/* 보조창 오른쪽 여백과 동일한 간격 뒤에서 본문 시작 */
input:not([type="button"]):not(
html:not(.pvz-width-wide) .skin-vector-legacy #content,
[type="submit"]
html:not(.pvz-width-wide) .skin-vector-legacy .mw-body {
):not([type="reset"]):not(
width: auto !important;
[type="checkbox"]
max-width: none !important;
):not([type="radio"]):hover,
margin-left: calc(
body.skin-vector-legacy select:hover,
var(--pvz-layout-edge-gap) +
body.skin-vector-legacy textarea:hover,
var(--pvz-side-panel-width) +
body.skin-vector-legacy
var(--pvz-layout-edge-gap)
.oo-ui-inputWidget-input:hover,
) !important;
body.skin-vector-legacy
margin-right: var(--pvz-layout-edge-gap) !important;
.cdx-text-input__input:hover,
body.skin-vector-legacy .cdx-select:hover {
border-color: var(--pvz-ui-border-strong);
}
}


body.skin-vector-legacy
html:not(.pvz-width-wide) .skin-vector-legacy #footer {
input:not([type="button"]):not(
margin-left: calc(
[type="submit"]
var(--pvz-layout-edge-gap) +
):not([type="reset"]):not(
var(--pvz-side-panel-width) +
[type="checkbox"]
var(--pvz-layout-edge-gap)
):not([type="radio"]):focus,
) !important;
body.skin-vector-legacy select:focus,
margin-right: var(--pvz-layout-edge-gap) !important;
body.skin-vector-legacy textarea:focus,
body.skin-vector-legacy
.oo-ui-inputWidget-input:focus,
body.skin-vector-legacy
.cdx-text-input__input:focus,
body.skin-vector-legacy .cdx-select:focus {
border-color: var(--pvz-ui-focus);
box-shadow:
0 0 0 2px
rgba(173, 106, 87, 0.16);
}
}


body.skin-vector-legacy
html:not(.pvz-width-wide) .skin-vector-legacy #left-navigation {
input[type="checkbox"],
margin-left: calc(
body.skin-vector-legacy
var(--pvz-layout-edge-gap) +
input[type="radio"] {
var(--pvz-side-panel-width) +
accent-color: var(--pvz-ui-accent);
var(--pvz-layout-edge-gap)
) !important;
}
}


/* 오른쪽 액션바를 본문창 오른쪽 끝에 가깝게 정렬 */
.skin-vector-legacy #right-navigation {
margin-right: var(--pvz-layout-edge-gap) !important;
}


/* 목차·분류 */
/* 검색 버튼을 더 어두운 초록색 그라데이션으로 변경 */
body.skin-vector-legacy #toc,
.skin-vector-legacy #pvz-content-search #searchButton,
body.skin-vector-legacy .toc,
.skin-vector-legacy #pvz-content-search .searchButton:not(#mw-searchButton) {
body.skin-vector-legacy .mw-warning,
border-left-color: #214f2f !important;
body.skin-vector-legacy .catlinks {
background:
border-color: var(--pvz-ui-border);
linear-gradient(
border-radius: 8px;
180deg,
background-color: var(--pvz-ui-surface-soft);
#3f843f 0%,
color: var(--pvz-ui-text);
#327334 50%,
box-shadow:
#285f2c 100%
0 2px 8px
) !important;
rgba(72, 43, 34, 0.06);
background-color: #327334 !important;
background-image:
linear-gradient(
180deg,
#3f843f 0%,
#327334 50%,
#285f2c 100%
) !important;
}
}


body.skin-vector-legacy #toc h2,
.skin-vector-legacy #pvz-content-search #searchButton:hover,
body.skin-vector-legacy .toc h2 {
.skin-vector-legacy #pvz-content-search .searchButton:not(#mw-searchButton):hover {
color: var(--pvz-ui-heading);
background:
linear-gradient(
180deg,
#478f47 0%,
#397d3b 50%,
#2e6932 100%
) !important;
background-color: #397d3b !important;
background-image:
linear-gradient(
180deg,
#478f47 0%,
#397d3b 50%,
#2e6932 100%
) !important;
}
}


body.skin-vector-legacy .tocnumber {
/* 기존 파일과 다른 형태의 흰색 돋보기 SVG */
color: var(--pvz-ui-text-muted);
.skin-vector-legacy #pvz-content-search .pvz-search-button-icon::before {
width: 25px !important;
height: 25px !important;
background: #ffffff !important;
background-image: none !important;
-webkit-mask:
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M10.75 3a7.75 7.75 0 1 0 4.82 13.82l4.31 4.31a1.25 1.25 0 0 0 1.77-1.77l-4.31-4.31A7.75 7.75 0 0 0 10.75 3Zm0 2.5a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1 0-10.5Z'/%3E%3C/svg%3E")
center / contain no-repeat !important;
mask:
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M10.75 3a7.75 7.75 0 1 0 4.82 13.82l4.31 4.31a1.25 1.25 0 0 0 1.77-1.77l-4.31-4.31A7.75 7.75 0 0 0 10.75 3Zm0 2.5a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1 0-10.5Z'/%3E%3C/svg%3E")
center / contain no-repeat !important;
filter: none !important;
transform: none !important;
}
}




/* */
/* =========================
body.skin-vector-legacy table.wikitable,
  v30 최종 오버라이드
body.skin-vector-legacy .wikitable {
  ========================= */
border-color: var(--pvz-ui-border-strong);
 
background-color: var(--pvz-ui-surface);
html {
color: var(--pvz-ui-text);
--pvz-layout-edge-gap: 1rem;
--pvz-side-panel-width: 9.8rem;
}
 
/* 넓어진 보조창 너비에 맞춰 본문과 왼쪽 액션바 위치 조정 */
html:not(.pvz-width-wide) .skin-vector-legacy #content,
html:not(.pvz-width-wide) .skin-vector-legacy .mw-body {
width: auto !important;
max-width: none !important;
margin-left: calc(
var(--pvz-layout-edge-gap) +
var(--pvz-side-panel-width) +
var(--pvz-layout-edge-gap)
) !important;
margin-right: var(--pvz-layout-edge-gap) !important;
}
}


body.skin-vector-legacy
html:not(.pvz-width-wide) .skin-vector-legacy #footer {
table.wikitable
margin-left: calc(
> tr
var(--pvz-layout-edge-gap) +
> th,
var(--pvz-side-panel-width) +
body.skin-vector-legacy
var(--pvz-layout-edge-gap)
table.wikitable
) !important;
> *
margin-right: var(--pvz-layout-edge-gap) !important;
> tr
> th,
body.skin-vector-legacy
.wikitable
> tr
> th,
body.skin-vector-legacy
.wikitable
> *
> tr
> th {
border-color: var(--pvz-ui-border);
background-color: var(--pvz-ui-surface-muted);
color: var(--pvz-ui-heading);
}
}


body.skin-vector-legacy
html:not(.pvz-width-wide) .skin-vector-legacy #left-navigation {
table.wikitable
margin-left: calc(
> tr
var(--pvz-layout-edge-gap) +
> td,
var(--pvz-side-panel-width) +
body.skin-vector-legacy
var(--pvz-layout-edge-gap)
table.wikitable
) !important;
> *
> tr
> td,
body.skin-vector-legacy
.wikitable
> tr
> td,
body.skin-vector-legacy
.wikitable
> *
> tr
> td {
border-color: var(--pvz-ui-border);
background-color: var(--pvz-ui-surface);
}
}


/* 오른쪽 액션바를 화면 및 본문 오른쪽 끝에 확실히 고정 */
.skin-vector-legacy #right-navigation {
position: absolute !important;
top: 30px !important;
right: var(--pvz-layout-edge-gap) !important;
left: auto !important;
float: none !important;
margin: 0 !important;
padding: 0 !important;
transform: none !important;
}


/* 코드·인용 */
/* 검색 버튼: 어두운 명도는 유지하면서 초록색 채도 강화 */
body.skin-vector-legacy pre,
.skin-vector-legacy #pvz-content-search #searchButton,
body.skin-vector-legacy code,
.skin-vector-legacy #pvz-content-search .searchButton:not(#mw-searchButton) {
body.skin-vector-legacy .mw-code {
border-left-color: #075f25 !important;
border-color: var(--pvz-ui-border);
background:
background-color: var(--pvz-ui-surface-soft);
linear-gradient(
color: var(--pvz-ui-text);
180deg,
#15983a 0%,
#07852e 52%,
#006f24 100%
) !important;
background-color: #07852e !important;
background-image:
linear-gradient(
180deg,
#15983a 0%,
#07852e 52%,
#006f24 100%
) !important;
}
}


body.skin-vector-legacy blockquote {
.skin-vector-legacy #pvz-content-search #searchButton:hover,
border-left-color: var(--pvz-ui-accent-soft);
.skin-vector-legacy #pvz-content-search .searchButton:not(#mw-searchButton):hover {
background-color: var(--pvz-ui-surface-soft);
background:
color: var(--pvz-ui-text);
linear-gradient(
180deg,
#1ca843 0%,
#0b9435 52%,
#007b29 100%
) !important;
background-color: #0b9435 !important;
background-image:
linear-gradient(
180deg,
#1ca843 0%,
#0b9435 52%,
#007b29 100%
) !important;
}
}


/* 보조창 글자의 밝은 그림자 제거 */
.skin-vector-legacy #mw-panel,
.skin-vector-legacy #mw-panel .vector-menu-heading,
.skin-vector-legacy #mw-panel .portal h3,
.skin-vector-legacy #mw-panel .vector-menu-content a,
.skin-vector-legacy #mw-panel .portal .body a {
text-shadow: none !important;
}


/* 공통 메시지 */
/* 로고칸과 로고 요소의 최소 높이 제한 해제 */
body.skin-vector-legacy .mw-message-box,
.skin-vector-legacy #mw-panel #p-logo,
body.skin-vector-legacy .messagebox,
.skin-vector-legacy #mw-panel #p-logo a,
body.skin-vector-legacy .errorbox,
.skin-vector-legacy #mw-panel #p-logo .mw-wiki-logo,
body.skin-vector-legacy .successbox,
.skin-vector-legacy #mw-panel #p-logo img {
body.skin-vector-legacy .warningbox {
min-height: initial !important;
border-color: var(--pvz-ui-border-strong);
border-radius: 7px;
background-color: var(--pvz-ui-surface-soft);
color: var(--pvz-ui-text);
}
}




/* 오류 메시지 */
/* =========================
body.skin-vector-legacy
  v31 최종 강제 오버라이드
.mw-message-box-error,
  ========================= */
body.skin-vector-legacy .errorbox {
 
border-color: var(--pvz-ui-error-border);
html {
background-color: var(--pvz-ui-error-background);
--pvz-layout-edge-gap: 1rem !important;
--pvz-side-panel-width: 10.4rem !important;
}
}


/* 보조창 너비를 직접 지정해 이전 변수·너비 선언을 모두 덮어씀 */
body.skin-vector-legacy #mw-panel,
.skin-vector-legacy #mw-panel,
#mw-panel {
left: var(--pvz-layout-edge-gap) !important;
width: var(--pvz-side-panel-width) !important;
max-width: var(--pvz-side-panel-width) !important;
}


/* 경고 메시지 */
/* 넓어진 보조창에 맞춰 본문과 왼쪽 액션바 시작점을 직접 재설정 */
body.skin-vector-legacy
body.skin-vector-legacy #content,
.mw-message-box-warning,
body.skin-vector-legacy .mw-body,
body.skin-vector-legacy .warningbox {
.skin-vector-legacy #content,
border-color: var(--pvz-ui-warning-border);
.skin-vector-legacy .mw-body {
background-color: var(--pvz-ui-warning-background);
width: auto !important;
max-width: none !important;
margin-left: calc(
var(--pvz-layout-edge-gap) +
var(--pvz-side-panel-width) +
var(--pvz-layout-edge-gap)
) !important;
margin-right: var(--pvz-layout-edge-gap) !important;
}
}


body.skin-vector-legacy #footer,
.skin-vector-legacy #footer {
margin-left: calc(
var(--pvz-layout-edge-gap) +
var(--pvz-side-panel-width) +
var(--pvz-layout-edge-gap)
) !important;
margin-right: var(--pvz-layout-edge-gap) !important;
}


/* 성공 메시지 */
body.skin-vector-legacy #left-navigation,
body.skin-vector-legacy
.skin-vector-legacy #left-navigation {
.mw-message-box-success,
margin-left: calc(
body.skin-vector-legacy .successbox {
var(--pvz-layout-edge-gap) +
border-color: var(--pvz-ui-success-border);
var(--pvz-side-panel-width) +
background-color: var(--pvz-ui-success-background);
var(--pvz-layout-edge-gap)
) !important;
}
}


/* 오른쪽 액션바: JS가 계산한 본문 오른쪽 여백에 강제로 맞춤 */
body.skin-vector-legacy #right-navigation,
.skin-vector-legacy #right-navigation,
#right-navigation {
position: absolute !important;
top: 30px !important;
right: var(--pvz-content-right-gap, 1rem) !important;
left: auto !important;
display: flex !important;
flex-direction: row !important;
align-items: flex-end !important;
justify-content: flex-end !important;
width: max-content !important;
max-width: none !important;
float: none !important;
margin: 0 !important;
padding: 0 !important;
transform: none !important;
}


/* 편집 화면 */
body.skin-vector-legacy #right-navigation #p-views,
body.skin-vector-legacy
body.skin-vector-legacy #right-navigation #p-cactions,
.wikiEditor-ui-toolbar,
.skin-vector-legacy #right-navigation #p-views,
body.skin-vector-legacy .wikiEditor-ui-top,
.skin-vector-legacy #right-navigation #p-cactions,
body.skin-vector-legacy .wikiEditor-ui-view,
#right-navigation #p-views,
body.skin-vector-legacy .editOptions {
#right-navigation #p-cactions {
border-color: var(--pvz-ui-border);
position: relative !important;
background-color: var(--pvz-ui-surface-soft);
right: auto !important;
left: auto !important;
float: none !important;
margin-right: 0 !important;
margin-left: 3px !important;
transform: none !important;
}
}


body.skin-vector-legacy
/* 검색 버튼: 명도는 유지하면서 채도를 확실하게 높인 초록색 */
.wikiEditor-ui-toolbar
body.skin-vector-legacy #pvz-content-search #simpleSearch #searchButton,
.group,
body.skin-vector-legacy #pvz-content-search #simpleSearch .searchButton:not(#mw-searchButton),
body.skin-vector-legacy
.skin-vector-legacy #pvz-content-search #simpleSearch #searchButton,
.wikiEditor-ui-toolbar
.skin-vector-legacy #pvz-content-search #simpleSearch .searchButton:not(#mw-searchButton),
.section {
#pvz-content-search #simpleSearch #searchButton,
border-color: var(--pvz-ui-border);
#pvz-content-search #simpleSearch .searchButton:not(#mw-searchButton) {
border-left: 2px solid #00661f !important;
background: linear-gradient(
180deg,
#00ad3d 0%,
#009432 50%,
#007a28 100%
) !important;
background-color: #009432 !important;
background-image: linear-gradient(
180deg,
#00ad3d 0%,
#009432 50%,
#007a28 100%
) !important;
box-shadow: none !important;
filter: none !important;
}
}


body.skin-vector-legacy #pvz-content-search #simpleSearch #searchButton:hover,
body.skin-vector-legacy #pvz-content-search #simpleSearch .searchButton:not(#mw-searchButton):hover,
.skin-vector-legacy #pvz-content-search #simpleSearch #searchButton:hover,
.skin-vector-legacy #pvz-content-search #simpleSearch .searchButton:not(#mw-searchButton):hover,
#pvz-content-search #simpleSearch #searchButton:hover,
#pvz-content-search #simpleSearch .searchButton:not(#mw-searchButton):hover {
background: linear-gradient(
180deg,
#08bd48 0%,
#00a23a 50%,
#00852e 100%
) !important;
background-color: #00a23a !important;
background-image: linear-gradient(
180deg,
#08bd48 0%,
#00a23a 50%,
#00852e 100%
) !important;
}


/* 검색 결과 */
/* 보조창 안의 모든 글자 그림자 제거 */
body.skin-vector-legacy
body.skin-vector-legacy #mw-panel,
.mw-search-result-heading
body.skin-vector-legacy #mw-panel *,
a,
.skin-vector-legacy #mw-panel,
body.skin-vector-legacy
.skin-vector-legacy #mw-panel *,
.mw-specialpage-summary
#mw-panel,
a {
#mw-panel * {
color: var(--pvz-ui-link);
text-shadow: none !important;
}
}


body.skin-vector-legacy
/* 로고칸 자체의 최소 높이 제한만 제거 */
.mw-search-result-data,
body.skin-vector-legacy #mw-panel #p-logo,
body.skin-vector-legacy .searchresult,
.skin-vector-legacy #mw-panel #p-logo,
body.skin-vector-legacy
#mw-panel #p-logo {
.mw-search-profile-tabs {
min-height: unset !important;
color: var(--pvz-ui-text-muted);
}
}




/* 특수 문서 표면 */
/* =========================
body.skin-vector-legacy
  v32 최종 오버라이드
.mw-search-profile-tabs,
  ========================= */
body.skin-vector-legacy
 
.mw-pager-navigation-bar,
/* 오른쪽 액션바: 왼쪽 액션바와 같은 높이, 그 위치에서 왼쪽으로 15px */
body.skin-vector-legacy .TablePager_nav,
body.skin-vector-legacy #right-navigation,
body.skin-vector-legacy
.skin-vector-legacy #right-navigation,
.mw-changeslist-legend,
#right-navigation {
body.skin-vector-legacy
top: var(--pvz-navigation-top, 30px) !important;
.mw-rcfilters-ui-filterWrapperWidget,
right: calc(
body.skin-vector-legacy
var(--pvz-content-right-gap, 1rem) + 15px
.mw-rcfilters-ui-changesListWrapperWidget {
) !important;
border-color: var(--pvz-ui-border);
border-radius: 8px;
background-color: var(--pvz-ui-surface-soft);
color: var(--pvz-ui-text);
}
}


/* 검색바 상단을 보조창 상단과 동일하게 맞춤 */
body.skin-vector-legacy #pvz-content-search,
.skin-vector-legacy #pvz-content-search,
#pvz-content-search {
top: var(--pvz-layout-edge-gap, 1rem) !important;
}


/* 팝업·OOUI·Codex 메뉴 */
/* 검색 버튼 오른쪽 끝에 밝고 얇은 세로선 추가 */
body.skin-vector-legacy
body.skin-vector-legacy #pvz-content-search #simpleSearch #searchButton,
.oo-ui-popupWidget-popup,
body.skin-vector-legacy #pvz-content-search #simpleSearch .searchButton:not(#mw-searchButton),
body.skin-vector-legacy
.skin-vector-legacy #pvz-content-search #simpleSearch #searchButton,
.oo-ui-menuSelectWidget,
.skin-vector-legacy #pvz-content-search #simpleSearch .searchButton:not(#mw-searchButton),
body.skin-vector-legacy .cdx-menu,
#pvz-content-search #simpleSearch #searchButton,
body.skin-vector-legacy
#pvz-content-search #simpleSearch .searchButton:not(#mw-searchButton) {
.cdx-dialog__body,
overflow: hidden !important;
body.skin-vector-legacy
.cdx-dialog__header,
body.skin-vector-legacy
.cdx-dialog__footer {
border-color: var(--pvz-ui-border-strong);
background-color: var(--pvz-ui-surface);
color: var(--pvz-ui-text);
box-shadow:
box-shadow:
0 7px 22px
inset -1px 0 0 rgba(142, 255, 163, 0.9) !important;
var(--pvz-ui-shadow-strong);
}
}


body.skin-vector-legacy
/* 로고칸 내부 상하 여백을 최대한 축소 */
.oo-ui-optionWidget-highlighted,
body.skin-vector-legacy #mw-panel #p-logo,
body.skin-vector-legacy
.skin-vector-legacy #mw-panel #p-logo,
.oo-ui-optionWidget-selected,
#mw-panel #p-logo {
body.skin-vector-legacy
padding-top: 0 !important;
.cdx-menu-item:hover,
padding-bottom: 0 !important;
body.skin-vector-legacy
.cdx-menu-item--selected {
background-color: var(--pvz-ui-surface-muted);
color: var(--pvz-ui-heading);
}
}




/* 푸터 */
/* =========================
body.skin-vector-legacy #footer {
  v33 최종 오버라이드
color: var(--pvz-ui-text-muted);
  ========================= */
 
html {
--pvz-right-action-offset: 230px;
--pvz-compact-search-width: 175px;
--pvz-compact-search-gap: 15px;
}
}


body.skin-vector-legacy #footer a {
/* 오른쪽 액션바를 왼쪽으로 크게 이동해 검색바 공간 확보 */
color: var(--pvz-ui-link);
body.skin-vector-legacy #right-navigation,
.skin-vector-legacy #right-navigation,
#right-navigation {
top: var(--pvz-navigation-top, 30px) !important;
right: calc(
var(--pvz-content-right-gap, 1rem) +
var(--pvz-right-action-offset)
) !important;
left: auto !important;
}
}


body.skin-vector-legacy #footer-info,
/* 더보기 버튼만 기존 위치보다 4px 위로 이동 */
body.skin-vector-legacy #footer-places {
body.skin-vector-legacy #p-cactions-label,
border-color: var(--pvz-ui-border);
.skin-vector-legacy #p-cactions-label,
#p-cactions-label {
top: 3px !important;
}
}


/* 비워 둔 오른쪽 공간에 축소 검색바 배치 */
body.skin-vector-legacy #pvz-content-search,
.skin-vector-legacy #pvz-content-search,
#pvz-content-search {
position: absolute !important;
top: var(--pvz-navigation-top, 30px) !important;
right: calc(
var(--pvz-content-right-gap, 1rem) +
var(--pvz-compact-search-gap)
) !important;
left: auto !important;
width: var(--pvz-compact-search-width) !important;
max-width: var(--pvz-compact-search-width) !important;
min-width: 0 !important;
margin: 0 !important;
}


/* 텍스트 선택 */
body.skin-vector-legacy #pvz-content-search #simpleSearch,
body.skin-vector-legacy ::selection {
.skin-vector-legacy #pvz-content-search #simpleSearch,
background: #d8b2a3;
#pvz-content-search #simpleSearch {
color: #33231e;
height: 26px !important;
border-width: 1px !important;
border-radius: 11px !important;
}
}


body.skin-vector-legacy #pvz-content-search #searchInput,
.skin-vector-legacy #pvz-content-search #searchInput,
#pvz-content-search #searchInput {
padding: 0.15rem 0.32rem !important;
font-size: 0.76rem !important;
line-height: 1.1 !important;
}


/* 수동 다크 모드 */
body.skin-vector-legacy #pvz-content-search #searchButton,
html.skin-theme-clientpref-night
body.skin-vector-legacy #pvz-content-search .searchButton:not(#mw-searchButton),
body.skin-vector-legacy {
.skin-vector-legacy #pvz-content-search #searchButton,
--pvz-ui-background-image:
.skin-vector-legacy #pvz-content-search .searchButton:not(#mw-searchButton),
url("/wiki/Special:Redirect/file/Wiki_Bg_Dark.png");
#pvz-content-search #searchButton,
#pvz-content-search .searchButton:not(#mw-searchButton) {
flex-basis: 34px !important;
width: 34px !important;
border-left-width: 1px !important;
}


--pvz-ui-overlay-top:
body.skin-vector-legacy #pvz-content-search .pvz-search-button-icon,
rgba(24, 19, 17, 0.34);
.skin-vector-legacy #pvz-content-search .pvz-search-button-icon,
#pvz-content-search .pvz-search-button-icon {
width: 34px !important;
}


--pvz-ui-overlay-bottom:
body.skin-vector-legacy #pvz-content-search .pvz-search-button-icon::before,
rgba(22, 17, 15, 0.78);
.skin-vector-legacy #pvz-content-search .pvz-search-button-icon::before,
#pvz-content-search .pvz-search-button-icon::before {
width: 18px !important;
height: 18px !important;
}


--pvz-ui-page: #241d1a;
/* 더보기 메뉴 */
--pvz-ui-page-deep: rgba(28, 22, 20, 0.82);
body.skin-vector-legacy #p-cactions .vector-menu-content,
.skin-vector-legacy #p-cactions .vector-menu-content,
#p-cactions .vector-menu-content {
top: calc(100% + 7px) !important;
right: 0 !important;
left: auto !important;
min-width: 150px !important;
margin: 0 !important;
padding: 0.35rem !important;
overflow: visible !important;
border: 0 !important;
border-radius: 11px !important;
background: rgba(255, 255, 255, 0.98) !important;
background-image: none !important;
box-shadow: 0 5px 14px rgba(86, 51, 22, 0.22) !important;
}
 
body.skin-vector-legacy #p-cactions .vector-menu-content-list,
.skin-vector-legacy #p-cactions .vector-menu-content-list,
#p-cactions .vector-menu-content-list {
display: block !important;
margin: 0 !important;
padding: 0 !important;
background: transparent !important;
}


--pvz-ui-surface:
body.skin-vector-legacy #p-cactions .vector-menu-content li,
rgba(47, 39, 35, 0.97);
.skin-vector-legacy #p-cactions .vector-menu-content li,
#p-cactions .vector-menu-content li {
display: block !important;
margin: 0 !important;
padding: 0 !important;
background: transparent !important;
}


--pvz-ui-surface-soft:
body.skin-vector-legacy #p-cactions .vector-menu-content li + li,
rgba(57, 47, 43, 0.96);
.skin-vector-legacy #p-cactions .vector-menu-content li + li,
#p-cactions .vector-menu-content li + li {
margin-top: 0.3rem !important;
}


--pvz-ui-surface-muted:
body.skin-vector-legacy #p-cactions .vector-menu-content li > a,
rgba(72, 56, 50, 0.96);
.skin-vector-legacy #p-cactions .vector-menu-content li > a,
#p-cactions .vector-menu-content li > a {
display: block !important;
width: 100% !important;
min-height: 0 !important;
margin: 0 !important;
padding: 0.48rem 0.65rem !important;
border: 1.5px solid #c79a4a !important;
border-radius: 8px !important;
box-sizing: border-box !important;
background: #ffffff !important;
background-image: none !important;
color: #75462d !important;
font-family:
"SB Aggro M",
"SB 어그로 M",
"SB Aggro",
"SB 어그로",
sans-serif !important;
font-size: 0.76rem !important;
font-weight: 500 !important;
line-height: 1.3 !important;
text-align: left !important;
text-shadow: none !important;
box-shadow: none !important;
transform: none !important;
}


--pvz-ui-surface-strong:
body.skin-vector-legacy #p-cactions .vector-menu-content li > a:hover,
rgba(87, 65, 57, 0.97);
.skin-vector-legacy #p-cactions .vector-menu-content li > a:hover,
#p-cactions .vector-menu-content li > a:hover {
border-color: #af7c2f !important;
background: #fff8e9 !important;
color: #5e321e !important;
text-decoration: none !important;
}


--pvz-ui-border: #75584e;
/* 환경 설정·로그인·계정 만들기 화면 */
--pvz-ui-border-soft: rgba(151, 111, 98, 0.42);
body.mw-special-Preferences #content,
--pvz-ui-border-strong: #9b7366;
body.mw-special-Userlogin #content,
body.mw-special-CreateAccount #content,
body.mw-special-Preferences .mw-body,
body.mw-special-Userlogin .mw-body,
body.mw-special-CreateAccount .mw-body {
background: #e6d2b2 !important;
border-color: #5b1f09 !important;
}


--pvz-ui-accent: #a56f5e;
body.mw-special-Preferences #preferences,
--pvz-ui-accent-hover: #c0836f;
body.mw-special-Preferences #mw-prefs-form,
--pvz-ui-accent-active: #8c584b;
body.mw-special-Userlogin .mw-htmlform,
--pvz-ui-accent-soft: #67483f;
body.mw-special-CreateAccount .mw-htmlform,
body.mw-special-Userlogin #userloginForm,
body.mw-special-CreateAccount #userloginForm {
border: 2px solid #b88a59 !important;
border-radius: 16px !important;
background: #fffaf0 !important;
box-shadow: 0 4px 12px rgba(91, 31, 9, 0.12) !important;
}


--pvz-ui-text: #eaded8;
body.mw-special-Preferences #preferences,
--pvz-ui-text-muted: #bca9a1;
body.mw-special-Preferences #mw-prefs-form {
--pvz-ui-heading: #fff3ed;
padding: 1rem !important;
}


--pvz-ui-link: #e0a18d;
body.mw-special-Userlogin .mw-htmlform,
--pvz-ui-link-hover: #f5b7a3;
body.mw-special-CreateAccount .mw-htmlform,
--pvz-ui-link-visited: #c8a2c3;
body.mw-special-Userlogin #userloginForm,
body.mw-special-CreateAccount #userloginForm {
max-width: 520px !important;
margin-right: auto !important;
margin-left: auto !important;
padding: 1.15rem !important;
box-sizing: border-box !important;
}


--pvz-ui-focus: #d68e78;
body.mw-special-Preferences .oo-ui-inputWidget-input,
body.mw-special-Preferences .mw-ui-input,
body.mw-special-Userlogin .oo-ui-inputWidget-input,
body.mw-special-Userlogin .mw-ui-input,
body.mw-special-CreateAccount .oo-ui-inputWidget-input,
body.mw-special-CreateAccount .mw-ui-input,
body.mw-special-Preferences input[type="text"],
body.mw-special-Preferences input[type="password"],
body.mw-special-Preferences input[type="email"],
body.mw-special-Userlogin input[type="text"],
body.mw-special-Userlogin input[type="password"],
body.mw-special-Userlogin input[type="email"],
body.mw-special-CreateAccount input[type="text"],
body.mw-special-CreateAccount input[type="password"],
body.mw-special-CreateAccount input[type="email"],
body.mw-special-Preferences select,
body.mw-special-Preferences textarea {
border: 2px solid #9d7651 !important;
border-radius: 10px !important;
background: #fffdf8 !important;
color: #4b3328 !important;
box-shadow: none !important;
}


--pvz-ui-shadow:
body.mw-special-Preferences .oo-ui-inputWidget-input:focus,
rgba(0, 0, 0, 0.26);
body.mw-special-Preferences .mw-ui-input:focus,
body.mw-special-Userlogin .oo-ui-inputWidget-input:focus,
body.mw-special-Userlogin .mw-ui-input:focus,
body.mw-special-CreateAccount .oo-ui-inputWidget-input:focus,
body.mw-special-CreateAccount .mw-ui-input:focus,
body.mw-special-Preferences input:focus,
body.mw-special-Userlogin input:focus,
body.mw-special-CreateAccount input:focus,
body.mw-special-Preferences select:focus,
body.mw-special-Preferences textarea:focus {
border-color: #479745 !important;
outline: 0 !important;
box-shadow: 0 0 0 3px rgba(71, 151, 69, 0.16) !important;
}


--pvz-ui-shadow-strong:
body.mw-special-Preferences .oo-ui-buttonElement-button,
rgba(0, 0, 0, 0.42);
body.mw-special-Preferences .mw-ui-button,
body.mw-special-Userlogin .oo-ui-buttonElement-button,
body.mw-special-Userlogin .mw-ui-button,
body.mw-special-CreateAccount .oo-ui-buttonElement-button,
body.mw-special-CreateAccount .mw-ui-button {
border: 2px solid #356f36 !important;
border-radius: 999px !important;
background: linear-gradient(
180deg,
#62aa5f 0%,
#479745 100%
) !important;
color: #ffffff !important;
font-family:
"SB Aggro M",
"SB 어그로 M",
"SB Aggro",
"SB 어그로",
sans-serif !important;
font-weight: 500 !important;
text-shadow: none !important;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24) !important;
}


--pvz-ui-error-border: #a85d56;
body.mw-special-Preferences .oo-ui-buttonElement-button:hover,
--pvz-ui-error-background: #4c302d;
body.mw-special-Preferences .mw-ui-button:hover,
body.mw-special-Userlogin .oo-ui-buttonElement-button:hover,
body.mw-special-Userlogin .mw-ui-button:hover,
body.mw-special-CreateAccount .oo-ui-buttonElement-button:hover,
body.mw-special-CreateAccount .mw-ui-button:hover {
filter: brightness(1.06);
}


--pvz-ui-warning-border: #a98455;
body.mw-special-Preferences #preftoc,
--pvz-ui-warning-background: #493c2b;
body.mw-special-Preferences .oo-ui-tabSelectWidget {
border: 2px solid #b88a59 !important;
border-radius: 12px !important;
background: #f5dfbd !important;
}


--pvz-ui-success-border: #718a65;
body.mw-special-Preferences #preftoc a,
--pvz-ui-success-background: #34402f;
body.mw-special-Preferences .oo-ui-tabOptionWidget {
color: #68412c !important;
font-family:
"SB Aggro M",
"SB 어그로 M",
"SB Aggro",
"SB 어그로",
sans-serif !important;
text-shadow: none !important;
}
}




/* 운영체제 설정을 따르는 다크 모드 */
/* =========================
@media screen and (prefers-color-scheme: dark) {
  v34 최종 오버라이드
html.skin-theme-clientpref-os
  ========================= */
body.skin-vector-legacy {
--pvz-ui-background-image:
url("/wiki/Special:Redirect/file/Wiki_Bg_Dark.png");


--pvz-ui-overlay-top:
html {
rgba(24, 19, 17, 0.34);
--pvz-content-top-v34: 24px;
--pvz-compact-search-width: 195px;
--pvz-search-down-offset: 5px;
}
 
/* 본문창을 조금 더 위로 이동 */
body.skin-vector-legacy #content,
body.skin-vector-legacy .mw-body,
.skin-vector-legacy #content,
.skin-vector-legacy .mw-body {
top: var(--pvz-content-top-v34) !important;
}
 
/* 왼쪽 액션바를 기존 위치보다 조금 더 왼쪽으로 이동 */
body.skin-vector-legacy #left-navigation,
.skin-vector-legacy #left-navigation,
#left-navigation {
top: var(--pvz-content-top-v34) !important;
margin-left: calc(
var(--pvz-layout-edge-gap) +
var(--pvz-side-panel-width) +
var(--pvz-layout-edge-gap) -
8px
) !important;
}


--pvz-ui-overlay-bottom:
/* 오른쪽 액션바도 본문 높이 변경에 맞춰 유지 */
rgba(22, 17, 15, 0.78);
body.skin-vector-legacy #right-navigation,
.skin-vector-legacy #right-navigation,
#right-navigation {
top: var(--pvz-navigation-top, var(--pvz-content-top-v34)) !important;
}


--pvz-ui-page: #241d1a;
/* 검색바를 소폭 늘리고 본문 오른쪽 끝에 정확히 맞춤 */
--pvz-ui-page-deep:
body.skin-vector-legacy #pvz-content-search,
rgba(28, 22, 20, 0.82);
.skin-vector-legacy #pvz-content-search,
#pvz-content-search {
top: calc(
var(--pvz-navigation-top, var(--pvz-content-top-v34)) +
var(--pvz-search-down-offset)
) !important;
right: var(--pvz-content-right-gap, 1rem) !important;
left: auto !important;
width: var(--pvz-compact-search-width) !important;
max-width: var(--pvz-compact-search-width) !important;
}


--pvz-ui-surface:
/* 검색 버튼 배경을 문서 제목과 같은 #106A40으로 통일 */
rgba(47, 39, 35, 0.97);
body.skin-vector-legacy #pvz-content-search #simpleSearch #searchButton,
body.skin-vector-legacy #pvz-content-search #simpleSearch .searchButton:not(#mw-searchButton),
.skin-vector-legacy #pvz-content-search #simpleSearch #searchButton,
.skin-vector-legacy #pvz-content-search #simpleSearch .searchButton:not(#mw-searchButton),
#pvz-content-search #simpleSearch #searchButton,
#pvz-content-search #simpleSearch .searchButton:not(#mw-searchButton) {
border-left-color: #0b5432 !important;
background: #106a40 !important;
background-color: #106a40 !important;
background-image: none !important;
}


--pvz-ui-surface-soft:
body.skin-vector-legacy #pvz-content-search #simpleSearch #searchButton:hover,
rgba(57, 47, 43, 0.96);
body.skin-vector-legacy #pvz-content-search #simpleSearch .searchButton:not(#mw-searchButton):hover,
.skin-vector-legacy #pvz-content-search #simpleSearch #searchButton:hover,
.skin-vector-legacy #pvz-content-search #simpleSearch .searchButton:not(#mw-searchButton):hover,
#pvz-content-search #simpleSearch #searchButton:hover,
#pvz-content-search #simpleSearch .searchButton:not(#mw-searchButton):hover {
background: #0d5b36 !important;
background-color: #0d5b36 !important;
background-image: none !important;
}


--pvz-ui-surface-muted:
/* 로고칸의 상하 길이를 크게 축소 */
rgba(72, 56, 50, 0.96);
body.skin-vector-legacy #mw-panel #p-logo,
.skin-vector-legacy #mw-panel #p-logo,
#mw-panel #p-logo {
height: 58px !important;
min-height: 0 !important;
max-height: 58px !important;
margin-bottom: 0.72rem !important;
padding: 0 !important;
}


--pvz-ui-surface-strong:
body.skin-vector-legacy #mw-panel #p-logo a,
rgba(87, 65, 57, 0.97);
body.skin-vector-legacy #mw-panel #p-logo .mw-wiki-logo,
.skin-vector-legacy #mw-panel #p-logo a,
.skin-vector-legacy #mw-panel #p-logo .mw-wiki-logo,
#mw-panel #p-logo a,
#mw-panel #p-logo .mw-wiki-logo {
width: 100% !important;
height: 58px !important;
min-height: 0 !important;
max-height: 58px !important;
aspect-ratio: auto !important;
background-size: contain !important;
}


--pvz-ui-border: #75584e;
body.skin-vector-legacy #mw-panel #p-logo img,
--pvz-ui-border-soft:
.skin-vector-legacy #mw-panel #p-logo img,
rgba(151, 111, 98, 0.42);
#mw-panel #p-logo img {
width: 100% !important;
height: 58px !important;
min-height: 0 !important;
max-height: 58px !important;
object-fit: contain !important;
}


--pvz-ui-border-strong: #9b7366;
/* 환경 설정·로그인·회원가입 화면 공통 */
html.pvz-special-preferences body.skin-vector-legacy #content,
html.pvz-special-login body.skin-vector-legacy #content,
html.pvz-special-createaccount body.skin-vector-legacy #content,
html.pvz-special-preferences body.skin-vector-legacy .mw-body,
html.pvz-special-login body.skin-vector-legacy .mw-body,
html.pvz-special-createaccount body.skin-vector-legacy .mw-body {
background: #e6d2b2 !important;
border: 15px solid #5b1f09 !important;
border-radius: 30px !important;
box-shadow: none !important;
}


--pvz-ui-accent: #a56f5e;
html.pvz-special-preferences body.skin-vector-legacy #content::before,
--pvz-ui-accent-hover: #c0836f;
html.pvz-special-login body.skin-vector-legacy #content::before,
--pvz-ui-accent-active: #8c584b;
html.pvz-special-createaccount body.skin-vector-legacy #content::before,
--pvz-ui-accent-soft: #67483f;
html.pvz-special-preferences body.skin-vector-legacy .mw-body::before,
html.pvz-special-login body.skin-vector-legacy .mw-body::before,
html.pvz-special-createaccount body.skin-vector-legacy .mw-body::before {
content: "" !important;
position: absolute !important;
inset: 15px !important;
z-index: -1 !important;
display: block !important;
border-radius: 18px !important;
background: #fffae9 !important;
}


--pvz-ui-text: #eaded8;
/* 특수 화면의 실제 폼 컨테이너를 폭넓게 지정 */
--pvz-ui-text-muted: #bca9a1;
html.pvz-special-preferences body.skin-vector-legacy #preferences,
--pvz-ui-heading: #fff3ed;
html.pvz-special-preferences body.skin-vector-legacy #mw-prefs-form,
html.pvz-special-preferences body.skin-vector-legacy .mw-prefs-container,
html.pvz-special-preferences body.skin-vector-legacy .oo-ui-panelLayout,
html.pvz-special-login body.skin-vector-legacy #userloginForm,
html.pvz-special-login body.skin-vector-legacy .mw-htmlform,
html.pvz-special-login body.skin-vector-legacy .mw-ui-vform,
html.pvz-special-login body.skin-vector-legacy .oo-ui-panelLayout,
html.pvz-special-createaccount body.skin-vector-legacy #userloginForm,
html.pvz-special-createaccount body.skin-vector-legacy #mw-createaccount-form,
html.pvz-special-createaccount body.skin-vector-legacy .mw-htmlform,
html.pvz-special-createaccount body.skin-vector-legacy .mw-ui-vform,
html.pvz-special-createaccount body.skin-vector-legacy .oo-ui-panelLayout {
border: 2px solid #b88a59 !important;
border-radius: 16px !important;
box-sizing: border-box !important;
background: #fffaf0 !important;
box-shadow: 0 4px 12px rgba(91, 31, 9, 0.12) !important;
}


--pvz-ui-link: #e0a18d;
html.pvz-special-login body.skin-vector-legacy #userloginForm,
--pvz-ui-link-hover: #f5b7a3;
html.pvz-special-login body.skin-vector-legacy .mw-htmlform,
--pvz-ui-link-visited: #c8a2c3;
html.pvz-special-login body.skin-vector-legacy .mw-ui-vform,
html.pvz-special-createaccount body.skin-vector-legacy #userloginForm,
html.pvz-special-createaccount body.skin-vector-legacy #mw-createaccount-form,
html.pvz-special-createaccount body.skin-vector-legacy .mw-htmlform,
html.pvz-special-createaccount body.skin-vector-legacy .mw-ui-vform {
width: min(100%, 560px) !important;
margin-right: auto !important;
margin-left: auto !important;
padding: 1.2rem !important;
}


--pvz-ui-focus: #d68e78;
/* 환경 설정 탭 */
html.pvz-special-preferences body.skin-vector-legacy #preftoc,
html.pvz-special-preferences body.skin-vector-legacy .oo-ui-tabSelectWidget,
html.pvz-special-preferences body.skin-vector-legacy .oo-ui-indexLayout-tabPanel {
border: 2px solid #b88a59 !important;
border-radius: 12px !important;
background: #f5dfbd !important;
box-shadow: none !important;
}


--pvz-ui-shadow:
html.pvz-special-preferences body.skin-vector-legacy #preftoc a,
rgba(0, 0, 0, 0.26);
html.pvz-special-preferences body.skin-vector-legacy .oo-ui-tabOptionWidget,
html.pvz-special-preferences body.skin-vector-legacy .oo-ui-tabOptionWidget-label {
color: #68412c !important;
font-family:
"SB Aggro M",
"SB 어그로 M",
"SB Aggro",
"SB 어그로",
sans-serif !important;
text-shadow: none !important;
}


--pvz-ui-shadow-strong:
/* 특수 화면 입력창 */
rgba(0, 0, 0, 0.42);
html.pvz-special-preferences body.skin-vector-legacy input,
html.pvz-special-preferences body.skin-vector-legacy select,
html.pvz-special-preferences body.skin-vector-legacy textarea,
html.pvz-special-preferences body.skin-vector-legacy .oo-ui-inputWidget-input,
html.pvz-special-login body.skin-vector-legacy input,
html.pvz-special-login body.skin-vector-legacy select,
html.pvz-special-login body.skin-vector-legacy textarea,
html.pvz-special-login body.skin-vector-legacy .oo-ui-inputWidget-input,
html.pvz-special-createaccount body.skin-vector-legacy input,
html.pvz-special-createaccount body.skin-vector-legacy select,
html.pvz-special-createaccount body.skin-vector-legacy textarea,
html.pvz-special-createaccount body.skin-vector-legacy .oo-ui-inputWidget-input {
border: 2px solid #9d7651 !important;
border-radius: 10px !important;
box-sizing: border-box !important;
background: #fffdf8 !important;
color: #4b3328 !important;
box-shadow: none !important;
}


--pvz-ui-error-border: #a85d56;
html.pvz-special-preferences body.skin-vector-legacy input:focus,
--pvz-ui-error-background: #4c302d;
html.pvz-special-preferences body.skin-vector-legacy select:focus,
html.pvz-special-preferences body.skin-vector-legacy textarea:focus,
html.pvz-special-preferences body.skin-vector-legacy .oo-ui-inputWidget-input:focus,
html.pvz-special-login body.skin-vector-legacy input:focus,
html.pvz-special-login body.skin-vector-legacy select:focus,
html.pvz-special-login body.skin-vector-legacy textarea:focus,
html.pvz-special-login body.skin-vector-legacy .oo-ui-inputWidget-input:focus,
html.pvz-special-createaccount body.skin-vector-legacy input:focus,
html.pvz-special-createaccount body.skin-vector-legacy select:focus,
html.pvz-special-createaccount body.skin-vector-legacy textarea:focus,
html.pvz-special-createaccount body.skin-vector-legacy .oo-ui-inputWidget-input:focus {
border-color: #479745 !important;
outline: 0 !important;
box-shadow: 0 0 0 3px rgba(71, 151, 69, 0.16) !important;
}


--pvz-ui-warning-border: #a98455;
/* 특수 화면 버튼 */
--pvz-ui-warning-background: #493c2b;
html.pvz-special-preferences body.skin-vector-legacy button,
html.pvz-special-preferences body.skin-vector-legacy .mw-ui-button,
html.pvz-special-preferences body.skin-vector-legacy .oo-ui-buttonElement-button,
html.pvz-special-login body.skin-vector-legacy button,
html.pvz-special-login body.skin-vector-legacy .mw-ui-button,
html.pvz-special-login body.skin-vector-legacy .oo-ui-buttonElement-button,
html.pvz-special-createaccount body.skin-vector-legacy button,
html.pvz-special-createaccount body.skin-vector-legacy .mw-ui-button,
html.pvz-special-createaccount body.skin-vector-legacy .oo-ui-buttonElement-button {
border: 2px solid #356f36 !important;
border-radius: 999px !important;
background: linear-gradient(
180deg,
#62aa5f 0%,
#479745 100%
) !important;
color: #ffffff !important;
font-family:
"SB Aggro M",
"SB 어그로 M",
"SB Aggro",
"SB 어그로",
sans-serif !important;
font-weight: 500 !important;
text-shadow: none !important;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24) !important;
}


--pvz-ui-success-border: #718a65;
/* 로그인·회원가입 안내 및 보조 박스 */
--pvz-ui-success-background: #34402f;
html.pvz-special-login body.skin-vector-legacy .mw-htmlform-ooui-wrapper,
}
html.pvz-special-createaccount body.skin-vector-legacy .mw-htmlform-ooui-wrapper,
html.pvz-special-login body.skin-vector-legacy .mw-createacct-benefits-container,
html.pvz-special-createaccount body.skin-vector-legacy .mw-createacct-benefits-container {
border-radius: 14px !important;
background: transparent !important;
color: #4b3328 !important;
}
}