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

식물 vs 좀비 위키
Brokey (토론)의 502 판 편집을 되돌림
태그: 편집 취소 되돌려진 기여
Brokey (토론)의 503 판 편집을 되돌림
태그: 편집 취소 되돌려진 기여
1번째 줄: 1번째 줄:
/* MediaWiki:Gadget-Timeless.css
* PvZKRWiki 모바일 Timeless 디자인
* Timeless의 기존 구조·기능·버튼 위치는 유지하고 시각 디자인만 변경합니다.
*/
/* =========================
/* =========================
   공통 색상
   전역 고정 배경
   ========================= */
   ========================= */


body.skin-timeless {
html {
--pvz-mobile-bg: #f5ead7;
min-height: 100% !important;
--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;
background-color: #f5ead7 !important;
}
/* =========================
  전체 배경·기본 글꼴
  ========================= */
html,
body.skin-timeless {
min-height: 100% !important;
}
}


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


152번째 줄: 30번째 줄:
height: 100vh;
height: 100vh;
pointer-events: none;
pointer-events: none;
background-color: var(--pvz-mobile-bg);
background-color: #f5ead7;
background-image: url("/wiki/Special:Redirect/file/Wiki_Bg_Light.png");
background-image:
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;
162번째 줄: 41번째 줄:
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.skin-timeless[data-color-mode="dark"]::before {
body[data-color-mode="dark"].skin-timeless::before {
background-image: url("/wiki/Special:Redirect/file/Wiki_Bg_Dark.png");
background-color: #201913;
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,
background-image: url("/wiki/Special:Redirect/file/Wiki_Bg_Dark.png");
body.skin-theme-clientpref-os.skin-timeless::before,
html:not(.skin-theme-clientpref-day) body.skin-timeless::before {
background-color: #201913;
background-image:
url("/wiki/Special:Redirect/file/Wiki_Bg_Dark.png");
}
}
}
}


body.skin-timeless a {
html.skin-theme-clientpref-day body.skin-timeless::before,
color: var(--pvz-mobile-link) !important;
html[data-color-mode="light"] body.skin-timeless::before,
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");
}
}


body.skin-timeless a:hover,
/* Timeless 기본 배경(회색 바탕·고양이 워터마크·초록 하단선) 제거 */
body.skin-timeless a:focus {
.skin-timeless #mw-content-container,
color: var(--pvz-mobile-link-hover) !important;
.skin-timeless #mw-content-block,
.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;
  상단 헤더: 초록 사용자바
  ========================= */
 
.skin-timeless #mw-header-container {
background: #479745 !important;
background-image: none !important;
color: #ffffff !important;
border: 0 !important;
box-shadow:
inset 0 -2px 0 rgba(41, 102, 40, 0.45),
0 2px 5px rgba(39, 78, 32, 0.2) !important;
}
 
/* 851~1099px 구간의 보조 헤더 바 */
.skin-timeless #mw-header-hack,
.skin-timeless #mw-header-nav-hack {
background: #479745 !important;
border: 0 !important;
box-shadow:
inset 0 -2px 0 rgba(41, 102, 40, 0.45) !important;
}
 
/* 사이트 이름 */
.skin-timeless #p-logo-text a {
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 {
text-decoration: none !important;
filter: brightness(1.06);
}
/* 헤더의 사용자 도구 텍스트 */
.skin-timeless #user-tools,
.skin-timeless #user-tools a,
.skin-timeless #personal > h2,
.skin-timeless #personal > h2 span {
color: #2c2c2c;
}
/* 위키 로고(왼쪽 열 상단) */
.skin-timeless .mw-wiki-logo {
filter: drop-shadow(0 2px 4px rgba(45, 25, 8, 0.3));
}
/* 메뉴·도구·사용자 아이콘 버튼: 크림색 칩
  (기본 회색 아이콘이 잘 보이도록 밝은 배경 유지) */
.skin-timeless #mw-site-navigation > h2,
.skin-timeless #mw-related-navigation > h2,
.skin-timeless #personal > h2 {
background-color: #fffae9 !important;
background-image: none !important;
border: 2px solid #2f6631 !important;
border-radius: 9px !important;
box-shadow: 0 2px 3px rgba(30, 60, 25, 0.28) !important;
}
.skin-timeless #mw-site-navigation > h2:hover,
.skin-timeless #mw-related-navigation > h2:hover,
.skin-timeless #personal > h2:hover {
filter: brightness(1.05);
}
/* 드롭다운 말풍선 꼬리 색 */
.skin-timeless .pokey {
border-bottom-color: #5b220e !important;
}


/* =========================
/* =========================
   Timeless 기본 장식 제거
   메뉴 패널: 나무판 + 주황 카드
  (모바일 드롭다운과 데스크톱 양쪽 열 공통)
   ========================= */
   ========================= */


body.skin-timeless #mw-header-container,
.skin-timeless #mw-site-navigation .sidebar-inner,
body.skin-timeless #mw-header,
.skin-timeless #mw-related-navigation .sidebar-inner,
body.skin-timeless #mw-content-container,
.skin-timeless #personal .dropdown {
body.skin-timeless #mw-content-wrapper,
border: 3px solid #5b220e !important;
body.skin-timeless #mw-content-block,
border-radius: 13px !important;
body.skin-timeless #mw-content,
background:
body.skin-timeless #content,
linear-gradient(
body.skin-timeless .mw-body,
90deg,
body.skin-timeless #mw-site-navigation,
rgba(255, 255, 255, 0.06) 0,
body.skin-timeless #mw-related-navigation,
transparent 10%,
body.skin-timeless #mw-footer-container,
transparent 90%,
body.skin-timeless #mw-footer {
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;
background: 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;
}
 
/* 링크 목록: 주황 카드 */
.skin-timeless #mw-site-navigation .sidebar-inner .mw-portlet ul,
.skin-timeless #mw-related-navigation .sidebar-inner .mw-portlet ul,
.skin-timeless #personal .dropdown ul {
position: relative;
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;
list-style: none !important;
background: #f6bf7b !important;
background-image: none !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,
.skin-timeless #mw-related-navigation .sidebar-inner .mw-portlet li,
.skin-timeless #personal .dropdown li {
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
line-height: 1.3 !important;
}
.skin-timeless #mw-site-navigation .sidebar-inner .mw-portlet li + li,
.skin-timeless #mw-related-navigation .sidebar-inner .mw-portlet li + li,
.skin-timeless #personal .dropdown li + li {
margin-top: 0.26rem !important;
}
.skin-timeless #mw-site-navigation .sidebar-inner .mw-portlet ul a,
.skin-timeless #mw-related-navigation .sidebar-inner .mw-portlet ul a,
.skin-timeless #personal .dropdown ul 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.8rem !important;
font-weight: 300 !important;
line-height: 1.35 !important;
text-decoration: none !important;
text-shadow: none !important;
text-shadow: none !important;
transition: color 120ms ease !important;
}
.skin-timeless #mw-site-navigation .sidebar-inner .mw-portlet ul a:hover,
.skin-timeless #mw-related-navigation .sidebar-inner .mw-portlet ul a:hover,
.skin-timeless #personal .dropdown ul a:hover {
color: #4d5877 !important;
text-decoration: none !important;
}
}


body.skin-timeless #mw-content-container::before,
.skin-timeless .sidebar-inner .emptyPortlet {
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;
display: none !important;
}
}


/* =========================
/* =========================
   상단바
   검색바
   ========================= */
   ========================= */


body.skin-timeless #mw-header-container {
.skin-timeless #simpleSearch {
position: relative !important;
overflow: hidden;
z-index: 1000 !important;
border: 2px solid #496f4d !important;
width: 100% !important;
border-radius: 11px !important;
max-width: none !important;
background: #fbfefb !important;
margin: 0 !important;
background-image: none !important;
padding:
box-shadow: 0 2px 4px rgba(34, 74, 40, 0.14) !important;
max(8px, env(safe-area-inset-top))
}
max(10px, env(safe-area-inset-right))
 
8px
.skin-timeless #simpleSearch:focus-within {
max(10px, env(safe-area-inset-left)) !important;
border-color: #2f633b !important;
border: 0 !important;
box-shadow:
border-bottom: 3px solid var(--pvz-mobile-green-dark) !important;
0 0 0 3px rgba(71, 151, 69, 0.15),
border-radius: 0 !important;
0 2px 4px rgba(34, 74, 40, 0.14) !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 #searchInput {
width: 100% !important;
max-width: 1120px !important;
margin: 0 auto !important;
padding: 0 !important;
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;
color: #ffffff !important;
padding-right: 3em !important;
}
}


body.skin-timeless #mw-header a,
.skin-timeless #searchInput::placeholder {
body.skin-timeless #mw-header button,
color: rgba(50, 73, 54, 0.54) !important;
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,
.skin-timeless #searchButton,
body.skin-timeless .mw-wiki-logo,
.skin-timeless #mw-searchButton {
body.skin-timeless .mw-logo {
top: 0 !important;
background: transparent !important;
right: 0 !important;
background-image: none !important;
width: 2.6em !important;
height: 100% !important;
border: 0 !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;
box-shadow: none !important;
cursor: pointer;
transition: filter 120ms ease;
}
}


body.skin-timeless #p-logo-text,
.skin-timeless #searchButton:hover,
body.skin-timeless .mw-logo-wordmark,
.skin-timeless #mw-searchButton:hover {
body.skin-timeless .mw-logo-tagline {
filter: brightness(1.08);
font-family: var(--pvz-mobile-font-bold) !important;
}
font-weight: 700 !important;
 
/* 검색 자동완성 */
.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;
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;
.skin-timeless .tools-inline li {
border-radius: 10px !important;
border-bottom: 0 !important;
background: rgba(255, 255, 255, 0.1) !important;
}
background-image: none !important;
 
box-shadow: none !important;
.skin-timeless .tools-inline li > a {
display: inline-block;
padding: 4px 9px 4px 26px !important;
border: 2px solid #5c1f06 !important;
border-radius: 8px !important;
box-sizing: border-box;
background-color: #783b24 !important;
background-position: 6px center !important;
background-repeat: no-repeat !important;
background-size: 14px auto !important;
color: #eee9e6 !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:
transition:
background-color 120ms ease,
filter 120ms ease,
border-color 120ms ease !important;
background-color 120ms ease;
}
}


body.skin-timeless #mw-header button:hover,
.skin-timeless .tools-inline li > a:hover {
body.skin-timeless #mw-header .mw-ui-button:hover,
filter: brightness(1.08);
body.skin-timeless #mw-header .oo-ui-buttonElement-button:hover,
text-decoration: none !important;
body.skin-timeless #mw-header .cdx-button:hover,
border-bottom-color: #5c1f06 !important;
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 .tools-inline li.selected > a {
background-color: #b1837c !important;
color: #ffffff !important;
box-shadow:
inset 0 2px 0 #cfa392,
inset 0 -3px 0 #8a5c56 !important;
}
}


/* =========================
/* v48에서 쓰던 흰색 액션바 아이콘 재사용 */
  검색창
.skin-timeless .tools-inline li[id^='ca-nstab-'] > a {
  ========================= */
background-image:
url("/wiki/Special:Redirect/file/Actionbar-document.svg") !important;
}
 
.skin-timeless #ca-talk > a {
background-image:
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;
}


body.skin-timeless #p-search,
.skin-timeless #ca-edit > a {
body.skin-timeless .mw-portlet-search,
background-image:
body.skin-timeless form[role="search"],
url("/wiki/Special:Redirect/file/Actionbar-edit.svg") !important;
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,
.skin-timeless #ca-history > a {
body.skin-timeless .search-box,
background-image:
body.skin-timeless .mw-searchInput,
url("/wiki/Special:Redirect/file/Actionbar-history.svg") !important;
body.skin-timeless #searchInput {
border-radius: 11px !important;
box-sizing: border-box !important;
}
}


body.skin-timeless #simpleSearch {
/* 흰색 아이콘이 없는 항목은 텍스트만 표시 */
overflow: hidden !important;
.skin-timeless #ca-addsection > a,
border: 2px solid var(--pvz-mobile-green-dark) !important;
.skin-timeless #ca-viewsource > a,
background: var(--pvz-mobile-paper) !important;
.skin-timeless #t-contributions > a {
background-image: none !important;
background-image: none !important;
box-shadow: none !important;
padding-left: 9px !important;
}
 
/* 주시 버튼: GW2 별 아이콘 */
.skin-timeless #ca-watch > a,
.skin-timeless #ca-unwatch > a {
display: inline-block;
padding: 4px 12px !important;
background-position: center center !important;
background-size: 17px 17px !important;
}
}


body.skin-timeless #searchInput,
.skin-timeless #ca-watch > a,
body.skin-timeless .mw-searchInput,
.skin-timeless .pvz-watch-not-watched > a,
body.skin-timeless input[name="search"] {
.skin-timeless a.pvz-watch-not-watched {
color: var(--pvz-mobile-text) !important;
background-image:
background: var(--pvz-mobile-paper) !important;
url("/wiki/Special:Redirect/file/GW2_Star2.png") !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,
.skin-timeless #ca-unwatch > a,
body.skin-timeless .mw-searchInput::placeholder,
.skin-timeless .pvz-watch-watched > a,
body.skin-timeless input[name="search"]::placeholder {
.skin-timeless a.pvz-watch-watched {
color: var(--pvz-mobile-muted) !important;
background-image:
opacity: 0.78 !important;
url("/wiki/Special:Redirect/file/GW2_Star.png") !important;
}
}


body.skin-timeless #searchButton,
/* 기존 Gadget JS가 붙여 주는 스핀 클래스 활용 */
body.skin-timeless .searchButton,
.skin-timeless .pvz-watch-spinning > a,
body.skin-timeless button[type="submit"][name="fulltext"] {
.skin-timeless a.pvz-watch-spinning {
border: 0 !important;
animation:
border-left: 2px solid var(--pvz-mobile-green-dark) !important;
pvzt-watch-star-spin 360ms cubic-bezier(0.25, 0.8, 0.25, 1);
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,
@keyframes pvzt-watch-star-spin {
body.skin-timeless .searchButton:hover,
0% {
body.skin-timeless button[type="submit"][name="fulltext"]:hover {
transform: rotate(0deg) scale(1);
background: var(--pvz-mobile-green-hover) !important;
}
45% {
transform: rotate(180deg) scale(0.82);
}
100% {
transform: rotate(360deg) scale(1);
}
}
}


/* =========================
/* =========================
   본문 배치
   본문창: 보드 + 양피지
   ========================= */
   ========================= */


body.skin-timeless #mw-content-container,
.skin-timeless #mw-content {
body.skin-timeless #mw-content-wrapper,
position: relative;
body.skin-timeless #mw-content-block {
isolation: isolate;
width: 100% !important;
background: #e6d2b2 !important;
max-width: 100% !important;
border: var(--pvzt-frame) solid #5b1f09 !important;
margin: 0 !important;
border-radius: 22px !important;
padding: 0 !important;
border: 0 !important;
background: transparent !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;
}
}


body.skin-timeless #mw-content,
.skin-timeless #mw-content::before {
body.skin-timeless #content,
content: "" !important;
body.skin-timeless .mw-body {
position: absolute;
width: calc(100% - 20px) !important;
inset: var(--pvzt-frame);
max-width: 1120px !important;
z-index: -1;
margin: 14px auto 18px !important;
display: block !important;
padding:
border-radius: 12px;
18px
background: #fffae9;
max(14px, env(safe-area-inset-right))
pointer-events: none;
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 #mw-content::after {
body.skin-timeless .mw-parser-output {
content: none !important;
color: var(--pvz-mobile-text) !important;
display: none !important;
font-family: var(--pvz-mobile-font-light) !important;
font-weight: 300 !important;
}
}


/* =========================
/* =========================
   문서 제목·문단 제목
   문서 제목: 초록 리본
   ========================= */
   ========================= */


body.skin-timeless #firstHeading,
.skin-timeless #firstHeading,
body.skin-timeless .firstHeading,
.skin-timeless .mw-first-heading,
body.skin-timeless .mw-first-heading,
.skin-timeless .mw-body h1.firstHeading {
body.skin-timeless .mw-parser-output h1,
display: table;
body.skin-timeless .mw-parser-output h2,
width: auto;
body.skin-timeless .mw-parser-output h3,
max-width: calc(100% + var(--pvzt-pad-x));
body.skin-timeless .mw-parser-output h4,
margin:
body.skin-timeless .mw-parser-output h5,
0.1em
body.skin-timeless .mw-parser-output h6 {
0
font-family: var(--pvz-mobile-font-bold) !important;
0.6em
font-weight: 700 !important;
calc(-1 * var(--pvzt-pad-x)) !important;
color: var(--pvz-mobile-text) !important;
padding:
text-shadow: none !important;
0.36em
}
calc(1em + 30px)
 
0.3em
body.skin-timeless #firstHeading,
var(--pvzt-pad-x) !important;
body.skin-timeless .firstHeading,
box-sizing: border-box;
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: 0 !important;
border-radius: 8px !important;
background-color: #106a40 !important;
box-sizing: border-box !important;
background: var(--pvz-mobile-green) !important;
background-image: none !important;
color: #ffffff !important;
color: #ffffff !important;
font-size: clamp(1.35rem, 6vw, 1.75rem) !important;
font-size: 1.55em !important;
line-height: 1.28 !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%
);
}
}


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


body.skin-timeless .mw-heading,
/* 제목 글꼴 */
body.skin-timeless .mw-heading2,
.skin-timeless #firstHeading,
body.skin-timeless .mw-heading3,
.skin-timeless .mw-first-heading,
body.skin-timeless .mw-heading4,
.skin-timeless .mw-body .mw-heading,
body.skin-timeless .mw-heading5,
.skin-timeless .mw-body h1,
body.skin-timeless .mw-heading6 {
.skin-timeless .mw-body h2,
border: 0 !important;
.skin-timeless .mw-body h3,
background: transparent !important;
.skin-timeless .mw-body h4,
background-image: none !important;
.skin-timeless .mw-body h5,
box-shadow: none !important;
.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-heading2,
 
body.skin-timeless .mw-parser-output h2.pvz-grass-heading {
/* =========================
  문단 구분선: 잔디
  (JS 없이 ::after로 구현)
  ========================= */
 
.skin-timeless .mw-body .mw-heading2,
.skin-timeless .mw-parser-output > h2 {
position: relative !important;
position: relative !important;
margin: 1.35em 0 0.72em !important;
margin-bottom: 0.9em !important;
padding: 0 0 11px !important;
padding-bottom: 12px !important;
border: 0 !important;
border-bottom: 0 !important;
background: transparent !important;
background: none !important;
box-shadow: none !important;
box-shadow: none !important;
}
}


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


body.skin-timeless .pvz-grass-divider {
.skin-timeless .mw-body .mw-heading2::after,
.skin-timeless .mw-parser-output > h2::after {
content: "" !important;
position: absolute;
position: absolute;
right: 0;
right: 0;
499번째 줄: 637번째 줄:
left: 0;
left: 0;
z-index: 1;
z-index: 1;
display: block;
display: block !important;
height: 12px;
height: 14px;
overflow: hidden;
overflow: hidden;
pointer-events: none;
pointer-events: none;
background: var(--pvz-mobile-green);
background: #ead9b8;
-webkit-mask-image:
-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");
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");
516번째 줄: 654번째 줄:
}
}


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,
.skin-timeless .mw-body .toc,
body.skin-timeless #p-views,
.skin-timeless ul#filetoc,
body.skin-timeless #p-cactions,
.skin-timeless .toccolours {
body.skin-timeless .mw-portlet-namespaces,
border: 1px solid #c79a4a !important;
body.skin-timeless .mw-portlet-views {
border-radius: 10px !important;
border: 0 !important;
background: #f8ecd3 !important;
background: transparent !important;
background-image: none !important;
box-shadow: none !important;
box-shadow: none !important;
}
}


body.skin-timeless #p-namespaces a,
.skin-timeless .mw-body .toctitle {
body.skin-timeless #p-views a,
border-bottom-color: rgba(199, 154, 74, 0.55) !important;
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,
.skin-timeless #localNotice {
body.skin-timeless #p-views li.selected > a,
border: 1px solid #c79a4a !important;
body.skin-timeless .mw-portlet-namespaces li.selected > a,
border-radius: 10px !important;
body.skin-timeless .mw-portlet-views li.selected > a {
background: #f8ecd3 !important;
background: var(--pvz-mobile-paper-strong) !important;
box-shadow: none !important;
color: var(--pvz-mobile-text) !important;
color: #75462d !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,
.skin-timeless #catlinks,
body.skin-timeless #mw-related-navigation {
.skin-timeless .catlinks {
background: transparent !important;
margin-top: 1.35rem !important;
padding: 0.52rem 0.72rem !important;
border: 1px solid #c79a4a !important;
border-radius: 10px !important;
box-sizing: border-box !important;
background: #f8ecd3 !important;
background-image: none !important;
background-image: none !important;
border: 0 !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;
text-shadow: none !important;
box-shadow: none !important;
box-shadow: none !important;
}
}


body.skin-timeless #mw-site-navigation .sidebar-chunk,
.skin-timeless #catlinks a,
body.skin-timeless #mw-related-navigation .sidebar-chunk,
.skin-timeless .catlinks a {
body.skin-timeless .mw-portlet,
color: #75462d !important;
body.skin-timeless .vector-menu-content,
font-family: inherit !important;
body.skin-timeless .dropdown,
font-weight: 300 !important;
body.skin-timeless .mw-portlet-body {
text-shadow: none !important;
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 #catlinks a:hover,
body.skin-timeless #mw-related-navigation .sidebar-chunk {
.skin-timeless .catlinks a:hover {
margin-bottom: 10px !important;
color: #5e321e !important;
padding: 10px 12px !important;
text-decoration: underline !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,
.skin-timeless #mw-normal-catlinks,
body.skin-timeless #mw-related-navigation h2,
.skin-timeless .mw-normal-catlinks,
body.skin-timeless .mw-portlet h3,
.skin-timeless #mw-hidden-catlinks,
body.skin-timeless .mw-portlet .mw-portlet-heading {
.skin-timeless .mw-hidden-catlinks {
margin: 0 0 6px !important;
padding: 0 0 6px !important;
border: 0 !important;
border: 0 !important;
border-bottom: 1px solid var(--pvz-mobile-border) !important;
background: transparent !important;
background: transparent !important;
color: var(--pvz-mobile-brown) !important;
color: inherit !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,
.skin-timeless .mw-parser-output > .mw-references-wrap,
body.skin-timeless .mw-body input[type="button"],
.skin-timeless .mw-parser-output > ol.references,
body.skin-timeless .mw-body input[type="submit"],
.skin-timeless .mw-parser-output > .references {
body.skin-timeless .mw-body .mw-ui-button,
margin-top: 1.35rem !important;
body.skin-timeless .mw-body .oo-ui-buttonElement-button,
padding: 0.72rem 0.9rem !important;
body.skin-timeless .mw-body .cdx-button {
border: 3px solid #8f632d !important;
border: 2px solid var(--pvz-mobile-green-dark) !important;
border-radius: 12px !important;
border-radius: 10px !important;
box-sizing: border-box !important;
background: var(--pvz-mobile-green) !important;
background: #f8ecd3 !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: #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,
.skin-timeless .mw-parser-output > .mw-references-wrap > ol.references {
body.skin-timeless .mw-body input[type="button"]:hover,
margin: 0 !important;
body.skin-timeless .mw-body input[type="submit"]:hover,
padding: 0 0 0 1.6em !important;
body.skin-timeless .mw-body .mw-ui-button:hover,
border: 0 !important;
body.skin-timeless .mw-body .oo-ui-buttonElement-button:hover,
background: transparent !important;
body.skin-timeless .mw-body .cdx-button:hover {
color: inherit !important;
background: var(--pvz-mobile-green-hover) !important;
font: inherit !important;
}
}


body.skin-timeless .mw-body input[type="text"],
.skin-timeless .mw-parser-output > .mw-references-wrap a,
body.skin-timeless .mw-body input[type="search"],
.skin-timeless .mw-parser-output > ol.references a,
body.skin-timeless .mw-body input[type="password"],
.skin-timeless .mw-parser-output > .references a {
body.skin-timeless .mw-body input[type="email"],
color: #75462d !important;
body.skin-timeless .mw-body input[type="url"],
font-family: inherit !important;
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;
font-weight: 300 !important;
text-shadow: none !important;
}
}


/* =========================
.skin-timeless .mw-parser-output > .mw-references-wrap a:hover,
  표·분류·각주·알림
.skin-timeless .mw-parser-output > ol.references a:hover,
  ========================= */
.skin-timeless .mw-parser-output > .references a:hover {
 
color: #5e321e !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 {
.skin-timeless #mw-footer-container,
width: 100% !important;
.skin-timeless .mw-footer-container {
max-width: none !important;
background: #f3e5ca !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;
background-image: none !important;
border-top: 1px solid #c79a4a !important;
box-shadow: none !important;
box-shadow: none !important;
color: #f5eadf !important;
color: #5f4030 !important;
}
}


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


body.skin-timeless #mw-footer ul {
.skin-timeless #mw-footer-container a:hover,
display: flex !important;
.skin-timeless .mw-footer-container a:hover {
flex-wrap: wrap !important;
color: #5e321e !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 {
@media screen and (min-width: 851px) {
color: #ffffff !important;
body.skin-timeless {
text-decoration: underline !important;
--pvzt-frame: 13px;
}
--pvzt-pad-x: 30px;
}


/* =========================
.skin-timeless #mw-content {
  작은 화면 보정
border-radius: 28px !important;
  ========================= */
}


@media (max-width: 480px) {
.skin-timeless #mw-content::before {
body.skin-timeless #mw-content,
border-radius: 16px;
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,
.skin-timeless #firstHeading,
body.skin-timeless .firstHeading,
.skin-timeless .mw-first-heading {
body.skin-timeless .mw-first-heading {
font-size: 1.8em !important;
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,
@media screen and (max-width: 850px) {
body.skin-timeless #p-views a,
/* 모바일에서 보드 좌우 숨통 */
body.skin-timeless #p-cactions-label,
.skin-timeless #mw-content {
body.skin-timeless .mw-portlet-namespaces a,
margin: 0.5em 0.35em 1.3em !important;
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) {
@media (prefers-reduced-motion: reduce) {
body.skin-timeless *,
.skin-timeless .pvz-watch-spinning > a,
body.skin-timeless *::before,
.skin-timeless a.pvz-watch-spinning {
body.skin-timeless *::after {
animation-duration: 1ms;
scroll-behavior: auto !important;
transition-duration: 0.01ms !important;
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
}
}
}
}