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

식물 vs 좀비 위키
편집 요약 없음
편집 요약 없음
 
1번째 줄: 1번째 줄:
/* =========================================================
  1. 공통 색상
  ========================================================= */
:root {
:root {
--pvzt-bg: #f5ead7;
--pvzt-bg: #e2d6bf;
--pvzt-bg-dark: #201913;
--pvzt-bg-dark: #201913;
--pvzt-paper: #fff8e8;
--pvzt-content: #e6dbc3;
--pvzt-paper-soft: #f6e7ca;
--pvzt-paper: #efe6d2;
--pvzt-green: #478f43;
--pvzt-paper-soft: #f3ead8;
--pvzt-green-dark: #2f6e36;
--pvzt-header: #4a8840;
--pvzt-green-deep: #17633f;
--pvzt-header-dark: #387031;
--pvzt-brown: #75462d;
--pvzt-title: #2d7a49;
--pvzt-brown-dark: #54301f;
--pvzt-brown: #7c5d45;
--pvzt-line: #c5a477;
--pvzt-brown-dark: #5a402e;
--pvzt-text: #443229;
--pvzt-brown-deep: #3d291e;
--pvzt-muted: #79675c;
--pvzt-line: #c9b89b;
--pvzt-radius: 12px;
--pvzt-line-strong: #b8a487;
--pvzt-shadow: 0 4px 14px rgba(72, 43, 24, 0.12);
--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);
}
}
/* =========================================================
  2. 전역 배경
  ========================================================= */


html {
html {
44번째 줄: 39번째 줄:
position: fixed;
position: fixed;
inset: 0;
inset: 0;
z-index: -1;
z-index: -2;
pointer-events: none;
pointer-events: none;
background:
background:
83번째 줄: 78번째 줄:
}
}


.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-bottom: 0 !important;
border: 0 !important;
box-shadow: none !important;
}
}


 
/* 상단 헤더 */
/* =========================================================
  3. 기본 상단 헤더
  위치는 Timeless 기본값 유지
  ========================================================= */
 
.skin-timeless #mw-header-container,
.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: var(--pvzt-green) !important;
background: var(--pvzt-header) !important;
background-image: none !important;
background-image: none !important;
border: 0 !important;
border: 0 !important;
box-shadow:
box-shadow:
inset 0 -1px 0 rgba(30, 83, 34, 0.45),
inset 0 -1px 0 rgba(35, 75, 31, 0.45),
0 2px 6px rgba(32, 73, 31, 0.18) !important;
0 1px 4px rgba(35, 75, 31, 0.18) !important;
}
}


116번째 줄: 110번째 줄:
"SB 어그로",
"SB 어그로",
sans-serif !important;
sans-serif !important;
font-weight: 700 !important;
font-variant: normal !important;
font-variant: normal !important;
font-weight: 700 !important;
text-shadow: none !important;
text-shadow: 0 1px 1px rgba(30, 74, 31, 0.35) !important;
}
}


124번째 줄: 118번째 줄:
color: #ffffff !important;
color: #ffffff !important;
text-decoration: none !important;
text-decoration: none !important;
opacity: 0.94;
opacity: 0.96;
}
}


138번째 줄: 132번째 줄:
}
}


 
/* 헤더의 작은 버튼류 */
/* =========================================================
  4. 기본 메뉴 버튼
  ========================================================= */
 
.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: #fffaf0 !important;
background: transparent !important;
background-image: none !important;
background-image: none !important;
border: 1px solid var(--pvzt-green-dark) !important;
border: 0 !important;
border-radius: 9px !important;
box-shadow: none !important;
box-shadow: 0 2px 4px rgba(31, 66, 29, 0.16) !important;
border-radius: 0 !important;
transition:
background-color 120ms ease,
transform 120ms ease;
}
}


159번째 줄: 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: #fffdf7 !important;
background: rgba(255, 255, 255, 0.08) !important;
transform: translateY(-1px);
}
}


167번째 줄: 153번째 줄:
}
}


/* 검색 */
.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 {
  5. 기본 좌우 메뉴와 드롭다운
border-color: var(--pvzt-header-dark) !important;
  위치·펼침 방식은 Timeless 기본값 유지
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: 1px solid var(--pvzt-brown-dark) !important;
border: 0 !important;
border-radius: 11px !important;
border-radius: 0 !important;
background: #8b472a !important;
background: transparent !important;
background-image: none !important;
background-image: none !important;
box-shadow: 0 5px 14px rgba(54, 27, 13, 0.2) !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;
}
}


188번째 줄: 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 {
border: 0 !important;
margin: 0 !important;
background: transparent !important;
padding: 0.62rem 0.7rem 0.58rem !important;
color: #f2c96f !important;
background: #e9dbc1 !important;
color: var(--pvzt-brown-deep) !important;
border: 1px solid #cab79a !important;
border-bottom: 0 !important;
font-family:
font-family:
"SB Aggro M",
"SB Aggro M",
197번째 줄: 278번째 줄:
"SB 어그로",
"SB 어그로",
sans-serif !important;
sans-serif !important;
font-size: 0.92rem !important;
font-weight: 500 !important;
font-weight: 500 !important;
text-align: center !important;
text-align: left !important;
text-shadow: none !important;
text-shadow: none !important;
}
}
205번째 줄: 287번째 줄:
.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 0 0.4rem !important;
margin: 0 !important;
padding: 0.55rem 0.62rem !important;
padding: 0.66rem 0.72rem !important;
border: 1px solid #754126 !important;
border: 1px solid #cab79a !important;
border-radius: 7px !important;
border-top: 0 !important;
background: #f3c58b !important;
border-radius: 0 !important;
background: #efe1c8 !important;
background-image: none !important;
background-image: none !important;
box-shadow: none !important;
box-shadow: none !important;
222번째 줄: 305번째 줄:
padding: 0 !important;
padding: 0 !important;
list-style: none !important;
list-style: none !important;
line-height: 1.35 !important;
line-height: 1.38 !important;
}
}


228번째 줄: 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.16rem !important;
margin-top: 0.24rem !important;
}
}


235번째 줄: 318번째 줄:
.skin-timeless #personal .dropdown ul a {
.skin-timeless #personal .dropdown ul a {
display: block !important;
display: block !important;
padding: 0.12rem 0.1rem !important;
padding: 0.1rem 0 !important;
color: #3d3748 !important;
color: var(--pvzt-brown-deep) !important;
font-family:
font-family:
"SB Aggro L",
"SB Aggro L",
243번째 줄: 326번째 줄:
"SB 어그로",
"SB 어그로",
sans-serif !important;
sans-serif !important;
font-size: 0.8rem !important;
font-size: 0.82rem !important;
font-weight: 300 !important;
font-weight: 300 !important;
line-height: 1.38 !important;
line-height: 1.42 !important;
text-decoration: none !important;
text-decoration: none !important;
text-shadow: none !important;
text-shadow: none !important;
253번째 줄: 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: var(--pvzt-brown-dark) !important;
color: #2a6b41 !important;
text-decoration: underline !important;
text-decoration: none !important;
}
}


261번째 줄: 344번째 줄:
}
}


 
/* 본문 중앙 영역 */
/* =========================================================
.skin-timeless #mw-content {
  6. 기본 검색창
position: relative;
  ========================================================= */
background: var(--pvzt-content) !important;
 
.skin-timeless #simpleSearch {
overflow: hidden;
border: 1px solid #4d7753 !important;
border-radius: 10px !important;
background: #ffffff !important;
background-image: none !important;
background-image: none !important;
box-shadow: 0 2px 4px rgba(34, 74, 40, 0.1) !important;
border: 0 !important;
border-radius: 0 !important;
box-shadow: none !important;
box-sizing: border-box;
overflow: visible !important;
}
}


.skin-timeless #simpleSearch:focus-within {
.skin-timeless #mw-content::before {
border-color: var(--pvzt-green-deep) !important;
content: none !important;
box-shadow:
display: none !important;
0 0 0 3px rgba(71, 143, 67, 0.14),
0 2px 4px rgba(34, 74, 40, 0.1) !important;
}
}


.skin-timeless #searchInput {
.skin-timeless #mw-content #content {
border: 0 !important;
outline: 0 !important;
background: transparent !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 #firstHeading,
}
.skin-timeless .mw-first-heading,
 
.skin-timeless .mw-body h1.firstHeading {
.skin-timeless #searchButton,
display: inline-block !important;
.skin-timeless #mw-searchButton {
width: auto !important;
top: 0 !important;
max-width: 100% !important;
right: 0 !important;
margin: 0 0 1rem !important;
width: 2.6em !important;
padding: 0.34em 1.3em 0.32em 0.78em !important;
height: 100% !important;
border: 0 !important;
border: 0 !important;
border-left: 1px solid #0b5432 !important;
border-radius: 0 !important;
border-radius: 0 !important;
background-color: var(--pvzt-green-deep) !important;
background: var(--pvzt-title) !important;
background-image:
color: #ffffff !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;
font-size: 1.95em !important;
background-position: center !important;
line-height: 1.12 !important;
background-repeat: no-repeat !important;
text-shadow: none !important;
background-size: 17px !important;
-webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 28px) 100%, 0 100%);
box-shadow: none !important;
clip-path: polygon(0 0, 100% 0, calc(100% - 28px) 100%, 0 100%);
cursor: pointer;
}
}


.skin-timeless #searchButton:hover,
.skin-timeless #firstHeading *,
.skin-timeless #mw-searchButton:hover {
.skin-timeless .mw-first-heading * {
filter: brightness(1.06);
color: #ffffff !important;
}
}


.skin-timeless .suggestions .suggestions-results,
.skin-timeless #firstHeading,
.skin-timeless .suggestions .suggestions-special {
.skin-timeless .mw-first-heading,
background: #fffaf0 !important;
.skin-timeless .mw-body .mw-heading,
border: 1px solid var(--pvzt-line) !important;
.skin-timeless .mw-body h1,
}
.skin-timeless .mw-body h2,
 
.skin-timeless .mw-body h3,
.skin-timeless .suggestions .suggestions-result {
.skin-timeless .mw-body h4,
color: var(--pvzt-brown) !important;
.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 .suggestions .suggestions-result-current {
/* 액션 링크 - 사진처럼 훨씬 단순하게 */
background: var(--pvzt-green-deep) !important;
.skin-timeless .tools-inline {
color: #ffffff !important;
margin-top: 0.2rem !important;
}
}
/* =========================================================
  7. 기본 문서 도구
  위치·정렬은 Timeless 기본값 유지
  ========================================================= */


.skin-timeless .tools-inline li {
.skin-timeless .tools-inline li {
345번째 줄: 419번째 줄:


.skin-timeless .tools-inline li > a {
.skin-timeless .tools-inline li > a {
display: inline-block;
display: inline-block !important;
padding: 4px 9px 4px 26px !important;
padding: 0.2rem 0.35rem 0.45rem 1.45rem !important;
border: 1px solid var(--pvzt-brown-dark) !important;
border: 0 !important;
border-radius: 7px !important;
border-bottom: 3px solid transparent !important;
border-radius: 0 !important;
box-sizing: border-box;
box-sizing: border-box;
background-color: #7a4835 !important;
background-color: transparent !important;
background-position: 7px center !important;
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: #ffffff !important;
color: #8a6a53 !important;
font-family:
font-family:
"SB Aggro M",
"SB Aggro M",
361번째 줄: 436번째 줄:
"SB 어그로",
"SB 어그로",
sans-serif !important;
sans-serif !important;
font-size: 0.73rem !important;
font-size: 0.76rem !important;
font-weight: 500 !important;
font-weight: 500 !important;
line-height: 1.25 !important;
line-height: 1.25 !important;
368번째 줄: 443번째 줄:
box-shadow: none !important;
box-shadow: none !important;
transition:
transition:
background-color 120ms ease,
color 120ms ease,
transform 120ms ease;
border-color 120ms ease;
}
}


.skin-timeless .tools-inline li > a:hover {
.skin-timeless .tools-inline li > a:hover {
background-color: #8b5944 !important;
background-color: transparent !important;
color: var(--pvzt-brown-dark) !important;
text-decoration: none !important;
text-decoration: none !important;
transform: translateY(-1px);
transform: none !important;
}
}


.skin-timeless .tools-inline li.selected > a {
.skin-timeless .tools-inline li.selected > a {
background-color: #a66f62 !important;
background-color: transparent !important;
color: #ffffff !important;
color: var(--pvzt-brown-dark) !important;
border-bottom-color: #8c6b51 !important;
}
}


413번째 줄: 490번째 줄:
.skin-timeless #t-contributions > a {
.skin-timeless #t-contributions > a {
background-image: none !important;
background-image: none !important;
padding-left: 9px !important;
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: 4px 12px !important;
padding-left: 1.45rem !important;
background-position: center !important;
padding-right: 0.35rem !important;
background-size: 17px !important;
background-position: left center !important;
background-size: 15px !important;
}
}


443번째 줄: 521번째 줄:


@keyframes pvzt-watch-spin {
@keyframes pvzt-watch-spin {
from {
from { transform: rotate(0deg); }
transform: rotate(0deg);
to { transform: rotate(360deg); }
}
to {
transform: rotate(360deg);
}
}
}


 
/* 본문 내부 카드류 */
/* =========================================================
.skin-timeless .toc,
  8. 기본 본문 위치 유지
.skin-timeless ul#filetoc,
  ========================================================= */
.skin-timeless .toccolours,
 
.skin-timeless #localNotice,
.skin-timeless #mw-content {
.skin-timeless #catlinks,
position: relative;
.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: var(--pvzt-paper) !important;
background-image: none !important;
background-image: none !important;
border: 2px solid var(--pvzt-brown-dark) !important;
color: var(--pvzt-brown) !important;
border-radius: 18px !important;
box-shadow: none !important;
box-shadow: var(--pvzt-shadow) !important;
box-sizing: border-box;
overflow: hidden;
}
}


.skin-timeless #mw-content::before {
.skin-timeless #localNotice {
content: "" !important;
padding: 0.75rem 0.9rem !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 {
.skin-timeless #catlinks,
content: none !important;
.skin-timeless .catlinks {
display: none !important;
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 {
  9. 기본 문서 제목 위치 유지
margin: 0 !important;
  ========================================================= */
padding: 0 0 0 1.5em !important;
border: 0 !important;
background: transparent !important;
}


.skin-timeless #firstHeading,
.skin-timeless #catlinks a,
.skin-timeless .mw-first-heading,
.skin-timeless .catlinks a,
.skin-timeless .mw-body h1.firstHeading {
.skin-timeless .mw-parser-output > .mw-references-wrap a,
display: table;
.skin-timeless .mw-parser-output > ol.references a,
width: auto;
.skin-timeless .mw-parser-output > .references a,
max-width: 100%;
.skin-timeless .toc a,
margin-bottom: 0.65em !important;
.skin-timeless #localNotice a {
padding: 0.42em 0.78em 0.36em !important;
color: var(--pvzt-brown) !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;
text-shadow: none !important;
}
}


.skin-timeless #firstHeading *,
.skin-timeless #catlinks a:hover,
.skin-timeless .mw-first-heading * {
.skin-timeless .catlinks a:hover,
color: #ffffff !important;
.skin-timeless .mw-parser-output > .mw-references-wrap a:hover,
.skin-timeless .mw-parser-output > ol.references a:hover,
.skin-timeless .mw-parser-output > .references a:hover,
.skin-timeless .toc a:hover,
.skin-timeless #localNotice a:hover {
color: var(--pvzt-brown-dark) !important;
}
}


.skin-timeless #firstHeading,
.skin-timeless #mw-normal-catlinks,
.skin-timeless .mw-first-heading,
.skin-timeless .mw-normal-catlinks,
.skin-timeless .mw-body .mw-heading,
.skin-timeless #mw-hidden-catlinks,
.skin-timeless .mw-body h1,
.skin-timeless .mw-hidden-catlinks {
.skin-timeless .mw-body h2,
border: 0 !important;
.skin-timeless .mw-body h3,
background: transparent !important;
.skin-timeless .mw-body h4,
.skin-timeless .mw-body h5,
.skin-timeless .mw-body h6 {
font-family:
"SB Aggro B",
"SB 어그로 B",
"SB Aggro",
"SB 어그로",
sans-serif !important;
font-weight: 700 !important;
}
}


 
/* 문단 구분선 */
/* =========================================================
  10. 문단 제목 아래 잔디 구분선
  ========================================================= */
 
.skin-timeless .mw-heading2,
.skin-timeless .mw-heading2,
.skin-timeless .mw-parser-output h2.pvz-grass-heading {
.skin-timeless .mw-parser-output h2.pvz-grass-heading {
589번째 줄: 670번째 줄:
}
}


 
/* 하단 */
/* =========================================================
  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,
.skin-timeless .mw-footer-container {
.skin-timeless .mw-footer-container {
background: #f2e3c7 !important;
background: #eadfc8 !important;
background-image: none !important;
background-image: none !important;
border-top: 1px solid var(--pvzt-line) !important;
border-top: 1px solid var(--pvzt-line-strong) !important;
box-shadow: none !important;
box-shadow: none !important;
color: #5f4030 !important;
color: var(--pvzt-brown) !important;
}
}


686번째 줄: 693번째 줄:
}
}


 
/* 반응형: 위치는 안 바꾸고 크기만 보정 */
/* =========================================================
  13. 모바일 크기만 조정
  위치·구조는 변경하지 않음
  ========================================================= */
 
@media screen and (max-width: 850px) {
@media screen and (max-width: 850px) {
.skin-timeless #mw-content {
.skin-timeless #mw-content {
margin: 0.5em 0.35em 1.2em !important;
padding: 0.9rem !important;
padding: 16px 14px 21px !important;
border-width: 1px !important;
border-radius: 14px !important;
}
 
.skin-timeless #mw-content::before {
inset: 5px;
border-radius: 9px;
}
}


708번째 줄: 702번째 줄:
.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;
font-size: 1.38em !important;
padding: 0.42em 0.58em 0.38em !important;
padding: 0.34em 1em 0.32em 0.62em !important;
border-radius: 8px !important;
}
}


.skin-timeless .tools-inline li > a {
.skin-timeless .tools-inline li > a {
font-size: 0.69rem !important;
font-size: 0.7rem !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) {
@media screen and (min-width: 851px) {
.skin-timeless #mw-content {
padding: 25px 30px 31px !important;
}
.skin-timeless #firstHeading,
.skin-timeless #firstHeading,
.skin-timeless .mw-first-heading {
.skin-timeless .mw-first-heading {
font-size: 1.72em !important;
font-size: 2.05em !important;
}
}
}
}