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

식물 vs 좀비 위키
Brokey (토론)의 507 판 편집을 되돌림
태그: 편집 취소 되돌려진 기여
편집 요약 없음
태그: 되돌려진 기여
1번째 줄: 1번째 줄:
/* =========================
/* =========================================================
   전역 고정 배경
   PvZKRWiki Timeless — 간결한 모바일 중심 디자인
   ========================= */
   Timeless의 기능과 기본 UI 구조는 유지하고 외형만 정돈
  ========================================================= */


:root {
--pvzt-bg: #f5ead7;
--pvzt-bg-dark: #201913;
--pvzt-paper: #fffaf0;
--pvzt-paper-soft: #f8ecd8;
--pvzt-green: #479745;
--pvzt-green-dark: #2f6f36;
--pvzt-green-deep: #17633f;
--pvzt-brown: #75462d;
--pvzt-brown-dark: #5b2f1e;
--pvzt-border: #c9a66d;
--pvzt-text: #43352d;
--pvzt-shadow: 0 4px 14px rgba(74, 47, 26, 0.12);
}
/* 전역 배경 */
html {
html {
min-height: 100% !important;
min-height: 100% !important;
background-color: #f5ead7 !important;
background: var(--pvzt-bg) !important;
}
}


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


26번째 줄: 38번째 줄:
inset: 0;
inset: 0;
z-index: -1;
z-index: -1;
display: block;
width: 100vw;
height: 100vh;
pointer-events: none;
pointer-events: none;
background-color: #f5ead7;
background:
background-image:
var(--pvzt-bg)
url("/wiki/Special:Redirect/file/Wiki_Bg_Light.png");
url("/wiki/Special:Redirect/file/Wiki_Bg_Light.png")
background-position: center center;
center / cover no-repeat;
background-repeat: no-repeat;
background-size: cover;
}
}


42번째 줄: 49번째 줄:
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-color: #201913;
background:
background-image:
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번째 줄: 59번째 줄:
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-color: #201913;
background:
background-image:
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번째 줄: 70번째 줄:
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-color: #f5ead7;
background:
background-image:
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;
}
}


/* Timeless 기본 배경(회색 바탕·고양이 워터마크·초록 하단선) 제거 */
.skin-timeless #mw-content-container,
.skin-timeless #mw-content-container,
.skin-timeless #mw-content-block,
.skin-timeless #mw-content-block,
72번째 줄: 81번째 줄:
background: transparent !important;
background: transparent !important;
background-image: none !important;
background-image: none !important;
border-bottom: 0 !important;
}
/* =========================
  상단 헤더: 초록 사용자바
  ========================= */
.skin-timeless #mw-header-container {
background: #479745 !important;
background-image: none !important;
color: #ffffff !important;
border: 0 !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-container,
.skin-timeless #mw-header-hack,
.skin-timeless #mw-header-hack,
.skin-timeless #mw-header-nav-hack {
.skin-timeless #mw-header-nav-hack {
background: #479745 !important;
background: var(--pvzt-green) !important;
background-image: none !important;
border: 0 !important;
border: 0 !important;
box-shadow:
box-shadow: 0 2px 7px rgba(39, 78, 32, 0.18) !important;
inset 0 -2px 0 rgba(41, 102, 40, 0.45) !important;
}
}


/* 사이트 이름 */
.skin-timeless #p-logo-text a {
.skin-timeless #p-logo-text a {
color: #ffffff !important;
color: #ffffff !important;
110번째 줄: 104번째 줄:
font-variant: normal !important;
font-variant: normal !important;
font-weight: 700 !important;
font-weight: 700 !important;
text-shadow: 0 1px 1px rgba(35, 83, 32, 0.5) !important;
text-shadow: none !important;
}
}


.skin-timeless #p-logo-text a:hover {
.skin-timeless #p-logo-text a:hover {
text-decoration: none !important;
text-decoration: none !important;
filter: brightness(1.06);
opacity: 0.92;
}
}


/* 헤더의 사용자 도구 텍스트 */
.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: #2c2c2c;
color: #ffffff !important;
}
}


/* 위키 로고(왼쪽 열 상단) */
.skin-timeless .mw-wiki-logo {
.skin-timeless .mw-wiki-logo {
filter: drop-shadow(0 2px 4px rgba(45, 25, 8, 0.3));
filter: drop-shadow(0 2px 3px rgba(45, 25, 8, 0.22));
}
}


/* 메뉴·도구·사용자 아이콘 버튼: 크림색 칩
/* 메뉴 버튼 */
  (기본 회색 아이콘이 잘 보이도록 밝은 배경 유지) */
.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-color: #fffae9 !important;
background: #fffaf0 !important;
background-image: none !important;
background-image: none !important;
border: 2px solid #2f6631 !important;
border: 1px solid var(--pvzt-green-dark) !important;
border-radius: 9px !important;
border-radius: 10px !important;
box-shadow: 0 2px 3px rgba(30, 60, 25, 0.28) !important;
box-shadow: none !important;
transition:
background-color 120ms ease,
transform 120ms ease;
}
}


146번째 줄: 140번째 줄:
.skin-timeless #mw-related-navigation > h2:hover,
.skin-timeless #mw-related-navigation > h2:hover,
.skin-timeless #personal > h2:hover {
.skin-timeless #personal > h2:hover {
filter: brightness(1.05);
background: #fffdf7 !important;
transform: translateY(-1px);
}
}


/* 드롭다운 말풍선 꼬리 색 */
.skin-timeless .pokey {
.skin-timeless .pokey {
border-bottom-color: #5b220e !important;
border-bottom-color: var(--pvzt-brown-dark) !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: 3px solid #5b220e !important;
border: 1px solid var(--pvzt-brown-dark) !important;
border-radius: 13px !important;
border-radius: 12px !important;
background:
background: #8e4527 !important;
linear-gradient(
background-image: none !important;
90deg,
box-shadow: 0 6px 18px rgba(63, 24, 8, 0.2) !important;
rgba(255, 255, 255, 0.06) 0,
transparent 10%,
transparent 90%,
rgba(64, 19, 4, 0.18) 100%
),
linear-gradient(
180deg,
#a94f24 0%,
#893819 48%,
#9a421d 100%
) !important;
background-image:
linear-gradient(
90deg,
rgba(255, 255, 255, 0.06) 0,
transparent 10%,
transparent 90%,
rgba(64, 19, 4, 0.18) 100%
),
linear-gradient(
180deg,
#a94f24 0%,
#893819 48%,
#9a421d 100%
) !important;
box-shadow:
inset 0 0 0 2px rgba(218, 114, 58, 0.52),
inset 0 12px 20px rgba(255, 165, 94, 0.1),
inset 0 -12px 20px rgba(73, 20, 5, 0.22),
0 3px 8px rgba(63, 24, 8, 0.32) !important;
}
}


/* 패널 안 소제목 */
.skin-timeless #mw-site-navigation .sidebar-inner h2,
.skin-timeless #mw-site-navigation .sidebar-inner h2,
.skin-timeless #mw-site-navigation .sidebar-inner h3,
.skin-timeless #mw-site-navigation .sidebar-inner h3,
206번째 줄: 164번째 줄:
.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-bottom: 0.35rem !important;
border: 0 !important;
border: 0 !important;
background: none !important;
background: transparent !important;
color: #e8b94f !important;
color: #f4cf75 !important;
font-family:
font-family:
"SB Aggro B",
"SB Aggro M",
"SB 어그로 B",
"SB 어그로 M",
"SB Aggro",
"SB Aggro",
"SB 어그로",
"SB 어그로",
sans-serif !important;
sans-serif !important;
font-weight: 700 !important;
font-weight: 500 !important;
text-align: center !important;
text-align: center !important;
text-shadow: none !important;
text-shadow: none !important;
letter-spacing: 0.015em !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 {
position: relative;
margin: 0 0 0.45rem !important;
margin: 0 0 0.4rem !important;
padding: 0.55rem 0.62rem !important;
padding: 0.62rem 0.68rem !important;
border: 1px solid #7a381f !important;
border: 2px solid #6e2d13 !important;
border-radius: 8px !important;
border-radius: 5px 7px 6px 5px !important;
background: #f7c88e !important;
box-sizing: border-box !important;
background-image: none !important;
box-shadow: none !important;
list-style: none !important;
list-style: none !important;
background: #f6bf7b !important;
transform: 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);
}
}


246번째 줄: 199번째 줄:
padding: 0 !important;
padding: 0 !important;
list-style: none !important;
list-style: none !important;
line-height: 1.3 !important;
}
}


252번째 줄: 204번째 줄:
.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.26rem !important;
margin-top: 0.2rem !important;
}
}


259번째 줄: 211번째 줄:
.skin-timeless #personal .dropdown ul a {
.skin-timeless #personal .dropdown ul a {
display: block !important;
display: block !important;
padding: 0.08rem !important;
padding: 0.14rem 0.16rem !important;
color: #313452 !important;
color: #3b3950 !important;
font-family:
font-family:
"SB Aggro L",
"SB Aggro L",
269번째 줄: 221번째 줄:
font-size: 0.8rem !important;
font-size: 0.8rem !important;
font-weight: 300 !important;
font-weight: 300 !important;
line-height: 1.35 !important;
line-height: 1.4 !important;
text-decoration: none !important;
text-decoration: none !important;
text-shadow: none !important;
transition: color 120ms ease !important;
}
}


278번째 줄: 228번째 줄:
.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: #4d5877 !important;
color: #5b3d2f !important;
text-decoration: none !important;
text-decoration: underline !important;
}
}


286번째 줄: 236번째 줄:
}
}


 
/* 검색창 */
/* =========================
  검색바
  ========================= */
 
.skin-timeless #simpleSearch {
.skin-timeless #simpleSearch {
overflow: hidden;
overflow: hidden;
border: 2px solid #496f4d !important;
border: 1px solid #4b7652 !important;
border-radius: 11px !important;
border-radius: 10px !important;
background: #fbfefb !important;
background: #ffffff !important;
background-image: none !important;
background-image: none !important;
box-shadow: 0 2px 4px rgba(34, 74, 40, 0.14) !important;
box-shadow: none !important;
}
}


.skin-timeless #simpleSearch:focus-within {
.skin-timeless #simpleSearch:focus-within {
border-color: #2f633b !important;
border-color: var(--pvzt-green-deep) !important;
box-shadow:
box-shadow: 0 0 0 3px rgba(71, 151, 69, 0.13) !important;
0 0 0 3px rgba(71, 151, 69, 0.15),
0 2px 4px rgba(34, 74, 40, 0.14) !important;
}
}


317번째 줄: 261번째 줄:


.skin-timeless #searchInput::placeholder {
.skin-timeless #searchInput::placeholder {
color: rgba(50, 73, 54, 0.54) !important;
color: rgba(50, 73, 54, 0.5) !important;
}
}


/* 검색 버튼: 문서 제목과 같은 초록 + 흰 돋보기 */
.skin-timeless #searchButton,
.skin-timeless #searchButton,
.skin-timeless #mw-searchButton {
.skin-timeless #mw-searchButton {
328번째 줄: 271번째 줄:
height: 100% !important;
height: 100% !important;
border: 0 !important;
border: 0 !important;
border-left: 2px solid #0b5432 !important;
border-left: 1px solid #0b5432 !important;
border-radius: 0 !important;
border-radius: 0 !important;
background-color: #106a40 !important;
background-color: var(--pvzt-green-deep) !important;
background-image:
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;
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-position: center !important;
background-repeat: no-repeat !important;
background-repeat: no-repeat !important;
background-size: 17px 17px !important;
background-size: 17px !important;
box-shadow: none !important;
box-shadow: none !important;
cursor: pointer;
cursor: pointer;
transition: filter 120ms ease;
}
}


.skin-timeless #searchButton:hover,
.skin-timeless #searchButton:hover,
.skin-timeless #mw-searchButton:hover {
.skin-timeless #mw-searchButton:hover {
filter: brightness(1.08);
filter: brightness(1.06);
}
}


/* 검색 자동완성 */
.skin-timeless .suggestions .suggestions-results,
.skin-timeless .suggestions .suggestions-results,
.skin-timeless .suggestions .suggestions-special {
.skin-timeless .suggestions .suggestions-special {
background-color: #fffae9 !important;
background: #fffaf0 !important;
border: 1px solid #c79a4a !important;
border: 1px solid var(--pvzt-border) !important;
}
}


.skin-timeless .suggestions .suggestions-result {
.skin-timeless .suggestions .suggestions-result {
color: #5e321e !important;
color: var(--pvzt-brown) !important;
}
}


.skin-timeless .suggestions .suggestions-result-current {
.skin-timeless .suggestions .suggestions-result-current {
background-color: #106a40 !important;
background: var(--pvzt-green-deep) !important;
color: #ffffff !important;
color: #ffffff !important;
}
}


 
/* 문서 상단 도구 */
/* =========================
  문서 상단 액션 링크: 나무 칩
  (문서·토론 / 편집·역사·주시·더보기)
  ========================= */
 
.skin-timeless .tools-inline li {
.skin-timeless .tools-inline li {
border-bottom: 0 !important;
border-bottom: 0 !important;
373번째 줄: 309번째 줄:


.skin-timeless .tools-inline li > a {
.skin-timeless .tools-inline li > a {
display: inline-block;
display: inline-flex !important;
align-items: center !important;
min-height: 30px;
padding: 4px 9px 4px 26px !important;
padding: 4px 9px 4px 26px !important;
border: 2px solid #5c1f06 !important;
border: 1px solid var(--pvzt-brown-dark) !important;
border-radius: 8px !important;
border-radius: 8px !important;
box-sizing: border-box;
box-sizing: border-box;
background-color: #783b24 !important;
background-color: #7b4935 !important;
background-position: 6px center !important;
background-position: 7px center !important;
background-repeat: no-repeat !important;
background-repeat: no-repeat !important;
background-size: 14px auto !important;
background-size: 14px auto !important;
color: #eee9e6 !important;
color: #ffffff !important;
font-family:
font-family:
"SB Aggro M",
"SB Aggro M",
389번째 줄: 327번째 줄:
"SB 어그로",
"SB 어그로",
sans-serif !important;
sans-serif !important;
font-size: 0.74rem !important;
font-size: 0.73rem !important;
font-weight: 500 !important;
font-weight: 500 !important;
line-height: 1.25 !important;
line-height: 1.2 !important;
text-decoration: none !important;
text-decoration: none !important;
text-shadow:
text-shadow: none !important;
#5c1f06 2px 0 0,
box-shadow: none !important;
#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:
filter 120ms ease,
background-color 120ms ease,
background-color 120ms ease;
transform 120ms ease;
}
}


.skin-timeless .tools-inline li > a:hover {
.skin-timeless .tools-inline li > a:hover {
filter: brightness(1.08);
background-color: #8a5944 !important;
text-decoration: none !important;
text-decoration: none !important;
border-bottom-color: #5c1f06 !important;
transform: translateY(-1px);
}
}


/* 선택된 탭 */
.skin-timeless .tools-inline li.selected > a {
.skin-timeless .tools-inline li.selected > a {
background-color: #b1837c !important;
background-color: #a36f62 !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 {
.skin-timeless .tools-inline li[id^='ca-nstab-'] > a {
background-image: url("/wiki/Special:Redirect/file/Actionbar-document.svg") !important;
background-image:
url("/wiki/Special:Redirect/file/Actionbar-document.svg") !important;
}
}


.skin-timeless #ca-talk > a {
.skin-timeless #ca-talk > a {
background-image:
background-image: url("/wiki/Special:Redirect/file/Actionbar-talk.svg") !important;
url("/wiki/Special:Redirect/file/Actionbar-talk.svg") !important;
}
}


.skin-timeless #ca-view > a,
.skin-timeless #ca-view > a,
.skin-timeless #ca-view-foreign > a {
.skin-timeless #ca-view-foreign > a {
background-image:
background-image: url("/wiki/Special:Redirect/file/Actionbar-read.svg") !important;
url("/wiki/Special:Redirect/file/Actionbar-read.svg") !important;
}
}


.skin-timeless #ca-edit > a {
.skin-timeless #ca-edit > a {
background-image:
background-image: url("/wiki/Special:Redirect/file/Actionbar-edit.svg") !important;
url("/wiki/Special:Redirect/file/Actionbar-edit.svg") !important;
}
}


.skin-timeless #ca-history > a {
.skin-timeless #ca-history > a {
background-image:
background-image: url("/wiki/Special:Redirect/file/Actionbar-history.svg") !important;
url("/wiki/Special:Redirect/file/Actionbar-history.svg") !important;
}
}


/* 흰색 아이콘이 없는 항목은 텍스트만 표시 */
.skin-timeless #ca-addsection > a,
.skin-timeless #ca-addsection > a,
.skin-timeless #ca-viewsource > a,
.skin-timeless #ca-viewsource > a,
465번째 줄: 376번째 줄:
}
}


/* 주시 버튼: GW2 별 아이콘 */
.skin-timeless #ca-watch > a,
.skin-timeless #ca-watch > a,
.skin-timeless #ca-unwatch > a {
.skin-timeless #ca-unwatch > a {
display: inline-block;
width: 34px;
padding: 4px 12px !important;
padding: 4px !important;
background-position: center center !important;
background-position: center !important;
background-size: 17px 17px !important;
background-size: 17px !important;
}
}


477번째 줄: 387번째 줄:
.skin-timeless .pvz-watch-not-watched > a,
.skin-timeless .pvz-watch-not-watched > a,
.skin-timeless a.pvz-watch-not-watched {
.skin-timeless a.pvz-watch-not-watched {
background-image:
background-image: url("/wiki/Special:Redirect/file/GW2_Star2.png") !important;
url("/wiki/Special:Redirect/file/GW2_Star2.png") !important;
}
}


484번째 줄: 393번째 줄:
.skin-timeless .pvz-watch-watched > a,
.skin-timeless .pvz-watch-watched > a,
.skin-timeless a.pvz-watch-watched {
.skin-timeless a.pvz-watch-watched {
background-image:
background-image: url("/wiki/Special:Redirect/file/GW2_Star.png") !important;
url("/wiki/Special:Redirect/file/GW2_Star.png") !important;
}
}


/* 기존 Gadget JS가 붙여 주는 스핀 클래스 활용 */
.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;
pvzt-watch-star-spin 360ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
}


@keyframes pvzt-watch-star-spin {
@keyframes pvzt-watch-spin {
0% {
from { transform: rotate(0deg); }
transform: rotate(0deg) scale(1);
to { transform: rotate(360deg); }
}
45% {
transform: rotate(180deg) scale(0.82);
}
100% {
transform: rotate(360deg) scale(1);
}
}
}


 
/* 본문 카드 */
/* =========================
  본문창: 보드 + 양피지
  ========================= */
 
.skin-timeless #mw-content {
.skin-timeless #mw-content {
position: relative;
position: relative;
isolation: isolate;
background: var(--pvzt-paper) !important;
background: #e6d2b2 !important;
border: 2px solid var(--pvzt-brown-dark) !important;
border: var(--pvzt-frame) solid #5b1f09 !important;
border-radius: 18px !important;
border-radius: 22px !important;
box-shadow: none !important;
box-sizing: border-box;
box-sizing: border-box;
padding:
padding: 18px 20px 24px !important;
calc(12px + var(--pvzt-frame))
var(--pvzt-pad-x)
calc(19px + var(--pvzt-frame)) !important;
overflow: hidden;
overflow: hidden;
box-shadow: var(--pvzt-shadow) !important;
}
}


.skin-timeless #mw-content::before {
.skin-timeless #mw-content::before,
content: "" !important;
position: absolute;
inset: var(--pvzt-frame);
z-index: -1;
display: block !important;
border-radius: 12px;
background: #fffae9;
pointer-events: none;
}
 
.skin-timeless #mw-content::after {
.skin-timeless #mw-content::after {
content: none !important;
content: none !important;
543번째 줄: 424번째 줄:
}
}


 
/* 문서 제목 */
/* =========================
  문서 제목: 초록 리본
  ========================= */
 
.skin-timeless #firstHeading,
.skin-timeless #firstHeading,
.skin-timeless .mw-first-heading,
.skin-timeless .mw-first-heading,
.skin-timeless .mw-body h1.firstHeading {
.skin-timeless .mw-body h1.firstHeading {
display: table;
display: block;
width: auto;
width: auto;
max-width: calc(100% + var(--pvzt-pad-x));
max-width: 100%;
margin:
margin: 0 0 0.7em !important;
0.1em
padding: 0.48em 0.68em 0.42em !important;
0
0.6em
calc(-1 * var(--pvzt-pad-x)) !important;
padding:
0.36em
calc(1em + 30px)
0.3em
var(--pvzt-pad-x) !important;
box-sizing: border-box;
border: 0 !important;
border: 0 !important;
background-color: #106a40 !important;
border-radius: 10px !important;
background: var(--pvzt-green-deep) !important;
color: #ffffff !important;
color: #ffffff !important;
font-size: 1.55em !important;
font-size: 1.45em !important;
-webkit-clip-path: polygon(
clip-path: none !important;
0 0,
100% 0,
calc(100% - 24px) 100%,
0 100%
);
clip-path: polygon(
0 0,
100% 0,
calc(100% - 24px) 100%,
0 100%
);
}
}


588번째 줄: 446번째 줄:
}
}


/* 제목 글꼴 */
.skin-timeless #firstHeading,
.skin-timeless #firstHeading,
.skin-timeless .mw-first-heading,
.skin-timeless .mw-first-heading,
607번째 줄: 464번째 줄:
}
}


 
/* 문단 제목의 잔디 구분선 */
/* =========================
  문단 구분선: 잔디
  (JS 없이 ::after로 구현)
  ========================= */
 
.skin-timeless .mw-body .mw-heading2,
.skin-timeless .mw-body .mw-heading2,
.skin-timeless .mw-parser-output > h2 {
.skin-timeless .mw-parser-output > h2 {
position: relative !important;
position: relative !important;
margin-bottom: 0.9em !important;
margin-bottom: 0.7em !important;
padding-bottom: 12px !important;
padding-bottom: 10px !important;
border-bottom: 0 !important;
border-bottom: 0 !important;
background: none !important;
background: transparent !important;
box-shadow: none !important;
box-shadow: none !important;
}
}
636번째 줄: 488번째 줄:
bottom: 0;
bottom: 0;
left: 0;
left: 0;
z-index: 1;
display: block !important;
display: block !important;
height: 14px;
height: 10px;
overflow: hidden;
pointer-events: none;
pointer-events: none;
background: #ead9b8;
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");
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;
-webkit-mask-repeat: repeat-x;
mask-repeat: repeat-x;
mask-repeat: repeat-x;
654번째 줄: 502번째 줄:
}
}


 
/* 공통 정보 박스 */
/* =========================
  목차·공지
  ========================= */
 
.skin-timeless .mw-body .toc,
.skin-timeless .mw-body .toc,
.skin-timeless ul#filetoc,
.skin-timeless ul#filetoc,
.skin-timeless .toccolours {
.skin-timeless .toccolours,
border: 1px solid #c79a4a !important;
.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-border) !important;
border-radius: 10px !important;
border-radius: 10px !important;
background: #f8ecd3 !important;
background: var(--pvzt-paper-soft) !important;
background-image: none !important;
color: var(--pvzt-brown) !important;
box-shadow: none !important;
box-shadow: none !important;
}
.skin-timeless .mw-body .toctitle {
border-bottom-color: rgba(199, 154, 74, 0.55) !important;
}
}


.skin-timeless #localNotice {
.skin-timeless #localNotice {
border: 1px solid #c79a4a !important;
padding: 0.65rem 0.8rem !important;
border-radius: 10px !important;
background: #f8ecd3 !important;
box-shadow: none !important;
color: #75462d !important;
}
}
/* =========================
  분류창
  ========================= */


.skin-timeless #catlinks,
.skin-timeless #catlinks,
.skin-timeless .catlinks {
.skin-timeless .catlinks,
margin-top: 1.35rem !important;
.skin-timeless .mw-parser-output > .mw-references-wrap,
padding: 0.52rem 0.72rem !important;
.skin-timeless .mw-parser-output > ol.references,
border: 1px solid #c79a4a !important;
.skin-timeless .mw-parser-output > .references {
border-radius: 10px !important;
margin-top: 1.2rem !important;
box-sizing: border-box !important;
padding: 0.65rem 0.8rem !important;
background: #f8ecd3 !important;
background-image: none !important;
color: #75462d !important;
font-family:
font-family:
"SB Aggro L",
"SB Aggro L",
702번째 줄: 538번째 줄:
sans-serif !important;
sans-serif !important;
font-weight: 300 !important;
font-weight: 300 !important;
line-height: 1.55 !important;
line-height: 1.5 !important;
text-shadow: none !important;
box-shadow: none !important;
}
}


.skin-timeless #catlinks a,
.skin-timeless .mw-parser-output > .mw-references-wrap > ol.references {
.skin-timeless .catlinks a {
margin: 0 !important;
color: #75462d !important;
padding: 0 0 0 1.5em !important;
font-family: inherit !important;
border: 0 !important;
font-weight: 300 !important;
background: transparent !important;
text-shadow: none !important;
}
 
.skin-timeless #catlinks a:hover,
.skin-timeless .catlinks a:hover {
color: #5e321e !important;
text-decoration: underline !important;
}
}


727번째 줄: 554번째 줄:
border: 0 !important;
border: 0 !important;
background: transparent !important;
background: transparent !important;
color: inherit !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.35rem !important;
padding: 0.72rem 0.9rem !important;
border: 3px solid #8f632d !important;
border-radius: 12px !important;
box-sizing: border-box !important;
background: #f8ecd3 !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;
}
.skin-timeless .mw-parser-output > .mw-references-wrap > ol.references {
margin: 0 !important;
padding: 0 0 0 1.6em !important;
border: 0 !important;
background: transparent !important;
color: inherit !important;
font: inherit !important;
}
}


.skin-timeless #catlinks a,
.skin-timeless .catlinks a,
.skin-timeless .mw-parser-output > .mw-references-wrap a,
.skin-timeless .mw-parser-output > .mw-references-wrap a,
.skin-timeless .mw-parser-output > ol.references a,
.skin-timeless .mw-parser-output > ol.references a,
.skin-timeless .mw-parser-output > .references a {
.skin-timeless .mw-parser-output > .references a {
color: #75462d !important;
color: var(--pvzt-brown) !important;
font-family: inherit !important;
font-weight: 300 !important;
text-shadow: none !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 > .mw-references-wrap a:hover,
.skin-timeless .mw-parser-output > ol.references a:hover,
.skin-timeless .mw-parser-output > ol.references a:hover,
.skin-timeless .mw-parser-output > .references a:hover {
.skin-timeless .mw-parser-output > .references a:hover {
color: #5e321e !important;
color: var(--pvzt-brown-dark) !important;
}
}


 
/* 하단 */
/* =========================
  최하단창
  ========================= */
 
.skin-timeless #mw-footer-container,
.skin-timeless #mw-footer-container,
.skin-timeless .mw-footer-container {
.skin-timeless .mw-footer-container {
background: #f3e5ca !important;
background: #f3e5ca !important;
background-image: none !important;
background-image: none !important;
border-top: 1px solid #c79a4a !important;
border-top: 1px solid var(--pvzt-border) !important;
box-shadow: none !important;
box-shadow: none !important;
color: #5f4030 !important;
color: #5f4030 !important;
799번째 줄: 587번째 줄:
.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: #75462d !important;
color: var(--pvzt-brown) !important;
text-shadow: none !important;
text-shadow: none !important;
}
}
805번째 줄: 593번째 줄:
.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: #5e321e !important;
color: var(--pvzt-brown-dark) !important;
}
}


/* 모바일 */
@media screen and (max-width: 850px) {
.skin-timeless #mw-content {
margin: 0.45em 0.35em 1.15em !important;
padding: 15px 14px 20px !important;
border-width: 1px !important;
border-radius: 14px !important;
}


/* =========================
.skin-timeless #firstHeading,
  화면 크기별 보드 두께
.skin-timeless .mw-first-heading,
  ========================= */
.skin-timeless .mw-body h1.firstHeading {
font-size: 1.28em !important;
padding: 0.44em 0.58em 0.4em !important;
border-radius: 8px !important;
}


@media screen and (min-width: 851px) {
.skin-timeless .tools-inline {
body.skin-timeless {
display: flex !important;
--pvzt-frame: 13px;
flex-wrap: wrap !important;
--pvzt-pad-x: 30px;
gap: 0.28rem !important;
}
}


.skin-timeless #mw-content {
.skin-timeless .tools-inline li {
border-radius: 28px !important;
margin: 0 !important;
}
}


.skin-timeless #mw-content::before {
.skin-timeless .tools-inline li > a {
border-radius: 16px;
min-height: 28px;
font-size: 0.69rem !important;
padding-top: 3px !important;
padding-bottom: 3px !important;
}
}


.skin-timeless #firstHeading,
.skin-timeless #mw-site-navigation .sidebar-inner,
.skin-timeless .mw-first-heading {
.skin-timeless #mw-related-navigation .sidebar-inner,
font-size: 1.8em !important;
.skin-timeless #personal .dropdown {
border-radius: 10px !important;
}
}
}
}


@media screen and (max-width: 850px) {
@media screen and (min-width: 851px) {
/* 모바일에서 보드 좌우 숨통 */
.skin-timeless #mw-content {
.skin-timeless #mw-content {
margin: 0.5em 0.35em 1.3em !important;
padding: 24px 28px 30px !important;
border-radius: 20px !important;
}
 
.skin-timeless #firstHeading,
.skin-timeless .mw-first-heading {
font-size: 1.65em !important;
}
}
}
}


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