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

식물 vs 좀비 위키
둘러보기로 이동 검색으로 이동
편집 요약 없음
태그: 되돌려진 기여
Brokey (토론)의 502 판 편집을 되돌림
태그: 편집 취소 되돌려진 기여
1번째 줄: 1번째 줄:
/* MediaWiki:Gadget-Timeless.css
* PvZKRWiki 모바일 Timeless 디자인
* Timeless의 기존 구조·기능·버튼 위치는 유지하고 시각 디자인만 변경합니다.
*/
/* =========================
  공통 색상
  ========================= */
body.skin-timeless {
--pvz-mobile-bg: #f5ead7;
--pvz-mobile-paper: #fffae9;
--pvz-mobile-paper-soft: #f6e7c9;
--pvz-mobile-paper-strong: #e6d2b2;
--pvz-mobile-green: #106a40;
--pvz-mobile-green-hover: #167b4c;
--pvz-mobile-green-dark: #0b5432;
--pvz-mobile-brown: #783b24;
--pvz-mobile-brown-hover: #87472f;
--pvz-mobile-brown-dark: #5b1f09;
--pvz-mobile-border: #b1844f;
--pvz-mobile-text: #493125;
--pvz-mobile-muted: #755f50;
--pvz-mobile-link: #0c7045;
--pvz-mobile-link-hover: #0a8b50;
--pvz-mobile-shadow: 0 5px 14px rgba(61, 30, 13, 0.16);
--pvz-mobile-radius: 16px;
--pvz-mobile-font-light:
"SB Aggro L",
"SB 어그로 L",
"SB Aggro",
"SB 어그로",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
"Apple SD Gothic Neo",
"Noto Sans KR",
sans-serif;
--pvz-mobile-font-medium:
"SB Aggro M",
"SB 어그로 M",
"SB Aggro",
"SB 어그로",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
"Apple SD Gothic Neo",
"Noto Sans KR",
sans-serif;
--pvz-mobile-font-bold:
"SB Aggro B",
"SB 어그로 B",
"SB Aggro",
"SB 어그로",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
"Apple SD Gothic Neo",
"Noto Sans KR",
sans-serif;
}
html.skin-theme-clientpref-night body.skin-timeless,
html[data-color-mode="dark"] body.skin-timeless,
body.skin-theme-clientpref-night.skin-timeless,
body.skin-timeless[data-color-mode="dark"] {
--pvz-mobile-bg: #201913;
--pvz-mobile-paper: #2d241d;
--pvz-mobile-paper-soft: #3a2d23;
--pvz-mobile-paper-strong: #4a3729;
--pvz-mobile-green: #1d7049;
--pvz-mobile-green-hover: #26845a;
--pvz-mobile-green-dark: #124b31;
--pvz-mobile-brown: #6e3928;
--pvz-mobile-brown-hover: #7d4633;
--pvz-mobile-brown-dark: #3e1c10;
--pvz-mobile-border: #76543a;
--pvz-mobile-text: #f0e4d2;
--pvz-mobile-muted: #c4b39f;
--pvz-mobile-link: #72c898;
--pvz-mobile-link-hover: #92dfb2;
--pvz-mobile-shadow: 0 5px 16px rgba(0, 0, 0, 0.28);
}
@media (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os body.skin-timeless {
--pvz-mobile-bg: #201913;
--pvz-mobile-paper: #2d241d;
--pvz-mobile-paper-soft: #3a2d23;
--pvz-mobile-paper-strong: #4a3729;
--pvz-mobile-green: #1d7049;
--pvz-mobile-green-hover: #26845a;
--pvz-mobile-green-dark: #124b31;
--pvz-mobile-brown: #6e3928;
--pvz-mobile-brown-hover: #7d4633;
--pvz-mobile-brown-dark: #3e1c10;
--pvz-mobile-border: #76543a;
--pvz-mobile-text: #f0e4d2;
--pvz-mobile-muted: #c4b39f;
--pvz-mobile-link: #72c898;
--pvz-mobile-link-hover: #92dfb2;
--pvz-mobile-shadow: 0 5px 16px rgba(0, 0, 0, 0.28);
}
}
/* =========================
  초기 기본 디자인 노출 방지
  ========================= */
html:not(.pvz-timeless-ready) body.skin-timeless #mw-header-container,
html:not(.pvz-timeless-ready) body.skin-timeless #mw-content-container,
html:not(.pvz-timeless-ready) body.skin-timeless #mw-site-navigation,
html:not(.pvz-timeless-ready) body.skin-timeless #mw-related-navigation,
html:not(.pvz-timeless-ready) body.skin-timeless #mw-footer-container {
visibility: hidden !important;
}
html:not(.pvz-timeless-ready),
html:not(.pvz-timeless-ready) body.skin-timeless {
background-color: #f5ead7 !important;
}
/* =========================
/* =========================
   전역 고정 배경
   전체 배경·기본 글꼴
   ========================= */
   ========================= */


html {
html,
body.skin-timeless {
min-height: 100% !important;
min-height: 100% !important;
background-color: #f5ead7 !important;
}
}


12번째 줄: 134번째 줄:
min-height: 100vh !important;
min-height: 100vh !important;
margin: 0 !important;
margin: 0 !important;
background: var(--pvz-mobile-bg) !important;
background-image: none !important;
color: var(--pvz-mobile-text) !important;
font-family: var(--pvz-mobile-font-light) !important;
font-weight: 300 !important;
line-height: 1.62 !important;
isolation: isolate;
isolation: isolate;
background: transparent !important;
background-image: none !important;
/* 보드 두께·안쪽 여백 (화면 크기별로 아래 미디어쿼리에서 조정) */
--pvzt-frame: 9px;
--pvzt-pad-x: 18px;
}
}


30번째 줄: 152번째 줄:
height: 100vh;
height: 100vh;
pointer-events: none;
pointer-events: none;
background-color: #f5ead7;
background-color: var(--pvz-mobile-bg);
background-image:
background-image: url("/wiki/Special:Redirect/file/Wiki_Bg_Light.png");
url("/wiki/Special:Redirect/file/Wiki_Bg_Light.png");
background-position: center center;
background-position: center center;
background-repeat: no-repeat;
background-repeat: no-repeat;
41번째 줄: 162번째 줄:
html[data-color-mode="dark"] body.skin-timeless::before,
html[data-color-mode="dark"] body.skin-timeless::before,
body.skin-theme-clientpref-night.skin-timeless::before,
body.skin-theme-clientpref-night.skin-timeless::before,
body[data-color-mode="dark"].skin-timeless::before {
body.skin-timeless[data-color-mode="dark"]::before {
background-color: #201913;
background-image: url("/wiki/Special:Redirect/file/Wiki_Bg_Dark.png");
background-image:
url("/wiki/Special:Redirect/file/Wiki_Bg_Dark.png");
}
}


@media (prefers-color-scheme: dark) {
@media (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os body.skin-timeless::before,
html.skin-theme-clientpref-os body.skin-timeless::before {
body.skin-theme-clientpref-os.skin-timeless::before,
background-image: url("/wiki/Special:Redirect/file/Wiki_Bg_Dark.png");
html:not(.skin-theme-clientpref-day) body.skin-timeless::before {
background-color: #201913;
background-image:
url("/wiki/Special:Redirect/file/Wiki_Bg_Dark.png");
}
}
}
}


html.skin-theme-clientpref-day body.skin-timeless::before,
body.skin-timeless a {
html[data-color-mode="light"] body.skin-timeless::before,
color: var(--pvz-mobile-link) !important;
body.skin-theme-clientpref-day.skin-timeless::before,
body[data-color-mode="light"].skin-timeless::before {
background-color: #f5ead7;
background-image:
url("/wiki/Special:Redirect/file/Wiki_Bg_Light.png");
}
}


/* Timeless 기본 배경(회색 바탕·고양이 워터마크·초록 하단선) 제거 */
body.skin-timeless a:hover,
.skin-timeless #mw-content-container,
body.skin-timeless a:focus {
.skin-timeless #mw-content-block,
color: var(--pvz-mobile-link-hover) !important;
.skin-timeless #mw-content-wrapper {
background: transparent !important;
background-image: none !important;
border-bottom: 0 !important;
}
}


body.skin-timeless :focus-visible {
outline: 2px solid var(--pvz-mobile-green) !important;
outline-offset: 2px !important;
}


/* =========================
/* =========================
   상단 헤더: 초록 사용자바
   Timeless 기본 장식 제거
   ========================= */
   ========================= */


.skin-timeless #mw-header-container {
body.skin-timeless #mw-header-container,
background: #479745 !important;
body.skin-timeless #mw-header,
body.skin-timeless #mw-content-container,
body.skin-timeless #mw-content-wrapper,
body.skin-timeless #mw-content-block,
body.skin-timeless #mw-content,
body.skin-timeless #content,
body.skin-timeless .mw-body,
body.skin-timeless #mw-site-navigation,
body.skin-timeless #mw-related-navigation,
body.skin-timeless #mw-footer-container,
body.skin-timeless #mw-footer {
background-image: none !important;
background-image: none !important;
color: #ffffff !important;
text-shadow: none !important;
border: 0 !important;
}
box-shadow:
 
inset 0 -2px 0 rgba(41, 102, 40, 0.45),
body.skin-timeless #mw-content-container::before,
0 2px 5px rgba(39, 78, 32, 0.2) !important;
body.skin-timeless #mw-content-container::after,
body.skin-timeless #mw-content-wrapper::before,
body.skin-timeless #mw-content-wrapper::after,
body.skin-timeless #mw-content-block::before,
body.skin-timeless #mw-content-block::after,
body.skin-timeless #mw-content::before,
body.skin-timeless #mw-content::after,
body.skin-timeless #content::before,
body.skin-timeless #content::after {
content: none !important;
display: none !important;
}
}


/* 851~1099px 구간의 보조 헤더 바 */
/* =========================
.skin-timeless #mw-header-hack,
  상단바
.skin-timeless #mw-header-nav-hack {
  ========================= */
background: #479745 !important;
 
body.skin-timeless #mw-header-container {
position: relative !important;
z-index: 1000 !important;
width: 100% !important;
max-width: none !important;
margin: 0 !important;
padding:
max(8px, env(safe-area-inset-top))
max(10px, env(safe-area-inset-right))
8px
max(10px, env(safe-area-inset-left)) !important;
border: 0 !important;
border: 0 !important;
box-shadow:
border-bottom: 3px solid var(--pvz-mobile-green-dark) !important;
inset 0 -2px 0 rgba(41, 102, 40, 0.45) !important;
border-radius: 0 !important;
box-sizing: border-box !important;
background: var(--pvz-mobile-green) !important;
box-shadow: 0 3px 10px rgba(42, 20, 8, 0.2) !important;
color: #ffffff !important;
}
}


/* 사이트 이름 */
body.skin-timeless #mw-header {
.skin-timeless #p-logo-text a {
width: 100% !important;
max-width: 1120px !important;
margin: 0 auto !important;
padding: 0 !important;
border: 0 !important;
background: transparent !important;
box-shadow: none !important;
color: #ffffff !important;
color: #ffffff !important;
font-family:
"SB Aggro B",
"SB 어그로 B",
"SB Aggro",
"SB 어그로",
sans-serif !important;
font-variant: normal !important;
font-weight: 700 !important;
text-shadow: 0 1px 1px rgba(35, 83, 32, 0.5) !important;
}
}


.skin-timeless #p-logo-text a:hover {
body.skin-timeless #mw-header a,
text-decoration: none !important;
body.skin-timeless #mw-header button,
filter: brightness(1.06);
body.skin-timeless #mw-header label,
body.skin-timeless #mw-header .mw-ui-icon {
color: #ffffff !important;
text-shadow: none !important;
}
}


/* 헤더의 사용자 도구 텍스트 */
body.skin-timeless #p-logo,
.skin-timeless #user-tools,
body.skin-timeless #p-logo-text,
.skin-timeless #user-tools a,
body.skin-timeless .mw-wiki-logo,
.skin-timeless #personal > h2,
body.skin-timeless .mw-logo {
.skin-timeless #personal > h2 span {
background: transparent !important;
color: #2c2c2c;
background-image: none !important;
border: 0 !important;
box-shadow: none !important;
}
}


/* 위키 로고(왼쪽 열 상단) */
body.skin-timeless #p-logo-text,
.skin-timeless .mw-wiki-logo {
body.skin-timeless .mw-logo-wordmark,
filter: drop-shadow(0 2px 4px rgba(45, 25, 8, 0.3));
body.skin-timeless .mw-logo-tagline {
font-family: var(--pvz-mobile-font-bold) !important;
font-weight: 700 !important;
color: #ffffff !important;
text-shadow: 0 1px 0 var(--pvz-mobile-green-dark) !important;
}
}


/* 메뉴·도구·사용자 아이콘 버튼: 크림색 칩
/* 상단 아이콘·메뉴 버튼 */
  (기본 회색 아이콘이 잘 보이도록 밝은 배경 유지) */
body.skin-timeless #mw-header button,
.skin-timeless #mw-site-navigation > h2,
body.skin-timeless #mw-header .mw-ui-button,
.skin-timeless #mw-related-navigation > h2,
body.skin-timeless #mw-header .oo-ui-buttonElement-button,
.skin-timeless #personal > h2 {
body.skin-timeless #mw-header .cdx-button,
background-color: #fffae9 !important;
body.skin-timeless #mw-header .mw-ui-icon {
border: 1px solid rgba(255, 255, 255, 0.26) !important;
border-radius: 10px !important;
background: rgba(255, 255, 255, 0.1) !important;
background-image: none !important;
background-image: none !important;
border: 2px solid #2f6631 !important;
box-shadow: none !important;
border-radius: 9px !important;
transition:
box-shadow: 0 2px 3px rgba(30, 60, 25, 0.28) !important;
background-color 120ms ease,
}
border-color 120ms ease !important;
 
.skin-timeless #mw-site-navigation > h2:hover,
.skin-timeless #mw-related-navigation > h2:hover,
.skin-timeless #personal > h2:hover {
filter: brightness(1.05);
}
}


/* 드롭다운 말풍선 꼬리 색 */
body.skin-timeless #mw-header button:hover,
.skin-timeless .pokey {
body.skin-timeless #mw-header .mw-ui-button:hover,
border-bottom-color: #5b220e !important;
body.skin-timeless #mw-header .oo-ui-buttonElement-button:hover,
body.skin-timeless #mw-header .cdx-button:hover,
body.skin-timeless #mw-header .mw-ui-icon:hover {
border-color: rgba(255, 255, 255, 0.4) !important;
background: rgba(255, 255, 255, 0.18) !important;
}
}


/* =========================
/* =========================
   메뉴 패널: 나무판 + 주황 카드
   검색창
  (모바일 드롭다운과 데스크톱 양쪽 열 공통)
   ========================= */
   ========================= */


.skin-timeless #mw-site-navigation .sidebar-inner,
body.skin-timeless #p-search,
.skin-timeless #mw-related-navigation .sidebar-inner,
body.skin-timeless .mw-portlet-search,
.skin-timeless #personal .dropdown {
body.skin-timeless form[role="search"],
border: 3px solid #5b220e !important;
body.skin-timeless #searchform,
border-radius: 13px !important;
body.skin-timeless .search-form {
background:
background: transparent !important;
linear-gradient(
background-image: none !important;
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:
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) !important;
}
 
/* 패널 안 소제목 */
.skin-timeless #mw-site-navigation .sidebar-inner h2,
.skin-timeless #mw-site-navigation .sidebar-inner h3,
.skin-timeless #mw-related-navigation .sidebar-inner h2,
.skin-timeless #mw-related-navigation .sidebar-inner h3,
.skin-timeless #personal .dropdown h3 {
border: 0 !important;
border: 0 !important;
background: none !important;
box-shadow: none !important;
color: #e8b94f !important;
font-family:
"SB Aggro B",
"SB 어그로 B",
"SB Aggro",
"SB 어그로",
sans-serif !important;
font-weight: 700 !important;
text-align: center !important;
text-shadow: none !important;
letter-spacing: 0.015em !important;
}
}


/* 링크 목록: 주황 카드 */
body.skin-timeless #simpleSearch,
.skin-timeless #mw-site-navigation .sidebar-inner .mw-portlet ul,
body.skin-timeless .search-box,
.skin-timeless #mw-related-navigation .sidebar-inner .mw-portlet ul,
body.skin-timeless .mw-searchInput,
.skin-timeless #personal .dropdown ul {
body.skin-timeless #searchInput {
position: relative;
border-radius: 11px !important;
margin: 0 0 0.4rem !important;
padding: 0.62rem 0.68rem !important;
border: 2px solid #6e2d13 !important;
border-radius: 5px 7px 6px 5px !important;
box-sizing: border-box !important;
box-sizing: border-box !important;
list-style: none !important;
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-timeless #mw-site-navigation .sidebar-inner .mw-portlet li,
body.skin-timeless #simpleSearch {
.skin-timeless #mw-related-navigation .sidebar-inner .mw-portlet li,
overflow: hidden !important;
.skin-timeless #personal .dropdown li {
border: 2px solid var(--pvz-mobile-green-dark) !important;
margin: 0 !important;
background: var(--pvz-mobile-paper) !important;
padding: 0 !important;
background-image: none !important;
list-style: none !important;
box-shadow: none !important;
line-height: 1.3 !important;
}
}


.skin-timeless #mw-site-navigation .sidebar-inner .mw-portlet li + li,
body.skin-timeless #searchInput,
.skin-timeless #mw-related-navigation .sidebar-inner .mw-portlet li + li,
body.skin-timeless .mw-searchInput,
.skin-timeless #personal .dropdown li + li {
body.skin-timeless input[name="search"] {
margin-top: 0.26rem !important;
color: var(--pvz-mobile-text) !important;
background: var(--pvz-mobile-paper) !important;
background-image: none !important;
font-family: var(--pvz-mobile-font-light) !important;
font-weight: 300 !important;
box-shadow: none !important;
}
}


.skin-timeless #mw-site-navigation .sidebar-inner .mw-portlet ul a,
body.skin-timeless #searchInput::placeholder,
.skin-timeless #mw-related-navigation .sidebar-inner .mw-portlet ul a,
body.skin-timeless .mw-searchInput::placeholder,
.skin-timeless #personal .dropdown ul a {
body.skin-timeless input[name="search"]::placeholder {
display: block !important;
color: var(--pvz-mobile-muted) !important;
padding: 0.08rem !important;
opacity: 0.78 !important;
color: #313452 !important;
font-family:
"SB Aggro L",
"SB 어그로 L",
"SB Aggro",
"SB 어그로",
sans-serif !important;
font-size: 0.8rem !important;
font-weight: 300 !important;
line-height: 1.35 !important;
text-decoration: none !important;
text-shadow: none !important;
transition: color 120ms ease !important;
}
}


.skin-timeless #mw-site-navigation .sidebar-inner .mw-portlet ul a:hover,
body.skin-timeless #searchButton,
.skin-timeless #mw-related-navigation .sidebar-inner .mw-portlet ul a:hover,
body.skin-timeless .searchButton,
.skin-timeless #personal .dropdown ul a:hover {
body.skin-timeless button[type="submit"][name="fulltext"] {
color: #4d5877 !important;
border: 0 !important;
text-decoration: none !important;
border-left: 2px solid var(--pvz-mobile-green-dark) !important;
border-radius: 0 !important;
background: var(--pvz-mobile-green) !important;
background-image: none !important;
box-shadow: none !important;
color: #ffffff !important;
}
}


.skin-timeless .sidebar-inner .emptyPortlet {
body.skin-timeless #searchButton:hover,
display: none !important;
body.skin-timeless .searchButton:hover,
body.skin-timeless button[type="submit"][name="fulltext"]:hover {
background: var(--pvz-mobile-green-hover) !important;
}
}


/* =========================
/* =========================
   검색바
   본문 배치
   ========================= */
   ========================= */


.skin-timeless #simpleSearch {
body.skin-timeless #mw-content-container,
overflow: hidden;
body.skin-timeless #mw-content-wrapper,
border: 2px solid #496f4d !important;
body.skin-timeless #mw-content-block {
border-radius: 11px !important;
width: 100% !important;
background: #fbfefb !important;
max-width: 100% !important;
background-image: none !important;
margin: 0 !important;
box-shadow: 0 2px 4px rgba(34, 74, 40, 0.14) !important;
padding: 0 !important;
}
 
.skin-timeless #simpleSearch:focus-within {
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;
}
 
.skin-timeless #searchInput {
border: 0 !important;
border: 0 !important;
outline: 0 !important;
background: transparent !important;
background: transparent !important;
color: #324936 !important;
box-shadow: none !important;
box-shadow: none !important;
padding-right: 3em !important;
}
}


.skin-timeless #searchInput::placeholder {
body.skin-timeless #mw-content,
color: rgba(50, 73, 54, 0.54) !important;
body.skin-timeless #content,
body.skin-timeless .mw-body {
width: calc(100% - 20px) !important;
max-width: 1120px !important;
margin: 14px auto 18px !important;
padding:
18px
max(14px, env(safe-area-inset-right))
20px
max(14px, env(safe-area-inset-left)) !important;
border: 6px solid var(--pvz-mobile-brown-dark) !important;
border-radius: 20px !important;
box-sizing: border-box !important;
background: var(--pvz-mobile-paper) !important;
background-image: none !important;
box-shadow: var(--pvz-mobile-shadow) !important;
color: var(--pvz-mobile-text) !important;
overflow: visible !important;
}
}


/* 검색 버튼: 문서 제목과 같은 초록 + 흰 돋보기 */
body.skin-timeless #mw-content-text,
.skin-timeless #searchButton,
body.skin-timeless .mw-parser-output {
.skin-timeless #mw-searchButton {
color: var(--pvz-mobile-text) !important;
top: 0 !important;
font-family: var(--pvz-mobile-font-light) !important;
right: 0 !important;
font-weight: 300 !important;
width: 2.6em !important;
height: 100% !important;
border: 0 !important;
border-left: 2px solid #0b5432 !important;
border-radius: 0 !important;
background-color: #106a40 !important;
background-image:
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' 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") !important;
background-position: center center !important;
background-repeat: no-repeat !important;
background-size: 17px 17px !important;
box-shadow: none !important;
cursor: pointer;
transition: filter 120ms ease;
}
 
.skin-timeless #searchButton:hover,
.skin-timeless #mw-searchButton:hover {
filter: brightness(1.08);
}
 
/* 검색 자동완성 */
.skin-timeless .suggestions .suggestions-results,
.skin-timeless .suggestions .suggestions-special {
background-color: #fffae9 !important;
border: 1px solid #c79a4a !important;
}
 
.skin-timeless .suggestions .suggestions-result {
color: #5e321e !important;
}
}
.skin-timeless .suggestions .suggestions-result-current {
background-color: #106a40 !important;
color: #ffffff !important;
}


/* =========================
/* =========================
   문서 상단 액션 링크: 나무 칩
   문서 제목·문단 제목
  (문서·토론 / 편집·역사·주시·더보기)
   ========================= */
   ========================= */


.skin-timeless .tools-inline li {
body.skin-timeless #firstHeading,
border-bottom: 0 !important;
body.skin-timeless .firstHeading,
body.skin-timeless .mw-first-heading,
body.skin-timeless .mw-parser-output h1,
body.skin-timeless .mw-parser-output h2,
body.skin-timeless .mw-parser-output h3,
body.skin-timeless .mw-parser-output h4,
body.skin-timeless .mw-parser-output h5,
body.skin-timeless .mw-parser-output h6 {
font-family: var(--pvz-mobile-font-bold) !important;
font-weight: 700 !important;
color: var(--pvz-mobile-text) !important;
text-shadow: none !important;
}
}


.skin-timeless .tools-inline li > a {
body.skin-timeless #firstHeading,
display: inline-block;
body.skin-timeless .firstHeading,
padding: 4px 9px 4px 26px !important;
body.skin-timeless .mw-first-heading {
border: 2px solid #5c1f06 !important;
display: block !important;
width: calc(100% + 28px) !important;
max-width: none !important;
margin: -4px -14px 14px !important;
padding: 9px 14px 8px !important;
border: 0 !important;
border-radius: 8px !important;
border-radius: 8px !important;
box-sizing: border-box;
box-sizing: border-box !important;
background-color: #783b24 !important;
background: var(--pvz-mobile-green) !important;
background-position: 6px center !important;
background-image: none !important;
background-repeat: no-repeat !important;
color: #ffffff !important;
background-size: 14px auto !important;
font-size: clamp(1.35rem, 6vw, 1.75rem) !important;
color: #eee9e6 !important;
line-height: 1.28 !important;
font-family:
"SB Aggro M",
"SB 어그로 M",
"SB Aggro",
"SB 어그로",
sans-serif !important;
font-size: 0.74rem !important;
font-weight: 500 !important;
line-height: 1.25 !important;
text-decoration: none !important;
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 !important;
box-shadow:
inset 0 2px 0 #985d43,
inset 0 -3px 0 #552515 !important;
transition:
filter 120ms ease,
background-color 120ms ease;
}
}


.skin-timeless .tools-inline li > a:hover {
body.skin-timeless #firstHeading *,
filter: brightness(1.08);
body.skin-timeless .firstHeading *,
text-decoration: none !important;
body.skin-timeless .mw-first-heading * {
border-bottom-color: #5c1f06 !important;
}
 
/* 선택된 탭 */
.skin-timeless .tools-inline li.selected > a {
background-color: #b1837c !important;
color: #ffffff !important;
color: #ffffff !important;
box-shadow:
inset 0 2px 0 #cfa392,
inset 0 -3px 0 #8a5c56 !important;
}
}


/* v48에서 쓰던 흰색 액션바 아이콘 재사용 */
body.skin-timeless .mw-heading,
.skin-timeless .tools-inline li[id^='ca-nstab-'] > a {
body.skin-timeless .mw-heading2,
background-image:
body.skin-timeless .mw-heading3,
url("/wiki/Special:Redirect/file/Actionbar-document.svg") !important;
body.skin-timeless .mw-heading4,
}
body.skin-timeless .mw-heading5,
 
body.skin-timeless .mw-heading6 {
.skin-timeless #ca-talk > a {
border: 0 !important;
background-image:
background: transparent !important;
url("/wiki/Special:Redirect/file/Actionbar-talk.svg") !important;
}
 
.skin-timeless #ca-view > a,
.skin-timeless #ca-view-foreign > a {
background-image:
url("/wiki/Special:Redirect/file/Actionbar-read.svg") !important;
}
 
.skin-timeless #ca-edit > a {
background-image:
url("/wiki/Special:Redirect/file/Actionbar-edit.svg") !important;
}
 
.skin-timeless #ca-history > a {
background-image:
url("/wiki/Special:Redirect/file/Actionbar-history.svg") !important;
}
 
/* 흰색 아이콘이 없는 항목은 텍스트만 표시 */
.skin-timeless #ca-addsection > a,
.skin-timeless #ca-viewsource > a,
.skin-timeless #t-contributions > a {
background-image: none !important;
background-image: none !important;
padding-left: 9px !important;
box-shadow: none !important;
}
}


/* 주시 버튼: GW2 별 아이콘 */
body.skin-timeless .mw-heading2,
.skin-timeless #ca-watch > a,
body.skin-timeless .mw-parser-output h2.pvz-grass-heading {
.skin-timeless #ca-unwatch > a {
position: relative !important;
display: inline-block;
margin: 1.35em 0 0.72em !important;
padding: 4px 12px !important;
padding: 0 0 11px !important;
background-position: center center !important;
border: 0 !important;
background-size: 17px 17px !important;
background: transparent !important;
box-shadow: none !important;
}
}


.skin-timeless #ca-watch > a,
body.skin-timeless .mw-heading2 > h2,
.skin-timeless .pvz-watch-not-watched > a,
body.skin-timeless .mw-parser-output h2.pvz-grass-heading {
.skin-timeless a.pvz-watch-not-watched {
margin: 0 !important;
background-image:
padding: 0 !important;
url("/wiki/Special:Redirect/file/GW2_Star2.png") !important;
border: 0 !important;
background: transparent !important;
font-size: 1.28rem !important;
line-height: 1.34 !important;
}
}


.skin-timeless #ca-unwatch > a,
body.skin-timeless .pvz-grass-divider {
.skin-timeless .pvz-watch-watched > a,
position: absolute;
.skin-timeless a.pvz-watch-watched {
right: 0;
background-image:
bottom: 0;
url("/wiki/Special:Redirect/file/GW2_Star.png") !important;
left: 0;
}
z-index: 1;
 
display: block;
/* 기존 Gadget JS가 붙여 주는 스핀 클래스 활용 */
height: 12px;
.skin-timeless .pvz-watch-spinning > a,
overflow: hidden;
.skin-timeless a.pvz-watch-spinning {
pointer-events: none;
animation:
background: var(--pvz-mobile-green);
pvzt-watch-star-spin 360ms cubic-bezier(0.25, 0.8, 0.25, 1);
-webkit-mask-image:
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 112 12'%3E%3Cpath fill='black' d='M0 12V8Q3 8 5 5Q6 3 8 6L11 9Q14 7 16 4Q17 2 19 5L22 9Q25 7 28 5Q29 3 31 6L34 9Q37 7 39 4Q40 2 42 5L45 9Q48 7 51 5Q52 3 54 6L57 9Q60 7 63 4Q64 2 66 5L69 9Q72 7 75 5Q76 3 78 6L81 9Q84 7 87 4Q88 2 90 5L93 9Q96 7 99 5Q100 3 102 6L105 9Q109 8 112 7V12Z'/%3E%3C/svg%3E");
mask-image:
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 112 12'%3E%3Cpath fill='black' d='M0 12V8Q3 8 5 5Q6 3 8 6L11 9Q14 7 16 4Q17 2 19 5L22 9Q25 7 28 5Q29 3 31 6L34 9Q37 7 39 4Q40 2 42 5L45 9Q48 7 51 5Q52 3 54 6L57 9Q60 7 63 4Q64 2 66 5L69 9Q72 7 75 5Q76 3 78 6L81 9Q84 7 87 4Q88 2 90 5L93 9Q96 7 99 5Q100 3 102 6L105 9Q109 8 112 7V12Z'/%3E%3C/svg%3E");
-webkit-mask-repeat: repeat-x;
mask-repeat: repeat-x;
-webkit-mask-position: left bottom;
mask-position: left bottom;
-webkit-mask-size: 112px 12px;
mask-size: 112px 12px;
}
}


@keyframes pvzt-watch-star-spin {
body.skin-timeless .mw-heading3,
0% {
body.skin-timeless .mw-heading4,
transform: rotate(0deg) scale(1);
body.skin-timeless .mw-heading5,
}
body.skin-timeless .mw-heading6 {
45% {
margin-top: 1.1em !important;
transform: rotate(180deg) scale(0.82);
padding-bottom: 0.25em !important;
}
border-bottom: 1px solid var(--pvz-mobile-border) !important;
100% {
transform: rotate(360deg) scale(1);
}
}
}


/* =========================
/* =========================
   본문창: 보드 + 양피지
   문서 액션·탭
   ========================= */
   ========================= */


.skin-timeless #mw-content {
body.skin-timeless #p-namespaces,
position: relative;
body.skin-timeless #p-views,
isolation: isolate;
body.skin-timeless #p-cactions,
background: #e6d2b2 !important;
body.skin-timeless .mw-portlet-namespaces,
border: var(--pvzt-frame) solid #5b1f09 !important;
body.skin-timeless .mw-portlet-views {
border-radius: 22px !important;
border: 0 !important;
background: transparent !important;
background-image: none !important;
box-shadow: none !important;
box-shadow: none !important;
box-sizing: border-box;
padding:
calc(12px + var(--pvzt-frame))
var(--pvzt-pad-x)
calc(19px + var(--pvzt-frame)) !important;
overflow: hidden;
}
}


.skin-timeless #mw-content::before {
body.skin-timeless #p-namespaces a,
content: "" !important;
body.skin-timeless #p-views a,
position: absolute;
body.skin-timeless #p-cactions-label,
inset: var(--pvzt-frame);
body.skin-timeless .mw-portlet-namespaces a,
z-index: -1;
body.skin-timeless .mw-portlet-views a {
display: block !important;
display: inline-flex !important;
border-radius: 12px;
align-items: center !important;
background: #fffae9;
justify-content: center !important;
pointer-events: none;
min-height: 34px !important;
padding: 6px 10px !important;
border: 2px solid var(--pvz-mobile-brown-dark) !important;
border-radius: 9px !important;
box-sizing: border-box !important;
background: var(--pvz-mobile-brown) !important;
background-image: none !important;
box-shadow: none !important;
color: #ffffff !important;
font-family: var(--pvz-mobile-font-medium) !important;
font-size: 0.78rem !important;
font-weight: 500 !important;
line-height: 1.15 !important;
text-decoration: none !important;
text-shadow: none !important;
}
}


.skin-timeless #mw-content::after {
body.skin-timeless #p-namespaces li.selected > a,
content: none !important;
body.skin-timeless #p-views li.selected > a,
display: none !important;
body.skin-timeless .mw-portlet-namespaces li.selected > a,
body.skin-timeless .mw-portlet-views li.selected > a {
background: var(--pvz-mobile-paper-strong) !important;
color: var(--pvz-mobile-text) !important;
}
}


body.skin-timeless #p-namespaces a:hover,
body.skin-timeless #p-views a:hover,
body.skin-timeless #p-cactions-label:hover,
body.skin-timeless .mw-portlet-namespaces a:hover,
body.skin-timeless .mw-portlet-views a:hover {
background: var(--pvz-mobile-brown-hover) !important;
color: #ffffff !important;
}


/* =========================
/* =========================
   문서 제목: 초록 리본
   사이드 메뉴·드롭다운
   ========================= */
   ========================= */


.skin-timeless #firstHeading,
body.skin-timeless #mw-site-navigation,
.skin-timeless .mw-first-heading,
body.skin-timeless #mw-related-navigation {
.skin-timeless .mw-body h1.firstHeading {
background: transparent !important;
display: table;
background-image: none !important;
width: auto;
max-width: calc(100% + var(--pvzt-pad-x));
margin:
0.1em
0
0.6em
calc(-1 * var(--pvzt-pad-x)) !important;
padding:
0.36em
calc(1em + 30px)
0.3em
var(--pvzt-pad-x) !important;
box-sizing: border-box;
border: 0 !important;
border: 0 !important;
background-color: #106a40 !important;
box-shadow: none !important;
color: #ffffff !important;
font-size: 1.55em !important;
-webkit-clip-path: polygon(
0 0,
100% 0,
calc(100% - 24px) 100%,
0 100%
);
clip-path: polygon(
0 0,
100% 0,
calc(100% - 24px) 100%,
0 100%
);
}
}


.skin-timeless #firstHeading *,
body.skin-timeless #mw-site-navigation .sidebar-chunk,
.skin-timeless .mw-first-heading * {
body.skin-timeless #mw-related-navigation .sidebar-chunk,
color: #ffffff !important;
body.skin-timeless .mw-portlet,
body.skin-timeless .vector-menu-content,
body.skin-timeless .dropdown,
body.skin-timeless .mw-portlet-body {
border-color: var(--pvz-mobile-border) !important;
background: var(--pvz-mobile-paper) !important;
background-image: none !important;
color: var(--pvz-mobile-text) !important;
box-shadow: var(--pvz-mobile-shadow) !important;
}
}


/* 제목 글꼴 */
body.skin-timeless #mw-site-navigation .sidebar-chunk,
.skin-timeless #firstHeading,
body.skin-timeless #mw-related-navigation .sidebar-chunk {
.skin-timeless .mw-first-heading,
margin-bottom: 10px !important;
.skin-timeless .mw-body .mw-heading,
padding: 10px 12px !important;
.skin-timeless .mw-body h1,
border: 2px solid var(--pvz-mobile-border) !important;
.skin-timeless .mw-body h2,
border-radius: 13px !important;
.skin-timeless .mw-body h3,
box-sizing: border-box !important;
.skin-timeless .mw-body h4,
.skin-timeless .mw-body h5,
.skin-timeless .mw-body h6 {
font-family:
"SB Aggro B",
"SB 어그로 B",
"SB Aggro",
"SB 어그로",
sans-serif !important;
font-weight: 700 !important;
}
}


body.skin-timeless #mw-site-navigation h2,
body.skin-timeless #mw-related-navigation h2,
body.skin-timeless .mw-portlet h3,
body.skin-timeless .mw-portlet .mw-portlet-heading {
margin: 0 0 6px !important;
padding: 0 0 6px !important;
border: 0 !important;
border-bottom: 1px solid var(--pvz-mobile-border) !important;
background: transparent !important;
color: var(--pvz-mobile-brown) !important;
font-family: var(--pvz-mobile-font-medium) !important;
font-weight: 500 !important;
text-shadow: none !important;
}


/* =========================
body.skin-timeless #mw-site-navigation ul,
  문단 구분선: 잔디
body.skin-timeless #mw-related-navigation ul,
  (JS 없이 ::after로 구현)
body.skin-timeless .mw-portlet ul {
  ========================= */
margin: 0 !important;
 
padding: 0 !important;
.skin-timeless .mw-body .mw-heading2,
list-style: none !important;
.skin-timeless .mw-parser-output > h2 {
position: relative !important;
margin-bottom: 0.9em !important;
padding-bottom: 12px !important;
border-bottom: 0 !important;
background: none !important;
box-shadow: none !important;
}
}


.skin-timeless .mw-body .mw-heading2 > h2 {
body.skin-timeless #mw-site-navigation li,
margin-bottom: 0 !important;
body.skin-timeless #mw-related-navigation li,
padding-bottom: 0 !important;
body.skin-timeless .mw-portlet li {
border-bottom: 0 !important;
margin: 0 !important;
padding: 0 !important;
}
}


.skin-timeless .mw-body .mw-heading2::after,
body.skin-timeless #mw-site-navigation li > a,
.skin-timeless .mw-parser-output > h2::after {
body.skin-timeless #mw-related-navigation li > a,
content: "" !important;
body.skin-timeless .mw-portlet li > a {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
display: block !important;
display: block !important;
height: 14px;
padding: 5px 2px !important;
overflow: hidden;
border-radius: 6px !important;
pointer-events: none;
font-family: var(--pvz-mobile-font-light) !important;
background: #ead9b8;
font-weight: 300 !important;
-webkit-mask-image:
text-decoration: none !important;
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 112 12'%3E%3Cpath fill='black' d='M0 12V8Q3 8 5 5Q6 3 8 6L11 9Q14 7 16 4Q17 2 19 5L22 9Q25 7 28 5Q29 3 31 6L34 9Q37 7 39 4Q40 2 42 5L45 9Q48 7 51 5Q52 3 54 6L57 9Q60 7 63 4Q64 2 66 5L69 9Q72 7 75 5Q76 3 78 6L81 9Q84 7 87 4Q88 2 90 5L93 9Q96 7 99 5Q100 3 102 6L105 9Q109 8 112 7V12Z'/%3E%3C/svg%3E");
mask-image:
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 112 12'%3E%3Cpath fill='black' d='M0 12V8Q3 8 5 5Q6 3 8 6L11 9Q14 7 16 4Q17 2 19 5L22 9Q25 7 28 5Q29 3 31 6L34 9Q37 7 39 4Q40 2 42 5L45 9Q48 7 51 5Q52 3 54 6L57 9Q60 7 63 4Q64 2 66 5L69 9Q72 7 75 5Q76 3 78 6L81 9Q84 7 87 4Q88 2 90 5L93 9Q96 7 99 5Q100 3 102 6L105 9Q109 8 112 7V12Z'/%3E%3C/svg%3E");
-webkit-mask-repeat: repeat-x;
mask-repeat: repeat-x;
-webkit-mask-position: left bottom;
mask-position: left bottom;
-webkit-mask-size: 112px 12px;
mask-size: 112px 12px;
}
}


body.skin-timeless #mw-site-navigation li > a:hover,
body.skin-timeless #mw-related-navigation li > a:hover,
body.skin-timeless .mw-portlet li > a:hover {
background: var(--pvz-mobile-paper-soft) !important;
text-decoration: none !important;
}


/* =========================
/* =========================
   목차·공지
   버튼·입력 요소
   ========================= */
   ========================= */


.skin-timeless .mw-body .toc,
body.skin-timeless .mw-body button,
.skin-timeless ul#filetoc,
body.skin-timeless .mw-body input[type="button"],
.skin-timeless .toccolours {
body.skin-timeless .mw-body input[type="submit"],
border: 1px solid #c79a4a !important;
body.skin-timeless .mw-body .mw-ui-button,
body.skin-timeless .mw-body .oo-ui-buttonElement-button,
body.skin-timeless .mw-body .cdx-button {
border: 2px solid var(--pvz-mobile-green-dark) !important;
border-radius: 10px !important;
border-radius: 10px !important;
background: #f8ecd3 !important;
background: var(--pvz-mobile-green) !important;
background-image: none !important;
box-shadow: none !important;
box-shadow: none !important;
color: #ffffff !important;
font-family: var(--pvz-mobile-font-medium) !important;
font-weight: 500 !important;
text-shadow: none !important;
}
}


.skin-timeless .mw-body .toctitle {
body.skin-timeless .mw-body button:hover,
border-bottom-color: rgba(199, 154, 74, 0.55) !important;
body.skin-timeless .mw-body input[type="button"]:hover,
body.skin-timeless .mw-body input[type="submit"]:hover,
body.skin-timeless .mw-body .mw-ui-button:hover,
body.skin-timeless .mw-body .oo-ui-buttonElement-button:hover,
body.skin-timeless .mw-body .cdx-button:hover {
background: var(--pvz-mobile-green-hover) !important;
}
}


.skin-timeless #localNotice {
body.skin-timeless .mw-body input[type="text"],
border: 1px solid #c79a4a !important;
body.skin-timeless .mw-body input[type="search"],
border-radius: 10px !important;
body.skin-timeless .mw-body input[type="password"],
background: #f8ecd3 !important;
body.skin-timeless .mw-body input[type="email"],
body.skin-timeless .mw-body input[type="url"],
body.skin-timeless .mw-body textarea,
body.skin-timeless .mw-body select,
body.skin-timeless .mw-body .oo-ui-inputWidget-input,
body.skin-timeless .mw-body .cdx-text-input__input {
border: 1px solid var(--pvz-mobile-border) !important;
border-radius: 9px !important;
background: var(--pvz-mobile-paper) !important;
background-image: none !important;
color: var(--pvz-mobile-text) !important;
box-shadow: none !important;
box-shadow: none !important;
color: #75462d !important;
font-family: var(--pvz-mobile-font-light) !important;
font-weight: 300 !important;
}
}


/* =========================
/* =========================
   분류창
   표·분류·각주·알림
   ========================= */
   ========================= */


.skin-timeless #catlinks,
body.skin-timeless .wikitable {
.skin-timeless .catlinks {
border: 1px solid var(--pvz-mobile-border) !important;
margin-top: 1.35rem !important;
border-collapse: separate !important;
padding: 0.52rem 0.72rem !important;
border-spacing: 0 !important;
border: 1px solid #c79a4a !important;
border-radius: 10px !important;
border-radius: 10px !important;
box-sizing: border-box !important;
background: var(--pvz-mobile-paper) !important;
background: #f8ecd3 !important;
background-image: none !important;
background-image: none !important;
color: #75462d !important;
color: var(--pvz-mobile-text) !important;
font-family:
overflow: hidden !important;
"SB Aggro L",
"SB 어그로 L",
"SB Aggro",
"SB 어그로",
sans-serif !important;
font-weight: 300 !important;
line-height: 1.55 !important;
text-shadow: none !important;
box-shadow: none !important;
}
}


.skin-timeless #catlinks a,
body.skin-timeless .wikitable > tr > th,
.skin-timeless .catlinks a {
body.skin-timeless .wikitable > * > tr > th {
color: #75462d !important;
border-color: var(--pvz-mobile-border) !important;
font-family: inherit !important;
background: var(--pvz-mobile-paper-strong) !important;
font-weight: 300 !important;
color: var(--pvz-mobile-text) !important;
text-shadow: none !important;
}
}


.skin-timeless #catlinks a:hover,
body.skin-timeless .wikitable > tr > td,
.skin-timeless .catlinks a:hover {
body.skin-timeless .wikitable > * > tr > td {
color: #5e321e !important;
border-color: var(--pvz-mobile-border) !important;
text-decoration: underline !important;
background: var(--pvz-mobile-paper) !important;
color: var(--pvz-mobile-text) !important;
}
}


.skin-timeless #mw-normal-catlinks,
body.skin-timeless #catlinks,
.skin-timeless .mw-normal-catlinks,
body.skin-timeless .catlinks,
.skin-timeless #mw-hidden-catlinks,
body.skin-timeless .mw-references-wrap,
.skin-timeless .mw-hidden-catlinks {
body.skin-timeless ol.references {
border: 0 !important;
margin-top: 16px !important;
background: transparent !important;
padding: 10px 12px !important;
color: inherit !important;
border: 1px solid var(--pvz-mobile-border) !important;
border-radius: 11px !important;
box-sizing: border-box !important;
background: var(--pvz-mobile-paper-soft) !important;
background-image: none !important;
color: var(--pvz-mobile-text) !important;
box-shadow: none !important;
}
}


body.skin-timeless .mw-message-box,
body.skin-timeless .cdx-message,
body.skin-timeless .mw-notification {
border-radius: 11px !important;
box-shadow: var(--pvz-mobile-shadow) !important;
font-family: var(--pvz-mobile-font-light) !important;
}


/* =========================
/* =========================
   각주창
   최하단
   ========================= */
   ========================= */


.skin-timeless .mw-parser-output > .mw-references-wrap,
body.skin-timeless #mw-footer-container {
.skin-timeless .mw-parser-output > ol.references,
width: 100% !important;
.skin-timeless .mw-parser-output > .references {
max-width: none !important;
margin-top: 1.35rem !important;
margin: 0 !important;
padding: 0.72rem 0.9rem !important;
padding:
border: 3px solid #8f632d !important;
16px
border-radius: 12px !important;
max(14px, env(safe-area-inset-right))
calc(18px + env(safe-area-inset-bottom))
max(14px, env(safe-area-inset-left)) !important;
border: 0 !important;
border-top: 3px solid var(--pvz-mobile-brown-dark) !important;
box-sizing: border-box !important;
box-sizing: border-box !important;
background: #f8ecd3 !important;
background: var(--pvz-mobile-brown) !important;
background-image: none !important;
background-image: none !important;
color: #75462d !important;
font-family:
"SB Aggro L",
"SB 어그로 L",
"SB Aggro",
"SB 어그로",
sans-serif !important;
font-weight: 300 !important;
line-height: 1.55 !important;
box-shadow: none !important;
box-shadow: none !important;
color: #f5eadf !important;
}
}


.skin-timeless .mw-parser-output > .mw-references-wrap > ol.references {
body.skin-timeless #mw-footer {
margin: 0 !important;
width: 100% !important;
padding: 0 0 0 1.6em !important;
max-width: 1120px !important;
margin: 0 auto !important;
padding: 0 !important;
border: 0 !important;
border: 0 !important;
background: transparent !important;
background: transparent !important;
box-shadow: none !important;
color: inherit !important;
color: inherit !important;
font: inherit !important;
}
}


.skin-timeless .mw-parser-output > .mw-references-wrap a,
body.skin-timeless #mw-footer ul {
.skin-timeless .mw-parser-output > ol.references a,
display: flex !important;
.skin-timeless .mw-parser-output > .references a {
flex-wrap: wrap !important;
color: #75462d !important;
gap: 6px 14px !important;
font-family: inherit !important;
margin: 0 0 8px !important;
font-weight: 300 !important;
padding: 0 !important;
text-shadow: none !important;
list-style: none !important;
}
}


.skin-timeless .mw-parser-output > .mw-references-wrap a:hover,
body.skin-timeless #mw-footer li {
.skin-timeless .mw-parser-output > ol.references a:hover,
margin: 0 !important;
.skin-timeless .mw-parser-output > .references a:hover {
padding: 0 !important;
color: #5e321e !important;
}
}


 
body.skin-timeless #mw-footer a {
/* =========================
color: #fff4e8 !important;
  최하단창
text-decoration: none !important;
  ========================= */
 
.skin-timeless #mw-footer-container,
.skin-timeless .mw-footer-container {
background: #f3e5ca !important;
background-image: none !important;
border-top: 1px solid #c79a4a !important;
box-shadow: none !important;
color: #5f4030 !important;
}
}


.skin-timeless #mw-footer-container a,
body.skin-timeless #mw-footer a:hover {
.skin-timeless .mw-footer-container a,
color: #ffffff !important;
.skin-timeless #mw-footer-container a:visited,
text-decoration: underline !important;
.skin-timeless .mw-footer-container a:visited {
color: #75462d !important;
text-shadow: none !important;
}
}
.skin-timeless #mw-footer-container a:hover,
.skin-timeless .mw-footer-container a:hover {
color: #5e321e !important;
}


/* =========================
/* =========================
   화면 크기별 보드 두께
   작은 화면 보정
   ========================= */
   ========================= */


@media screen and (min-width: 851px) {
@media (max-width: 480px) {
body.skin-timeless {
body.skin-timeless #mw-content,
--pvzt-frame: 13px;
body.skin-timeless #content,
--pvzt-pad-x: 30px;
body.skin-timeless .mw-body {
}
width: calc(100% - 12px) !important;
 
margin-top: 8px !important;
.skin-timeless #mw-content {
margin-bottom: 12px !important;
border-radius: 28px !important;
padding:
14px
max(11px, env(safe-area-inset-right))
16px
max(11px, env(safe-area-inset-left)) !important;
border-width: 4px !important;
border-radius: 15px !important;
}
}


.skin-timeless #mw-content::before {
body.skin-timeless #firstHeading,
border-radius: 16px;
body.skin-timeless .firstHeading,
body.skin-timeless .mw-first-heading {
width: calc(100% + 22px) !important;
margin-right: -11px !important;
margin-left: -11px !important;
padding-right: 11px !important;
padding-left: 11px !important;
border-radius: 6px !important;
}
}


.skin-timeless #firstHeading,
body.skin-timeless #p-namespaces a,
.skin-timeless .mw-first-heading {
body.skin-timeless #p-views a,
font-size: 1.8em !important;
body.skin-timeless #p-cactions-label,
}
body.skin-timeless .mw-portlet-namespaces a,
}
body.skin-timeless .mw-portlet-views a {
 
min-height: 32px !important;
@media screen and (max-width: 850px) {
padding: 5px 8px !important;
/* 모바일에서 보드 좌우 숨통 */
font-size: 0.73rem !important;
.skin-timeless #mw-content {
margin: 0.5em 0.35em 1.3em !important;
}
}
}
}


@media (prefers-reduced-motion: reduce) {
@media (prefers-reduced-motion: reduce) {
.skin-timeless .pvz-watch-spinning > a,
body.skin-timeless *,
.skin-timeless a.pvz-watch-spinning {
body.skin-timeless *::before,
animation-duration: 1ms;
body.skin-timeless *::after {
scroll-behavior: auto !important;
transition-duration: 0.01ms !important;
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
}
}
}
}

2026년 7월 30일 (목) 23:24 판

/* MediaWiki:Gadget-Timeless.css
 * PvZKRWiki 모바일 Timeless 디자인
 * Timeless의 기존 구조·기능·버튼 위치는 유지하고 시각 디자인만 변경합니다.
 */

/* =========================
   공통 색상
   ========================= */

body.skin-timeless {
	--pvz-mobile-bg: #f5ead7;
	--pvz-mobile-paper: #fffae9;
	--pvz-mobile-paper-soft: #f6e7c9;
	--pvz-mobile-paper-strong: #e6d2b2;
	--pvz-mobile-green: #106a40;
	--pvz-mobile-green-hover: #167b4c;
	--pvz-mobile-green-dark: #0b5432;
	--pvz-mobile-brown: #783b24;
	--pvz-mobile-brown-hover: #87472f;
	--pvz-mobile-brown-dark: #5b1f09;
	--pvz-mobile-border: #b1844f;
	--pvz-mobile-text: #493125;
	--pvz-mobile-muted: #755f50;
	--pvz-mobile-link: #0c7045;
	--pvz-mobile-link-hover: #0a8b50;
	--pvz-mobile-shadow: 0 5px 14px rgba(61, 30, 13, 0.16);
	--pvz-mobile-radius: 16px;
	--pvz-mobile-font-light:
		"SB Aggro L",
		"SB 어그로 L",
		"SB Aggro",
		"SB 어그로",
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		"Apple SD Gothic Neo",
		"Noto Sans KR",
		sans-serif;
	--pvz-mobile-font-medium:
		"SB Aggro M",
		"SB 어그로 M",
		"SB Aggro",
		"SB 어그로",
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		"Apple SD Gothic Neo",
		"Noto Sans KR",
		sans-serif;
	--pvz-mobile-font-bold:
		"SB Aggro B",
		"SB 어그로 B",
		"SB Aggro",
		"SB 어그로",
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		"Apple SD Gothic Neo",
		"Noto Sans KR",
		sans-serif;
}

html.skin-theme-clientpref-night body.skin-timeless,
html[data-color-mode="dark"] body.skin-timeless,
body.skin-theme-clientpref-night.skin-timeless,
body.skin-timeless[data-color-mode="dark"] {
	--pvz-mobile-bg: #201913;
	--pvz-mobile-paper: #2d241d;
	--pvz-mobile-paper-soft: #3a2d23;
	--pvz-mobile-paper-strong: #4a3729;
	--pvz-mobile-green: #1d7049;
	--pvz-mobile-green-hover: #26845a;
	--pvz-mobile-green-dark: #124b31;
	--pvz-mobile-brown: #6e3928;
	--pvz-mobile-brown-hover: #7d4633;
	--pvz-mobile-brown-dark: #3e1c10;
	--pvz-mobile-border: #76543a;
	--pvz-mobile-text: #f0e4d2;
	--pvz-mobile-muted: #c4b39f;
	--pvz-mobile-link: #72c898;
	--pvz-mobile-link-hover: #92dfb2;
	--pvz-mobile-shadow: 0 5px 16px rgba(0, 0, 0, 0.28);
}

@media (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os body.skin-timeless {
		--pvz-mobile-bg: #201913;
		--pvz-mobile-paper: #2d241d;
		--pvz-mobile-paper-soft: #3a2d23;
		--pvz-mobile-paper-strong: #4a3729;
		--pvz-mobile-green: #1d7049;
		--pvz-mobile-green-hover: #26845a;
		--pvz-mobile-green-dark: #124b31;
		--pvz-mobile-brown: #6e3928;
		--pvz-mobile-brown-hover: #7d4633;
		--pvz-mobile-brown-dark: #3e1c10;
		--pvz-mobile-border: #76543a;
		--pvz-mobile-text: #f0e4d2;
		--pvz-mobile-muted: #c4b39f;
		--pvz-mobile-link: #72c898;
		--pvz-mobile-link-hover: #92dfb2;
		--pvz-mobile-shadow: 0 5px 16px rgba(0, 0, 0, 0.28);
	}
}

/* =========================
   초기 기본 디자인 노출 방지
   ========================= */

html:not(.pvz-timeless-ready) body.skin-timeless #mw-header-container,
html:not(.pvz-timeless-ready) body.skin-timeless #mw-content-container,
html:not(.pvz-timeless-ready) body.skin-timeless #mw-site-navigation,
html:not(.pvz-timeless-ready) body.skin-timeless #mw-related-navigation,
html:not(.pvz-timeless-ready) body.skin-timeless #mw-footer-container {
	visibility: hidden !important;
}

html:not(.pvz-timeless-ready),
html:not(.pvz-timeless-ready) body.skin-timeless {
	background-color: #f5ead7 !important;
}

/* =========================
   전체 배경·기본 글꼴
   ========================= */

html,
body.skin-timeless {
	min-height: 100% !important;
}

body.skin-timeless {
	position: relative !important;
	min-height: 100vh !important;
	margin: 0 !important;
	background: var(--pvz-mobile-bg) !important;
	background-image: none !important;
	color: var(--pvz-mobile-text) !important;
	font-family: var(--pvz-mobile-font-light) !important;
	font-weight: 300 !important;
	line-height: 1.62 !important;
	isolation: isolate;
}

body.skin-timeless::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -1;
	display: block;
	width: 100vw;
	height: 100vh;
	pointer-events: none;
	background-color: var(--pvz-mobile-bg);
	background-image: url("/wiki/Special:Redirect/file/Wiki_Bg_Light.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

html.skin-theme-clientpref-night body.skin-timeless::before,
html[data-color-mode="dark"] body.skin-timeless::before,
body.skin-theme-clientpref-night.skin-timeless::before,
body.skin-timeless[data-color-mode="dark"]::before {
	background-image: url("/wiki/Special:Redirect/file/Wiki_Bg_Dark.png");
}

@media (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os body.skin-timeless::before {
		background-image: url("/wiki/Special:Redirect/file/Wiki_Bg_Dark.png");
	}
}

body.skin-timeless a {
	color: var(--pvz-mobile-link) !important;
}

body.skin-timeless a:hover,
body.skin-timeless a:focus {
	color: var(--pvz-mobile-link-hover) !important;
}

body.skin-timeless :focus-visible {
	outline: 2px solid var(--pvz-mobile-green) !important;
	outline-offset: 2px !important;
}

/* =========================
   Timeless 기본 장식 제거
   ========================= */

body.skin-timeless #mw-header-container,
body.skin-timeless #mw-header,
body.skin-timeless #mw-content-container,
body.skin-timeless #mw-content-wrapper,
body.skin-timeless #mw-content-block,
body.skin-timeless #mw-content,
body.skin-timeless #content,
body.skin-timeless .mw-body,
body.skin-timeless #mw-site-navigation,
body.skin-timeless #mw-related-navigation,
body.skin-timeless #mw-footer-container,
body.skin-timeless #mw-footer {
	background-image: none !important;
	text-shadow: none !important;
}

body.skin-timeless #mw-content-container::before,
body.skin-timeless #mw-content-container::after,
body.skin-timeless #mw-content-wrapper::before,
body.skin-timeless #mw-content-wrapper::after,
body.skin-timeless #mw-content-block::before,
body.skin-timeless #mw-content-block::after,
body.skin-timeless #mw-content::before,
body.skin-timeless #mw-content::after,
body.skin-timeless #content::before,
body.skin-timeless #content::after {
	content: none !important;
	display: none !important;
}

/* =========================
   상단바
   ========================= */

body.skin-timeless #mw-header-container {
	position: relative !important;
	z-index: 1000 !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding:
		max(8px, env(safe-area-inset-top))
		max(10px, env(safe-area-inset-right))
		8px
		max(10px, env(safe-area-inset-left)) !important;
	border: 0 !important;
	border-bottom: 3px solid var(--pvz-mobile-green-dark) !important;
	border-radius: 0 !important;
	box-sizing: border-box !important;
	background: var(--pvz-mobile-green) !important;
	box-shadow: 0 3px 10px rgba(42, 20, 8, 0.2) !important;
	color: #ffffff !important;
}

body.skin-timeless #mw-header {
	width: 100% !important;
	max-width: 1120px !important;
	margin: 0 auto !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #ffffff !important;
}

body.skin-timeless #mw-header a,
body.skin-timeless #mw-header button,
body.skin-timeless #mw-header label,
body.skin-timeless #mw-header .mw-ui-icon {
	color: #ffffff !important;
	text-shadow: none !important;
}

body.skin-timeless #p-logo,
body.skin-timeless #p-logo-text,
body.skin-timeless .mw-wiki-logo,
body.skin-timeless .mw-logo {
	background: transparent !important;
	background-image: none !important;
	border: 0 !important;
	box-shadow: none !important;
}

body.skin-timeless #p-logo-text,
body.skin-timeless .mw-logo-wordmark,
body.skin-timeless .mw-logo-tagline {
	font-family: var(--pvz-mobile-font-bold) !important;
	font-weight: 700 !important;
	color: #ffffff !important;
	text-shadow: 0 1px 0 var(--pvz-mobile-green-dark) !important;
}

/* 상단 아이콘·메뉴 버튼 */
body.skin-timeless #mw-header button,
body.skin-timeless #mw-header .mw-ui-button,
body.skin-timeless #mw-header .oo-ui-buttonElement-button,
body.skin-timeless #mw-header .cdx-button,
body.skin-timeless #mw-header .mw-ui-icon {
	border: 1px solid rgba(255, 255, 255, 0.26) !important;
	border-radius: 10px !important;
	background: rgba(255, 255, 255, 0.1) !important;
	background-image: none !important;
	box-shadow: none !important;
	transition:
		background-color 120ms ease,
		border-color 120ms ease !important;
}

body.skin-timeless #mw-header button:hover,
body.skin-timeless #mw-header .mw-ui-button:hover,
body.skin-timeless #mw-header .oo-ui-buttonElement-button:hover,
body.skin-timeless #mw-header .cdx-button:hover,
body.skin-timeless #mw-header .mw-ui-icon:hover {
	border-color: rgba(255, 255, 255, 0.4) !important;
	background: rgba(255, 255, 255, 0.18) !important;
}

/* =========================
   검색창
   ========================= */

body.skin-timeless #p-search,
body.skin-timeless .mw-portlet-search,
body.skin-timeless form[role="search"],
body.skin-timeless #searchform,
body.skin-timeless .search-form {
	background: transparent !important;
	background-image: none !important;
	border: 0 !important;
	box-shadow: none !important;
}

body.skin-timeless #simpleSearch,
body.skin-timeless .search-box,
body.skin-timeless .mw-searchInput,
body.skin-timeless #searchInput {
	border-radius: 11px !important;
	box-sizing: border-box !important;
}

body.skin-timeless #simpleSearch {
	overflow: hidden !important;
	border: 2px solid var(--pvz-mobile-green-dark) !important;
	background: var(--pvz-mobile-paper) !important;
	background-image: none !important;
	box-shadow: none !important;
}

body.skin-timeless #searchInput,
body.skin-timeless .mw-searchInput,
body.skin-timeless input[name="search"] {
	color: var(--pvz-mobile-text) !important;
	background: var(--pvz-mobile-paper) !important;
	background-image: none !important;
	font-family: var(--pvz-mobile-font-light) !important;
	font-weight: 300 !important;
	box-shadow: none !important;
}

body.skin-timeless #searchInput::placeholder,
body.skin-timeless .mw-searchInput::placeholder,
body.skin-timeless input[name="search"]::placeholder {
	color: var(--pvz-mobile-muted) !important;
	opacity: 0.78 !important;
}

body.skin-timeless #searchButton,
body.skin-timeless .searchButton,
body.skin-timeless button[type="submit"][name="fulltext"] {
	border: 0 !important;
	border-left: 2px solid var(--pvz-mobile-green-dark) !important;
	border-radius: 0 !important;
	background: var(--pvz-mobile-green) !important;
	background-image: none !important;
	box-shadow: none !important;
	color: #ffffff !important;
}

body.skin-timeless #searchButton:hover,
body.skin-timeless .searchButton:hover,
body.skin-timeless button[type="submit"][name="fulltext"]:hover {
	background: var(--pvz-mobile-green-hover) !important;
}

/* =========================
   본문 배치
   ========================= */

body.skin-timeless #mw-content-container,
body.skin-timeless #mw-content-wrapper,
body.skin-timeless #mw-content-block {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.skin-timeless #mw-content,
body.skin-timeless #content,
body.skin-timeless .mw-body {
	width: calc(100% - 20px) !important;
	max-width: 1120px !important;
	margin: 14px auto 18px !important;
	padding:
		18px
		max(14px, env(safe-area-inset-right))
		20px
		max(14px, env(safe-area-inset-left)) !important;
	border: 6px solid var(--pvz-mobile-brown-dark) !important;
	border-radius: 20px !important;
	box-sizing: border-box !important;
	background: var(--pvz-mobile-paper) !important;
	background-image: none !important;
	box-shadow: var(--pvz-mobile-shadow) !important;
	color: var(--pvz-mobile-text) !important;
	overflow: visible !important;
}

body.skin-timeless #mw-content-text,
body.skin-timeless .mw-parser-output {
	color: var(--pvz-mobile-text) !important;
	font-family: var(--pvz-mobile-font-light) !important;
	font-weight: 300 !important;
}

/* =========================
   문서 제목·문단 제목
   ========================= */

body.skin-timeless #firstHeading,
body.skin-timeless .firstHeading,
body.skin-timeless .mw-first-heading,
body.skin-timeless .mw-parser-output h1,
body.skin-timeless .mw-parser-output h2,
body.skin-timeless .mw-parser-output h3,
body.skin-timeless .mw-parser-output h4,
body.skin-timeless .mw-parser-output h5,
body.skin-timeless .mw-parser-output h6 {
	font-family: var(--pvz-mobile-font-bold) !important;
	font-weight: 700 !important;
	color: var(--pvz-mobile-text) !important;
	text-shadow: none !important;
}

body.skin-timeless #firstHeading,
body.skin-timeless .firstHeading,
body.skin-timeless .mw-first-heading {
	display: block !important;
	width: calc(100% + 28px) !important;
	max-width: none !important;
	margin: -4px -14px 14px !important;
	padding: 9px 14px 8px !important;
	border: 0 !important;
	border-radius: 8px !important;
	box-sizing: border-box !important;
	background: var(--pvz-mobile-green) !important;
	background-image: none !important;
	color: #ffffff !important;
	font-size: clamp(1.35rem, 6vw, 1.75rem) !important;
	line-height: 1.28 !important;
}

body.skin-timeless #firstHeading *,
body.skin-timeless .firstHeading *,
body.skin-timeless .mw-first-heading * {
	color: #ffffff !important;
}

body.skin-timeless .mw-heading,
body.skin-timeless .mw-heading2,
body.skin-timeless .mw-heading3,
body.skin-timeless .mw-heading4,
body.skin-timeless .mw-heading5,
body.skin-timeless .mw-heading6 {
	border: 0 !important;
	background: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
}

body.skin-timeless .mw-heading2,
body.skin-timeless .mw-parser-output h2.pvz-grass-heading {
	position: relative !important;
	margin: 1.35em 0 0.72em !important;
	padding: 0 0 11px !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.skin-timeless .mw-heading2 > h2,
body.skin-timeless .mw-parser-output h2.pvz-grass-heading {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	font-size: 1.28rem !important;
	line-height: 1.34 !important;
}

body.skin-timeless .pvz-grass-divider {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: block;
	height: 12px;
	overflow: hidden;
	pointer-events: none;
	background: var(--pvz-mobile-green);
	-webkit-mask-image:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 112 12'%3E%3Cpath fill='black' d='M0 12V8Q3 8 5 5Q6 3 8 6L11 9Q14 7 16 4Q17 2 19 5L22 9Q25 7 28 5Q29 3 31 6L34 9Q37 7 39 4Q40 2 42 5L45 9Q48 7 51 5Q52 3 54 6L57 9Q60 7 63 4Q64 2 66 5L69 9Q72 7 75 5Q76 3 78 6L81 9Q84 7 87 4Q88 2 90 5L93 9Q96 7 99 5Q100 3 102 6L105 9Q109 8 112 7V12Z'/%3E%3C/svg%3E");
	mask-image:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 112 12'%3E%3Cpath fill='black' d='M0 12V8Q3 8 5 5Q6 3 8 6L11 9Q14 7 16 4Q17 2 19 5L22 9Q25 7 28 5Q29 3 31 6L34 9Q37 7 39 4Q40 2 42 5L45 9Q48 7 51 5Q52 3 54 6L57 9Q60 7 63 4Q64 2 66 5L69 9Q72 7 75 5Q76 3 78 6L81 9Q84 7 87 4Q88 2 90 5L93 9Q96 7 99 5Q100 3 102 6L105 9Q109 8 112 7V12Z'/%3E%3C/svg%3E");
	-webkit-mask-repeat: repeat-x;
	mask-repeat: repeat-x;
	-webkit-mask-position: left bottom;
	mask-position: left bottom;
	-webkit-mask-size: 112px 12px;
	mask-size: 112px 12px;
}

body.skin-timeless .mw-heading3,
body.skin-timeless .mw-heading4,
body.skin-timeless .mw-heading5,
body.skin-timeless .mw-heading6 {
	margin-top: 1.1em !important;
	padding-bottom: 0.25em !important;
	border-bottom: 1px solid var(--pvz-mobile-border) !important;
}

/* =========================
   문서 액션·탭
   ========================= */

body.skin-timeless #p-namespaces,
body.skin-timeless #p-views,
body.skin-timeless #p-cactions,
body.skin-timeless .mw-portlet-namespaces,
body.skin-timeless .mw-portlet-views {
	border: 0 !important;
	background: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
}

body.skin-timeless #p-namespaces a,
body.skin-timeless #p-views a,
body.skin-timeless #p-cactions-label,
body.skin-timeless .mw-portlet-namespaces a,
body.skin-timeless .mw-portlet-views a {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 34px !important;
	padding: 6px 10px !important;
	border: 2px solid var(--pvz-mobile-brown-dark) !important;
	border-radius: 9px !important;
	box-sizing: border-box !important;
	background: var(--pvz-mobile-brown) !important;
	background-image: none !important;
	box-shadow: none !important;
	color: #ffffff !important;
	font-family: var(--pvz-mobile-font-medium) !important;
	font-size: 0.78rem !important;
	font-weight: 500 !important;
	line-height: 1.15 !important;
	text-decoration: none !important;
	text-shadow: none !important;
}

body.skin-timeless #p-namespaces li.selected > a,
body.skin-timeless #p-views li.selected > a,
body.skin-timeless .mw-portlet-namespaces li.selected > a,
body.skin-timeless .mw-portlet-views li.selected > a {
	background: var(--pvz-mobile-paper-strong) !important;
	color: var(--pvz-mobile-text) !important;
}

body.skin-timeless #p-namespaces a:hover,
body.skin-timeless #p-views a:hover,
body.skin-timeless #p-cactions-label:hover,
body.skin-timeless .mw-portlet-namespaces a:hover,
body.skin-timeless .mw-portlet-views a:hover {
	background: var(--pvz-mobile-brown-hover) !important;
	color: #ffffff !important;
}

/* =========================
   사이드 메뉴·드롭다운
   ========================= */

body.skin-timeless #mw-site-navigation,
body.skin-timeless #mw-related-navigation {
	background: transparent !important;
	background-image: none !important;
	border: 0 !important;
	box-shadow: none !important;
}

body.skin-timeless #mw-site-navigation .sidebar-chunk,
body.skin-timeless #mw-related-navigation .sidebar-chunk,
body.skin-timeless .mw-portlet,
body.skin-timeless .vector-menu-content,
body.skin-timeless .dropdown,
body.skin-timeless .mw-portlet-body {
	border-color: var(--pvz-mobile-border) !important;
	background: var(--pvz-mobile-paper) !important;
	background-image: none !important;
	color: var(--pvz-mobile-text) !important;
	box-shadow: var(--pvz-mobile-shadow) !important;
}

body.skin-timeless #mw-site-navigation .sidebar-chunk,
body.skin-timeless #mw-related-navigation .sidebar-chunk {
	margin-bottom: 10px !important;
	padding: 10px 12px !important;
	border: 2px solid var(--pvz-mobile-border) !important;
	border-radius: 13px !important;
	box-sizing: border-box !important;
}

body.skin-timeless #mw-site-navigation h2,
body.skin-timeless #mw-related-navigation h2,
body.skin-timeless .mw-portlet h3,
body.skin-timeless .mw-portlet .mw-portlet-heading {
	margin: 0 0 6px !important;
	padding: 0 0 6px !important;
	border: 0 !important;
	border-bottom: 1px solid var(--pvz-mobile-border) !important;
	background: transparent !important;
	color: var(--pvz-mobile-brown) !important;
	font-family: var(--pvz-mobile-font-medium) !important;
	font-weight: 500 !important;
	text-shadow: none !important;
}

body.skin-timeless #mw-site-navigation ul,
body.skin-timeless #mw-related-navigation ul,
body.skin-timeless .mw-portlet ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body.skin-timeless #mw-site-navigation li,
body.skin-timeless #mw-related-navigation li,
body.skin-timeless .mw-portlet li {
	margin: 0 !important;
	padding: 0 !important;
}

body.skin-timeless #mw-site-navigation li > a,
body.skin-timeless #mw-related-navigation li > a,
body.skin-timeless .mw-portlet li > a {
	display: block !important;
	padding: 5px 2px !important;
	border-radius: 6px !important;
	font-family: var(--pvz-mobile-font-light) !important;
	font-weight: 300 !important;
	text-decoration: none !important;
}

body.skin-timeless #mw-site-navigation li > a:hover,
body.skin-timeless #mw-related-navigation li > a:hover,
body.skin-timeless .mw-portlet li > a:hover {
	background: var(--pvz-mobile-paper-soft) !important;
	text-decoration: none !important;
}

/* =========================
   버튼·입력 요소
   ========================= */

body.skin-timeless .mw-body button,
body.skin-timeless .mw-body input[type="button"],
body.skin-timeless .mw-body input[type="submit"],
body.skin-timeless .mw-body .mw-ui-button,
body.skin-timeless .mw-body .oo-ui-buttonElement-button,
body.skin-timeless .mw-body .cdx-button {
	border: 2px solid var(--pvz-mobile-green-dark) !important;
	border-radius: 10px !important;
	background: var(--pvz-mobile-green) !important;
	background-image: none !important;
	box-shadow: none !important;
	color: #ffffff !important;
	font-family: var(--pvz-mobile-font-medium) !important;
	font-weight: 500 !important;
	text-shadow: none !important;
}

body.skin-timeless .mw-body button:hover,
body.skin-timeless .mw-body input[type="button"]:hover,
body.skin-timeless .mw-body input[type="submit"]:hover,
body.skin-timeless .mw-body .mw-ui-button:hover,
body.skin-timeless .mw-body .oo-ui-buttonElement-button:hover,
body.skin-timeless .mw-body .cdx-button:hover {
	background: var(--pvz-mobile-green-hover) !important;
}

body.skin-timeless .mw-body input[type="text"],
body.skin-timeless .mw-body input[type="search"],
body.skin-timeless .mw-body input[type="password"],
body.skin-timeless .mw-body input[type="email"],
body.skin-timeless .mw-body input[type="url"],
body.skin-timeless .mw-body textarea,
body.skin-timeless .mw-body select,
body.skin-timeless .mw-body .oo-ui-inputWidget-input,
body.skin-timeless .mw-body .cdx-text-input__input {
	border: 1px solid var(--pvz-mobile-border) !important;
	border-radius: 9px !important;
	background: var(--pvz-mobile-paper) !important;
	background-image: none !important;
	color: var(--pvz-mobile-text) !important;
	box-shadow: none !important;
	font-family: var(--pvz-mobile-font-light) !important;
	font-weight: 300 !important;
}

/* =========================
   표·분류·각주·알림
   ========================= */

body.skin-timeless .wikitable {
	border: 1px solid var(--pvz-mobile-border) !important;
	border-collapse: separate !important;
	border-spacing: 0 !important;
	border-radius: 10px !important;
	background: var(--pvz-mobile-paper) !important;
	background-image: none !important;
	color: var(--pvz-mobile-text) !important;
	overflow: hidden !important;
}

body.skin-timeless .wikitable > tr > th,
body.skin-timeless .wikitable > * > tr > th {
	border-color: var(--pvz-mobile-border) !important;
	background: var(--pvz-mobile-paper-strong) !important;
	color: var(--pvz-mobile-text) !important;
}

body.skin-timeless .wikitable > tr > td,
body.skin-timeless .wikitable > * > tr > td {
	border-color: var(--pvz-mobile-border) !important;
	background: var(--pvz-mobile-paper) !important;
	color: var(--pvz-mobile-text) !important;
}

body.skin-timeless #catlinks,
body.skin-timeless .catlinks,
body.skin-timeless .mw-references-wrap,
body.skin-timeless ol.references {
	margin-top: 16px !important;
	padding: 10px 12px !important;
	border: 1px solid var(--pvz-mobile-border) !important;
	border-radius: 11px !important;
	box-sizing: border-box !important;
	background: var(--pvz-mobile-paper-soft) !important;
	background-image: none !important;
	color: var(--pvz-mobile-text) !important;
	box-shadow: none !important;
}

body.skin-timeless .mw-message-box,
body.skin-timeless .cdx-message,
body.skin-timeless .mw-notification {
	border-radius: 11px !important;
	box-shadow: var(--pvz-mobile-shadow) !important;
	font-family: var(--pvz-mobile-font-light) !important;
}

/* =========================
   최하단
   ========================= */

body.skin-timeless #mw-footer-container {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding:
		16px
		max(14px, env(safe-area-inset-right))
		calc(18px + env(safe-area-inset-bottom))
		max(14px, env(safe-area-inset-left)) !important;
	border: 0 !important;
	border-top: 3px solid var(--pvz-mobile-brown-dark) !important;
	box-sizing: border-box !important;
	background: var(--pvz-mobile-brown) !important;
	background-image: none !important;
	box-shadow: none !important;
	color: #f5eadf !important;
}

body.skin-timeless #mw-footer {
	width: 100% !important;
	max-width: 1120px !important;
	margin: 0 auto !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: inherit !important;
}

body.skin-timeless #mw-footer ul {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 6px 14px !important;
	margin: 0 0 8px !important;
	padding: 0 !important;
	list-style: none !important;
}

body.skin-timeless #mw-footer li {
	margin: 0 !important;
	padding: 0 !important;
}

body.skin-timeless #mw-footer a {
	color: #fff4e8 !important;
	text-decoration: none !important;
}

body.skin-timeless #mw-footer a:hover {
	color: #ffffff !important;
	text-decoration: underline !important;
}

/* =========================
   작은 화면 보정
   ========================= */

@media (max-width: 480px) {
	body.skin-timeless #mw-content,
	body.skin-timeless #content,
	body.skin-timeless .mw-body {
		width: calc(100% - 12px) !important;
		margin-top: 8px !important;
		margin-bottom: 12px !important;
		padding:
			14px
			max(11px, env(safe-area-inset-right))
			16px
			max(11px, env(safe-area-inset-left)) !important;
		border-width: 4px !important;
		border-radius: 15px !important;
	}

	body.skin-timeless #firstHeading,
	body.skin-timeless .firstHeading,
	body.skin-timeless .mw-first-heading {
		width: calc(100% + 22px) !important;
		margin-right: -11px !important;
		margin-left: -11px !important;
		padding-right: 11px !important;
		padding-left: 11px !important;
		border-radius: 6px !important;
	}

	body.skin-timeless #p-namespaces a,
	body.skin-timeless #p-views a,
	body.skin-timeless #p-cactions-label,
	body.skin-timeless .mw-portlet-namespaces a,
	body.skin-timeless .mw-portlet-views a {
		min-height: 32px !important;
		padding: 5px 8px !important;
		font-size: 0.73rem !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.skin-timeless *,
	body.skin-timeless *::before,
	body.skin-timeless *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}