미디어위키:Gadget-Timeless.css: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
편집 요약 없음 |
편집 요약 없음 |
||
| 1번째 줄: | 1번째 줄: | ||
/* ========================================================= | /* ========================================================= | ||
1. 공통 | 1. 공통 색상 | ||
========================================================= */ | ========================================================= */ | ||
:root { | :root { | ||
--pvzt- | --pvzt-bg: #f5ead7; | ||
--pvzt- | --pvzt-bg-dark: #201913; | ||
--pvzt-paper: #fff8e8; | --pvzt-paper: #fff8e8; | ||
--pvzt-paper- | --pvzt-paper-soft: #f6e7ca; | ||
--pvzt- | --pvzt-green: #478f43; | ||
--pvzt- | --pvzt-green-dark: #2f6e36; | ||
--pvzt- | --pvzt-green-deep: #17633f; | ||
--pvzt- | --pvzt-brown: #75462d; | ||
--pvzt-line: # | --pvzt-brown-dark: #54301f; | ||
--pvzt-text: # | --pvzt-line: #c5a477; | ||
--pvzt-muted: # | --pvzt-text: #443229; | ||
--pvzt-shadow: 0 | --pvzt-muted: #79675c; | ||
--pvzt-radius: 12px; | |||
--pvzt-shadow: 0 4px 14px rgba(72, 43, 24, 0.12); | |||
} | } | ||
/* ========================================================= | /* ========================================================= | ||
2. | 2. 전역 배경 | ||
========================================================= */ | ========================================================= */ | ||
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: -1; | |||
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; | |||
} | |||
.skin- | @media (prefers-color-scheme: dark) { | ||
.skin- | html.skin-theme-clientpref-os body.skin-timeless::before, | ||
.skin- | body.skin-theme-clientpref-os.skin-timeless::before, | ||
background: | 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-content-container, | |||
.skin-timeless #mw-content-block, | |||
.skin-timeless #mw-content-wrapper { | |||
background: transparent !important; | |||
background-image: none !important; | |||
border-bottom: 0 !important; | |||
} | } | ||
/* ========================================================= | /* ========================================================= | ||
3. | 3. 기본 상단 헤더 | ||
위치는 Timeless 기본값 유지 | |||
========================================================= */ | ========================================================= */ | ||
.skin-timeless #mw-header-container, | |||
.skin-timeless #mw-header-hack, | |||
.skin-timeless #mw-header-nav-hack { | |||
background: var(--pvzt-green) !important; | |||
background-image: none !important; | |||
border: 0 !important; | |||
box-shadow: | |||
inset 0 -1px 0 rgba(30, 83, 34, 0.45), | |||
0 2px 6px rgba(32, 73, 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-variant: normal !important; | |||
font-weight: 700 !important; | |||
text-shadow: 0 1px 1px rgba(30, 74, 31, 0.35) !important; | |||
} | |||
.skin-timeless #p-logo-text a:hover { | |||
color: #ffffff !important; | |||
text-decoration: none !important; | |||
opacity: 0.94; | |||
} | |||
.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)); | |||
} | } | ||
/* ========================================================= | /* ========================================================= | ||
4. | 4. 기본 메뉴 버튼 | ||
========================================================= */ | ========================================================= */ | ||
.skin-timeless #mw-site-navigation > h2, | |||
.skin-timeless #mw-related-navigation > h2, | |||
.skin-timeless #personal > h2 { | |||
background: #fffaf0 !important; | |||
background-image: none !important; | |||
border: 1px solid var(--pvzt-green-dark) !important; | |||
border-radius: 9px !important; | |||
box-shadow: 0 2px 4px rgba(31, 66, 29, 0.16) !important; | |||
transition: | |||
background-color 120ms ease, | |||
transform 120ms ease; | |||
} | |||
} | |||
.skin-timeless #mw-site-navigation > h2:hover, | |||
.skin-timeless #mw-related-navigation > h2:hover, | |||
.skin-timeless #personal > h2:hover { | |||
background: #fffdf7 !important; | |||
transform: translateY(-1px); | |||
} | |||
.skin-timeless .pokey { | |||
border-bottom-color: var(--pvzt-brown-dark) !important; | |||
} | |||
/* ========================================================= | |||
5. 기본 좌우 메뉴와 드롭다운 | |||
위치·펼침 방식은 Timeless 기본값 유지 | |||
========================================================= */ | |||
.skin-timeless #mw-site-navigation .sidebar-inner, | |||
.skin-timeless #mw-related-navigation .sidebar-inner, | |||
.skin-timeless #personal .dropdown { | |||
border: 1px solid var(--pvzt-brown-dark) !important; | |||
border-radius: 11px !important; | |||
background: #8b472a !important; | |||
background-image: none !important; | |||
box-shadow: 0 5px 14px rgba(54, 27, 13, 0.2) !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: transparent !important; | |||
color: #f2c96f !important; | |||
font-family: | |||
"SB Aggro M", | |||
"SB 어그로 M", | |||
"SB Aggro", | |||
"SB 어그로", | |||
sans-serif !important; | |||
font-weight: 500 !important; | |||
text-align: center !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 0 0.4rem !important; | |||
} | padding: 0.55rem 0.62rem !important; | ||
border: 1px solid #754126 !important; | |||
border-radius: 7px !important; | |||
background: #f3c58b !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.35 !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.16rem !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.12rem 0.1rem !important; | |||
color: #3d3748 !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.38 !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: var(--pvzt-brown-dark) !important; | |||
text-decoration: underline !important; | |||
} | |||
.skin-timeless .sidebar-inner .emptyPortlet { | |||
display: none !important; | |||
} | } | ||
/* ========================================================= | /* ========================================================= | ||
6. 기본 검색창 | |||
========================================================= */ | ========================================================= */ | ||
.skin-timeless #simpleSearch { | |||
overflow: hidden; | |||
border: 1px solid #4d7753 !important; | |||
border-radius: 10px !important; | |||
background: #ffffff !important; | |||
background-image: none !important; | |||
box-shadow: 0 2px 4px rgba(34, 74, 40, 0.1) !important; | |||
} | |||
.skin-timeless #simpleSearch:focus-within { | |||
border-color: var(--pvzt-green-deep) !important; | |||
box-shadow: | |||
0 0 0 3px rgba(71, 143, 67, 0.14), | |||
0 2px 4px rgba(34, 74, 40, 0.1) !important; | |||
} | |||
.skin-timeless #searchInput { | |||
border: 0 !important; | |||
outline: 0 !important; | |||
background: transparent !important; | |||
color: #324936 !important; | |||
box-shadow: none !important; | |||
padding-right: 3em !important; | |||
} | |||
.skin-timeless #searchInput::placeholder { | |||
color: rgba(50, 73, 54, 0.52) !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 #0b5432 !important; | |||
border-radius: 0 !important; | |||
background-color: var(--pvzt-green-deep) !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 !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 { | |||
filter: brightness(1.06); | |||
} | |||
.skin-timeless .suggestions .suggestions-results, | |||
.skin-timeless .suggestions .suggestions-special { | |||
background: #fffaf0 !important; | |||
border: 1px solid var(--pvzt-line) !important; | |||
} | |||
.skin-timeless .suggestions .suggestions-result { | |||
color: var(--pvzt-brown) !important; | |||
} | |||
.skin-timeless .suggestions .suggestions-result-current { | |||
background: var(--pvzt-green-deep) !important; | |||
color: #ffffff !important; | |||
} | |||
/* ========================================================= | |||
7. 기본 문서 도구 | |||
위치·정렬은 Timeless 기본값 유지 | |||
========================================================= */ | |||
.skin-timeless .tools-inline li { | |||
border-bottom: 0 !important; | |||
} | |||
.skin-timeless .tools-inline li > a { | |||
display: inline-block; | |||
padding: 4px 9px 4px 26px !important; | |||
border: 1px solid var(--pvzt-brown-dark) !important; | |||
border-radius: 7px !important; | |||
box-sizing: border-box; | |||
background-color: #7a4835 !important; | |||
background-position: 7px center !important; | |||
background-repeat: no-repeat !important; | |||
background-size: 14px auto !important; | |||
color: #ffffff !important; | |||
font-family: | |||
"SB Aggro M", | |||
"SB 어그로 M", | |||
} | "SB Aggro", | ||
"SB 어그로", | |||
sans-serif !important; | |||
font-size: 0.73rem !important; | |||
font-weight: 500 !important; | |||
line-height: 1.25 !important; | |||
text-decoration: none !important; | |||
text-shadow: none !important; | |||
box-shadow: none !important; | |||
transition: | |||
background-color 120ms ease, | |||
transform 120ms ease; | |||
} | |||
.skin-timeless .tools-inline li > a:hover { | |||
background-color: #8b5944 !important; | |||
text-decoration: none !important; | |||
transform: translateY(-1px); | |||
} | |||
.skin-timeless .tools-inline li.selected > a { | |||
background-color: #a66f62 !important; | |||
color: #ffffff !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: 9px !important; | |||
} | |||
.skin-timeless #ca-watch > a, | |||
.skin-timeless #ca-unwatch > a { | |||
padding: 4px 12px !important; | |||
background-position: center !important; | |||
background-size: 17px !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); | |||
} | } | ||
} | |||
/* ========================================================= | |||
8. 기본 본문 위치 유지 | |||
========================================================= */ | |||
.skin-timeless #mw-content { | |||
position: relative; | |||
background: var(--pvzt-paper) !important; | |||
background-image: none !important; | |||
} | border: 2px solid var(--pvzt-brown-dark) !important; | ||
border-radius: 18px !important; | |||
box-shadow: var(--pvzt-shadow) !important; | |||
box-sizing: border-box; | |||
overflow: hidden; | |||
} | |||
.skin-timeless #mw-content::before { | |||
content: "" !important; | |||
position: absolute; | |||
inset: 7px; | |||
} | z-index: -1; | ||
display: block !important; | |||
border: 1px solid rgba(197, 164, 119, 0.55); | |||
border-radius: 11px; | |||
pointer-events: none; | |||
} | |||
.skin-timeless #mw-content::after { | |||
content: none !important; | |||
display: none !important; | |||
} | |||
/* ========================================================= | |||
9. 기본 문서 제목 위치 유지 | |||
========================================================= */ | |||
.skin-timeless #firstHeading, | |||
.skin-timeless .mw-first-heading, | |||
.skin-timeless .mw-body h1.firstHeading { | |||
} | display: table; | ||
width: auto; | |||
max-width: 100%; | |||
margin-bottom: 0.65em !important; | |||
padding: 0.42em 0.78em 0.36em !important; | |||
border: 0 !important; | |||
border-radius: 9px !important; | |||
background: var(--pvzt-green-deep) !important; | |||
color: #ffffff !important; | |||
font-size: 1.55em !important; | |||
text-shadow: none !important; | |||
} | |||
.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; | |||
} | } | ||
/* ========================================================= | /* ========================================================= | ||
10. 문단 제목 아래 잔디 구분선 | |||
========================================================= */ | ========================================================= */ | ||
| 668번째 줄: | 591번째 줄: | ||
/* ========================================================= | /* ========================================================= | ||
11. 목차·공지·분류·각주 | |||
========================================================= */ | ========================================================= */ | ||
.skin-timeless .mw-body .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) !important; | |||
border-radius: 9px !important; | |||
background: var(--pvzt-paper-soft) !important; | |||
background-image: none !important; | |||
color: var(--pvzt-brown) !important; | |||
box-shadow: none !important; | |||
} | |||
.skin-timeless #localNotice { | |||
padding: 0.65rem 0.8rem !important; | |||
} | |||
.skin-timeless #catlinks, | |||
.skin-timeless .catlinks { | |||
margin-top: 1.25rem !important; | |||
padding: 0.55rem 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.25rem !important; | |||
padding: 0.72rem 0.85rem !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 #mw-normal-catlinks, | |||
.skin-timeless .mw-normal-catlinks, | |||
.skin-timeless #mw-hidden-catlinks, | |||
.skin-timeless .mw-hidden-catlinks { | |||
border: 0 !important; | |||
background: transparent !important; | |||
} | } | ||
/* ========================================================= | /* ========================================================= | ||
12. 기본 하단 위치 유지 | |||
========================================================= */ | ========================================================= */ | ||
.skin-timeless #mw-footer-container, | |||
.skin-timeless .mw-footer-container { | |||
background: #f2e3c7 !important; | |||
background-image: none !important; | |||
border-top: 1px solid var(--pvzt-line) !important; | |||
box-shadow: none !important; | |||
color: #5f4030 !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; | |||
} | } | ||
/* ========================================================= | /* ========================================================= | ||
13. | 13. 모바일 크기만 조정 | ||
위치·구조는 변경하지 않음 | |||
========================================================= */ | ========================================================= */ | ||
@media screen and ( | @media screen and (max-width: 850px) { | ||
.skin-timeless #mw-content { | .skin-timeless #mw-content { | ||
margin: 0.5em 0.35em 1.2em !important; | |||
padding: 16px 14px 21px !important; | |||
border-width: 1px !important; | |||
border-radius: 14px !important; | |||
margin: | |||
padding: | |||
border-radius: | |||
} | } | ||
.skin-timeless #mw-content::before | .skin-timeless #mw-content::before { | ||
inset: 5px; | |||
border-radius: 9px; | |||
} | } | ||
| 1,176번째 줄: | 708번째 줄: | ||
.skin-timeless .mw-first-heading, | .skin-timeless .mw-first-heading, | ||
.skin-timeless .mw-body h1.firstHeading { | .skin-timeless .mw-body h1.firstHeading { | ||
font-size: 1.3em !important; | |||
padding: 0.42em 0.58em 0.38em !important; | |||
font-size: 1. | |||
padding | |||
border-radius: 8px !important; | border-radius: 8px !important; | ||
} | } | ||
.skin-timeless .tools-inline li > a { | |||
.skin-timeless . | font-size: 0.69rem !important; | ||
padding-top: 3px !important; | |||
padding-bottom: 3px !important; | |||
padding | |||
} | } | ||
.skin-timeless #mw- | .skin-timeless #mw-site-navigation .sidebar-inner, | ||
.skin-timeless #mw-related-navigation .sidebar-inner, | |||
.skin-timeless #mw- | .skin-timeless #personal .dropdown { | ||
.skin-timeless . | border-radius: 9px !important; | ||
} | } | ||
} | } | ||
@media screen and (min-width: 851px) { | |||
.skin-timeless #mw-content { | |||
@media screen and (min-width: 851px | padding: 25px 30px 31px !important; | ||
} | } | ||
. | .skin-timeless #firstHeading, | ||
.skin-timeless .mw-first-heading { | |||
font-size: 1.72em !important; | |||
} | } | ||
} | |||
@media (prefers-reduced-motion: reduce) { | |||
.skin-timeless *, | |||
.skin-timeless *::before, | |||
.skin-timeless *::after { | |||
animation-duration: 1ms !important; | |||
transition-duration: 1ms !important; | |||
.skin-timeless | |||
.skin-timeless | |||
.skin-timeless | |||
} | } | ||
} | } | ||
2026년 7월 31일 (금) 00:32 판
/* =========================================================
1. 공통 색상
========================================================= */
:root {
--pvzt-bg: #f5ead7;
--pvzt-bg-dark: #201913;
--pvzt-paper: #fff8e8;
--pvzt-paper-soft: #f6e7ca;
--pvzt-green: #478f43;
--pvzt-green-dark: #2f6e36;
--pvzt-green-deep: #17633f;
--pvzt-brown: #75462d;
--pvzt-brown-dark: #54301f;
--pvzt-line: #c5a477;
--pvzt-text: #443229;
--pvzt-muted: #79675c;
--pvzt-radius: 12px;
--pvzt-shadow: 0 4px 14px rgba(72, 43, 24, 0.12);
}
/* =========================================================
2. 전역 배경
========================================================= */
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: -1;
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-content-container,
.skin-timeless #mw-content-block,
.skin-timeless #mw-content-wrapper {
background: transparent !important;
background-image: none !important;
border-bottom: 0 !important;
}
/* =========================================================
3. 기본 상단 헤더
위치는 Timeless 기본값 유지
========================================================= */
.skin-timeless #mw-header-container,
.skin-timeless #mw-header-hack,
.skin-timeless #mw-header-nav-hack {
background: var(--pvzt-green) !important;
background-image: none !important;
border: 0 !important;
box-shadow:
inset 0 -1px 0 rgba(30, 83, 34, 0.45),
0 2px 6px rgba(32, 73, 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-variant: normal !important;
font-weight: 700 !important;
text-shadow: 0 1px 1px rgba(30, 74, 31, 0.35) !important;
}
.skin-timeless #p-logo-text a:hover {
color: #ffffff !important;
text-decoration: none !important;
opacity: 0.94;
}
.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));
}
/* =========================================================
4. 기본 메뉴 버튼
========================================================= */
.skin-timeless #mw-site-navigation > h2,
.skin-timeless #mw-related-navigation > h2,
.skin-timeless #personal > h2 {
background: #fffaf0 !important;
background-image: none !important;
border: 1px solid var(--pvzt-green-dark) !important;
border-radius: 9px !important;
box-shadow: 0 2px 4px rgba(31, 66, 29, 0.16) !important;
transition:
background-color 120ms ease,
transform 120ms ease;
}
.skin-timeless #mw-site-navigation > h2:hover,
.skin-timeless #mw-related-navigation > h2:hover,
.skin-timeless #personal > h2:hover {
background: #fffdf7 !important;
transform: translateY(-1px);
}
.skin-timeless .pokey {
border-bottom-color: var(--pvzt-brown-dark) !important;
}
/* =========================================================
5. 기본 좌우 메뉴와 드롭다운
위치·펼침 방식은 Timeless 기본값 유지
========================================================= */
.skin-timeless #mw-site-navigation .sidebar-inner,
.skin-timeless #mw-related-navigation .sidebar-inner,
.skin-timeless #personal .dropdown {
border: 1px solid var(--pvzt-brown-dark) !important;
border-radius: 11px !important;
background: #8b472a !important;
background-image: none !important;
box-shadow: 0 5px 14px rgba(54, 27, 13, 0.2) !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: transparent !important;
color: #f2c96f !important;
font-family:
"SB Aggro M",
"SB 어그로 M",
"SB Aggro",
"SB 어그로",
sans-serif !important;
font-weight: 500 !important;
text-align: center !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 0 0.4rem !important;
padding: 0.55rem 0.62rem !important;
border: 1px solid #754126 !important;
border-radius: 7px !important;
background: #f3c58b !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.35 !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.16rem !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.12rem 0.1rem !important;
color: #3d3748 !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.38 !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: var(--pvzt-brown-dark) !important;
text-decoration: underline !important;
}
.skin-timeless .sidebar-inner .emptyPortlet {
display: none !important;
}
/* =========================================================
6. 기본 검색창
========================================================= */
.skin-timeless #simpleSearch {
overflow: hidden;
border: 1px solid #4d7753 !important;
border-radius: 10px !important;
background: #ffffff !important;
background-image: none !important;
box-shadow: 0 2px 4px rgba(34, 74, 40, 0.1) !important;
}
.skin-timeless #simpleSearch:focus-within {
border-color: var(--pvzt-green-deep) !important;
box-shadow:
0 0 0 3px rgba(71, 143, 67, 0.14),
0 2px 4px rgba(34, 74, 40, 0.1) !important;
}
.skin-timeless #searchInput {
border: 0 !important;
outline: 0 !important;
background: transparent !important;
color: #324936 !important;
box-shadow: none !important;
padding-right: 3em !important;
}
.skin-timeless #searchInput::placeholder {
color: rgba(50, 73, 54, 0.52) !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 #0b5432 !important;
border-radius: 0 !important;
background-color: var(--pvzt-green-deep) !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 !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 {
filter: brightness(1.06);
}
.skin-timeless .suggestions .suggestions-results,
.skin-timeless .suggestions .suggestions-special {
background: #fffaf0 !important;
border: 1px solid var(--pvzt-line) !important;
}
.skin-timeless .suggestions .suggestions-result {
color: var(--pvzt-brown) !important;
}
.skin-timeless .suggestions .suggestions-result-current {
background: var(--pvzt-green-deep) !important;
color: #ffffff !important;
}
/* =========================================================
7. 기본 문서 도구
위치·정렬은 Timeless 기본값 유지
========================================================= */
.skin-timeless .tools-inline li {
border-bottom: 0 !important;
}
.skin-timeless .tools-inline li > a {
display: inline-block;
padding: 4px 9px 4px 26px !important;
border: 1px solid var(--pvzt-brown-dark) !important;
border-radius: 7px !important;
box-sizing: border-box;
background-color: #7a4835 !important;
background-position: 7px center !important;
background-repeat: no-repeat !important;
background-size: 14px auto !important;
color: #ffffff !important;
font-family:
"SB Aggro M",
"SB 어그로 M",
"SB Aggro",
"SB 어그로",
sans-serif !important;
font-size: 0.73rem !important;
font-weight: 500 !important;
line-height: 1.25 !important;
text-decoration: none !important;
text-shadow: none !important;
box-shadow: none !important;
transition:
background-color 120ms ease,
transform 120ms ease;
}
.skin-timeless .tools-inline li > a:hover {
background-color: #8b5944 !important;
text-decoration: none !important;
transform: translateY(-1px);
}
.skin-timeless .tools-inline li.selected > a {
background-color: #a66f62 !important;
color: #ffffff !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: 9px !important;
}
.skin-timeless #ca-watch > a,
.skin-timeless #ca-unwatch > a {
padding: 4px 12px !important;
background-position: center !important;
background-size: 17px !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);
}
}
/* =========================================================
8. 기본 본문 위치 유지
========================================================= */
.skin-timeless #mw-content {
position: relative;
background: var(--pvzt-paper) !important;
background-image: none !important;
border: 2px solid var(--pvzt-brown-dark) !important;
border-radius: 18px !important;
box-shadow: var(--pvzt-shadow) !important;
box-sizing: border-box;
overflow: hidden;
}
.skin-timeless #mw-content::before {
content: "" !important;
position: absolute;
inset: 7px;
z-index: -1;
display: block !important;
border: 1px solid rgba(197, 164, 119, 0.55);
border-radius: 11px;
pointer-events: none;
}
.skin-timeless #mw-content::after {
content: none !important;
display: none !important;
}
/* =========================================================
9. 기본 문서 제목 위치 유지
========================================================= */
.skin-timeless #firstHeading,
.skin-timeless .mw-first-heading,
.skin-timeless .mw-body h1.firstHeading {
display: table;
width: auto;
max-width: 100%;
margin-bottom: 0.65em !important;
padding: 0.42em 0.78em 0.36em !important;
border: 0 !important;
border-radius: 9px !important;
background: var(--pvzt-green-deep) !important;
color: #ffffff !important;
font-size: 1.55em !important;
text-shadow: none !important;
}
.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;
}
/* =========================================================
10. 문단 제목 아래 잔디 구분선
========================================================= */
.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;
}
/* =========================================================
11. 목차·공지·분류·각주
========================================================= */
.skin-timeless .mw-body .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) !important;
border-radius: 9px !important;
background: var(--pvzt-paper-soft) !important;
background-image: none !important;
color: var(--pvzt-brown) !important;
box-shadow: none !important;
}
.skin-timeless #localNotice {
padding: 0.65rem 0.8rem !important;
}
.skin-timeless #catlinks,
.skin-timeless .catlinks {
margin-top: 1.25rem !important;
padding: 0.55rem 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.25rem !important;
padding: 0.72rem 0.85rem !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 #mw-normal-catlinks,
.skin-timeless .mw-normal-catlinks,
.skin-timeless #mw-hidden-catlinks,
.skin-timeless .mw-hidden-catlinks {
border: 0 !important;
background: transparent !important;
}
/* =========================================================
12. 기본 하단 위치 유지
========================================================= */
.skin-timeless #mw-footer-container,
.skin-timeless .mw-footer-container {
background: #f2e3c7 !important;
background-image: none !important;
border-top: 1px solid var(--pvzt-line) !important;
box-shadow: none !important;
color: #5f4030 !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;
}
/* =========================================================
13. 모바일 크기만 조정
위치·구조는 변경하지 않음
========================================================= */
@media screen and (max-width: 850px) {
.skin-timeless #mw-content {
margin: 0.5em 0.35em 1.2em !important;
padding: 16px 14px 21px !important;
border-width: 1px !important;
border-radius: 14px !important;
}
.skin-timeless #mw-content::before {
inset: 5px;
border-radius: 9px;
}
.skin-timeless #firstHeading,
.skin-timeless .mw-first-heading,
.skin-timeless .mw-body h1.firstHeading {
font-size: 1.3em !important;
padding: 0.42em 0.58em 0.38em !important;
border-radius: 8px !important;
}
.skin-timeless .tools-inline li > a {
font-size: 0.69rem !important;
padding-top: 3px !important;
padding-bottom: 3px !important;
}
.skin-timeless #mw-site-navigation .sidebar-inner,
.skin-timeless #mw-related-navigation .sidebar-inner,
.skin-timeless #personal .dropdown {
border-radius: 9px !important;
}
}
@media screen and (min-width: 851px) {
.skin-timeless #mw-content {
padding: 25px 30px 31px !important;
}
.skin-timeless #firstHeading,
.skin-timeless .mw-first-heading {
font-size: 1.72em !important;
}
}
@media (prefers-reduced-motion: reduce) {
.skin-timeless *,
.skin-timeless *::before,
.skin-timeless *::after {
animation-duration: 1ms !important;
transition-duration: 1ms !important;
}
}