미디어위키:Gadget-Timeless.css: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
태그: 편집 취소 되돌려진 기여 |
편집 요약 없음 |
||
| (같은 사용자의 중간 판 6개는 보이지 않습니다) | |||
| 1번째 줄: | 1번째 줄: | ||
:root { | |||
--pvzt-bg: #e2d6bf; | |||
--pvzt-bg-dark: #201913; | |||
--pvzt-content: #e6dbc3; | |||
--pvzt-paper: #efe6d2; | |||
--pvzt-paper-soft: #f3ead8; | |||
--pvzt-header: #4a8840; | |||
--pvzt-header-dark: #387031; | |||
--pvzt-title: #2d7a49; | |||
--pvzt-brown: #7c5d45; | |||
--pvzt-brown-dark: #5a402e; | |||
--pvzt-brown-deep: #3d291e; | |||
--pvzt-line: #c9b89b; | |||
--pvzt-line-strong: #b8a487; | |||
--pvzt-text: #4e3a2d; | |||
--pvzt-muted: #7d695b; | |||
--pvzt-wood-1: #473122; | |||
--pvzt-wood-2: #2f2018; | |||
--pvzt-shadow: 0 3px 12px rgba(51, 34, 22, 0.08); | |||
} | |||
html { | html { | ||
min-height: 100% !important; | min-height: 100% !important; | ||
background-color: | background-color: var(--pvzt-bg) !important; | ||
} | } | ||
| 12번째 줄: | 29번째 줄: | ||
min-height: 100vh !important; | min-height: 100vh !important; | ||
margin: 0 !important; | margin: 0 !important; | ||
background: transparent !important; | background: transparent !important; | ||
background-image: none !important; | background-image: none !important; | ||
color: var(--pvzt-text) !important; | |||
isolation: isolate; | |||
} | } | ||
| 25번째 줄: | 39번째 줄: | ||
position: fixed; | position: fixed; | ||
inset: 0; | inset: 0; | ||
z-index: - | z-index: -2; | ||
pointer-events: none; | pointer-events: none; | ||
background | background: | ||
var(--pvzt-bg) | |||
url("/wiki/Special:Redirect/file/Wiki_Bg_Light.png") | url("/wiki/Special:Redirect/file/Wiki_Bg_Light.png") | ||
center / cover no-repeat; | |||
} | } | ||
| 42번째 줄: | 51번째 줄: | ||
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[data-color-mode="dark"].skin-timeless::before { | ||
background | background: | ||
var(--pvzt-bg-dark) | |||
url("/wiki/Special:Redirect/file/Wiki_Bg_Dark.png"); | url("/wiki/Special:Redirect/file/Wiki_Bg_Dark.png") | ||
center / cover no-repeat; | |||
} | } | ||
| 51번째 줄: | 61번째 줄: | ||
body.skin-theme-clientpref-os.skin-timeless::before, | body.skin-theme-clientpref-os.skin-timeless::before, | ||
html:not(.skin-theme-clientpref-day) body.skin-timeless::before { | html:not(.skin-theme-clientpref-day) body.skin-timeless::before { | ||
background | background: | ||
var(--pvzt-bg-dark) | |||
url("/wiki/Special:Redirect/file/Wiki_Bg_Dark.png"); | url("/wiki/Special:Redirect/file/Wiki_Bg_Dark.png") | ||
center / cover no-repeat; | |||
} | } | ||
} | } | ||
| 61번째 줄: | 72번째 줄: | ||
body.skin-theme-clientpref-day.skin-timeless::before, | body.skin-theme-clientpref-day.skin-timeless::before, | ||
body[data-color-mode="light"].skin-timeless::before { | body[data-color-mode="light"].skin-timeless::before { | ||
background | background: | ||
var(--pvzt-bg) | |||
url("/wiki/Special:Redirect/file/Wiki_Bg_Light.png"); | url("/wiki/Special:Redirect/file/Wiki_Bg_Light.png") | ||
center / cover no-repeat; | |||
} | } | ||
.skin-timeless #mw-page-base, | |||
.skin-timeless #mw-content-container, | .skin-timeless #mw-content-container, | ||
.skin-timeless #mw-content-block, | .skin-timeless #mw-content-block, | ||
.skin-timeless #mw-content-wrapper { | .skin-timeless #mw-content-wrapper, | ||
.skin-timeless #mw-related-navigation, | |||
.skin-timeless #mw-site-navigation { | |||
background: transparent !important; | background: transparent !important; | ||
background-image: none !important; | background-image: none !important; | ||
border: 0 !important; | border: 0 !important; | ||
box-shadow: | box-shadow: none !important; | ||
} | } | ||
/* | /* 상단 헤더 */ | ||
.skin-timeless #mw-header-container, | |||
.skin-timeless #mw-header-hack, | .skin-timeless #mw-header-hack, | ||
.skin-timeless #mw-header-nav-hack { | .skin-timeless #mw-header-nav-hack { | ||
background: | background: var(--pvzt-header) !important; | ||
background-image: none !important; | |||
border: 0 !important; | border: 0 !important; | ||
box-shadow: | box-shadow: | ||
inset 0 - | inset 0 -1px 0 rgba(35, 75, 31, 0.45), | ||
0 1px 4px rgba(35, 75, 31, 0.18) !important; | |||
} | } | ||
.skin-timeless #p-logo-text a { | .skin-timeless #p-logo-text a { | ||
color: #ffffff !important; | color: #ffffff !important; | ||
| 108번째 줄: | 110번째 줄: | ||
"SB 어그로", | "SB 어그로", | ||
sans-serif !important; | sans-serif !important; | ||
font-weight: 700 !important; | |||
font-variant: normal !important; | font-variant: normal !important; | ||
text-shadow: none !important; | |||
text-shadow: | |||
} | } | ||
.skin-timeless #p-logo-text a:hover { | .skin-timeless #p-logo-text a:hover { | ||
color: #ffffff !important; | |||
text-decoration: none !important; | text-decoration: none !important; | ||
opacity: 0.96; | |||
} | } | ||
.skin-timeless #user-tools, | .skin-timeless #user-tools, | ||
.skin-timeless #user-tools a, | .skin-timeless #user-tools a, | ||
.skin-timeless #personal > h2, | .skin-timeless #personal > h2, | ||
.skin-timeless #personal > h2 span { | .skin-timeless #personal > h2 span { | ||
color: # | color: #ffffff !important; | ||
} | } | ||
.skin-timeless .mw-wiki-logo { | .skin-timeless .mw-wiki-logo { | ||
filter: drop-shadow(0 2px 4px rgba(45, 25, 8, 0. | filter: drop-shadow(0 2px 4px rgba(45, 25, 8, 0.25)); | ||
} | } | ||
/* | /* 헤더의 작은 버튼류 */ | ||
.skin-timeless #mw-site-navigation > h2, | .skin-timeless #mw-site-navigation > h2, | ||
.skin-timeless #mw-related-navigation > h2, | .skin-timeless #mw-related-navigation > h2, | ||
.skin-timeless #personal > h2 { | .skin-timeless #personal > h2 { | ||
background | background: transparent !important; | ||
background-image: none !important; | background-image: none !important; | ||
border: | border: 0 !important; | ||
box-shadow: none !important; | |||
border-radius: 0 !important; | |||
} | } | ||
| 146번째 줄: | 146번째 줄: | ||
.skin-timeless #mw-related-navigation > h2:hover, | .skin-timeless #mw-related-navigation > h2:hover, | ||
.skin-timeless #personal > h2:hover { | .skin-timeless #personal > h2:hover { | ||
background: rgba(255, 255, 255, 0.08) !important; | |||
} | } | ||
.skin-timeless .pokey { | .skin-timeless .pokey { | ||
border-bottom-color: # | border-bottom-color: var(--pvzt-brown-dark) !important; | ||
} | |||
/* 검색 */ | |||
.skin-timeless #simpleSearch { | |||
overflow: hidden; | |||
border: 1px solid #b9a78c !important; | |||
border-radius: 7px !important; | |||
background: #f8f2e7 !important; | |||
background-image: none !important; | |||
box-shadow: none !important; | |||
} | |||
.skin-timeless #simpleSearch:focus-within { | |||
border-color: var(--pvzt-header-dark) !important; | |||
box-shadow: | |||
0 0 0 2px rgba(74, 136, 64, 0.16) !important; | |||
} | } | ||
.skin-timeless #searchInput { | |||
border: 0 !important; | |||
outline: 0 !important; | |||
background: transparent !important; | |||
color: var(--pvzt-text) !important; | |||
box-shadow: none !important; | |||
padding-right: 3em !important; | |||
} | |||
/ | .skin-timeless #searchInput::placeholder { | ||
color: #8a715a !important; | |||
} | |||
.skin-timeless #searchButton, | |||
.skin-timeless #mw-searchButton { | |||
top: 0 !important; | |||
right: 0 !important; | |||
width: 2.6em !important; | |||
height: 100% !important; | |||
border: 0 !important; | |||
border-left: 1px solid #c8b79a !important; | |||
border-radius: 0 !important; | |||
background-color: #f8f2e7 !important; | |||
background-image: | |||
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%236d513e' 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 !important; | |||
background-repeat: no-repeat !important; | |||
background-size: 17px !important; | |||
box-shadow: none !important; | |||
cursor: pointer; | |||
} | |||
.skin-timeless #searchButton:hover, | |||
.skin-timeless #mw-searchButton:hover { | |||
background-color: #fcf8f0 !important; | |||
} | |||
.skin-timeless .suggestions .suggestions-results, | |||
.skin-timeless .suggestions .suggestions-special { | |||
background: #f8f2e7 !important; | |||
border: 1px solid #c8b79a !important; | |||
} | |||
.skin-timeless .suggestions .suggestions-result { | |||
color: var(--pvzt-brown) !important; | |||
} | |||
.skin-timeless .suggestions .suggestions-result-current { | |||
background: var(--pvzt-header) !important; | |||
color: #ffffff !important; | |||
} | |||
/* 좌우 사이드 영역 */ | |||
.skin-timeless #mw-site-navigation, | |||
.skin-timeless #mw-related-navigation { | |||
background: | |||
radial-gradient(circle at top left, rgba(255,255,255,0.04), transparent 30%), | |||
linear-gradient(180deg, var(--pvzt-wood-1), var(--pvzt-wood-2)) !important; | |||
background-image: | |||
radial-gradient(circle at top left, rgba(255,255,255,0.04), transparent 30%), | |||
linear-gradient(180deg, var(--pvzt-wood-1), var(--pvzt-wood-2)) !important; | |||
} | |||
.skin-timeless #mw-site-navigation .sidebar-inner, | .skin-timeless #mw-site-navigation .sidebar-inner, | ||
.skin-timeless #mw-related-navigation .sidebar-inner, | .skin-timeless #mw-related-navigation .sidebar-inner, | ||
.skin-timeless #personal .dropdown { | .skin-timeless #personal .dropdown { | ||
border: | border: 0 !important; | ||
border-radius: | border-radius: 0 !important; | ||
background: | background: transparent !important; | ||
background-image: none !important; | |||
box-shadow: none !important; | |||
padding-top: 0.5rem !important; | |||
} | |||
/* 로고 영역 */ | |||
.skin-timeless #mw-site-navigation .mw-wiki-logo, | |||
.skin-timeless #mw-site-navigation #p-logo a { | |||
display: block !important; | |||
margin: 0 auto 0.9rem !important; | |||
} | |||
/* 포틀릿 */ | |||
.skin-timeless #mw-site-navigation .sidebar-inner .mw-portlet, | |||
.skin-timeless #mw-related-navigation .sidebar-inner .mw-portlet, | |||
.skin-timeless #personal .dropdown .mw-portlet, | |||
.skin-timeless #personal .dropdown > div { | |||
margin: 0 0 1rem !important; | |||
padding: 0 !important; | |||
border: 0 !important; | |||
background: transparent !important; | |||
} | } | ||
.skin-timeless #mw-site-navigation .sidebar-inner h2, | .skin-timeless #mw-site-navigation .sidebar-inner h2, | ||
.skin-timeless #mw-site-navigation .sidebar-inner h3, | .skin-timeless #mw-site-navigation .sidebar-inner h3, | ||
| 206번째 줄: | 266번째 줄: | ||
.skin-timeless #mw-related-navigation .sidebar-inner h3, | .skin-timeless #mw-related-navigation .sidebar-inner h3, | ||
.skin-timeless #personal .dropdown h3 { | .skin-timeless #personal .dropdown h3 { | ||
margin: 0 !important; | |||
background: | padding: 0.62rem 0.7rem 0.58rem !important; | ||
color: # | background: #e9dbc1 !important; | ||
color: var(--pvzt-brown-deep) !important; | |||
border: 1px solid #cab79a !important; | |||
border-bottom: 0 !important; | |||
font-family: | font-family: | ||
"SB Aggro | "SB Aggro M", | ||
"SB 어그로 | "SB 어그로 M", | ||
"SB Aggro", | "SB Aggro", | ||
"SB 어그로", | "SB 어그로", | ||
sans-serif !important; | sans-serif !important; | ||
font-weight: | font-size: 0.92rem !important; | ||
text-align: | font-weight: 500 !important; | ||
text-align: left !important; | |||
text-shadow: none !important; | text-shadow: none !important; | ||
} | } | ||
.skin-timeless #mw-site-navigation .sidebar-inner .mw-portlet ul, | .skin-timeless #mw-site-navigation .sidebar-inner .mw-portlet ul, | ||
.skin-timeless #mw-related-navigation .sidebar-inner .mw-portlet ul, | .skin-timeless #mw-related-navigation .sidebar-inner .mw-portlet ul, | ||
.skin-timeless #personal .dropdown ul { | .skin-timeless #personal .dropdown ul { | ||
margin: 0 !important; | |||
margin: 0 | padding: 0.66rem 0.72rem !important; | ||
padding: 0. | border: 1px solid #cab79a !important; | ||
border: | border-top: 0 !important; | ||
border-radius: | border-radius: 0 !important; | ||
box- | background: #efe1c8 !important; | ||
background-image: none !important; | |||
box-shadow: none !important; | |||
list-style: none !important; | list-style: none !important; | ||
transform: none !important; | |||
} | } | ||
| 246번째 줄: | 305번째 줄: | ||
padding: 0 !important; | padding: 0 !important; | ||
list-style: none !important; | list-style: none !important; | ||
line-height: 1. | line-height: 1.38 !important; | ||
} | } | ||
| 252번째 줄: | 311번째 줄: | ||
.skin-timeless #mw-related-navigation .sidebar-inner .mw-portlet li + li, | .skin-timeless #mw-related-navigation .sidebar-inner .mw-portlet li + li, | ||
.skin-timeless #personal .dropdown li + li { | .skin-timeless #personal .dropdown li + li { | ||
margin-top: 0. | margin-top: 0.24rem !important; | ||
} | } | ||
| 259번째 줄: | 318번째 줄: | ||
.skin-timeless #personal .dropdown ul a { | .skin-timeless #personal .dropdown ul a { | ||
display: block !important; | display: block !important; | ||
padding: 0. | padding: 0.1rem 0 !important; | ||
color: | color: var(--pvzt-brown-deep) !important; | ||
font-family: | font-family: | ||
"SB Aggro L", | "SB Aggro L", | ||
| 267번째 줄: | 326번째 줄: | ||
"SB 어그로", | "SB 어그로", | ||
sans-serif !important; | sans-serif !important; | ||
font-size: 0. | font-size: 0.82rem !important; | ||
font-weight: 300 !important; | font-weight: 300 !important; | ||
line-height: 1. | line-height: 1.42 !important; | ||
text-decoration: none !important; | text-decoration: none !important; | ||
text-shadow: none !important; | text-shadow: none !important; | ||
} | } | ||
| 278번째 줄: | 336번째 줄: | ||
.skin-timeless #mw-related-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 { | .skin-timeless #personal .dropdown ul a:hover { | ||
color: # | color: #2a6b41 !important; | ||
text-decoration: none !important; | text-decoration: none !important; | ||
} | } | ||
| 286번째 줄: | 344번째 줄: | ||
} | } | ||
/* 본문 중앙 영역 */ | |||
/* | .skin-timeless #mw-content { | ||
position: relative; | |||
background: var(--pvzt-content) !important; | |||
.skin-timeless # | |||
background-image: none !important; | background-image: none !important; | ||
box-shadow: | border: 0 !important; | ||
border-radius: 0 !important; | |||
box-shadow: none !important; | |||
box-sizing: border-box; | |||
overflow: visible !important; | |||
} | } | ||
.skin-timeless # | .skin-timeless #mw-content::before { | ||
content: none !important; | |||
display: none !important; | |||
} | } | ||
.skin-timeless # | .skin-timeless #mw-content #content { | ||
background: transparent !important; | background: transparent !important; | ||
} | } | ||
.skin-timeless # | /* 제목 리본 */ | ||
.skin-timeless #firstHeading, | |||
.skin-timeless .mw-first-heading, | |||
.skin-timeless .mw-body h1.firstHeading { | |||
display: inline-block !important; | |||
.skin-timeless | width: auto !important; | ||
.skin-timeless | max-width: 100% !important; | ||
margin: 0 0 1rem !important; | |||
padding: 0.34em 1.3em 0.32em 0.78em !important; | |||
width: | |||
border: 0 !important; | border: 0 !important; | ||
border-radius: 0 !important; | border-radius: 0 !important; | ||
background | background: var(--pvzt-title) !important; | ||
color: #ffffff !important; | |||
font-size: 1.95em !important; | |||
line-height: 1.12 !important; | |||
text-shadow: none !important; | |||
-webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 28px) 100%, 0 100%); | |||
clip-path: polygon(0 0, 100% 0, calc(100% - 28px) 100%, 0 100%); | |||
} | } | ||
.skin-timeless # | .skin-timeless #firstHeading *, | ||
.skin-timeless | .skin-timeless .mw-first-heading * { | ||
color: #ffffff !important; | |||
} | } | ||
.skin-timeless #firstHeading, | |||
.skin-timeless . | .skin-timeless .mw-first-heading, | ||
.skin-timeless . | .skin-timeless .mw-body .mw-heading, | ||
.skin-timeless .mw-body h1, | |||
.skin-timeless .mw-body h2, | |||
.skin-timeless .mw-body h3, | |||
.skin-timeless .mw-body h4, | |||
.skin-timeless .mw-body h5, | |||
color: | .skin-timeless .mw-body h6 { | ||
font-family: | |||
"SB Aggro B", | |||
"SB 어그로 B", | |||
"SB Aggro", | |||
"SB 어그로", | |||
sans-serif !important; | |||
font-weight: 700 !important; | |||
color: var(--pvzt-text) !important; | |||
} | } | ||
.skin-timeless . | /* 액션 링크 - 사진처럼 훨씬 단순하게 */ | ||
.skin-timeless .tools-inline { | |||
margin-top: 0.2rem !important; | |||
} | } | ||
.skin-timeless .tools-inline li { | .skin-timeless .tools-inline li { | ||
| 373번째 줄: | 419번째 줄: | ||
.skin-timeless .tools-inline li > a { | .skin-timeless .tools-inline li > a { | ||
display: inline-block; | display: inline-block !important; | ||
padding: | padding: 0.2rem 0.35rem 0.45rem 1.45rem !important; | ||
border: | border: 0 !important; | ||
border-radius: | border-bottom: 3px solid transparent !important; | ||
border-radius: 0 !important; | |||
box-sizing: border-box; | box-sizing: border-box; | ||
background-color: | background-color: transparent !important; | ||
background-position: | background-position: left center !important; | ||
background-repeat: no-repeat !important; | background-repeat: no-repeat !important; | ||
background-size: 14px auto !important; | background-size: 14px auto !important; | ||
color: # | color: #8a6a53 !important; | ||
font-family: | font-family: | ||
"SB Aggro M", | "SB Aggro M", | ||
| 389번째 줄: | 436번째 줄: | ||
"SB 어그로", | "SB 어그로", | ||
sans-serif !important; | sans-serif !important; | ||
font-size: 0. | font-size: 0.76rem !important; | ||
font-weight: 500 !important; | font-weight: 500 !important; | ||
line-height: 1.25 !important; | line-height: 1.25 !important; | ||
text-decoration: none !important; | text-decoration: none !important; | ||
text-shadow: | text-shadow: none !important; | ||
box-shadow: none !important; | |||
box-shadow: | |||
transition: | transition: | ||
color 120ms ease, | |||
border-color 120ms ease; | |||
} | } | ||
.skin-timeless .tools-inline li > a:hover { | .skin-timeless .tools-inline li > a:hover { | ||
background-color: transparent !important; | |||
color: var(--pvzt-brown-dark) !important; | |||
text-decoration: none !important; | text-decoration: none !important; | ||
transform: none !important; | |||
} | } | ||
.skin-timeless .tools-inline li.selected > a { | .skin-timeless .tools-inline li.selected > a { | ||
background-color: | background-color: transparent !important; | ||
color: | color: var(--pvzt-brown-dark) !important; | ||
border-bottom-color: #8c6b51 !important; | |||
} | } | ||
.skin-timeless .tools-inline li[id^="ca-nstab-"] > a { | |||
.skin-timeless .tools-inline li[id^= | |||
background-image: | background-image: | ||
url("/wiki/Special:Redirect/file/Actionbar-document.svg") !important; | url("/wiki/Special:Redirect/file/Actionbar-document.svg") !important; | ||
| 457번째 줄: | 486번째 줄: | ||
} | } | ||
.skin-timeless #ca-addsection > a, | .skin-timeless #ca-addsection > a, | ||
.skin-timeless #ca-viewsource > a, | .skin-timeless #ca-viewsource > a, | ||
.skin-timeless #t-contributions > a { | .skin-timeless #t-contributions > a { | ||
background-image: none !important; | background-image: none !important; | ||
padding-left: | padding-left: 0.35rem !important; | ||
} | } | ||
.skin-timeless #ca-watch > a, | .skin-timeless #ca-watch > a, | ||
.skin-timeless #ca-unwatch > a { | .skin-timeless #ca-unwatch > a { | ||
padding-left: 1.45rem !important; | |||
padding: | padding-right: 0.35rem !important; | ||
background-position: | background-position: left center !important; | ||
background-size: | background-size: 15px !important; | ||
} | } | ||
| 488번째 줄: | 515번째 줄: | ||
} | } | ||
.skin-timeless .pvz-watch-spinning > a, | .skin-timeless .pvz-watch-spinning > a, | ||
.skin-timeless a.pvz-watch-spinning { | .skin-timeless a.pvz-watch-spinning { | ||
animation: | animation: pvzt-watch-spin 320ms ease; | ||
} | } | ||
@keyframes pvzt-watch | @keyframes pvzt-watch-spin { | ||
from { transform: rotate(0deg); } | |||
to { transform: rotate(360deg); } | |||
} | } | ||
/* 본문 내부 카드류 */ | |||
/* | .skin-timeless .toc, | ||
.skin-timeless ul#filetoc, | |||
.skin-timeless .toccolours, | |||
.skin-timeless #localNotice, | |||
.skin-timeless #mw- | .skin-timeless #catlinks, | ||
.skin-timeless .catlinks, | |||
.skin-timeless .mw-parser-output > .mw-references-wrap, | |||
.skin-timeless .mw-parser-output > ol.references, | |||
.skin-timeless .mw-parser-output > .references { | |||
border: 1px solid var(--pvzt-line-strong) !important; | |||
border-radius: 0 !important; | |||
background: var(--pvzt-paper) !important; | |||
background-image: none !important; | |||
color: var(--pvzt-brown) !important; | |||
box-shadow: none !important; | box-shadow: none !important; | ||
} | } | ||
.skin-timeless # | .skin-timeless #localNotice { | ||
padding: 0.75rem 0.9rem !important; | |||
} | } | ||
.skin-timeless # | .skin-timeless #catlinks, | ||
.skin-timeless .catlinks { | |||
margin-top: 1.2rem !important; | |||
padding: 0.52rem 0.72rem !important; | |||
font-family: | |||
"SB Aggro L", | |||
"SB 어그로 L", | |||
"SB Aggro", | |||
"SB 어그로", | |||
sans-serif !important; | |||
font-weight: 300 !important; | |||
line-height: 1.5 !important; | |||
} | } | ||
.skin-timeless .mw-parser-output > .mw-references-wrap, | |||
.skin-timeless .mw-parser-output > ol.references, | |||
.skin-timeless .mw-parser-output > .references { | |||
margin-top: 1.2rem !important; | |||
padding: 0.72rem 0.88rem !important; | |||
font-family: | |||
"SB Aggro L", | |||
"SB 어그로 L", | |||
"SB Aggro", | |||
"SB 어그로", | |||
sans-serif !important; | |||
font-weight: 300 !important; | |||
line-height: 1.5 !important; | |||
} | |||
.skin-timeless .mw-parser-output > .mw-references-wrap > ol.references { | |||
margin: 0 !important; | |||
padding: 0 0 0 1.5em !important; | |||
.skin-timeless .mw- | |||
. | |||
margin: | |||
padding: | |||
border: 0 !important; | border: 0 !important; | ||
background | background: transparent !important; | ||
} | } | ||
.skin-timeless # | .skin-timeless #catlinks a, | ||
.skin-timeless .mw- | .skin-timeless .catlinks a, | ||
color: | .skin-timeless .mw-parser-output > .mw-references-wrap a, | ||
.skin-timeless .mw-parser-output > ol.references a, | |||
.skin-timeless .mw-parser-output > .references a, | |||
.skin-timeless .toc a, | |||
.skin-timeless #localNotice a { | |||
color: var(--pvzt-brown) !important; | |||
text-shadow: none !important; | |||
} | } | ||
.skin-timeless #catlinks a:hover, | |||
.skin-timeless # | .skin-timeless .catlinks a:hover, | ||
.skin-timeless . | .skin-timeless .mw-parser-output > .mw-references-wrap a:hover, | ||
.skin-timeless .mw- | .skin-timeless .mw-parser-output > ol.references a:hover, | ||
.skin-timeless .mw- | .skin-timeless .mw-parser-output > .references a:hover, | ||
.skin-timeless .toc a:hover, | |||
.skin-timeless .mw- | .skin-timeless #localNotice a:hover { | ||
color: var(--pvzt-brown-dark) !important; | |||
.skin-timeless . | |||
.skin-timeless | |||
} | } | ||
.skin-timeless #mw-normal-catlinks, | |||
.skin-timeless .mw-normal-catlinks, | |||
.skin-timeless #mw-hidden-catlinks, | |||
.skin-timeless .mw-hidden-catlinks { | |||
border: 0 !important; | |||
background: transparent !important; | |||
} | |||
/* | /* 문단 구분선 */ | ||
.skin-timeless .mw-heading2, | |||
.skin-timeless .mw-parser-output h2.pvz-grass-heading { | |||
.skin-timeless | |||
.skin-timeless .mw-parser-output | |||
position: relative !important; | position: relative !important; | ||
margin-bottom: 0. | margin-bottom: 0.72em !important; | ||
padding-bottom: 12px !important; | padding-bottom: 12px !important; | ||
border: 0 !important; | |||
border-bottom: 0 !important; | border-bottom: 0 !important; | ||
background: none !important; | |||
background-image: none !important; | |||
box-shadow: none !important; | |||
} | |||
.skin-timeless .mw-heading2::before, | |||
.skin-timeless .mw-heading2::after, | |||
.skin-timeless .mw-parser-output h2.pvz-grass-heading::before, | |||
.skin-timeless .mw-parser-output h2.pvz-grass-heading::after { | |||
content: none !important; | |||
display: none !important; | |||
border: 0 !important; | |||
background: none !important; | background: none !important; | ||
box-shadow: none !important; | box-shadow: none !important; | ||
} | } | ||
.skin-timeless .mw- | .skin-timeless .mw-heading2 > h2, | ||
.skin-timeless .mw-parser-output h2.pvz-grass-heading { | |||
margin-bottom: 0 !important; | margin-bottom: 0 !important; | ||
padding-bottom: 0 !important; | padding-bottom: 0 !important; | ||
border: 0 !important; | |||
border-bottom: 0 !important; | border-bottom: 0 !important; | ||
background: none !important; | |||
background-image: none !important; | |||
box-shadow: none !important; | |||
} | } | ||
.skin-timeless . | .skin-timeless .pvz-grass-divider { | ||
position: absolute; | position: absolute; | ||
right: 0; | right: 0; | ||
| 637번째 줄: | 653번째 줄: | ||
left: 0; | left: 0; | ||
z-index: 1; | z-index: 1; | ||
display: block | display: block; | ||
height: 14px; | height: 14px; | ||
overflow: hidden; | overflow: hidden; | ||
| 654번째 줄: | 670번째 줄: | ||
} | } | ||
/* 하단 */ | |||
/* | |||
.skin-timeless #mw-footer-container, | .skin-timeless #mw-footer-container, | ||
.skin-timeless .mw-footer-container { | .skin-timeless .mw-footer-container { | ||
background: # | background: #eadfc8 !important; | ||
background-image: none !important; | background-image: none !important; | ||
border-top: 1px solid | border-top: 1px solid var(--pvzt-line-strong) !important; | ||
box-shadow: none !important; | box-shadow: none !important; | ||
color: | color: var(--pvzt-brown) !important; | ||
} | } | ||
| 799번째 줄: | 684번째 줄: | ||
.skin-timeless #mw-footer-container a:visited, | .skin-timeless #mw-footer-container a:visited, | ||
.skin-timeless .mw-footer-container a:visited { | .skin-timeless .mw-footer-container a:visited { | ||
color: | color: var(--pvzt-brown) !important; | ||
text-shadow: none !important; | text-shadow: none !important; | ||
} | } | ||
| 805번째 줄: | 690번째 줄: | ||
.skin-timeless #mw-footer-container a:hover, | .skin-timeless #mw-footer-container a:hover, | ||
.skin-timeless .mw-footer-container a:hover { | .skin-timeless .mw-footer-container a:hover { | ||
color: | color: var(--pvzt-brown-dark) !important; | ||
} | } | ||
/* 반응형: 위치는 안 바꾸고 크기만 보정 */ | |||
/* | @media screen and (max-width: 850px) { | ||
.skin-timeless #mw-content { | |||
padding: 0.9rem !important; | |||
@media screen and ( | |||
} | } | ||
.skin-timeless #mw- | .skin-timeless #firstHeading, | ||
.skin-timeless .mw-first-heading, | |||
.skin-timeless .mw-body h1.firstHeading { | |||
font-size: 1.38em !important; | |||
padding: 0.34em 1em 0.32em 0.62em !important; | |||
} | } | ||
.skin-timeless | .skin-timeless .tools-inline li > a { | ||
font-size: 0.7rem !important; | |||
} | } | ||
} | |||
@media screen and (min-width: 851px) { | |||
.skin-timeless #firstHeading, | .skin-timeless #firstHeading, | ||
.skin-timeless .mw-first-heading { | .skin-timeless .mw-first-heading { | ||
font-size: | font-size: 2.05em !important; | ||
} | } | ||
} | } | ||
@media (prefers-reduced-motion: reduce) { | @media (prefers-reduced-motion: reduce) { | ||
.skin-timeless . | .skin-timeless *, | ||
.skin-timeless | .skin-timeless *::before, | ||
animation-duration: 1ms; | .skin-timeless *::after { | ||
animation-duration: 1ms !important; | |||
transition-duration: 1ms !important; | |||
} | } | ||
} | } | ||
2026년 7월 31일 (금) 00:37 기준 최신판
:root {
--pvzt-bg: #e2d6bf;
--pvzt-bg-dark: #201913;
--pvzt-content: #e6dbc3;
--pvzt-paper: #efe6d2;
--pvzt-paper-soft: #f3ead8;
--pvzt-header: #4a8840;
--pvzt-header-dark: #387031;
--pvzt-title: #2d7a49;
--pvzt-brown: #7c5d45;
--pvzt-brown-dark: #5a402e;
--pvzt-brown-deep: #3d291e;
--pvzt-line: #c9b89b;
--pvzt-line-strong: #b8a487;
--pvzt-text: #4e3a2d;
--pvzt-muted: #7d695b;
--pvzt-wood-1: #473122;
--pvzt-wood-2: #2f2018;
--pvzt-shadow: 0 3px 12px rgba(51, 34, 22, 0.08);
}
html {
min-height: 100% !important;
background-color: var(--pvzt-bg) !important;
}
body.skin-timeless {
position: relative !important;
min-height: 100vh !important;
margin: 0 !important;
background: transparent !important;
background-image: none !important;
color: var(--pvzt-text) !important;
isolation: isolate;
}
body.skin-timeless::before {
content: "";
position: fixed;
inset: 0;
z-index: -2;
pointer-events: none;
background:
var(--pvzt-bg)
url("/wiki/Special:Redirect/file/Wiki_Bg_Light.png")
center / cover no-repeat;
}
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[data-color-mode="dark"].skin-timeless::before {
background:
var(--pvzt-bg-dark)
url("/wiki/Special:Redirect/file/Wiki_Bg_Dark.png")
center / cover no-repeat;
}
@media (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os body.skin-timeless::before,
body.skin-theme-clientpref-os.skin-timeless::before,
html:not(.skin-theme-clientpref-day) body.skin-timeless::before {
background:
var(--pvzt-bg-dark)
url("/wiki/Special:Redirect/file/Wiki_Bg_Dark.png")
center / cover no-repeat;
}
}
html.skin-theme-clientpref-day body.skin-timeless::before,
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:
var(--pvzt-bg)
url("/wiki/Special:Redirect/file/Wiki_Bg_Light.png")
center / cover no-repeat;
}
.skin-timeless #mw-page-base,
.skin-timeless #mw-content-container,
.skin-timeless #mw-content-block,
.skin-timeless #mw-content-wrapper,
.skin-timeless #mw-related-navigation,
.skin-timeless #mw-site-navigation {
background: transparent !important;
background-image: none !important;
border: 0 !important;
box-shadow: none !important;
}
/* 상단 헤더 */
.skin-timeless #mw-header-container,
.skin-timeless #mw-header-hack,
.skin-timeless #mw-header-nav-hack {
background: var(--pvzt-header) !important;
background-image: none !important;
border: 0 !important;
box-shadow:
inset 0 -1px 0 rgba(35, 75, 31, 0.45),
0 1px 4px rgba(35, 75, 31, 0.18) !important;
}
.skin-timeless #p-logo-text a {
color: #ffffff !important;
font-family:
"SB Aggro B",
"SB 어그로 B",
"SB Aggro",
"SB 어그로",
sans-serif !important;
font-weight: 700 !important;
font-variant: normal !important;
text-shadow: none !important;
}
.skin-timeless #p-logo-text a:hover {
color: #ffffff !important;
text-decoration: none !important;
opacity: 0.96;
}
.skin-timeless #user-tools,
.skin-timeless #user-tools a,
.skin-timeless #personal > h2,
.skin-timeless #personal > h2 span {
color: #ffffff !important;
}
.skin-timeless .mw-wiki-logo {
filter: drop-shadow(0 2px 4px rgba(45, 25, 8, 0.25));
}
/* 헤더의 작은 버튼류 */
.skin-timeless #mw-site-navigation > h2,
.skin-timeless #mw-related-navigation > h2,
.skin-timeless #personal > h2 {
background: transparent !important;
background-image: none !important;
border: 0 !important;
box-shadow: none !important;
border-radius: 0 !important;
}
.skin-timeless #mw-site-navigation > h2:hover,
.skin-timeless #mw-related-navigation > h2:hover,
.skin-timeless #personal > h2:hover {
background: rgba(255, 255, 255, 0.08) !important;
}
.skin-timeless .pokey {
border-bottom-color: var(--pvzt-brown-dark) !important;
}
/* 검색 */
.skin-timeless #simpleSearch {
overflow: hidden;
border: 1px solid #b9a78c !important;
border-radius: 7px !important;
background: #f8f2e7 !important;
background-image: none !important;
box-shadow: none !important;
}
.skin-timeless #simpleSearch:focus-within {
border-color: var(--pvzt-header-dark) !important;
box-shadow:
0 0 0 2px rgba(74, 136, 64, 0.16) !important;
}
.skin-timeless #searchInput {
border: 0 !important;
outline: 0 !important;
background: transparent !important;
color: var(--pvzt-text) !important;
box-shadow: none !important;
padding-right: 3em !important;
}
.skin-timeless #searchInput::placeholder {
color: #8a715a !important;
}
.skin-timeless #searchButton,
.skin-timeless #mw-searchButton {
top: 0 !important;
right: 0 !important;
width: 2.6em !important;
height: 100% !important;
border: 0 !important;
border-left: 1px solid #c8b79a !important;
border-radius: 0 !important;
background-color: #f8f2e7 !important;
background-image:
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%236d513e' 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 !important;
background-repeat: no-repeat !important;
background-size: 17px !important;
box-shadow: none !important;
cursor: pointer;
}
.skin-timeless #searchButton:hover,
.skin-timeless #mw-searchButton:hover {
background-color: #fcf8f0 !important;
}
.skin-timeless .suggestions .suggestions-results,
.skin-timeless .suggestions .suggestions-special {
background: #f8f2e7 !important;
border: 1px solid #c8b79a !important;
}
.skin-timeless .suggestions .suggestions-result {
color: var(--pvzt-brown) !important;
}
.skin-timeless .suggestions .suggestions-result-current {
background: var(--pvzt-header) !important;
color: #ffffff !important;
}
/* 좌우 사이드 영역 */
.skin-timeless #mw-site-navigation,
.skin-timeless #mw-related-navigation {
background:
radial-gradient(circle at top left, rgba(255,255,255,0.04), transparent 30%),
linear-gradient(180deg, var(--pvzt-wood-1), var(--pvzt-wood-2)) !important;
background-image:
radial-gradient(circle at top left, rgba(255,255,255,0.04), transparent 30%),
linear-gradient(180deg, var(--pvzt-wood-1), var(--pvzt-wood-2)) !important;
}
.skin-timeless #mw-site-navigation .sidebar-inner,
.skin-timeless #mw-related-navigation .sidebar-inner,
.skin-timeless #personal .dropdown {
border: 0 !important;
border-radius: 0 !important;
background: transparent !important;
background-image: none !important;
box-shadow: none !important;
padding-top: 0.5rem !important;
}
/* 로고 영역 */
.skin-timeless #mw-site-navigation .mw-wiki-logo,
.skin-timeless #mw-site-navigation #p-logo a {
display: block !important;
margin: 0 auto 0.9rem !important;
}
/* 포틀릿 */
.skin-timeless #mw-site-navigation .sidebar-inner .mw-portlet,
.skin-timeless #mw-related-navigation .sidebar-inner .mw-portlet,
.skin-timeless #personal .dropdown .mw-portlet,
.skin-timeless #personal .dropdown > div {
margin: 0 0 1rem !important;
padding: 0 !important;
border: 0 !important;
background: transparent !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 {
margin: 0 !important;
padding: 0.62rem 0.7rem 0.58rem !important;
background: #e9dbc1 !important;
color: var(--pvzt-brown-deep) !important;
border: 1px solid #cab79a !important;
border-bottom: 0 !important;
font-family:
"SB Aggro M",
"SB 어그로 M",
"SB Aggro",
"SB 어그로",
sans-serif !important;
font-size: 0.92rem !important;
font-weight: 500 !important;
text-align: left !important;
text-shadow: none !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 {
margin: 0 !important;
padding: 0.66rem 0.72rem !important;
border: 1px solid #cab79a !important;
border-top: 0 !important;
border-radius: 0 !important;
background: #efe1c8 !important;
background-image: none !important;
box-shadow: none !important;
list-style: none !important;
transform: none !important;
}
.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.38 !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.24rem !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.1rem 0 !important;
color: var(--pvzt-brown-deep) !important;
font-family:
"SB Aggro L",
"SB 어그로 L",
"SB Aggro",
"SB 어그로",
sans-serif !important;
font-size: 0.82rem !important;
font-weight: 300 !important;
line-height: 1.42 !important;
text-decoration: none !important;
text-shadow: none !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: #2a6b41 !important;
text-decoration: none !important;
}
.skin-timeless .sidebar-inner .emptyPortlet {
display: none !important;
}
/* 본문 중앙 영역 */
.skin-timeless #mw-content {
position: relative;
background: var(--pvzt-content) !important;
background-image: none !important;
border: 0 !important;
border-radius: 0 !important;
box-shadow: none !important;
box-sizing: border-box;
overflow: visible !important;
}
.skin-timeless #mw-content::before {
content: none !important;
display: none !important;
}
.skin-timeless #mw-content #content {
background: transparent !important;
}
/* 제목 리본 */
.skin-timeless #firstHeading,
.skin-timeless .mw-first-heading,
.skin-timeless .mw-body h1.firstHeading {
display: inline-block !important;
width: auto !important;
max-width: 100% !important;
margin: 0 0 1rem !important;
padding: 0.34em 1.3em 0.32em 0.78em !important;
border: 0 !important;
border-radius: 0 !important;
background: var(--pvzt-title) !important;
color: #ffffff !important;
font-size: 1.95em !important;
line-height: 1.12 !important;
text-shadow: none !important;
-webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 28px) 100%, 0 100%);
clip-path: polygon(0 0, 100% 0, calc(100% - 28px) 100%, 0 100%);
}
.skin-timeless #firstHeading *,
.skin-timeless .mw-first-heading * {
color: #ffffff !important;
}
.skin-timeless #firstHeading,
.skin-timeless .mw-first-heading,
.skin-timeless .mw-body .mw-heading,
.skin-timeless .mw-body h1,
.skin-timeless .mw-body h2,
.skin-timeless .mw-body h3,
.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;
color: var(--pvzt-text) !important;
}
/* 액션 링크 - 사진처럼 훨씬 단순하게 */
.skin-timeless .tools-inline {
margin-top: 0.2rem !important;
}
.skin-timeless .tools-inline li {
border-bottom: 0 !important;
}
.skin-timeless .tools-inline li > a {
display: inline-block !important;
padding: 0.2rem 0.35rem 0.45rem 1.45rem !important;
border: 0 !important;
border-bottom: 3px solid transparent !important;
border-radius: 0 !important;
box-sizing: border-box;
background-color: transparent !important;
background-position: left center !important;
background-repeat: no-repeat !important;
background-size: 14px auto !important;
color: #8a6a53 !important;
font-family:
"SB Aggro M",
"SB 어그로 M",
"SB Aggro",
"SB 어그로",
sans-serif !important;
font-size: 0.76rem !important;
font-weight: 500 !important;
line-height: 1.25 !important;
text-decoration: none !important;
text-shadow: none !important;
box-shadow: none !important;
transition:
color 120ms ease,
border-color 120ms ease;
}
.skin-timeless .tools-inline li > a:hover {
background-color: transparent !important;
color: var(--pvzt-brown-dark) !important;
text-decoration: none !important;
transform: none !important;
}
.skin-timeless .tools-inline li.selected > a {
background-color: transparent !important;
color: var(--pvzt-brown-dark) !important;
border-bottom-color: #8c6b51 !important;
}
.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;
}
.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;
padding-left: 0.35rem !important;
}
.skin-timeless #ca-watch > a,
.skin-timeless #ca-unwatch > a {
padding-left: 1.45rem !important;
padding-right: 0.35rem !important;
background-position: left center !important;
background-size: 15px !important;
}
.skin-timeless #ca-watch > a,
.skin-timeless .pvz-watch-not-watched > a,
.skin-timeless a.pvz-watch-not-watched {
background-image:
url("/wiki/Special:Redirect/file/GW2_Star2.png") !important;
}
.skin-timeless #ca-unwatch > a,
.skin-timeless .pvz-watch-watched > a,
.skin-timeless a.pvz-watch-watched {
background-image:
url("/wiki/Special:Redirect/file/GW2_Star.png") !important;
}
.skin-timeless .pvz-watch-spinning > a,
.skin-timeless a.pvz-watch-spinning {
animation: pvzt-watch-spin 320ms ease;
}
@keyframes pvzt-watch-spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
/* 본문 내부 카드류 */
.skin-timeless .toc,
.skin-timeless ul#filetoc,
.skin-timeless .toccolours,
.skin-timeless #localNotice,
.skin-timeless #catlinks,
.skin-timeless .catlinks,
.skin-timeless .mw-parser-output > .mw-references-wrap,
.skin-timeless .mw-parser-output > ol.references,
.skin-timeless .mw-parser-output > .references {
border: 1px solid var(--pvzt-line-strong) !important;
border-radius: 0 !important;
background: var(--pvzt-paper) !important;
background-image: none !important;
color: var(--pvzt-brown) !important;
box-shadow: none !important;
}
.skin-timeless #localNotice {
padding: 0.75rem 0.9rem !important;
}
.skin-timeless #catlinks,
.skin-timeless .catlinks {
margin-top: 1.2rem !important;
padding: 0.52rem 0.72rem !important;
font-family:
"SB Aggro L",
"SB 어그로 L",
"SB Aggro",
"SB 어그로",
sans-serif !important;
font-weight: 300 !important;
line-height: 1.5 !important;
}
.skin-timeless .mw-parser-output > .mw-references-wrap,
.skin-timeless .mw-parser-output > ol.references,
.skin-timeless .mw-parser-output > .references {
margin-top: 1.2rem !important;
padding: 0.72rem 0.88rem !important;
font-family:
"SB Aggro L",
"SB 어그로 L",
"SB Aggro",
"SB 어그로",
sans-serif !important;
font-weight: 300 !important;
line-height: 1.5 !important;
}
.skin-timeless .mw-parser-output > .mw-references-wrap > ol.references {
margin: 0 !important;
padding: 0 0 0 1.5em !important;
border: 0 !important;
background: transparent !important;
}
.skin-timeless #catlinks a,
.skin-timeless .catlinks a,
.skin-timeless .mw-parser-output > .mw-references-wrap a,
.skin-timeless .mw-parser-output > ol.references a,
.skin-timeless .mw-parser-output > .references a,
.skin-timeless .toc a,
.skin-timeless #localNotice a {
color: var(--pvzt-brown) !important;
text-shadow: none !important;
}
.skin-timeless #catlinks a:hover,
.skin-timeless .catlinks a:hover,
.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,
.skin-timeless .toc a:hover,
.skin-timeless #localNotice a:hover {
color: var(--pvzt-brown-dark) !important;
}
.skin-timeless #mw-normal-catlinks,
.skin-timeless .mw-normal-catlinks,
.skin-timeless #mw-hidden-catlinks,
.skin-timeless .mw-hidden-catlinks {
border: 0 !important;
background: transparent !important;
}
/* 문단 구분선 */
.skin-timeless .mw-heading2,
.skin-timeless .mw-parser-output h2.pvz-grass-heading {
position: relative !important;
margin-bottom: 0.72em !important;
padding-bottom: 12px !important;
border: 0 !important;
border-bottom: 0 !important;
background: none !important;
background-image: none !important;
box-shadow: none !important;
}
.skin-timeless .mw-heading2::before,
.skin-timeless .mw-heading2::after,
.skin-timeless .mw-parser-output h2.pvz-grass-heading::before,
.skin-timeless .mw-parser-output h2.pvz-grass-heading::after {
content: none !important;
display: none !important;
border: 0 !important;
background: none !important;
box-shadow: none !important;
}
.skin-timeless .mw-heading2 > h2,
.skin-timeless .mw-parser-output h2.pvz-grass-heading {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
border: 0 !important;
border-bottom: 0 !important;
background: none !important;
background-image: none !important;
box-shadow: none !important;
}
.skin-timeless .pvz-grass-divider {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
display: block;
height: 14px;
overflow: hidden;
pointer-events: none;
background: #ead9b8;
-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;
}
/* 하단 */
.skin-timeless #mw-footer-container,
.skin-timeless .mw-footer-container {
background: #eadfc8 !important;
background-image: none !important;
border-top: 1px solid var(--pvzt-line-strong) !important;
box-shadow: none !important;
color: var(--pvzt-brown) !important;
}
.skin-timeless #mw-footer-container a,
.skin-timeless .mw-footer-container a,
.skin-timeless #mw-footer-container a:visited,
.skin-timeless .mw-footer-container a:visited {
color: var(--pvzt-brown) !important;
text-shadow: none !important;
}
.skin-timeless #mw-footer-container a:hover,
.skin-timeless .mw-footer-container a:hover {
color: var(--pvzt-brown-dark) !important;
}
/* 반응형: 위치는 안 바꾸고 크기만 보정 */
@media screen and (max-width: 850px) {
.skin-timeless #mw-content {
padding: 0.9rem !important;
}
.skin-timeless #firstHeading,
.skin-timeless .mw-first-heading,
.skin-timeless .mw-body h1.firstHeading {
font-size: 1.38em !important;
padding: 0.34em 1em 0.32em 0.62em !important;
}
.skin-timeless .tools-inline li > a {
font-size: 0.7rem !important;
}
}
@media screen and (min-width: 851px) {
.skin-timeless #firstHeading,
.skin-timeless .mw-first-heading {
font-size: 2.05em !important;
}
}
@media (prefers-reduced-motion: reduce) {
.skin-timeless *,
.skin-timeless *::before,
.skin-timeless *::after {
animation-duration: 1ms !important;
transition-duration: 1ms !important;
}
}