|
|
| 1번째 줄: |
1번째 줄: |
| /* Vector 2010 Legacy 인터페이스 디자인
| |
| * 기준: MediaWiki-Gadget-Vector.css-actionbar-v20.txt
| |
| * v48: 최하단창 단순형 디자인
| |
| */
| |
|
| |
|
| |
| /* ========================= | | /* ========================= |
| 전역 고정 배경 | | 전역 고정 배경 |
| 14번째 줄: |
8번째 줄: |
| } | | } |
|
| |
|
| body.skin-vector-legacy { | | body.skin-timeless { |
| position: relative !important; | | position: relative !important; |
| min-height: 100vh !important; | | min-height: 100vh !important; |
| 21번째 줄: |
15번째 줄: |
| background: transparent !important; | | background: transparent !important; |
| background-image: none !important; | | background-image: none !important; |
| | |
| | /* 보드 두께·안쪽 여백 (화면 크기별로 아래 미디어쿼리에서 조정) */ |
| | --pvzt-frame: 9px; |
| | --pvzt-pad-x: 18px; |
| } | | } |
|
| |
|
| body.skin-vector-legacy::before { | | body.skin-timeless::before { |
| content: ""; | | content: ""; |
| position: fixed; | | position: fixed; |
| 40번째 줄: |
38번째 줄: |
| } | | } |
|
| |
|
| .skin-vector-legacy #mw-page-base,
| | html.skin-theme-clientpref-night body.skin-timeless::before, |
| .skin-vector-legacy #mw-head-base {
| | html[data-color-mode="dark"] body.skin-timeless::before, |
| background: transparent !important;
| | body.skin-theme-clientpref-night.skin-timeless::before, |
| background-image: none !important;
| | body[data-color-mode="dark"].skin-timeless::before { |
| }
| |
| | |
| html.skin-theme-clientpref-night body.skin-vector-legacy::before, | |
| html[data-color-mode="dark"] body.skin-vector-legacy::before, | |
| body.skin-theme-clientpref-night.skin-vector-legacy::before, | |
| body[data-color-mode="dark"].skin-vector-legacy::before { | |
| background-color: #201913; | | background-color: #201913; |
| background-image: | | background-image: |
| 56번째 줄: |
48번째 줄: |
|
| |
|
| @media (prefers-color-scheme: dark) { | | @media (prefers-color-scheme: dark) { |
| html.skin-theme-clientpref-os body.skin-vector-legacy::before, | | html.skin-theme-clientpref-os body.skin-timeless::before, |
| body.skin-theme-clientpref-os.skin-vector-legacy::before, | | body.skin-theme-clientpref-os.skin-timeless::before, |
| html:not(.skin-theme-clientpref-day) body.skin-vector-legacy::before { | | html:not(.skin-theme-clientpref-day) body.skin-timeless::before { |
| background-color: #201913; | | background-color: #201913; |
| background-image: | | background-image: |
| 65번째 줄: |
57번째 줄: |
| } | | } |
|
| |
|
| html.skin-theme-clientpref-day body.skin-vector-legacy::before, | | html.skin-theme-clientpref-day body.skin-timeless::before, |
| html[data-color-mode="light"] body.skin-vector-legacy::before, | | html[data-color-mode="light"] body.skin-timeless::before, |
| body.skin-theme-clientpref-day.skin-vector-legacy::before, | | body.skin-theme-clientpref-day.skin-timeless::before, |
| body[data-color-mode="light"].skin-vector-legacy::before { | | body[data-color-mode="light"].skin-timeless::before { |
| background-color: #f5ead7; | | background-color: #f5ead7; |
| background-image: | | background-image: |
| 74번째 줄: |
66번째 줄: |
| } | | } |
|
| |
|
| /* ========================= | | /* Timeless 기본 배경(회색 바탕·고양이 워터마크·초록 하단선) 제거 */ |
| 액션바 전체 디자인
| | .skin-timeless #mw-content-container, |
| ========================= */
| | .skin-timeless #mw-content-block, |
| | | .skin-timeless #mw-content-wrapper { |
| .skin-vector-legacy #p-namespaces,
| | background: transparent !important; |
| .skin-vector-legacy #p-views,
| |
| .skin-vector-legacy #p-cactions {
| |
| margin: 0;
| |
| background: none !important;
| |
| transform: none !important;
| |
| }
| |
| | |
| .skin-vector-legacy #p-namespaces .vector-menu-content,
| |
| .skin-vector-legacy #p-views .vector-menu-content, | |
| .skin-vector-legacy #p-cactions .vector-menu-content,
| |
| .skin-vector-legacy #p-namespaces .vector-menu-content-list, | |
| .skin-vector-legacy #p-views .vector-menu-content-list, | |
| .skin-vector-legacy #p-cactions .vector-menu-content-list {
| |
| top: 0 !important;
| |
| margin-top: 0 !important;
| |
| background: none !important; | |
| background-image: none !important; | | background-image: none !important; |
| border: 0 !important; | | border-bottom: 0 !important; |
| box-shadow: none !important;
| |
| transform: none !important;
| |
| } | | } |
|
| |
|
| .skin-vector-legacy #p-namespaces .vector-menu-content-list,
| |
| .skin-vector-legacy #p-views .vector-menu-content-list {
| |
| display: flex;
| |
| align-items: flex-end;
| |
| gap: 3px;
| |
| }
| |
|
| |
|
| .skin-vector-legacy #p-namespaces {
| | /* ========================= |
| margin-left: 18px !important;
| | 상단 헤더: 초록 사용자바 |
| }
| | ========================= */ |
|
| |
|
| .skin-vector-legacy #p-cactions { | | .skin-timeless #mw-header-container { |
| margin-left: 4px;
| | background: #479745 !important; |
| }
| |
| | |
| .skin-vector-legacy #p-namespaces li,
| |
| .skin-vector-legacy #p-views li,
| |
| .skin-vector-legacy #p-cactions li {
| |
| position: relative;
| |
| margin: 0;
| |
| padding: 0;
| |
| border: 0;
| |
| background: none !important; | |
| background-image: none !important; | | background-image: none !important; |
| | color: #ffffff !important; |
| | border: 0 !important; |
| | box-shadow: |
| | inset 0 -2px 0 rgba(41, 102, 40, 0.45), |
| | 0 2px 5px rgba(39, 78, 32, 0.2) !important; |
| } | | } |
|
| |
|
| .skin-vector-legacy #p-namespaces li > a, | | /* 851~1099px 구간의 보조 헤더 바 */ |
| .skin-vector-legacy #p-views li > a, | | .skin-timeless #mw-header-hack, |
| .skin-vector-legacy #p-cactions-label {
| | .skin-timeless #mw-header-nav-hack { |
| position: relative !important; | | background: #479745 !important; |
| display: inline-flex;
| | border: 0 !important; |
| align-items: center;
| |
| justify-content: center;
| |
| gap: 2px;
| |
| height: 36px !important;
| |
| min-height: 36px !important;
| |
| margin: 0;
| |
| padding: 7px 12px 6px !important;
| |
| border: 3px solid #5c1f06;
| |
| border-radius: 10px 10px 0 0; | |
| box-sizing: border-box;
| |
| background: #783b24 !important;
| |
| background-image: none !important;
| |
| color: #eee9e6 !important;
| |
| font-family:
| |
| "SB Aggro M",
| |
| "SB 어그로 M",
| |
| "SB Aggro",
| |
| "SB 어그로",
| |
| sans-serif !important;
| |
| font-size: 0.74rem;
| |
| font-weight: 500;
| |
| line-height: 1;
| |
| text-decoration: none;
| |
| text-shadow:
| |
| #5c1f06 2px 0 0,
| |
| #5c1f06 1.75517px 0.958851px 0,
| |
| #5c1f06 1.0806px 1.68294px 0,
| |
| #5c1f06 0.141474px 1.99499px 0,
| |
| #5c1f06 -0.832294px 1.81859px 0,
| |
| #5c1f06 -1.60229px 1.19694px 0,
| |
| #5c1f06 -1.97999px 0.28224px 0,
| |
| #5c1f06 -1.87291px -0.701566px 0,
| |
| #5c1f06 -1.30729px -1.51361px 0,
| |
| #5c1f06 -0.421592px -1.95506px 0,
| |
| #5c1f06 0.567324px -1.91785px 0,
| |
| #5c1f06 1.41734px -1.41108px 0,
| |
| #5c1f06 1.92034px -0.558831px 0;
| |
| box-shadow: | | box-shadow: |
| inset 0 2px 0 #985d43, | | inset 0 -2px 0 rgba(41, 102, 40, 0.45) !important; |
| inset 0 -3px 0 #552515;
| |
| transition:
| |
| height 140ms ease,
| |
| padding 140ms ease,
| |
| filter 120ms ease,
| |
| background-color 120ms ease;
| |
| } | | } |
|
| |
|
| .skin-vector-legacy #p-namespaces li > a,
| | /* 사이트 이름 */ |
| .skin-vector-legacy #p-views li > a {
| | .skin-timeless #p-logo-text a { |
| top: 0 !important;
| |
| }
| |
| | |
| .skin-vector-legacy #p-cactions-label {
| |
| top: 7px !important;
| |
| min-width: 36px;
| |
| cursor: pointer;
| |
| }
| |
| | |
| .skin-vector-legacy #p-cactions-label span { | |
| position: static !important;
| |
| top: auto !important;
| |
| display: block;
| |
| margin: 0 !important;
| |
| color: inherit !important;
| |
| font: inherit;
| |
| text-shadow: inherit;
| |
| transform: none !important;
| |
| }
| |
| | |
| .skin-vector-legacy #p-namespaces li.selected > a,
| |
| .skin-vector-legacy #p-views li.selected > a {
| |
| z-index: 2;
| |
| height: 43px !important;
| |
| min-height: 43px !important;
| |
| padding-top: 10px !important;
| |
| padding-bottom: 7px !important;
| |
| background: #b1837c !important;
| |
| color: #ffffff !important; | | color: #ffffff !important; |
| box-shadow:
| |
| inset 0 2px 0 #cfa392,
| |
| inset 0 -3px 0 #8a5c56;
| |
| }
| |
|
| |
| .skin-vector-legacy #p-namespaces li > a:hover,
| |
| .skin-vector-legacy #p-views li > a:hover,
| |
| .skin-vector-legacy #p-cactions-label:hover {
| |
| filter: brightness(1.08);
| |
| text-decoration: none;
| |
| }
| |
|
| |
| .skin-vector-legacy #p-namespaces li,
| |
| .skin-vector-legacy #p-views li,
| |
| .skin-vector-legacy #p-namespaces li.selected,
| |
| .skin-vector-legacy #p-views li.selected,
| |
| .skin-vector-legacy #p-namespaces li > a,
| |
| .skin-vector-legacy #p-views li > a,
| |
| .skin-vector-legacy #p-cactions-label,
| |
| .skin-vector-legacy #p-cactions-label span {
| |
| background-image: none !important;
| |
| }
| |
|
| |
| /* 액션바 SVG 아이콘 */
| |
| .skin-vector-legacy #ca-nstab-main > a::before,
| |
| .skin-vector-legacy #ca-talk > a::before,
| |
| .skin-vector-legacy #ca-view > a::before,
| |
| .skin-vector-legacy #ca-edit > a::before,
| |
| .skin-vector-legacy #ca-history > a::before {
| |
| content: "";
| |
| display: block;
| |
| flex: 0 0 14px;
| |
| width: 14px;
| |
| height: 10px;
| |
| margin-right: 0;
| |
| background-repeat: no-repeat;
| |
| background-position: center;
| |
| background-size: contain;
| |
| }
| |
|
| |
| .skin-vector-legacy #ca-nstab-main > a::before {
| |
| background-image: url("/wiki/Special:Redirect/file/Actionbar-document.svg");
| |
| }
| |
|
| |
| .skin-vector-legacy #ca-talk > a::before {
| |
| background-image: url("/wiki/Special:Redirect/file/Actionbar-talk.svg");
| |
| }
| |
|
| |
| .skin-vector-legacy #ca-view > a::before {
| |
| background-image: url("/wiki/Special:Redirect/file/Actionbar-read.svg");
| |
| }
| |
|
| |
| .skin-vector-legacy #ca-edit > a::before {
| |
| background-image: url("/wiki/Special:Redirect/file/Actionbar-edit.svg");
| |
| }
| |
|
| |
| .skin-vector-legacy #ca-history > a::before {
| |
| background-image: url("/wiki/Special:Redirect/file/Actionbar-history.svg");
| |
| }
| |
|
| |
| /* 주시 버튼 */
| |
| .skin-vector-legacy #ca-watch > a,
| |
| .skin-vector-legacy #ca-unwatch > a,
| |
| .skin-vector-legacy li.mw-watchlink > a,
| |
| .skin-vector-legacy a.mw-watchlink {
| |
| position: relative !important;
| |
| display: flex !important;
| |
| align-items: center !important;
| |
| justify-content: center !important;
| |
| width: 40px !important;
| |
| min-width: 40px !important;
| |
| padding: 0 !important;
| |
| gap: 0;
| |
| overflow: visible;
| |
| font-size: 0 !important;
| |
| color: transparent !important;
| |
| text-shadow: none !important;
| |
| }
| |
|
| |
| .skin-vector-legacy #ca-watch > a > *,
| |
| .skin-vector-legacy #ca-unwatch > a > *,
| |
| .skin-vector-legacy li.mw-watchlink > a > *,
| |
| .skin-vector-legacy a.mw-watchlink > * {
| |
| visibility: hidden !important;
| |
| width: 0 !important;
| |
| height: 0 !important;
| |
| margin: 0 !important;
| |
| padding: 0 !important;
| |
| overflow: hidden !important;
| |
| }
| |
|
| |
| .skin-vector-legacy #ca-watch > a::before,
| |
| .skin-vector-legacy #ca-unwatch > a::before,
| |
| .skin-vector-legacy li.mw-watchlink > a::before,
| |
| .skin-vector-legacy a.mw-watchlink::before {
| |
| content: "" !important;
| |
| position: absolute !important;
| |
| top: 50% !important;
| |
| left: 50% !important;
| |
| display: block !important;
| |
| flex: 0 0 18px;
| |
| width: 18px;
| |
| height: 18px;
| |
| margin: 0 !important;
| |
| background-position: center center !important;
| |
| background-repeat: no-repeat;
| |
| background-size: contain;
| |
| transform: translate(-50%, -50%);
| |
| transform-origin: 50% 50%;
| |
| }
| |
|
| |
| .skin-vector-legacy #ca-watch > a::before,
| |
| .skin-vector-legacy .pvz-watch-not-watched > a::before,
| |
| .skin-vector-legacy a.pvz-watch-not-watched::before {
| |
| background-image: url("/wiki/Special:Redirect/file/GW2_Star2.png") !important;
| |
| }
| |
|
| |
| .skin-vector-legacy #ca-unwatch > a::before,
| |
| .skin-vector-legacy .pvz-watch-watched > a::before,
| |
| .skin-vector-legacy a.pvz-watch-watched::before {
| |
| background-image: url("/wiki/Special:Redirect/file/GW2_Star.png") !important;
| |
| }
| |
|
| |
| .skin-vector-legacy #ca-watch > a::after,
| |
| .skin-vector-legacy #ca-unwatch > a::after,
| |
| .skin-vector-legacy li.mw-watchlink > a::after,
| |
| .skin-vector-legacy a.mw-watchlink::after {
| |
| content: none !important;
| |
| display: none !important;
| |
| }
| |
|
| |
| .skin-vector-legacy .pvz-watch-spinning > a::before,
| |
| .skin-vector-legacy a.pvz-watch-spinning::before {
| |
| animation: pvz-watch-star-spin-centered 360ms cubic-bezier(0.25, 0.8, 0.25, 1);
| |
| }
| |
|
| |
| @keyframes pvz-watch-star-spin-centered {
| |
| 0% {
| |
| transform: translate(-50%, -50%) rotate(0deg) scale(1);
| |
| }
| |
| 45% {
| |
| transform: translate(-50%, -50%) rotate(180deg) scale(0.82);
| |
| }
| |
| 100% {
| |
| transform: translate(-50%, -50%) rotate(360deg) scale(1);
| |
| }
| |
| }
| |
|
| |
| /* 더보기 메뉴 내부 링크 */
| |
| .skin-vector-legacy #p-cactions .vector-menu-content {
| |
| margin-top: 0;
| |
| }
| |
|
| |
| .skin-vector-legacy #p-cactions .vector-menu-content li > a {
| |
| display: block;
| |
| min-height: 0;
| |
| padding: 6px 12px;
| |
| border: 0;
| |
| border-radius: 0;
| |
| background: transparent !important;
| |
| color: inherit !important;
| |
| font-family: inherit;
| |
| font-weight: inherit;
| |
| text-shadow: none;
| |
| box-shadow: none;
| |
| transform: none;
| |
| }
| |
|
| |
| /* 액션바와 본문창 위치 */
| |
| .skin-vector-legacy #right-navigation {
| |
| margin-right: calc(0.45rem + 15px) !important;
| |
| }
| |
|
| |
| .skin-vector-legacy #content,
| |
| .skin-vector-legacy #left-navigation,
| |
| .skin-vector-legacy #right-navigation {
| |
| position: relative !important;
| |
| top: 30px !important;
| |
| }
| |
|
| |
|
| |
| /* =========================
| |
| 본문창
| |
| ========================= */
| |
|
| |
| .skin-vector-legacy #content,
| |
| .skin-vector-legacy .mw-body {
| |
| position: relative;
| |
| isolation: isolate;
| |
| background: #e6d2b2 !important;
| |
| border: 15px solid #5b1f09 !important;
| |
| border-radius: 30px !important;
| |
| box-shadow: none !important;
| |
| box-sizing: border-box;
| |
| padding:
| |
| calc(1em + 15px)
| |
| calc(1.2em + 15px)
| |
| calc(1.25em + 15px) !important;
| |
| overflow: hidden;
| |
| }
| |
|
| |
| .skin-vector-legacy #content::before,
| |
| .skin-vector-legacy .mw-body::before {
| |
| content: "" !important;
| |
| position: absolute;
| |
| inset: 15px;
| |
| z-index: -1;
| |
| display: block !important;
| |
| border-radius: 18px;
| |
| background: #fffae9;
| |
| pointer-events: none;
| |
| }
| |
|
| |
| .skin-vector-legacy #content::after,
| |
| .skin-vector-legacy .mw-body::after {
| |
| content: none !important;
| |
| display: none !important;
| |
| }
| |
|
| |
|
| |
| /* =========================
| |
| 문서 제목
| |
| ========================= */
| |
|
| |
| .skin-vector-legacy #firstHeading,
| |
| .skin-vector-legacy .mw-first-heading,
| |
| .skin-vector-legacy .mw-parser-output h1,
| |
| .skin-vector-legacy .mw-parser-output h2,
| |
| .skin-vector-legacy .mw-parser-output h3,
| |
| .skin-vector-legacy .mw-parser-output h4,
| |
| .skin-vector-legacy .mw-parser-output h5,
| |
| .skin-vector-legacy .mw-parser-output h6 {
| |
| font-family: | | font-family: |
| "SB Aggro B", | | "SB Aggro B", |
| 448번째 줄: |
108번째 줄: |
| "SB 어그로", | | "SB 어그로", |
| sans-serif !important; | | sans-serif !important; |
| font-weight: 700; | | font-variant: normal !important; |
| | font-weight: 700 !important; |
| | text-shadow: 0 1px 1px rgba(35, 83, 32, 0.5) !important; |
| } | | } |
|
| |
|
| .skin-vector-legacy #firstHeading, | | .skin-timeless #p-logo-text a:hover { |
| .skin-vector-legacy .mw-first-heading {
| | text-decoration: none !important; |
| display: table; | | filter: brightness(1.06); |
| width: auto;
| |
| max-width: calc(100% + 1.2em + 15px);
| |
| margin:
| |
| 0
| |
| 0
| |
| 0.6em
| |
| calc(-1.2em - 15px) !important;
| |
| padding: | |
| 0.38em
| |
| calc(1.25em + 32px)
| |
| 0.32em
| |
| calc(1.2em + 15px);
| |
| box-sizing: border-box;
| |
| border: 0 !important;
| |
| background-color: #106a40 !important;
| |
| color: #ffffff !important;
| |
| -webkit-clip-path: polygon(
| |
| 0 0,
| |
| 100% 0,
| |
| calc(100% - 30px) 100%,
| |
| 0 100%
| |
| );
| |
| clip-path: polygon(
| |
| 0 0,
| |
| 100% 0,
| |
| calc(100% - 30px) 100%,
| |
| 0 100%
| |
| );
| |
| } | | } |
|
| |
|
| .skin-vector-legacy #firstHeading *, | | /* 헤더의 사용자 도구 텍스트 */ |
| .skin-vector-legacy .mw-first-heading * { | | .skin-timeless #user-tools, |
| color: #ffffff !important; | | .skin-timeless #user-tools a, |
| | .skin-timeless #personal > h2, |
| | .skin-timeless #personal > h2 span { |
| | color: #2c2c2c; |
| } | | } |
|
| |
|
| | /* 위키 로고(왼쪽 열 상단) */ |
| | .skin-timeless .mw-wiki-logo { |
| | filter: drop-shadow(0 2px 4px rgba(45, 25, 8, 0.3)); |
| | } |
|
| |
|
| /* 문단 기본선을 실제 잔디 구분선 요소로 교체 */ | | /* 메뉴·도구·사용자 아이콘 버튼: 크림색 칩 |
| .skin-vector-legacy .mw-heading2, | | (기본 회색 아이콘이 잘 보이도록 밝은 배경 유지) */ |
| .skin-vector-legacy .mw-parser-output h2.pvz-grass-heading { | | .skin-timeless #mw-site-navigation > h2, |
| position: relative !important; | | .skin-timeless #mw-related-navigation > h2, |
| margin-bottom: 0.9em !important;
| | .skin-timeless #personal > h2 { |
| padding-bottom: 12px !important;
| | background-color: #fffae9 !important; |
| border: 0 !important;
| |
| border-bottom: 0 !important;
| |
| background: none !important;
| |
| background-image: none !important; | | background-image: none !important; |
| box-shadow: none !important; | | border: 2px solid #2f6631 !important; |
| | border-radius: 9px !important; |
| | box-shadow: 0 2px 3px rgba(30, 60, 25, 0.28) !important; |
| } | | } |
|
| |
|
| .skin-vector-legacy .mw-heading2::before, | | .skin-timeless #mw-site-navigation > h2:hover, |
| .skin-vector-legacy .mw-heading2::after,
| | .skin-timeless #mw-related-navigation > h2:hover, |
| .skin-vector-legacy .mw-parser-output h2.pvz-grass-heading::before, | | .skin-timeless #personal > h2:hover { |
| .skin-vector-legacy .mw-parser-output h2.pvz-grass-heading::after { | | filter: brightness(1.05); |
| content: none !important; | |
| display: none !important;
| |
| border: 0 !important;
| |
| background: none !important;
| |
| box-shadow: none !important;
| |
| } | | } |
|
| |
|
| .skin-vector-legacy .mw-heading2 > h2,
| | /* 드롭다운 말풍선 꼬리 색 */ |
| .skin-vector-legacy .mw-parser-output h2.pvz-grass-heading { | | .skin-timeless .pokey { |
| margin-bottom: 0 !important;
| | border-bottom-color: #5b220e !important; |
| padding-bottom: 0 !important;
| |
| border: 0 !important;
| |
| border-bottom: 0 !important; | |
| background: none !important;
| |
| background-image: none !important;
| |
| box-shadow: none !important;
| |
| }
| |
| | |
| .skin-vector-legacy .pvz-grass-divider {
| |
| position: absolute;
| |
| right: 0;
| |
| bottom: 0;
| |
| left: 0;
| |
| z-index: 1;
| |
| display: block;
| |
| height: 14px;
| |
| overflow: hidden;
| |
| pointer-events: none;
| |
| background: #ead9b8;
| |
| -webkit-mask-image:
| |
| url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 112 12'%3E%3Cpath fill='black' d='M0 12V8Q3 8 5 5Q6 3 8 6L11 9Q14 7 16 4Q17 2 19 5L22 9Q25 7 28 5Q29 3 31 6L34 9Q37 7 39 4Q40 2 42 5L45 9Q48 7 51 5Q52 3 54 6L57 9Q60 7 63 4Q64 2 66 5L69 9Q72 7 75 5Q76 3 78 6L81 9Q84 7 87 4Q88 2 90 5L93 9Q96 7 99 5Q100 3 102 6L105 9Q109 8 112 7V12Z'/%3E%3C/svg%3E");
| |
| mask-image:
| |
| url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 112 12'%3E%3Cpath fill='black' d='M0 12V8Q3 8 5 5Q6 3 8 6L11 9Q14 7 16 4Q17 2 19 5L22 9Q25 7 28 5Q29 3 31 6L34 9Q37 7 39 4Q40 2 42 5L45 9Q48 7 51 5Q52 3 54 6L57 9Q60 7 63 4Q64 2 66 5L69 9Q72 7 75 5Q76 3 78 6L81 9Q84 7 87 4Q88 2 90 5L93 9Q96 7 99 5Q100 3 102 6L105 9Q109 8 112 7V12Z'/%3E%3C/svg%3E");
| |
| -webkit-mask-repeat: repeat-x;
| |
| mask-repeat: repeat-x;
| |
| -webkit-mask-position: left bottom;
| |
| mask-position: left bottom;
| |
| -webkit-mask-size: 112px 12px;
| |
| mask-size: 112px 12px;
| |
| } | | } |
|
| |
|
|
| |
|
| /* ========================= | | /* ========================= |
| 왼쪽 보조창 | | 메뉴 패널: 나무판 + 주황 카드 |
| | (모바일 드롭다운과 데스크톱 양쪽 열 공통) |
| ========================= */ | | ========================= */ |
|
| |
|
| .skin-vector-legacy #mw-panel { | | .skin-timeless #mw-site-navigation .sidebar-inner, |
| left: 0.6rem !important;
| | .skin-timeless #mw-related-navigation .sidebar-inner, |
| width: calc(10em - 0.9rem) !important;
| | .skin-timeless #personal .dropdown { |
| margin-top: 0.45rem;
| | border: 3px solid #5b220e !important; |
| margin-left: 0 !important;
| | border-radius: 13px !important; |
| padding: 0.7rem 0.55rem 1rem;
| |
| border: 3px solid #5b220e; | |
| border-radius: 13px; | |
| box-sizing: border-box;
| |
| background: | | background: |
| linear-gradient( | | linear-gradient( |
| 570번째 줄: |
173번째 줄: |
| rgba(64, 19, 4, 0.18) 100% | | rgba(64, 19, 4, 0.18) 100% |
| ), | | ), |
| linear-gradient(180deg, #a94f24 0%, #893819 48%, #9a421d 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: | | box-shadow: |
| inset 0 0 0 2px rgba(218, 114, 58, 0.52), | | 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(255, 165, 94, 0.1), |
| inset 0 -12px 20px rgba(73, 20, 5, 0.22), | | inset 0 -12px 20px rgba(73, 20, 5, 0.22), |
| 0 3px 8px rgba(63, 24, 8, 0.32); | | 0 3px 8px rgba(63, 24, 8, 0.32) !important; |
| }
| |
| | |
| .skin-vector-legacy #mw-panel #p-logo {
| |
| position: relative !important;
| |
| top: auto !important;
| |
| right: auto !important;
| |
| bottom: auto !important;
| |
| left: auto !important;
| |
| display: block !important;
| |
| width: 100% !important;
| |
| max-width: 100% !important;
| |
| height: auto !important;
| |
| min-height: 0 !important;
| |
| margin: 0 0 0.9rem !important;
| |
| padding: 0.45rem 0 !important;
| |
| overflow: hidden !important;
| |
| border: 3px solid #60230d;
| |
| border-radius: 12px;
| |
| box-sizing: border-box !important;
| |
| background:
| |
| linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 22%),
| |
| #6c2b12;
| |
| box-shadow:
| |
| inset 0 2px 3px rgba(255, 168, 98, 0.22),
| |
| inset 0 -3px 6px rgba(48, 12, 2, 0.42),
| |
| 0 2px 3px rgba(60, 20, 6, 0.28);
| |
| }
| |
| | |
| .skin-vector-legacy #mw-panel #p-logo a,
| |
| .skin-vector-legacy #mw-panel #p-logo .mw-wiki-logo {
| |
| display: block !important;
| |
| width: 100% !important;
| |
| height: auto !important;
| |
| min-height: 0 !important;
| |
| aspect-ratio: 1 / 1;
| |
| margin: 0 !important;
| |
| background-position: center !important;
| |
| background-repeat: no-repeat !important;
| |
| background-size: contain !important;
| |
| } | | } |
|
| |
|
| .skin-vector-legacy #mw-panel #p-logo img { | | /* 패널 안 소제목 */ |
| display: block !important;
| | .skin-timeless #mw-site-navigation .sidebar-inner h2, |
| width: 100% !important;
| | .skin-timeless #mw-site-navigation .sidebar-inner h3, |
| height: auto !important;
| | .skin-timeless #mw-related-navigation .sidebar-inner h2, |
| max-width: 100% !important;
| | .skin-timeless #mw-related-navigation .sidebar-inner h3, |
| max-height: none !important;
| | .skin-timeless #personal .dropdown h3 { |
| margin: 0 auto !important;
| |
| object-fit: contain !important;
| |
| }
| |
| | |
| .skin-vector-legacy #mw-panel .vector-menu-portal, | |
| .skin-vector-legacy #mw-panel .portal { | |
| margin: 0 0 0.9rem !important;
| |
| padding: 0 !important;
| |
| border: 0 !important;
| |
| background: none !important;
| |
| box-shadow: none !important;
| |
| }
| |
| | |
| .skin-vector-legacy #mw-panel .vector-menu-heading, | |
| .skin-vector-legacy #mw-panel .portal h3 { | |
| margin: 0 0 0.42rem !important;
| |
| padding: 0 0.35rem !important;
| |
| border: 0 !important; | | border: 0 !important; |
| background: none !important; | | background: none !important; |
| 649번째 줄: |
215번째 줄: |
| "SB 어그로", | | "SB 어그로", |
| sans-serif !important; | | sans-serif !important; |
| font-size: 0.82rem !important;
| |
| font-weight: 700 !important; | | font-weight: 700 !important; |
| line-height: 1.35 !important;
| | text-align: center !important; |
| text-align: center; | | text-shadow: none !important; |
| text-shadow: | | letter-spacing: 0.015em !important; |
| 0 1px 0 #65300f,
| |
| 0 2px 2px rgba(61, 19, 3, 0.42);
| |
| letter-spacing: 0.015em; | |
| } | | } |
|
| |
|
| .skin-vector-legacy #mw-panel .vector-menu-content, | | /* 링크 목록: 주황 카드 */ |
| .skin-vector-legacy #mw-panel .portal .body { | | .skin-timeless #mw-site-navigation .sidebar-inner .mw-portlet ul, |
| | .skin-timeless #mw-related-navigation .sidebar-inner .mw-portlet ul, |
| | .skin-timeless #personal .dropdown ul { |
| position: relative; | | position: relative; |
| margin: 0 !important; | | margin: 0 0 0.4rem !important; |
| padding: 0.68rem 0.72rem 0.72rem !important; | | padding: 0.62rem 0.68rem !important; |
| border: 2px solid #6e2d13 !important; | | border: 2px solid #6e2d13 !important; |
| border-radius: 5px 7px 6px 5px; | | border-radius: 5px 7px 6px 5px !important; |
| box-sizing: border-box; | | box-sizing: border-box !important; |
| | list-style: none !important; |
| background: #f6bf7b !important; | | background: #f6bf7b !important; |
| background-image: none !important; | | background-image: none !important; |
| 675번째 줄: |
240번째 줄: |
| } | | } |
|
| |
|
| .skin-vector-legacy #mw-panel .vector-menu-content::before, | | .skin-timeless #mw-site-navigation .sidebar-inner .mw-portlet li, |
| .skin-vector-legacy #mw-panel .portal .body::before { | | .skin-timeless #mw-related-navigation .sidebar-inner .mw-portlet li, |
| content: "";
| | .skin-timeless #personal .dropdown li { |
| position: absolute;
| |
| inset: 2px;
| |
| border: 1px solid rgba(124, 63, 26, 0.17);
| |
| border-radius: 4px 5px 6px 4px;
| |
| pointer-events: none;
| |
| }
| |
| | |
| .skin-vector-legacy #mw-panel .vector-menu-content-list, | |
| .skin-vector-legacy #mw-panel .portal .body ul { | |
| margin: 0 !important; | | margin: 0 !important; |
| padding: 0 !important; | | padding: 0 !important; |
| list-style: none !important; | | list-style: none !important; |
| }
| |
|
| |
| .skin-vector-legacy #mw-panel .vector-menu-content li,
| |
| .skin-vector-legacy #mw-panel .portal .body li {
| |
| margin: 0 !important;
| |
| padding: 0 !important;
| |
| line-height: 1.3 !important; | | line-height: 1.3 !important; |
| } | | } |
|
| |
|
| .skin-vector-legacy #mw-panel .vector-menu-content li + li, | | .skin-timeless #mw-site-navigation .sidebar-inner .mw-portlet li + li, |
| .skin-vector-legacy #mw-panel .portal .body li + li { | | .skin-timeless #mw-related-navigation .sidebar-inner .mw-portlet li + li, |
| | .skin-timeless #personal .dropdown li + li { |
| margin-top: 0.26rem !important; | | margin-top: 0.26rem !important; |
| } | | } |
|
| |
|
| .skin-vector-legacy #mw-panel .vector-menu-content a, | | .skin-timeless #mw-site-navigation .sidebar-inner .mw-portlet ul a, |
| .skin-vector-legacy #mw-panel .portal .body a { | | .skin-timeless #mw-related-navigation .sidebar-inner .mw-portlet ul a, |
| display: block; | | .skin-timeless #personal .dropdown ul a { |
| padding: 0.08rem; | | display: block !important; |
| | padding: 0.08rem !important; |
| color: #313452 !important; | | color: #313452 !important; |
| font-family: | | font-family: |
| 715번째 줄: |
267번째 줄: |
| "SB 어그로", | | "SB 어그로", |
| sans-serif !important; | | sans-serif !important; |
| font-size: 0.78rem !important; | | font-size: 0.8rem !important; |
| font-weight: 300 !important; | | font-weight: 300 !important; |
| line-height: 1.35 !important; | | line-height: 1.35 !important; |
| text-decoration: none !important; | | text-decoration: none !important; |
| text-shadow: 0 1px 0 rgba(255, 239, 204, 0.38); | | text-shadow: none !important; |
| transition: | | transition: color 120ms ease !important; |
| color 120ms ease,
| |
| transform 120ms ease;
| |
| } | | } |
|
| |
|
| .skin-vector-legacy #mw-panel .vector-menu-content a:hover, | | .skin-timeless #mw-site-navigation .sidebar-inner .mw-portlet ul a:hover, |
| .skin-vector-legacy #mw-panel .portal .body a:hover { | | .skin-timeless #mw-related-navigation .sidebar-inner .mw-portlet ul a:hover, |
| color: #12673f !important; | | .skin-timeless #personal .dropdown ul a:hover { |
| | color: #4d5877 !important; |
| text-decoration: none !important; | | text-decoration: none !important; |
| transform: translateX(2px);
| |
| } | | } |
|
| |
|
| .skin-vector-legacy #mw-panel .vector-menu-empty, | | .skin-timeless .sidebar-inner .emptyPortlet { |
| .skin-vector-legacy #mw-panel .emptyPortlet {
| |
| display: none !important; | | display: none !important; |
| } | | } |
| 739번째 줄: |
288번째 줄: |
|
| |
|
| /* ========================= | | /* ========================= |
| 오른쪽 위 사용자 메뉴 | | 검색바 |
| ========================= */ | | ========================= */ |
|
| |
|
| .skin-vector-legacy #p-personal { | | .skin-timeless #simpleSearch { |
| top: 0 !important;
| |
| right: 0 !important;
| |
| margin: 0 !important;
| |
| padding: 0.48rem 0.8rem 0.42rem 1rem !important;
| |
| border: 0 !important;
| |
| border-radius: 0 0 0 12px;
| |
| background: #479745 !important;
| |
| background-image: none !important;
| |
| box-shadow:
| |
| inset 0 -2px 0 rgba(41, 102, 40, 0.45),
| |
| 0 2px 5px rgba(39, 78, 32, 0.2);
| |
| }
| |
| | |
| .skin-vector-legacy #p-personal ul {
| |
| margin: 0 !important;
| |
| padding: 0 !important;
| |
| }
| |
| | |
| .skin-vector-legacy #p-personal li {
| |
| margin-top: 0 !important;
| |
| margin-bottom: 0 !important;
| |
| }
| |
| | |
| .skin-vector-legacy #p-personal a,
| |
| .skin-vector-legacy #p-personal span {
| |
| color: #ffffff !important;
| |
| font-weight: 700 !important;
| |
| text-shadow: 0 1px 1px rgba(35, 83, 32, 0.5);
| |
| }
| |
| | |
| | |
| /* =========================
| |
| 커스텀 검색바
| |
| ========================= */
| |
| | |
| html.pvz-content-search-ready .skin-vector-legacy #p-search {
| |
| display: none !important;
| |
| }
| |
| | |
| .skin-vector-legacy #pvz-content-search {
| |
| position: absolute !important;
| |
| top: 7px !important;
| |
| left: var(--pvz-content-left, 10em) !important;
| |
| z-index: 120 !important;
| |
| display: block !important;
| |
| width: min(
| |
| 500px,
| |
| calc(100vw - var(--pvz-content-left, 10em) - 1rem)
| |
| ) !important;
| |
| min-width: 0 !important;
| |
| margin: 0 !important;
| |
| padding: 0 !important;
| |
| transform: none !important;
| |
| }
| |
| | |
| .skin-vector-legacy #pvz-content-search #searchform {
| |
| display: block;
| |
| width: 100% !important;
| |
| margin: 0 !important;
| |
| }
| |
| | |
| .skin-vector-legacy #pvz-content-search #simpleSearch {
| |
| position: relative;
| |
| display: flex;
| |
| align-items: stretch;
| |
| width: 100%;
| |
| height: 40px !important;
| |
| margin: 0;
| |
| padding: 0;
| |
| overflow: hidden; | | overflow: hidden; |
| border: 2px solid #496f4d !important; | | border: 2px solid #496f4d !important; |
| border-radius: 16px !important; | | border-radius: 11px !important; |
| background: #fbfefb !important; | | background: #fbfefb !important; |
| background-image: none !important; | | background-image: none !important; |
| 820번째 줄: |
300번째 줄: |
| } | | } |
|
| |
|
| .skin-vector-legacy #pvz-content-search #simpleSearch::before { | | .skin-timeless #simpleSearch:focus-within { |
| content: none !important;
| |
| display: none !important;
| |
| }
| |
| | |
| .skin-vector-legacy #pvz-content-search #simpleSearch:focus-within {
| |
| border-color: #2f633b !important; | | border-color: #2f633b !important; |
| box-shadow: | | box-shadow: |
| 832번째 줄: |
307번째 줄: |
| } | | } |
|
| |
|
| .skin-vector-legacy #pvz-content-search #searchInput { | | .skin-timeless #searchInput { |
| flex: 1 1 auto;
| |
| min-width: 0;
| |
| height: 100% !important;
| |
| margin: 0 !important;
| |
| padding: 0.42rem !important;
| |
| border: 0 !important; | | border: 0 !important; |
| outline: 0 !important; | | outline: 0 !important; |
| box-sizing: border-box !important;
| |
| background: transparent !important; | | background: transparent !important; |
| color: #324936 !important; | | color: #324936 !important; |
| font-family:
| |
| "SB Aggro L",
| |
| "SB 어그로 L",
| |
| "SB Aggro",
| |
| "SB 어그로",
| |
| sans-serif !important;
| |
| font-size: 0.92rem !important;
| |
| line-height: 1.2 !important;
| |
| box-shadow: none !important; | | box-shadow: none !important; |
| | padding-right: 3em !important; |
| } | | } |
|
| |
|
| .skin-vector-legacy #pvz-content-search #searchInput::placeholder { | | .skin-timeless #searchInput::placeholder { |
| color: rgba(50, 73, 54, 0.54) !important; | | color: rgba(50, 73, 54, 0.54) !important; |
| } | | } |
|
| |
|
| /* 보조 검색 버튼은 숨기고 실제 검색 버튼 하나만 표시 */ | | /* 검색 버튼: 문서 제목과 같은 초록 + 흰 돋보기 */ |
| .skin-vector-legacy #pvz-content-search #mw-searchButton { | | .skin-timeless #searchButton, |
| display: none !important;
| | .skin-timeless #mw-searchButton { |
| }
| | top: 0 !important; |
| | | right: 0 !important; |
| .skin-vector-legacy #pvz-content-search #searchButton,
| | width: 2.6em !important; |
| .skin-vector-legacy #pvz-content-search .searchButton:not(#mw-searchButton) { | |
| background: #106a40 !important; | |
| background-color: #106a40 !important;
| |
| background-image: none !important;
| |
| position: relative !important;
| |
| z-index: 2;
| |
| display: block !important;
| |
| flex: 0 0 48px !important; | |
| width: 48px !important; | |
| height: 100% !important; | | height: 100% !important; |
| margin: 0 !important;
| |
| padding: 0 !important;
| |
| border: 0 !important; | | border: 0 !important; |
| border-left: 2px solid #0b5432 !important; | | border-left: 2px solid #0b5432 !important; |
| border-radius: 0 !important; | | border-radius: 0 !important; |
| background-color: #106a40 !important; | | background-color: #106a40 !important; |
| color: transparent !important;
| | background-image: |
| font-size: 0 !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; |
| text-indent: -9999px !important; | | background-position: center center !important; |
| | background-repeat: no-repeat !important; |
| | background-size: 17px 17px !important; |
| box-shadow: none !important; | | box-shadow: none !important; |
| filter: none !important;
| |
| cursor: pointer; | | cursor: pointer; |
| transition: | | transition: filter 120ms ease; |
| background 120ms ease,
| |
| filter 120ms ease;
| |
| } | | } |
|
| |
|
| .skin-vector-legacy #pvz-content-search #searchButton:hover, | | .skin-timeless #searchButton:hover, |
| .skin-vector-legacy #pvz-content-search .searchButton:not(#mw-searchButton):hover { | | .skin-timeless #mw-searchButton:hover { |
| background: #106a40 !important; | | filter: brightness(1.08); |
| background-color: #106a40 !important;
| |
| background-image: none !important;
| |
| background-color: #106a40 !important;
| |
| filter: none !important; | |
| } | | } |
|
| |
|
| /* JS가 삽입하는 Magnifying glass.svg 아이콘 */ | | /* 검색 자동완성 */ |
| .skin-vector-legacy #pvz-content-search .pvz-search-button-icon { | | .skin-timeless .suggestions .suggestions-results, |
| position: absolute; | | .skin-timeless .suggestions .suggestions-special { |
| top: 0;
| | background-color: #fffae9 !important; |
| right: 0;
| | border: 1px solid #c79a4a !important; |
| z-index: 3;
| |
| display: flex; | |
| align-items: center;
| |
| justify-content: center;
| |
| width: 48px;
| |
| height: 100%;
| |
| pointer-events: none;
| |
| } | | } |
|
| |
|
| .skin-vector-legacy #pvz-content-search .pvz-search-button-icon::before { | | .skin-timeless .suggestions .suggestions-result { |
| content: ""; | | color: #5e321e !important; |
| display: block;
| |
| width: 23px;
| |
| height: 23px;
| |
| background-image: url("/wiki/Special:Redirect/file/Magnifying_glass.svg");
| |
| background-position: center;
| |
| background-repeat: no-repeat;
| |
| background-size: contain;
| |
| filter: brightness(0) invert(1);
| |
| transform: rotate(30deg);
| |
| transform-origin: center;
| |
| } | | } |
|
| |
|
| /* 본문 내부에 남는 검색바 자리 제거 */
| | .skin-timeless .suggestions .suggestions-result-current { |
| .skin-vector-legacy #content > #pvz-content-search, | | background-color: #106a40 !important; |
| .skin-vector-legacy .mw-body > #pvz-content-search { | | color: #ffffff !important; |
| margin: 0 !important; | |
| }
| |
| | |
| @media (max-width: 1100px) {
| |
| .skin-vector-legacy #p-namespaces .vector-menu-content-list,
| |
| .skin-vector-legacy #p-views .vector-menu-content-list {
| |
| gap: 2px;
| |
| }
| |
| | |
| .skin-vector-legacy #p-namespaces li > a,
| |
| .skin-vector-legacy #p-views li > a,
| |
| .skin-vector-legacy #p-cactions-label {
| |
| padding-right: 10px !important;
| |
| padding-left: 10px !important;
| |
| font-size: 0.86rem;
| |
| }
| |
| | |
| .skin-vector-legacy #pvz-content-search {
| |
| width: min(
| |
| 420px,
| |
| calc(100vw - var(--pvz-content-left, 10em) - 1rem)
| |
| ) !important;
| |
| min-width: 280px;
| |
| }
| |
| }
| |
| | |
| @media (max-width: 800px) {
| |
| .skin-vector-legacy #pvz-content-search #searchform {
| |
| width: 100%;
| |
| }
| |
| } | | } |
|
| |
|
| @media (prefers-reduced-motion: reduce) {
| |
| .skin-vector-legacy .pvz-watch-spinning > a::before,
| |
| .skin-vector-legacy a.pvz-watch-spinning::before {
| |
| animation-duration: 1ms;
| |
| }
| |
| }
| |
|
| |
|
| /* ========================= | | /* ========================= |
| v22 검색바 최종 오버라이드 | | 문서 상단 액션 링크: 나무 칩 |
| | (문서·토론 / 편집·역사·주시·더보기) |
| ========================= */ | | ========================= */ |
|
| |
|
| .skin-vector-legacy #pvz-content-search #simpleSearch { | | .skin-timeless .tools-inline li { |
| height: 30px !important;
| | border-bottom: 0 !important; |
| border-radius: 11px !important; | |
| } | | } |
|
| |
|
| .skin-vector-legacy #pvz-content-search #searchInput { | | .skin-timeless .tools-inline li > a { |
| padding: 0.15rem 46px 0.15rem 0.45rem !important; | | display: inline-block; |
| | padding: 4px 9px 4px 26px !important; |
| | border: 2px solid #5c1f06 !important; |
| | border-radius: 8px !important; |
| | box-sizing: border-box; |
| | background-color: #783b24 !important; |
| | background-position: 6px center !important; |
| | background-repeat: no-repeat !important; |
| | background-size: 14px auto !important; |
| | color: #eee9e6 !important; |
| font-family: | | font-family: |
| -apple-system, | | "SB Aggro M", |
| BlinkMacSystemFont,
| | "SB 어그로 M", |
| "Segoe UI", | | "SB Aggro", |
| "Apple SD Gothic Neo", | | "SB 어그로", |
| "Noto Sans KR", | |
| Arial,
| |
| sans-serif !important; | | sans-serif !important; |
| font-size: 13px !important; | | font-size: 0.74rem !important; |
| font-weight: 400 !important; | | font-weight: 500 !important; |
| line-height: 1.2 !important; | | line-height: 1.25 !important; |
| | text-decoration: none !important; |
| | text-shadow: |
| | #5c1f06 2px 0 0, |
| | #5c1f06 1.75517px 0.958851px 0, |
| | #5c1f06 1.0806px 1.68294px 0, |
| | #5c1f06 0.141474px 1.99499px 0, |
| | #5c1f06 -0.832294px 1.81859px 0, |
| | #5c1f06 -1.60229px 1.19694px 0, |
| | #5c1f06 -1.97999px 0.28224px 0, |
| | #5c1f06 -1.87291px -0.701566px 0, |
| | #5c1f06 -1.30729px -1.51361px 0, |
| | #5c1f06 -0.421592px -1.95506px 0, |
| | #5c1f06 0.567324px -1.91785px 0, |
| | #5c1f06 1.41734px -1.41108px 0, |
| | #5c1f06 1.92034px -0.558831px 0 !important; |
| | box-shadow: |
| | inset 0 2px 0 #985d43, |
| | inset 0 -3px 0 #552515 !important; |
| | transition: |
| | filter 120ms ease, |
| | background-color 120ms ease; |
| } | | } |
|
| |
|
| .skin-vector-legacy #pvz-content-search #searchButton, | | .skin-timeless .tools-inline li > a:hover { |
| .skin-vector-legacy #pvz-content-search .searchButton:not(#mw-searchButton) { | | filter: brightness(1.08); |
| background: #106a40 !important; | | text-decoration: none !important; |
| background-color: #106a40 !important; | | border-bottom-color: #5c1f06 !important; |
| background-image: none !important;
| |
| position: absolute !important; | |
| top: -1px !important;
| |
| right: -1px !important;
| |
| bottom: -1px !important;
| |
| left: auto !important;
| |
| z-index: 2;
| |
| display: block !important;
| |
| width: 42px !important;
| |
| height: auto !important;
| |
| min-height: 0 !important;
| |
| margin: 0 !important;
| |
| padding: 0 !important;
| |
| border: 0 !important;
| |
| border-left: 2px solid #063b23 !important;
| |
| border-radius: 0 !important;
| |
| outline: 0 !important;
| |
| -webkit-appearance: none !important;
| |
| appearance: none !important;
| |
| background-origin: border-box !important;
| |
| background-clip: border-box !important;
| |
| box-shadow: none !important;
| |
| text-shadow: none !important;
| |
| filter: none !important;
| |
| } | | } |
|
| |
|
| .skin-vector-legacy #pvz-content-search #searchButton::before,
| | /* 선택된 탭 */ |
| .skin-vector-legacy #pvz-content-search #searchButton::after, | | .skin-timeless .tools-inline li.selected > a { |
| .skin-vector-legacy #pvz-content-search .searchButton:not(#mw-searchButton)::before, | | background-color: #b1837c !important; |
| .skin-vector-legacy #pvz-content-search .searchButton:not(#mw-searchButton)::after {
| | color: #ffffff !important; |
| content: none !important;
| | box-shadow: |
| display: none !important; | | inset 0 2px 0 #cfa392, |
| border: 0 !important; | | inset 0 -3px 0 #8a5c56 !important; |
| box-shadow: none !important;
| |
| } | | } |
|
| |
|
| .skin-vector-legacy #pvz-content-search #searchButton:hover, | | /* v48에서 쓰던 흰색 액션바 아이콘 재사용 */ |
| .skin-vector-legacy #pvz-content-search .searchButton:not(#mw-searchButton):hover { | | .skin-timeless .tools-inline li[id^='ca-nstab-'] > a { |
| background: #106a40 !important;
| | background-image: |
| background-color: #106a40 !important; | | url("/wiki/Special:Redirect/file/Actionbar-document.svg") !important; |
| background-image: none !important;
| |
| box-shadow: none !important;
| |
| filter: none !important;
| |
| } | | } |
|
| |
|
| .skin-vector-legacy #pvz-content-search .pvz-search-button-icon { | | .skin-timeless #ca-talk > a { |
| top: -1px !important; | | background-image: |
| right: -1px !important;
| | url("/wiki/Special:Redirect/file/Actionbar-talk.svg") !important; |
| bottom: -1px !important;
| |
| width: 42px !important;
| |
| height: auto !important;
| |
| } | | } |
|
| |
|
| .skin-vector-legacy #pvz-content-search .pvz-search-button-icon::before { | | .skin-timeless #ca-view > a, |
| width: 18px !important; | | .skin-timeless #ca-view-foreign > a { |
| height: 18px !important;
| | background-image: |
| filter: none !important;
| | url("/wiki/Special:Redirect/file/Actionbar-read.svg") !important; |
| transform: rotate(30deg);
| |
| } | | } |
|
| |
|
| | | .skin-timeless #ca-edit > a { |
| /* =========================
| | background-image: |
| v23 최종 오버라이드
| | url("/wiki/Special:Redirect/file/Actionbar-edit.svg") !important; |
| ========================= */
| |
| | |
| :root {
| |
| --pvz-side-panel-width: 9.1rem; | |
| --pvz-side-panel-edge: 0.6rem;
| |
| --pvz-content-top: 80px;
| |
| } | | } |
|
| |
|
| /* 검색바 길이·검색 버튼 */
| | .skin-timeless #ca-history > a { |
| .skin-vector-legacy #pvz-content-search { | | background-image: |
| width: min( | | url("/wiki/Special:Redirect/file/Actionbar-history.svg") !important; |
| 350px,
| |
| calc(100vw - var(--pvz-content-left, 10em) - 1rem) | |
| ) !important;
| |
| max-width: 350px !important;
| |
| min-width: 0 !important;
| |
| } | | } |
|
| |
|
| .skin-vector-legacy #pvz-content-search #searchButton, | | /* 흰색 아이콘이 없는 항목은 텍스트만 표시 */ |
| .skin-vector-legacy #pvz-content-search .searchButton:not(#mw-searchButton) { | | .skin-timeless #ca-addsection > a, |
| background: #106a40 !important;
| | .skin-timeless #ca-viewsource > a, |
| background-color: #106a40 !important;
| | .skin-timeless #t-contributions > a { |
| background-image: none !important; | | background-image: none !important; |
| border-left-color: #347536 !important;
| | padding-left: 9px !important; |
| } | | } |
|
| |
|
| .skin-vector-legacy #pvz-content-search #searchButton:hover, | | /* 주시 버튼: GW2 별 아이콘 */ |
| .skin-vector-legacy #pvz-content-search .searchButton:not(#mw-searchButton):hover { | | .skin-timeless #ca-watch > a, |
| background: #106a40 !important; | | .skin-timeless #ca-unwatch > a { |
| background-color: #106a40 !important; | | display: inline-block; |
| background-image: none !important; | | padding: 4px 12px !important; |
| | background-position: center center !important; |
| | background-size: 17px 17px !important; |
| } | | } |
|
| |
|
| .skin-vector-legacy #pvz-content-search .pvz-search-button-icon::before { | | .skin-timeless #ca-watch > a, |
| width: 24px !important; | | .skin-timeless .pvz-watch-not-watched > a, |
| height: 24px !important;
| | .skin-timeless a.pvz-watch-not-watched { |
| | background-image: |
| | url("/wiki/Special:Redirect/file/GW2_Star2.png") !important; |
| } | | } |
|
| |
|
| /* 본문 오른쪽 공간과 하단창 간격 */
| | .skin-timeless #ca-unwatch > a, |
| .skin-vector-legacy #content, | | .skin-timeless .pvz-watch-watched > a, |
| .skin-vector-legacy .mw-body { | | .skin-timeless a.pvz-watch-watched { |
| margin-right: calc(
| | background-image: |
| var(--pvz-side-panel-width) +
| | url("/wiki/Special:Redirect/file/GW2_Star.png") !important; |
| var(--pvz-side-panel-edge) + | |
| 0.75rem
| |
| ) !important;
| |
| } | | } |
|
| |
|
| .skin-vector-legacy #right-navigation { | | /* 기존 Gadget JS가 붙여 주는 스핀 클래스 활용 */ |
| margin-right: calc( | | .skin-timeless .pvz-watch-spinning > a, |
| var(--pvz-side-panel-width) + | | .skin-timeless a.pvz-watch-spinning { |
| var(--pvz-side-panel-edge) +
| | animation: |
| 15px
| | pvzt-watch-star-spin 360ms cubic-bezier(0.25, 0.8, 0.25, 1); |
| ) !important;
| |
| } | | } |
|
| |
|
| | | @keyframes pvzt-watch-star-spin { |
| | 0% { |
| | transform: rotate(0deg) scale(1); |
| | } |
| | 45% { |
| | transform: rotate(180deg) scale(0.82); |
| | } |
| | 100% { |
| | transform: rotate(360deg) scale(1); |
| | } |
| | } |
|
| |
|
|
| |
|
| /* ========================= | | /* ========================= |
| 분류창 | | 본문창: 보드 + 양피지 |
| ========================= */ | | ========================= */ |
|
| |
|
| .skin-vector-legacy #catlinks, | | .skin-timeless #mw-content { |
| .skin-vector-legacy .catlinks {
| | position: relative; |
| margin-top: 1.35rem !important; | | isolation: isolate; |
| padding: 0.52rem 0.72rem !important; | | background: #e6d2b2 !important; |
| border: 1px solid #c79a4a !important; | | border: var(--pvzt-frame) solid #5b1f09 !important; |
| border-radius: 10px !important; | | border-radius: 22px !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;
| |
| text-shadow: none !important;
| |
| box-shadow: none !important; | | box-shadow: none !important; |
| | box-sizing: border-box; |
| | padding: |
| | calc(12px + var(--pvzt-frame)) |
| | var(--pvzt-pad-x) |
| | calc(19px + var(--pvzt-frame)) !important; |
| | overflow: hidden; |
| } | | } |
|
| |
|
| .skin-vector-legacy #catlinks a, | | .skin-timeless #mw-content::before { |
| .skin-vector-legacy .catlinks a,
| | content: "" !important; |
| .skin-vector-legacy #mw-normal-catlinks a,
| | position: absolute; |
| .skin-vector-legacy .mw-normal-catlinks a,
| | inset: var(--pvzt-frame); |
| .skin-vector-legacy #mw-hidden-catlinks a,
| | z-index: -1; |
| .skin-vector-legacy .mw-hidden-catlinks a {
| | display: block !important; |
| color: #75462d !important; | | border-radius: 12px; |
| font-family: | | background: #fffae9; |
| "SB Aggro L",
| | pointer-events: none; |
| "SB 어그로 L",
| |
| "SB Aggro",
| |
| "SB 어그로",
| |
| sans-serif !important;
| |
| font-weight: 300 !important; | |
| text-shadow: none !important; | |
| } | | } |
|
| |
|
| .skin-vector-legacy #catlinks a:hover, | | .skin-timeless #mw-content::after { |
| .skin-vector-legacy .catlinks a:hover {
| | content: none !important; |
| color: #5e321e !important;
| | display: none !important; |
| text-decoration: underline !important;
| |
| }
| |
| | |
| .skin-vector-legacy #mw-normal-catlinks,
| |
| .skin-vector-legacy .mw-normal-catlinks,
| |
| .skin-vector-legacy #mw-hidden-catlinks,
| |
| .skin-vector-legacy .mw-hidden-catlinks {
| |
| border: 0 !important; | |
| background: transparent !important;
| |
| color: inherit !important; | |
| } | | } |
|
| |
|
|
| |
|
| /* ========================= | | /* ========================= |
| 각주창 | | 문서 제목: 초록 리본 |
| ========================= */ | | ========================= */ |
|
| |
|
| .skin-vector-legacy .mw-parser-output > .mw-references-wrap, | | .skin-timeless #firstHeading, |
| .skin-vector-legacy .mw-parser-output > ol.references, | | .skin-timeless .mw-first-heading, |
| .skin-vector-legacy .mw-parser-output > .references { | | .skin-timeless .mw-body h1.firstHeading { |
| margin-top: 1.35rem !important; | | display: table; |
| padding: 0.72rem 0.9rem !important; | | width: auto; |
| border: 3px solid #8f632d !important; | | max-width: calc(100% + var(--pvzt-pad-x)); |
| border-radius: 12px !important;
| | margin: |
| box-sizing: border-box !important; | | 0.1em |
| background: #f8ecd3 !important; | | 0 |
| background-image: none !important; | | 0.6em |
| color: #75462d !important; | | calc(-1 * var(--pvzt-pad-x)) !important; |
| font-family: | | padding: |
| "SB Aggro L",
| | 0.36em |
| "SB 어그로 L", | | calc(1em + 30px) |
| "SB Aggro", | | 0.3em |
| "SB 어그로", | | var(--pvzt-pad-x) !important; |
| sans-serif !important; | | box-sizing: border-box; |
| font-weight: 300 !important; | | border: 0 !important; |
| line-height: 1.55 !important; | | background-color: #106a40 !important; |
| text-shadow: none !important;
| | color: #ffffff !important; |
| box-shadow: none !important; | | font-size: 1.55em !important; |
| | -webkit-clip-path: polygon( |
| | 0 0, |
| | 100% 0, |
| | calc(100% - 24px) 100%, |
| | 0 100% |
| | ); |
| | clip-path: polygon( |
| | 0 0, |
| | 100% 0, |
| | calc(100% - 24px) 100%, |
| | 0 100% |
| | ); |
| } | | } |
|
| |
|
| .skin-vector-legacy .mw-parser-output > .mw-references-wrap > ol.references { | | .skin-timeless #firstHeading *, |
| margin-top: 0 !important;
| | .skin-timeless .mw-first-heading * { |
| margin-bottom: 0 !important;
| | color: #ffffff !important; |
| padding-top: 0 !important;
| |
| padding-bottom: 0 !important;
| |
| border: 0 !important;
| |
| background: transparent !important;
| |
| color: inherit !important; | |
| font: inherit !important;
| |
| } | | } |
|
| |
|
| .skin-vector-legacy .mw-parser-output > .mw-references-wrap a, | | /* 제목 글꼴 */ |
| .skin-vector-legacy .mw-parser-output > ol.references a, | | .skin-timeless #firstHeading, |
| .skin-vector-legacy .mw-parser-output > .references a { | | .skin-timeless .mw-first-heading, |
| color: #75462d !important;
| | .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: | | font-family: |
| "SB Aggro L", | | "SB Aggro B", |
| "SB 어그로 L", | | "SB 어그로 B", |
| "SB Aggro", | | "SB Aggro", |
| "SB 어그로", | | "SB 어그로", |
| sans-serif !important; | | sans-serif !important; |
| font-weight: 300 !important; | | font-weight: 700 !important; |
| text-shadow: none !important;
| |
| } | | } |
|
| |
|
| .skin-vector-legacy .mw-parser-output > .mw-references-wrap a:hover,
| |
| .skin-vector-legacy .mw-parser-output > ol.references a:hover,
| |
| .skin-vector-legacy .mw-parser-output > .references a:hover {
| |
| color: #5e321e !important;
| |
| }
| |
|
| |
|
| /* ========================= | | /* ========================= |
| 최하단창 | | 문단 구분선: 잔디 |
| | (JS 없이 ::after로 구현) |
| ========================= */ | | ========================= */ |
|
| |
|
| .skin-vector-legacy #footer { | | .skin-timeless .mw-body .mw-heading2, |
| | .skin-timeless .mw-parser-output > h2 { |
| position: relative !important; | | position: relative !important; |
| display: flow-root; | | margin-bottom: 0.9em !important; |
| width: auto !important;
| | padding-bottom: 12px !important; |
| max-width: none !important;
| |
| margin:
| |
| 4rem
| |
| var(--pvz-layout-edge-gap, 1rem)
| |
| 0
| |
| calc(
| |
| var(--pvz-layout-edge-gap, 1rem) +
| |
| var(--pvz-side-panel-width, 10.4rem) +
| |
| var(--pvz-layout-edge-gap, 1rem)
| |
| ) !important;
| |
| padding: 1.15rem 1.35rem 1rem !important; | |
| border: 1px solid #c79a4a !important;
| |
| border-bottom: 0 !important; | | border-bottom: 0 !important; |
| border-radius: 16px 16px 0 0 !important;
| | background: none !important; |
| box-sizing: border-box !important;
| |
| background: #f3e5ca !important; | |
| background-image: none !important;
| |
| box-shadow: none !important; | | box-shadow: none !important; |
| color: #5f4030 !important;
| |
| } | | } |
|
| |
|
| .skin-vector-legacy #footer::before, | | .skin-timeless .mw-body .mw-heading2 > h2 { |
| .skin-vector-legacy #footer::after {
| |
| content: none !important;
| |
| display: none !important;
| |
| }
| |
| | |
| .skin-vector-legacy #footer ul,
| |
| .skin-vector-legacy #footer li {
| |
| margin-bottom: 0 !important;
| |
| }
| |
| | |
| .skin-vector-legacy #footer a { | |
| color: #75462d !important;
| |
| text-shadow: none !important;
| |
| }
| |
| | |
| html,
| |
| body.skin-vector-legacy { | |
| margin-bottom: 0 !important; | | margin-bottom: 0 !important; |
| padding-bottom: 0 !important; | | padding-bottom: 0 !important; |
| | border-bottom: 0 !important; |
| } | | } |
|
| |
|
| /* 왼쪽 보조창: 로고칸 제거 후 본문창 상단에 맞춤 */
| | .skin-timeless .mw-body .mw-heading2::after, |
| .skin-vector-legacy #mw-panel { | | .skin-timeless .mw-parser-output > h2::after { |
| top: var(--pvz-content-top) !important; | | content: "" !important; |
| left: var(--pvz-side-panel-edge) !important; | | position: absolute; |
| width: var(--pvz-side-panel-width) !important; | | right: 0; |
| margin-top: 0 !important; | | bottom: 0; |
| | left: 0; |
| | z-index: 1; |
| | display: block !important; |
| | height: 14px; |
| | overflow: hidden; |
| | pointer-events: none; |
| | background: #ead9b8; |
| | -webkit-mask-image: |
| | url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 112 12'%3E%3Cpath fill='black' d='M0 12V8Q3 8 5 5Q6 3 8 6L11 9Q14 7 16 4Q17 2 19 5L22 9Q25 7 28 5Q29 3 31 6L34 9Q37 7 39 4Q40 2 42 5L45 9Q48 7 51 5Q52 3 54 6L57 9Q60 7 63 4Q64 2 66 5L69 9Q72 7 75 5Q76 3 78 6L81 9Q84 7 87 4Q88 2 90 5L93 9Q96 7 99 5Q100 3 102 6L105 9Q109 8 112 7V12Z'/%3E%3C/svg%3E"); |
| | mask-image: |
| | url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 112 12'%3E%3Cpath fill='black' d='M0 12V8Q3 8 5 5Q6 3 8 6L11 9Q14 7 16 4Q17 2 19 5L22 9Q25 7 28 5Q29 3 31 6L34 9Q37 7 39 4Q40 2 42 5L45 9Q48 7 51 5Q52 3 54 6L57 9Q60 7 63 4Q64 2 66 5L69 9Q72 7 75 5Q76 3 78 6L81 9Q84 7 87 4Q88 2 90 5L93 9Q96 7 99 5Q100 3 102 6L105 9Q109 8 112 7V12Z'/%3E%3C/svg%3E"); |
| | -webkit-mask-repeat: repeat-x; |
| | mask-repeat: repeat-x; |
| | -webkit-mask-position: left bottom; |
| | mask-position: left bottom; |
| | -webkit-mask-size: 112px 12px; |
| | mask-size: 112px 12px; |
| } | | } |
|
| |
|
| .skin-vector-legacy #mw-panel #p-logo {
| |
| display: none !important;
| |
| }
| |
|
| |
|
| /* 보조창 바깥 위키 로고 */ | | /* ========================= |
| .skin-vector-legacy #pvz-sidebar-logo {
| | 목차·공지 |
| position: absolute !important;
| | ========================= */ |
| top: calc(var(--pvz-content-top) - 76px) !important;
| |
| left: var(--pvz-side-panel-edge) !important;
| |
| z-index: 110;
| |
| display: block;
| |
| width: var(--pvz-side-panel-width) !important;
| |
| height: 66px !important;
| |
| margin: 0 !important;
| |
| padding: 0 !important;
| |
| border: 0 !important;
| |
| background: none !important;
| |
| box-shadow: none !important;
| |
| overflow: visible !important;
| |
| }
| |
|
| |
|
| .skin-vector-legacy #pvz-sidebar-logo #p-logo { | | .skin-timeless .mw-body .toc, |
| position: static !important;
| | .skin-timeless ul#filetoc, |
| display: block !important;
| | .skin-timeless .toccolours { |
| width: 100% !important;
| | border: 1px solid #c79a4a !important; |
| height: 100% !important;
| | border-radius: 10px !important; |
| min-height: 0 !important;
| | background: #f8ecd3 !important; |
| margin: 0 !important;
| |
| padding: 0 !important;
| |
| border: 0 !important; | |
| border-radius: 0 !important; | |
| background: none !important; | |
| box-shadow: none !important; | | box-shadow: none !important; |
| overflow: visible !important;
| |
| } | | } |
|
| |
|
| .skin-vector-legacy #pvz-sidebar-logo #p-logo a, | | .skin-timeless .mw-body .toctitle { |
| .skin-vector-legacy #pvz-sidebar-logo #p-logo .mw-wiki-logo { | | border-bottom-color: rgba(199, 154, 74, 0.55) !important; |
| display: block !important; | |
| width: 100% !important;
| |
| height: 100% !important;
| |
| min-height: 0 !important;
| |
| margin: 0 !important;
| |
| background-position: center !important;
| |
| background-repeat: no-repeat !important;
| |
| background-size: contain !important;
| |
| } | | } |
|
| |
|
| .skin-vector-legacy #pvz-sidebar-logo #p-logo img { | | .skin-timeless #localNotice { |
| display: block !important; | | border: 1px solid #c79a4a !important; |
| width: 100% !important;
| | border-radius: 10px !important; |
| height: 100% !important;
| | background: #f8ecd3 !important; |
| margin: 0 auto !important;
| |
| object-fit: contain !important;
| |
| }
| |
| | |
| /* 보조창 링크 hover: 이동 없이 밝기만 증가 */
| |
| .skin-vector-legacy #mw-panel .vector-menu-content a,
| |
| .skin-vector-legacy #mw-panel .portal .body a,
| |
| .skin-vector-legacy #pvz-right-panel .vector-menu-content a,
| |
| .skin-vector-legacy #pvz-right-panel .portal .body a {
| |
| transition: color 120ms ease !important;
| |
| transform: none !important;
| |
| }
| |
| | |
| .skin-vector-legacy #mw-panel .vector-menu-content a:hover,
| |
| .skin-vector-legacy #mw-panel .portal .body a:hover,
| |
| .skin-vector-legacy #pvz-right-panel .vector-menu-content a:hover,
| |
| .skin-vector-legacy #pvz-right-panel .portal .body a:hover {
| |
| color: #4d5877 !important;
| |
| transform: none !important;
| |
| }
| |
| | |
| /* 오른쪽 보조창 */
| |
| .skin-vector-legacy #pvz-right-panel {
| |
| position: absolute !important;
| |
| top: var(--pvz-content-top) !important;
| |
| right: var(--pvz-side-panel-edge) !important;
| |
| z-index: 100;
| |
| display: block;
| |
| width: var(--pvz-side-panel-width) !important;
| |
| margin: 0 !important;
| |
| padding: 0.7rem 0.55rem 1rem;
| |
| border: 3px solid #5b220e;
| |
| border-radius: 13px; | |
| box-sizing: border-box;
| |
| background:
| |
| 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%);
| |
| 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);
| |
| }
| |
| | |
| .skin-vector-legacy #pvz-right-panel .vector-menu-portal,
| |
| .skin-vector-legacy #pvz-right-panel .portal {
| |
| margin: 0 0 0.9rem !important;
| |
| padding: 0 !important;
| |
| border: 0 !important;
| |
| background: none !important; | |
| box-shadow: none !important; | | box-shadow: none !important; |
| | color: #75462d !important; |
| } | | } |
|
| |
|
| .skin-vector-legacy #pvz-right-panel .vector-menu-portal:last-child,
| |
| .skin-vector-legacy #pvz-right-panel .portal:last-child {
| |
| margin-bottom: 0 !important;
| |
| }
| |
|
| |
|
| .skin-vector-legacy #pvz-right-panel .vector-menu-heading,
| | /* ========================= |
| .skin-vector-legacy #pvz-right-panel .portal h3 {
| | 분류창 |
| margin: 0 0 0.42rem !important;
| | ========================= */ |
| padding: 0 0.35rem !important;
| |
| border: 0 !important;
| |
| background: none !important;
| |
| color: #e8b94f !important;
| |
| font-family:
| |
| "SB Aggro B",
| |
| "SB 어그로 B",
| |
| "SB Aggro",
| |
| "SB 어그로",
| |
| sans-serif !important;
| |
| font-size: 0.82rem !important;
| |
| font-weight: 700 !important;
| |
| line-height: 1.35 !important;
| |
| text-align: center;
| |
| text-shadow:
| |
| 0 1px 0 #65300f,
| |
| 0 2px 2px rgba(61, 19, 3, 0.42);
| |
| letter-spacing: 0.015em;
| |
| }
| |
|
| |
|
| .skin-vector-legacy #pvz-right-panel .vector-menu-content, | | .skin-timeless #catlinks, |
| .skin-vector-legacy #pvz-right-panel .portal .body { | | .skin-timeless .catlinks { |
| position: relative;
| | margin-top: 1.35rem !important; |
| margin: 0 !important; | | padding: 0.52rem 0.72rem !important; |
| padding: 0.68rem 0.72rem 0.72rem !important; | | border: 1px solid #c79a4a !important; |
| border: 2px solid #6e2d13 !important; | | border-radius: 10px !important; |
| border-radius: 5px 7px 6px 5px; | | box-sizing: border-box !important; |
| box-sizing: border-box; | | background: #f8ecd3 !important; |
| background: #f6bf7b !important; | |
| background-image: none !important; | | background-image: none !important; |
| box-shadow:
| | color: #75462d !important; |
| inset 0 0 0 1px rgba(255, 231, 184, 0.45),
| |
| 0 4px 5px rgba(56, 18, 4, 0.36) !important;
| |
| transform: rotate(-0.25deg);
| |
| }
| |
| | |
| .skin-vector-legacy #pvz-right-panel .vector-menu-content::before,
| |
| .skin-vector-legacy #pvz-right-panel .portal .body::before {
| |
| content: "";
| |
| position: absolute;
| |
| inset: 2px;
| |
| border: 1px solid rgba(124, 63, 26, 0.17);
| |
| border-radius: 4px 5px 6px 4px;
| |
| pointer-events: none;
| |
| }
| |
| | |
| .skin-vector-legacy #pvz-right-panel .vector-menu-content-list,
| |
| .skin-vector-legacy #pvz-right-panel .portal .body ul {
| |
| margin: 0 !important;
| |
| padding: 0 !important;
| |
| list-style: none !important;
| |
| }
| |
| | |
| .skin-vector-legacy #pvz-right-panel .vector-menu-content li,
| |
| .skin-vector-legacy #pvz-right-panel .portal .body li {
| |
| margin: 0 !important;
| |
| padding: 0 !important;
| |
| line-height: 1.3 !important;
| |
| }
| |
| | |
| .skin-vector-legacy #pvz-right-panel .vector-menu-content li + li,
| |
| .skin-vector-legacy #pvz-right-panel .portal .body li + li {
| |
| margin-top: 0.26rem !important;
| |
| }
| |
| | |
| .skin-vector-legacy #pvz-right-panel .vector-menu-content a,
| |
| .skin-vector-legacy #pvz-right-panel .portal .body a {
| |
| display: block;
| |
| padding: 0.08rem;
| |
| color: #313452 !important; | |
| font-family: | | font-family: |
| "SB Aggro L", | | "SB Aggro L", |
| 1,491번째 줄: |
701번째 줄: |
| "SB 어그로", | | "SB 어그로", |
| sans-serif !important; | | sans-serif !important; |
| font-size: 0.78rem !important;
| |
| font-weight: 300 !important; | | font-weight: 300 !important; |
| line-height: 1.35 !important; | | line-height: 1.55 !important; |
| text-decoration: none !important;
| | text-shadow: none !important; |
| text-shadow: 0 1px 0 rgba(255, 239, 204, 0.38); | |
| }
| |
| | |
| .skin-vector-legacy #pvz-right-panel .vector-menu-empty,
| |
| .skin-vector-legacy #pvz-right-panel .emptyPortlet {
| |
| display: none !important;
| |
| }
| |
| | |
| @media (max-width: 1100px) {
| |
| .skin-vector-legacy #pvz-content-search {
| |
| width: min(
| |
| 350px,
| |
| calc(100vw - var(--pvz-content-left, 10em) - 1rem)
| |
| ) !important;
| |
| max-width: 350px !important;
| |
| min-width: 0 !important;
| |
| }
| |
| }
| |
| | |
| | |
| /* =========================
| |
| v24 최종 오버라이드
| |
| ========================= */
| |
| | |
| html {
| |
| --pvz-side-panel-edge: 0px;
| |
| --pvz-side-panel-gap: 1rem;
| |
| --pvz-side-panel-width: 10rem;
| |
| --pvz-wide-content-gap: 0.75rem;
| |
| --pvz-right-navigation-shift: 25px;
| |
| }
| |
| | |
| html.pvz-width-narrow {
| |
| --pvz-side-panel-width: 14rem;
| |
| }
| |
| | |
| html.pvz-width-normal {
| |
| --pvz-side-panel-width: 10rem;
| |
| }
| |
| | |
| html.pvz-width-wide {
| |
| --pvz-side-panel-width: 0px;
| |
| }
| |
| | |
| /* 검색 버튼: #479745 중심의 옅은 그라데이션과 흰색 SVG 돋보기 */
| |
| .skin-vector-legacy #pvz-content-search #searchButton,
| |
| .skin-vector-legacy #pvz-content-search .searchButton:not(#mw-searchButton) {
| |
| background: #106a40 !important;
| |
| background-color: #106a40 !important;
| |
| background-image: none !important;
| |
| border-left-color: #356f36 !important;
| |
| }
| |
| | |
| .skin-vector-legacy #pvz-content-search #searchButton:hover,
| |
| .skin-vector-legacy #pvz-content-search .searchButton:not(#mw-searchButton):hover {
| |
| background: #106a40 !important;
| |
| background-color: #106a40 !important;
| |
| background-image: none !important;
| |
| }
| |
| | |
| .skin-vector-legacy #pvz-content-search .pvz-search-button-icon::before {
| |
| width: 24px !important;
| |
| height: 24px !important;
| |
| background: #ffffff !important;
| |
| background-image: none !important;
| |
| -webkit-mask:
| |
| url("/wiki/Special:Redirect/file/Magnifying_glass.svg")
| |
| center / contain no-repeat;
| |
| mask:
| |
| url("/wiki/Special:Redirect/file/Magnifying_glass.svg")
| |
| center / contain no-repeat;
| |
| filter: none !important;
| |
| transform: rotate(30deg);
| |
| }
| |
| | |
| /* 본문·하단창·액션바의 좌우 공간 */
| |
| html:not(.pvz-width-wide) .skin-vector-legacy #content,
| |
| html:not(.pvz-width-wide) .skin-vector-legacy .mw-body {
| |
| width: auto !important;
| |
| margin-left: calc(
| |
| var(--pvz-side-panel-width) +
| |
| var(--pvz-side-panel-gap)
| |
| ) !important;
| |
| margin-right: calc(
| |
| var(--pvz-side-panel-width) +
| |
| var(--pvz-side-panel-gap)
| |
| ) !important;
| |
| }
| |
| | |
| html:not(.pvz-width-wide) .skin-vector-legacy #left-navigation {
| |
| margin-left: calc(
| |
| var(--pvz-side-panel-width) +
| |
| var(--pvz-side-panel-gap)
| |
| ) !important;
| |
| }
| |
| | |
| html:not(.pvz-width-wide) .skin-vector-legacy #right-navigation {
| |
| margin-right: calc(
| |
| var(--pvz-side-panel-width) +
| |
| var(--pvz-side-panel-gap) +
| |
| var(--pvz-right-navigation-shift)
| |
| ) !important;
| |
| }
| |
| | |
| html.pvz-width-wide .skin-vector-legacy #content,
| |
| html.pvz-width-wide .skin-vector-legacy .mw-body {
| |
| width: auto !important;
| |
| margin-left: var(--pvz-wide-content-gap) !important;
| |
| margin-right: var(--pvz-wide-content-gap) !important;
| |
| }
| |
| | |
| html.pvz-width-wide .skin-vector-legacy #left-navigation {
| |
| margin-left: 4.25rem !important;
| |
| }
| |
| | |
| html.pvz-width-wide .skin-vector-legacy #right-navigation {
| |
| margin-right: calc(
| |
| 4.25rem +
| |
| var(--pvz-right-navigation-shift)
| |
| ) !important;
| |
| }
| |
| | |
| /* 양쪽 보조창 공통: 위아래 전체를 채우는 연회색 박스 */
| |
| .skin-vector-legacy #mw-panel,
| |
| .skin-vector-legacy #pvz-right-panel {
| |
| position: fixed !important;
| |
| top: var(--pvz-content-top) !important;
| |
| bottom: 0 !important;
| |
| width: var(--pvz-side-panel-width) !important;
| |
| height: auto !important;
| |
| min-height: 0 !important;
| |
| margin: 0 !important;
| |
| padding: 1rem 0.85rem 1.25rem !important;
| |
| overflow-x: hidden !important;
| |
| overflow-y: auto !important;
| |
| border: 0 !important;
| |
| border-radius: 0 !important;
| |
| box-sizing: border-box !important;
| |
| background: #ececec !important;
| |
| background-image: none !important;
| |
| box-shadow: none !important; | | box-shadow: none !important; |
| } | | } |
|
| |
|
| .skin-vector-legacy #mw-panel { | | .skin-timeless #catlinks a, |
| left: var(--pvz-side-panel-edge) !important; | | .skin-timeless .catlinks a { |
| | color: #75462d !important; |
| | font-family: inherit !important; |
| | font-weight: 300 !important; |
| | text-shadow: none !important; |
| } | | } |
|
| |
|
| .skin-vector-legacy #pvz-right-panel { | | .skin-timeless #catlinks a:hover, |
| right: var(--pvz-side-panel-edge) !important; | | .skin-timeless .catlinks a:hover { |
| z-index: 100; | | color: #5e321e !important; |
| | text-decoration: underline !important; |
| } | | } |
|
| |
|
| /* 왼쪽 보조창 메뉴를 단순한 회색 박스 형태로 정리 */
| | .skin-timeless #mw-normal-catlinks, |
| .skin-vector-legacy #mw-panel .vector-menu-portal, | | .skin-timeless .mw-normal-catlinks, |
| .skin-vector-legacy #mw-panel .portal { | | .skin-timeless #mw-hidden-catlinks, |
| margin: 0 0 1.1rem !important;
| | .skin-timeless .mw-hidden-catlinks { |
| padding: 0 !important;
| |
| border: 0 !important; | | border: 0 !important; |
| background: transparent !important; | | background: transparent !important; |
| box-shadow: none !important;
| | color: inherit !important; |
| }
| |
| | |
| .skin-vector-legacy #mw-panel .vector-menu-heading,
| |
| .skin-vector-legacy #mw-panel .portal h3 {
| |
| margin: 0 0 0.5rem !important;
| |
| padding: 0 0.2rem 0.4rem !important;
| |
| border: 0 !important;
| |
| border-bottom: 1px solid #d0d0d0 !important;
| |
| background: transparent !important;
| |
| color: #555555 !important; | |
| font-family:
| |
| -apple-system,
| |
| BlinkMacSystemFont,
| |
| "Segoe UI",
| |
| "Apple SD Gothic Neo",
| |
| "Noto Sans KR",
| |
| Arial,
| |
| sans-serif !important;
| |
| font-size: 0.82rem !important;
| |
| font-weight: 700 !important;
| |
| line-height: 1.35 !important;
| |
| text-align: left !important;
| |
| text-shadow: none !important;
| |
| letter-spacing: 0 !important;
| |
| }
| |
| | |
| .skin-vector-legacy #mw-panel .vector-menu-content,
| |
| .skin-vector-legacy #mw-panel .portal .body {
| |
| margin: 0 !important;
| |
| padding: 0 !important;
| |
| border: 0 !important;
| |
| border-radius: 0 !important;
| |
| background: transparent !important;
| |
| background-image: none !important;
| |
| box-shadow: none !important;
| |
| transform: none !important;
| |
| }
| |
| | |
| .skin-vector-legacy #mw-panel .vector-menu-content::before,
| |
| .skin-vector-legacy #mw-panel .portal .body::before {
| |
| content: none !important;
| |
| display: none !important;
| |
| }
| |
| | |
| .skin-vector-legacy #mw-panel .vector-menu-content li + li,
| |
| .skin-vector-legacy #mw-panel .portal .body li + li {
| |
| margin-top: 0.18rem !important;
| |
| }
| |
| | |
| .skin-vector-legacy #mw-panel .vector-menu-content a,
| |
| .skin-vector-legacy #mw-panel .portal .body a {
| |
| padding: 0.26rem 0.25rem !important;
| |
| color: #4b4b4b !important;
| |
| font-family:
| |
| -apple-system,
| |
| BlinkMacSystemFont,
| |
| "Segoe UI",
| |
| "Apple SD Gothic Neo",
| |
| "Noto Sans KR",
| |
| Arial,
| |
| sans-serif !important;
| |
| font-size: 0.82rem !important;
| |
| font-weight: 400 !important;
| |
| line-height: 1.35 !important;
| |
| text-shadow: none !important;
| |
| transition: color 120ms ease !important;
| |
| transform: none !important;
| |
| }
| |
| | |
| .skin-vector-legacy #mw-panel .vector-menu-content a:hover,
| |
| .skin-vector-legacy #mw-panel .portal .body a:hover {
| |
| color: #479745 !important;
| |
| transform: none !important;
| |
| }
| |
| | |
| /* 보조창 밖 로고는 왼쪽 회색 영역 위에 유지 */
| |
| .skin-vector-legacy #pvz-sidebar-logo {
| |
| position: fixed !important;
| |
| top: calc(var(--pvz-content-top) - 76px) !important;
| |
| left: 0 !important;
| |
| width: var(--pvz-side-panel-width) !important;
| |
| }
| |
| | |
| /* 오른쪽 설정 보조창 */
| |
| .skin-vector-legacy #pvz-right-panel {
| |
| display: flex;
| |
| flex-direction: column;
| |
| gap: 2rem;
| |
| }
| |
| | |
| .skin-vector-legacy #pvz-right-panel .pvz-settings-section {
| |
| margin: 0;
| |
| padding: 0;
| |
| }
| |
| | |
| .skin-vector-legacy #pvz-right-panel .pvz-settings-heading {
| |
| margin: 0 0 0.65rem;
| |
| padding: 0 0.2rem 0.45rem;
| |
| border-bottom: 1px solid #d0d0d0;
| |
| color: #555555;
| |
| font-family:
| |
| -apple-system,
| |
| BlinkMacSystemFont,
| |
| "Segoe UI",
| |
| "Apple SD Gothic Neo",
| |
| "Noto Sans KR",
| |
| Arial,
| |
| sans-serif;
| |
| font-size: 0.82rem;
| |
| font-weight: 700;
| |
| line-height: 1.35;
| |
| }
| |
| | |
| .skin-vector-legacy #pvz-right-panel .pvz-settings-options {
| |
| display: grid;
| |
| grid-template-columns: 1fr;
| |
| gap: 0.42rem;
| |
| }
| |
| | |
| .skin-vector-legacy #pvz-right-panel .pvz-settings-option {
| |
| display: block;
| |
| width: 100%;
| |
| margin: 0;
| |
| padding: 0.48rem 0.55rem;
| |
| border: 1px solid #c9c9c9;
| |
| border-radius: 7px;
| |
| box-sizing: border-box;
| |
| background: #f8f8f8;
| |
| color: #4a4a4a;
| |
| font-family:
| |
| -apple-system,
| |
| BlinkMacSystemFont,
| |
| "Segoe UI",
| |
| "Apple SD Gothic Neo",
| |
| "Noto Sans KR",
| |
| Arial,
| |
| sans-serif;
| |
| font-size: 0.8rem;
| |
| font-weight: 500;
| |
| line-height: 1.25;
| |
| text-align: center;
| |
| cursor: pointer;
| |
| transition:
| |
| border-color 120ms ease,
| |
| background-color 120ms ease,
| |
| color 120ms ease;
| |
| }
| |
| | |
| .skin-vector-legacy #pvz-right-panel .pvz-settings-option:hover {
| |
| border-color: #9cb99d;
| |
| background: #ffffff;
| |
| color: #357d3a;
| |
| }
| |
| | |
| .skin-vector-legacy #pvz-right-panel .pvz-settings-option.is-active {
| |
| border-color: #397f3d;
| |
| background: #479745;
| |
| color: #ffffff;
| |
| font-weight: 700;
| |
| }
| |
| | |
| /* 글자 크기 설정 */
| |
| html.pvz-font-small .skin-vector-legacy #mw-content-text {
| |
| font-size: 66.6667% !important;
| |
| }
| |
| | |
| html.pvz-font-normal .skin-vector-legacy #mw-content-text {
| |
| font-size: 100% !important;
| |
| }
| |
| | |
| html.pvz-font-large .skin-vector-legacy #mw-content-text {
| |
| font-size: 200% !important;
| |
| }
| |
| | |
| /* 넓게 모드: 보조창을 숨기고 햄버거 버튼으로 본문 위에 열기 */
| |
| html.pvz-width-wide .skin-vector-legacy #pvz-sidebar-logo {
| |
| display: none !important;
| |
| }
| |
| | |
| html.pvz-width-wide .skin-vector-legacy #mw-panel,
| |
| html.pvz-width-wide .skin-vector-legacy #pvz-right-panel {
| |
| top: var(--pvz-content-top) !important;
| |
| width: min(19rem, 86vw) !important;
| |
| opacity: 0;
| |
| visibility: hidden;
| |
| pointer-events: none;
| |
| z-index: 420;
| |
| box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24) !important;
| |
| transition:
| |
| transform 180ms ease,
| |
| opacity 150ms ease,
| |
| visibility 150ms ease;
| |
| }
| |
| | |
| html.pvz-width-wide .skin-vector-legacy #mw-panel {
| |
| left: 0 !important;
| |
| transform: translateX(-104%);
| |
| }
| |
| | |
| html.pvz-width-wide .skin-vector-legacy #pvz-right-panel {
| |
| right: 0 !important;
| |
| transform: translateX(104%);
| |
| }
| |
| | |
| html.pvz-width-wide.pvz-left-panel-open .skin-vector-legacy #mw-panel,
| |
| html.pvz-width-wide.pvz-right-panel-open .skin-vector-legacy #pvz-right-panel {
| |
| opacity: 1;
| |
| visibility: visible;
| |
| pointer-events: auto;
| |
| transform: translateX(0);
| |
| }
| |
| | |
| .skin-vector-legacy .pvz-panel-toggle {
| |
| display: none;
| |
| position: fixed;
| |
| top: calc(var(--pvz-content-top) - 44px);
| |
| z-index: 430;
| |
| align-items: center;
| |
| justify-content: center;
| |
| width: 38px;
| |
| height: 38px;
| |
| margin: 0;
| |
| padding: 0;
| |
| border: 1px solid #bfc4bf;
| |
| border-radius: 9px;
| |
| background: #ececec;
| |
| box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
| |
| cursor: pointer;
| |
| }
| |
| | |
| .skin-vector-legacy #pvz-left-panel-toggle {
| |
| left: 0.75rem;
| |
| }
| |
| | |
| .skin-vector-legacy #pvz-right-panel-toggle {
| |
| right: 0.75rem;
| |
| }
| |
| | |
| html.pvz-width-wide .skin-vector-legacy .pvz-panel-toggle {
| |
| display: flex;
| |
| }
| |
| | |
| .skin-vector-legacy .pvz-panel-toggle-lines,
| |
| .skin-vector-legacy .pvz-panel-toggle-lines::before,
| |
| .skin-vector-legacy .pvz-panel-toggle-lines::after {
| |
| display: block;
| |
| width: 18px;
| |
| height: 2px;
| |
| border-radius: 999px;
| |
| background: #4d4d4d;
| |
| }
| |
| | |
| .skin-vector-legacy .pvz-panel-toggle-lines {
| |
| position: relative;
| |
| }
| |
| | |
| .skin-vector-legacy .pvz-panel-toggle-lines::before,
| |
| .skin-vector-legacy .pvz-panel-toggle-lines::after {
| |
| content: "";
| |
| position: absolute;
| |
| left: 0;
| |
| }
| |
| | |
| .skin-vector-legacy .pvz-panel-toggle-lines::before {
| |
| top: -6px;
| |
| }
| |
| | |
| .skin-vector-legacy .pvz-panel-toggle-lines::after {
| |
| top: 6px;
| |
| }
| |
| | |
| .skin-vector-legacy .pvz-panel-toggle:hover {
| |
| background: #ffffff;
| |
| }
| |
| | |
| html:not(.pvz-width-wide) .skin-vector-legacy .pvz-panel-toggle {
| |
| display: none !important;
| |
| }
| |
| | |
| @media (prefers-reduced-motion: reduce) {
| |
| html.pvz-width-wide .skin-vector-legacy #mw-panel,
| |
| html.pvz-width-wide .skin-vector-legacy #pvz-right-panel {
| |
| transition-duration: 1ms;
| |
| }
| |
| } | | } |
|
| |
|
|
| |
|
| /* ========================= | | /* ========================= |
| v25 최종 오버라이드 | | 각주창 |
| ========================= */ | | ========================= */ |
|
| |
|
| html {
| | .skin-timeless .mw-parser-output > .mw-references-wrap, |
| --pvz-content-top: 120px;
| | .skin-timeless .mw-parser-output > ol.references, |
| --pvz-side-panel-width: 9.1rem;
| | .skin-timeless .mw-parser-output > .references { |
| --pvz-side-panel-edge: 0.6rem;
| | margin-top: 1.35rem !important; |
| --pvz-search-top: 38px;
| | padding: 0.72rem 0.9rem !important; |
| }
| | border: 3px solid #8f632d !important; |
| | | border-radius: 12px !important; |
| /* v24 화면 설정 모드와 오른쪽 보조창 제거 */
| |
| .skin-vector-legacy #pvz-right-panel,
| |
| .skin-vector-legacy #pvz-right-panel-toggle,
| |
| .skin-vector-legacy .pvz-panel-toggle { | |
| display: none !important;
| |
| }
| |
| | |
| html.pvz-font-small .skin-vector-legacy #mw-content-text,
| |
| html.pvz-font-normal .skin-vector-legacy #mw-content-text,
| |
| html.pvz-font-large .skin-vector-legacy #mw-content-text {
| |
| font-size: inherit !important;
| |
| }
| |
| | |
| /* 본문과 액션바를 검색바 아래로 이동 */
| |
| .skin-vector-legacy #content,
| |
| .skin-vector-legacy .mw-body,
| |
| .skin-vector-legacy #left-navigation,
| |
| .skin-vector-legacy #right-navigation { | |
| top: 95px !important;
| |
| }
| |
| | |
| .skin-vector-legacy #content,
| |
| .skin-vector-legacy .mw-body { | |
| width: auto !important;
| |
| margin-left: 10em !important;
| |
| margin-right: 0 !important;
| |
| }
| |
| | |
| .skin-vector-legacy #left-navigation { | |
| margin-left: 10em !important; | |
| }
| |
| | |
| .skin-vector-legacy #right-navigation {
| |
| margin-right: 25px !important;
| |
| }
| |
| | |
| /* 검색바: 오른쪽 사용자 설정바 바로 아래 */
| |
| .skin-vector-legacy #pvz-content-search {
| |
| position: absolute !important;
| |
| top: var(--pvz-search-top, 38px) !important;
| |
| right: 6px !important;
| |
| left: auto !important;
| |
| width: 350px !important;
| |
| max-width: calc(100vw - 12px) !important;
| |
| min-width: 0 !important;
| |
| margin: 0 !important;
| |
| }
| |
| | |
| /* 왼쪽 보조창을 v23 나무판 디자인으로 복구 */
| |
| .skin-vector-legacy #mw-panel { | |
| position: absolute !important;
| |
| top: var(--pvz-content-top) !important;
| |
| right: auto !important;
| |
| bottom: auto !important;
| |
| left: var(--pvz-side-panel-edge) !important;
| |
| z-index: 100;
| |
| display: block !important;
| |
| width: var(--pvz-side-panel-width) !important;
| |
| height: auto !important;
| |
| min-height: 0 !important;
| |
| margin: 0 !important;
| |
| padding: 0.7rem 0.55rem 1rem !important; | |
| overflow: visible !important;
| |
| border: 3px solid #5b220e !important; | |
| border-radius: 13px !important; | |
| box-sizing: border-box !important; | | box-sizing: border-box !important; |
| background: | | background: #f8ecd3 !important; |
| 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;
| |
| 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;
| |
| transform: none !important;
| |
| opacity: 1 !important;
| |
| visibility: visible !important;
| |
| pointer-events: auto !important;
| |
| }
| |
| | |
| .skin-vector-legacy #mw-panel .vector-menu-portal,
| |
| .skin-vector-legacy #mw-panel .portal {
| |
| margin: 0 0 0.9rem !important;
| |
| padding: 0 !important;
| |
| border: 0 !important;
| |
| background: none !important;
| |
| box-shadow: none !important;
| |
| }
| |
| | |
| .skin-vector-legacy #mw-panel .vector-menu-heading,
| |
| .skin-vector-legacy #mw-panel .portal h3 {
| |
| margin: 0 0 0.42rem !important;
| |
| padding: 0 0.35rem !important;
| |
| border: 0 !important;
| |
| background: none !important;
| |
| color: #e8b94f !important;
| |
| font-family:
| |
| "SB Aggro B",
| |
| "SB 어그로 B",
| |
| "SB Aggro",
| |
| "SB 어그로",
| |
| sans-serif !important;
| |
| font-size: 0.82rem !important;
| |
| font-weight: 700 !important;
| |
| line-height: 1.35 !important;
| |
| text-align: center !important;
| |
| text-shadow:
| |
| 0 1px 0 #65300f,
| |
| 0 2px 2px rgba(61, 19, 3, 0.42) !important;
| |
| letter-spacing: 0.015em !important;
| |
| }
| |
| | |
| .skin-vector-legacy #mw-panel .vector-menu-content,
| |
| .skin-vector-legacy #mw-panel .portal .body {
| |
| position: relative !important;
| |
| margin: 0 !important;
| |
| padding: 0.68rem 0.72rem 0.72rem !important;
| |
| border: 2px solid #6e2d13 !important;
| |
| border-radius: 5px 7px 6px 5px !important;
| |
| box-sizing: border-box !important;
| |
| background: #f6bf7b !important;
| |
| background-image: none !important; | | background-image: none !important; |
| box-shadow:
| | color: #75462d !important; |
| 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) !important;
| |
| }
| |
| | |
| .skin-vector-legacy #mw-panel .vector-menu-content::before,
| |
| .skin-vector-legacy #mw-panel .portal .body::before {
| |
| content: "" !important;
| |
| position: absolute !important;
| |
| inset: 2px !important;
| |
| display: block !important;
| |
| border: 1px solid rgba(124, 63, 26, 0.17) !important;
| |
| border-radius: 4px 5px 6px 4px !important;
| |
| pointer-events: none !important;
| |
| }
| |
| | |
| .skin-vector-legacy #mw-panel .vector-menu-content-list,
| |
| .skin-vector-legacy #mw-panel .portal .body ul {
| |
| margin: 0 !important;
| |
| padding: 0 !important;
| |
| list-style: none !important;
| |
| }
| |
| | |
| .skin-vector-legacy #mw-panel .vector-menu-content li,
| |
| .skin-vector-legacy #mw-panel .portal .body li {
| |
| margin: 0 !important;
| |
| padding: 0 !important;
| |
| line-height: 1.3 !important;
| |
| }
| |
| | |
| .skin-vector-legacy #mw-panel .vector-menu-content li + li,
| |
| .skin-vector-legacy #mw-panel .portal .body li + li {
| |
| margin-top: 0.26rem !important;
| |
| }
| |
| | |
| .skin-vector-legacy #mw-panel .vector-menu-content a,
| |
| .skin-vector-legacy #mw-panel .portal .body a {
| |
| display: block !important;
| |
| padding: 0.08rem !important;
| |
| color: #313452 !important; | |
| font-family: | | font-family: |
| "SB Aggro L", | | "SB Aggro L", |
| 2,147번째 줄: |
752번째 줄: |
| "SB 어그로", | | "SB 어그로", |
| sans-serif !important; | | sans-serif !important; |
| font-size: 0.78rem !important;
| |
| font-weight: 300 !important; | | font-weight: 300 !important; |
| line-height: 1.35 !important; | | line-height: 1.55 !important; |
| text-decoration: none !important;
| |
| text-shadow: 0 1px 0 rgba(255, 239, 204, 0.38) !important;
| |
| transition: color 120ms ease !important;
| |
| transform: none !important;
| |
| }
| |
| | |
| .skin-vector-legacy #mw-panel .vector-menu-content a:hover,
| |
| .skin-vector-legacy #mw-panel .portal .body a:hover {
| |
| color: #4d5877 !important;
| |
| text-decoration: none !important;
| |
| transform: none !important;
| |
| }
| |
| | |
| /* 보조창 위쪽 바깥 로고 */
| |
| .skin-vector-legacy #pvz-sidebar-logo {
| |
| position: absolute !important;
| |
| top: calc(var(--pvz-content-top) - 76px) !important;
| |
| right: auto !important;
| |
| bottom: auto !important;
| |
| left: var(--pvz-side-panel-edge) !important;
| |
| z-index: 110;
| |
| display: block !important;
| |
| width: var(--pvz-side-panel-width) !important;
| |
| height: 66px !important;
| |
| margin: 0 !important;
| |
| padding: 0 !important;
| |
| overflow: visible !important;
| |
| border: 0 !important;
| |
| background: none !important;
| |
| box-shadow: none !important; | | box-shadow: none !important; |
| } | | } |
|
| |
|
| .skin-vector-legacy #pvz-sidebar-logo #p-logo { | | .skin-timeless .mw-parser-output > .mw-references-wrap > ol.references { |
| position: static !important;
| |
| display: block !important;
| |
| width: 100% !important;
| |
| height: 100% !important;
| |
| min-height: 0 !important;
| |
| margin: 0 !important; | | margin: 0 !important; |
| padding: 0 !important; | | padding: 0 0 0 1.6em !important; |
| overflow: visible !important;
| |
| border: 0 !important; | | border: 0 !important; |
| border-radius: 0 !important; | | background: transparent !important; |
| background: none !important; | | color: inherit !important; |
| box-shadow: none !important; | | font: inherit !important; |
| } | | } |
|
| |
|
| .skin-vector-legacy #pvz-sidebar-logo #p-logo a, | | .skin-timeless .mw-parser-output > .mw-references-wrap a, |
| .skin-vector-legacy #pvz-sidebar-logo #p-logo .mw-wiki-logo { | | .skin-timeless .mw-parser-output > ol.references a, |
| display: block !important;
| | .skin-timeless .mw-parser-output > .references a { |
| width: 100% !important;
| | color: #75462d !important; |
| height: 100% !important;
| | font-family: inherit !important; |
| min-height: 0 !important;
| | font-weight: 300 !important; |
| margin: 0 !important;
| |
| background-position: center !important;
| |
| background-repeat: no-repeat !important;
| |
| background-size: contain !important;
| |
| }
| |
| | |
| .skin-vector-legacy #pvz-sidebar-logo #p-logo img {
| |
| display: block !important;
| |
| width: 100% !important;
| |
| height: 100% !important;
| |
| margin: 0 auto !important;
| |
| object-fit: contain !important;
| |
| }
| |
| | |
| /* 왼쪽 위 관련 문서 햄버거 버튼 */
| |
| .skin-vector-legacy #pvz-related-toggle {
| |
| position: absolute;
| |
| top: 7px;
| |
| left: 7px;
| |
| z-index: 510;
| |
| display: flex;
| |
| align-items: center;
| |
| justify-content: center;
| |
| width: 38px;
| |
| height: 38px;
| |
| margin: 0;
| |
| padding: 0;
| |
| border: 2px solid #5b220e;
| |
| border-radius: 9px;
| |
| box-sizing: border-box;
| |
| background:
| |
| linear-gradient(180deg, #a85229 0%, #853719 100%);
| |
| box-shadow:
| |
| inset 0 1px 0 rgba(255, 190, 132, 0.28),
| |
| 0 2px 5px rgba(62, 22, 7, 0.28);
| |
| cursor: pointer;
| |
| }
| |
| | |
| .skin-vector-legacy #pvz-related-toggle:hover {
| |
| filter: brightness(1.08);
| |
| }
| |
| | |
| .skin-vector-legacy #pvz-related-toggle .pvz-related-toggle-lines,
| |
| .skin-vector-legacy #pvz-related-toggle .pvz-related-toggle-lines::before,
| |
| .skin-vector-legacy #pvz-related-toggle .pvz-related-toggle-lines::after {
| |
| display: block;
| |
| width: 18px;
| |
| height: 2px;
| |
| border-radius: 999px;
| |
| background: #fff3dc;
| |
| }
| |
| | |
| .skin-vector-legacy #pvz-related-toggle .pvz-related-toggle-lines {
| |
| position: relative;
| |
| }
| |
| | |
| .skin-vector-legacy #pvz-related-toggle .pvz-related-toggle-lines::before,
| |
| .skin-vector-legacy #pvz-related-toggle .pvz-related-toggle-lines::after {
| |
| content: "";
| |
| position: absolute;
| |
| left: 0;
| |
| }
| |
| | |
| .skin-vector-legacy #pvz-related-toggle .pvz-related-toggle-lines::before {
| |
| top: -6px;
| |
| }
| |
| | |
| .skin-vector-legacy #pvz-related-toggle .pvz-related-toggle-lines::after {
| |
| top: 6px;
| |
| }
| |
| | |
| .skin-vector-legacy #pvz-related-menu {
| |
| position: absolute;
| |
| top: 51px;
| |
| left: 7px;
| |
| z-index: 500;
| |
| display: none;
| |
| width: min(280px, calc(100vw - 14px));
| |
| margin: 0;
| |
| padding: 0.75rem;
| |
| border: 3px solid #5b220e;
| |
| border-radius: 12px;
| |
| box-sizing: border-box;
| |
| background:
| |
| linear-gradient(180deg, #a34a22 0%, #833315 100%);
| |
| box-shadow: 0 5px 16px rgba(55, 20, 7, 0.34);
| |
| }
| |
| | |
| .skin-vector-legacy #pvz-related-menu.is-open {
| |
| display: block;
| |
| }
| |
| | |
| .skin-vector-legacy #pvz-related-menu .pvz-related-title {
| |
| margin: 0 0 0.55rem;
| |
| padding: 0 0.15rem;
| |
| color: #f2c462;
| |
| font-family:
| |
| "SB Aggro B",
| |
| "SB 어그로 B",
| |
| "SB Aggro",
| |
| "SB 어그로",
| |
| sans-serif;
| |
| font-size: 0.82rem;
| |
| font-weight: 700;
| |
| text-shadow: 0 1px 0 #5a230b;
| |
| }
| |
| | |
| .skin-vector-legacy #pvz-related-menu .pvz-related-list {
| |
| margin: 0;
| |
| padding: 0.65rem 0.72rem;
| |
| border: 2px solid #6e2d13;
| |
| border-radius: 6px;
| |
| background: #f6bf7b;
| |
| list-style: none;
| |
| }
| |
| | |
| .skin-vector-legacy #pvz-related-menu .pvz-related-list li {
| |
| margin: 0;
| |
| padding: 0;
| |
| }
| |
| | |
| .skin-vector-legacy #pvz-related-menu .pvz-related-list li + li {
| |
| margin-top: 0.3rem;
| |
| }
| |
| | |
| .skin-vector-legacy #pvz-related-menu .pvz-related-list a,
| |
| .skin-vector-legacy #pvz-related-menu .pvz-related-empty { | |
| display: block;
| |
| color: #313452;
| |
| font-family:
| |
| "SB Aggro L",
| |
| "SB 어그로 L",
| |
| "SB Aggro",
| |
| "SB 어그로",
| |
| sans-serif;
| |
| font-size: 0.78rem;
| |
| font-weight: 300;
| |
| line-height: 1.4;
| |
| text-decoration: none;
| |
| }
| |
| | |
| .skin-vector-legacy #pvz-related-menu .pvz-related-list a:hover {
| |
| color: #4d5877;
| |
| }
| |
| | |
| @media (max-width: 620px) {
| |
| .skin-vector-legacy #pvz-content-search {
| |
| right: 4px !important;
| |
| width: calc(100vw - 8px) !important;
| |
| max-width: calc(100vw - 8px) !important;
| |
| }
| |
| }
| |
| | |
| | |
| /* =========================
| |
| v26 최종 오버라이드
| |
| ========================= */
| |
| | |
| /* 검색바를 본문 왼쪽 기준의 기존 위치로 복구 */
| |
| .skin-vector-legacy #pvz-content-search {
| |
| position: absolute !important;
| |
| top: 7px !important;
| |
| right: auto !important;
| |
| left: var(--pvz-content-left, 10em) !important;
| |
| width: 350px !important;
| |
| max-width: calc(
| |
| 100vw - var(--pvz-content-left, 10em) - 0.75rem
| |
| ) !important;
| |
| min-width: 0 !important;
| |
| margin: 0 !important;
| |
| }
| |
| | |
| /* 본문창과 액션바 위치를 기존 값으로 복구 */
| |
| .skin-vector-legacy #content,
| |
| .skin-vector-legacy .mw-body, | |
| .skin-vector-legacy #left-navigation,
| |
| .skin-vector-legacy #right-navigation {
| |
| top: 30px !important;
| |
| }
| |
| | |
| /* 왼쪽 보조창 공간은 유지하고 오른쪽은 화면 끝까지 확장 */
| |
| .skin-vector-legacy #content, | |
| .skin-vector-legacy .mw-body {
| |
| width: auto !important;
| |
| margin-left: 10em !important;
| |
| margin-right: 0.55rem !important;
| |
| }
| |
| | |
| .skin-vector-legacy #left-navigation {
| |
| margin-left: 10em !important;
| |
| }
| |
| | |
| .skin-vector-legacy #right-navigation {
| |
| margin-right: 15px !important;
| |
| }
| |
| | |
| /* 관련 문서 햄버거 메뉴 완전 제거 */
| |
| .skin-vector-legacy #pvz-related-toggle,
| |
| .skin-vector-legacy #pvz-related-menu {
| |
| display: none !important;
| |
| }
| |
| | |
| @media (max-width: 620px) {
| |
| .skin-vector-legacy #pvz-content-search {
| |
| right: auto !important;
| |
| left: var(--pvz-content-left, 10em) !important;
| |
| width: min(
| |
| 350px,
| |
| calc(100vw - var(--pvz-content-left, 10em) - 0.5rem)
| |
| ) !important;
| |
| max-width: calc(
| |
| 100vw - var(--pvz-content-left, 10em) - 0.5rem
| |
| ) !important;
| |
| }
| |
| }
| |
| | |
| | |
| /* =========================
| |
| v27 최종 오버라이드
| |
| ========================= */
| |
| | |
| /* 위키 로고를 왼쪽 보조창 내부 로고칸으로 복구 */
| |
| .skin-vector-legacy #pvz-sidebar-logo {
| |
| display: none !important;
| |
| }
| |
| | |
| .skin-vector-legacy #mw-panel #p-logo {
| |
| position: relative !important;
| |
| top: auto !important;
| |
| right: auto !important;
| |
| bottom: auto !important;
| |
| left: auto !important;
| |
| display: block !important;
| |
| width: 100% !important;
| |
| max-width: 100% !important;
| |
| height: auto !important;
| |
| min-height: 0 !important;
| |
| margin: 0 0 0.9rem !important;
| |
| padding: 0.45rem 0 !important;
| |
| overflow: hidden !important;
| |
| border: 3px solid #60230d !important;
| |
| border-radius: 12px !important;
| |
| box-sizing: border-box !important;
| |
| background:
| |
| linear-gradient(
| |
| 180deg,
| |
| rgba(255, 255, 255, 0.08),
| |
| transparent 22%
| |
| ),
| |
| #6c2b12 !important;
| |
| background-image:
| |
| linear-gradient(
| |
| 180deg,
| |
| rgba(255, 255, 255, 0.08),
| |
| transparent 22%
| |
| ) !important;
| |
| box-shadow:
| |
| inset 0 2px 3px rgba(255, 168, 98, 0.22),
| |
| inset 0 -3px 6px rgba(48, 12, 2, 0.42),
| |
| 0 2px 3px rgba(60, 20, 6, 0.28) !important;
| |
| }
| |
| | |
| .skin-vector-legacy #mw-panel #p-logo a,
| |
| .skin-vector-legacy #mw-panel #p-logo .mw-wiki-logo {
| |
| display: block !important;
| |
| width: 100% !important;
| |
| height: auto !important;
| |
| min-height: 0 !important;
| |
| aspect-ratio: 1 / 1;
| |
| margin: 0 !important;
| |
| background-position: center !important;
| |
| background-repeat: no-repeat !important;
| |
| background-size: contain !important;
| |
| }
| |
| | |
| .skin-vector-legacy #mw-panel #p-logo img {
| |
| display: block !important;
| |
| width: 100% !important;
| |
| height: auto !important;
| |
| max-width: 100% !important;
| |
| max-height: none !important;
| |
| margin: 0 auto !important;
| |
| object-fit: contain !important;
| |
| }
| |
| | |
| /* 본문 오른쪽의 보조창용 여백 제거 */
| |
| .skin-vector-legacy #content,
| |
| .skin-vector-legacy .mw-body {
| |
| margin-right: 0 !important;
| |
| }
| |
| | |
| /* =========================
| |
| v28 최종 오버라이드
| |
| ========================= */
| |
| | |
| html {
| |
| --pvz-side-panel-edge: 1rem;
| |
| --pvz-side-panel-width: 9.1rem;
| |
| }
| |
| | |
| /* 높은 우선순위로 오른쪽 보조창용 여백을 완전히 제거 */
| |
| html:not(.pvz-width-wide) .skin-vector-legacy #content,
| |
| html:not(.pvz-width-wide) .skin-vector-legacy .mw-body {
| |
| width: auto !important;
| |
| max-width: none !important;
| |
| margin-left: 11.1rem !important;
| |
| margin-right: 0.2rem !important;
| |
| }
| |
| | |
| /* 왼쪽 보조창을 화면 위쪽 가까이 올리고 양옆 바깥 여백 확대 */
| |
| .skin-vector-legacy #mw-panel {
| |
| top: 7px !important;
| |
| left: var(--pvz-side-panel-edge) !important;
| |
| width: var(--pvz-side-panel-width) !important;
| |
| margin: 0 !important;
| |
| }
| |
| | |
| /* 보조창과 본문 사이 간격도 함께 확대 */
| |
| html:not(.pvz-width-wide) .skin-vector-legacy #left-navigation {
| |
| margin-left: 11.1rem !important;
| |
| }
| |
| | |
| | |
| /* =========================
| |
| v29 최종 오버라이드
| |
| ========================= */
| |
| | |
| html {
| |
| --pvz-layout-edge-gap: 1rem;
| |
| --pvz-side-panel-width: 9.1rem;
| |
| }
| |
| | |
| /* 보조창의 왼쪽·위쪽·오른쪽 바깥 여백을 같은 값으로 통일 */
| |
| .skin-vector-legacy #mw-panel {
| |
| top: var(--pvz-layout-edge-gap) !important;
| |
| left: var(--pvz-layout-edge-gap) !important;
| |
| width: var(--pvz-side-panel-width) !important;
| |
| }
| |
| | |
| /* 보조창 오른쪽 여백과 동일한 간격 뒤에서 본문 시작 */
| |
| html:not(.pvz-width-wide) .skin-vector-legacy #content,
| |
| html:not(.pvz-width-wide) .skin-vector-legacy .mw-body {
| |
| width: auto !important;
| |
| max-width: none !important;
| |
| margin-left: calc(
| |
| var(--pvz-layout-edge-gap) +
| |
| var(--pvz-side-panel-width) +
| |
| var(--pvz-layout-edge-gap)
| |
| ) !important;
| |
| margin-right: var(--pvz-layout-edge-gap) !important;
| |
| }
| |
| | |
| html:not(.pvz-width-wide) .skin-vector-legacy #left-navigation {
| |
| margin-left: calc(
| |
| var(--pvz-layout-edge-gap) +
| |
| var(--pvz-side-panel-width) +
| |
| var(--pvz-layout-edge-gap)
| |
| ) !important;
| |
| }
| |
| | |
| /* 오른쪽 액션바를 본문창 오른쪽 끝에 가깝게 정렬 */
| |
| .skin-vector-legacy #right-navigation {
| |
| margin-right: var(--pvz-layout-edge-gap) !important;
| |
| }
| |
| | |
| /* 검색 버튼을 더 어두운 초록색 그라데이션으로 변경 */
| |
| .skin-vector-legacy #pvz-content-search #searchButton,
| |
| .skin-vector-legacy #pvz-content-search .searchButton:not(#mw-searchButton) {
| |
| background: #106a40 !important; | |
| background-color: #106a40 !important;
| |
| background-image: none !important; | |
| border-left-color: #214f2f !important; | |
| }
| |
| | |
| .skin-vector-legacy #pvz-content-search #searchButton:hover,
| |
| .skin-vector-legacy #pvz-content-search .searchButton:not(#mw-searchButton):hover {
| |
| background: #106a40 !important;
| |
| background-color: #106a40 !important;
| |
| background-image: none !important;
| |
| }
| |
| | |
| /* 기존 파일과 다른 형태의 흰색 돋보기 SVG */
| |
| .skin-vector-legacy #pvz-content-search .pvz-search-button-icon::before {
| |
| width: 25px !important;
| |
| height: 25px !important;
| |
| background: #ffffff !important;
| |
| background-image: none !important;
| |
| -webkit-mask:
| |
| url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' 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")
| |
| center / contain no-repeat !important;
| |
| mask:
| |
| url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' 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")
| |
| center / contain no-repeat !important;
| |
| filter: none !important;
| |
| transform: none !important;
| |
| }
| |
| | |
| | |
| /* =========================
| |
| v30 최종 오버라이드
| |
| ========================= */
| |
| | |
| html {
| |
| --pvz-layout-edge-gap: 1rem;
| |
| --pvz-side-panel-width: 9.8rem;
| |
| }
| |
| | |
| /* 넓어진 보조창 너비에 맞춰 본문과 왼쪽 액션바 위치 조정 */
| |
| html:not(.pvz-width-wide) .skin-vector-legacy #content,
| |
| html:not(.pvz-width-wide) .skin-vector-legacy .mw-body {
| |
| width: auto !important;
| |
| max-width: none !important;
| |
| margin-left: calc(
| |
| var(--pvz-layout-edge-gap) +
| |
| var(--pvz-side-panel-width) +
| |
| var(--pvz-layout-edge-gap)
| |
| ) !important;
| |
| margin-right: var(--pvz-layout-edge-gap) !important;
| |
| }
| |
| | |
| html:not(.pvz-width-wide) .skin-vector-legacy #left-navigation {
| |
| margin-left: calc(
| |
| var(--pvz-layout-edge-gap) +
| |
| var(--pvz-side-panel-width) +
| |
| var(--pvz-layout-edge-gap)
| |
| ) !important;
| |
| }
| |
| | |
| /* 오른쪽 액션바를 화면 및 본문 오른쪽 끝에 확실히 고정 */
| |
| .skin-vector-legacy #right-navigation {
| |
| position: absolute !important;
| |
| top: 30px !important;
| |
| right: var(--pvz-layout-edge-gap) !important;
| |
| left: auto !important;
| |
| float: none !important;
| |
| margin: 0 !important;
| |
| padding: 0 !important;
| |
| transform: none !important;
| |
| }
| |
| | |
| /* 검색 버튼: 어두운 명도는 유지하면서 초록색 채도 강화 */
| |
| .skin-vector-legacy #pvz-content-search #searchButton,
| |
| .skin-vector-legacy #pvz-content-search .searchButton:not(#mw-searchButton) {
| |
| background: #106a40 !important;
| |
| background-color: #106a40 !important;
| |
| background-image: none !important;
| |
| border-left-color: #075f25 !important;
| |
| }
| |
| | |
| .skin-vector-legacy #pvz-content-search #searchButton:hover,
| |
| .skin-vector-legacy #pvz-content-search .searchButton:not(#mw-searchButton):hover {
| |
| background: #106a40 !important;
| |
| background-color: #106a40 !important;
| |
| background-image: none !important;
| |
| }
| |
| | |
| /* 보조창 글자의 밝은 그림자 제거 */
| |
| .skin-vector-legacy #mw-panel,
| |
| .skin-vector-legacy #mw-panel .vector-menu-heading,
| |
| .skin-vector-legacy #mw-panel .portal h3,
| |
| .skin-vector-legacy #mw-panel .vector-menu-content a,
| |
| .skin-vector-legacy #mw-panel .portal .body a {
| |
| text-shadow: none !important; | | text-shadow: none !important; |
| } | | } |
|
| |
|
| /* 로고칸과 로고 요소의 최소 높이 제한 해제 */
| | .skin-timeless .mw-parser-output > .mw-references-wrap a:hover, |
| .skin-vector-legacy #mw-panel #p-logo, | | .skin-timeless .mw-parser-output > ol.references a:hover, |
| .skin-vector-legacy #mw-panel #p-logo a, | | .skin-timeless .mw-parser-output > .references a:hover { |
| .skin-vector-legacy #mw-panel #p-logo .mw-wiki-logo, | | color: #5e321e !important; |
| .skin-vector-legacy #mw-panel #p-logo img { | |
| min-height: initial !important; | |
| } | | } |
|
| |
|
|
| |
|
| /* ========================= | | /* ========================= |
| v31 최종 강제 오버라이드 | | 최하단창 |
| ========================= */ | | ========================= */ |
|
| |
|
| html {
| | .skin-timeless #mw-footer-container, |
| --pvz-layout-edge-gap: 1rem !important;
| | .skin-timeless .mw-footer-container { |
| --pvz-side-panel-width: 10.4rem !important;
| | background: #f3e5ca !important; |
| }
| |
| | |
| /* 보조창 너비를 직접 지정해 이전 변수·너비 선언을 모두 덮어씀 */
| |
| body.skin-vector-legacy #mw-panel,
| |
| .skin-vector-legacy #mw-panel,
| |
| #mw-panel {
| |
| left: var(--pvz-layout-edge-gap) !important;
| |
| width: var(--pvz-side-panel-width) !important;
| |
| max-width: var(--pvz-side-panel-width) !important;
| |
| }
| |
| | |
| /* 넓어진 보조창에 맞춰 본문과 왼쪽 액션바 시작점을 직접 재설정 */
| |
| body.skin-vector-legacy #content,
| |
| body.skin-vector-legacy .mw-body,
| |
| .skin-vector-legacy #content,
| |
| .skin-vector-legacy .mw-body {
| |
| width: auto !important;
| |
| max-width: none !important;
| |
| margin-left: calc(
| |
| var(--pvz-layout-edge-gap) +
| |
| var(--pvz-side-panel-width) +
| |
| var(--pvz-layout-edge-gap)
| |
| ) !important;
| |
| margin-right: var(--pvz-layout-edge-gap) !important;
| |
| }
| |
| | |
| body.skin-vector-legacy #left-navigation,
| |
| .skin-vector-legacy #left-navigation {
| |
| margin-left: calc(
| |
| var(--pvz-layout-edge-gap) +
| |
| var(--pvz-side-panel-width) +
| |
| var(--pvz-layout-edge-gap)
| |
| ) !important;
| |
| }
| |
| | |
| /* 오른쪽 액션바: JS가 계산한 본문 오른쪽 여백에 강제로 맞춤 */
| |
| body.skin-vector-legacy #right-navigation,
| |
| .skin-vector-legacy #right-navigation,
| |
| #right-navigation {
| |
| position: absolute !important;
| |
| top: 30px !important;
| |
| right: var(--pvz-content-right-gap, 1rem) !important;
| |
| left: auto !important;
| |
| display: flex !important;
| |
| flex-direction: row !important;
| |
| align-items: flex-end !important;
| |
| justify-content: flex-end !important;
| |
| width: max-content !important;
| |
| max-width: none !important;
| |
| float: none !important;
| |
| margin: 0 !important;
| |
| padding: 0 !important;
| |
| transform: none !important;
| |
| }
| |
| | |
| body.skin-vector-legacy #right-navigation #p-views,
| |
| body.skin-vector-legacy #right-navigation #p-cactions,
| |
| .skin-vector-legacy #right-navigation #p-views,
| |
| .skin-vector-legacy #right-navigation #p-cactions,
| |
| #right-navigation #p-views,
| |
| #right-navigation #p-cactions {
| |
| position: relative !important;
| |
| right: auto !important;
| |
| left: auto !important;
| |
| float: none !important;
| |
| margin-right: 0 !important;
| |
| margin-left: 3px !important;
| |
| transform: none !important;
| |
| }
| |
| | |
| /* 검색 버튼: 명도는 유지하면서 채도를 확실하게 높인 초록색 */
| |
| body.skin-vector-legacy #pvz-content-search #simpleSearch #searchButton,
| |
| body.skin-vector-legacy #pvz-content-search #simpleSearch .searchButton:not(#mw-searchButton),
| |
| .skin-vector-legacy #pvz-content-search #simpleSearch #searchButton,
| |
| .skin-vector-legacy #pvz-content-search #simpleSearch .searchButton:not(#mw-searchButton), | |
| #pvz-content-search #simpleSearch #searchButton,
| |
| #pvz-content-search #simpleSearch .searchButton:not(#mw-searchButton) {
| |
| background: #106a40 !important; | |
| background-color: #106a40 !important;
| |
| background-image: none !important;
| |
| border-left: 2px solid #00661f !important;
| |
| box-shadow: none !important;
| |
| filter: none !important;
| |
| }
| |
| | |
| body.skin-vector-legacy #pvz-content-search #simpleSearch #searchButton:hover,
| |
| body.skin-vector-legacy #pvz-content-search #simpleSearch .searchButton:not(#mw-searchButton):hover,
| |
| .skin-vector-legacy #pvz-content-search #simpleSearch #searchButton:hover,
| |
| .skin-vector-legacy #pvz-content-search #simpleSearch .searchButton:not(#mw-searchButton):hover,
| |
| #pvz-content-search #simpleSearch #searchButton:hover,
| |
| #pvz-content-search #simpleSearch .searchButton:not(#mw-searchButton):hover {
| |
| background: #106a40 !important;
| |
| background-color: #106a40 !important;
| |
| background-image: none !important; | | background-image: none !important; |
| | border-top: 1px solid #c79a4a !important; |
| | box-shadow: none !important; |
| | color: #5f4030 !important; |
| } | | } |
|
| |
|
| /* 보조창 안의 모든 글자 그림자 제거 */
| | .skin-timeless #mw-footer-container a, |
| body.skin-vector-legacy #mw-panel,
| | .skin-timeless .mw-footer-container a, |
| body.skin-vector-legacy #mw-panel *,
| | .skin-timeless #mw-footer-container a:visited, |
| .skin-vector-legacy #mw-panel, | | .skin-timeless .mw-footer-container a:visited { |
| .skin-vector-legacy #mw-panel *, | |
| #mw-panel,
| |
| #mw-panel * {
| |
| text-shadow: none !important;
| |
| }
| |
| | |
| /* 로고칸 자체의 최소 높이 제한만 제거 */
| |
| body.skin-vector-legacy #mw-panel #p-logo,
| |
| .skin-vector-legacy #mw-panel #p-logo, | |
| #mw-panel #p-logo {
| |
| min-height: unset !important;
| |
| }
| |
| | |
| | |
| /* =========================
| |
| v32 최종 오버라이드
| |
| ========================= */
| |
| | |
| /* 오른쪽 액션바: 왼쪽 액션바와 같은 높이, 그 위치에서 왼쪽으로 15px */
| |
| body.skin-vector-legacy #right-navigation,
| |
| .skin-vector-legacy #right-navigation,
| |
| #right-navigation {
| |
| top: var(--pvz-navigation-top, 30px) !important;
| |
| right: calc(
| |
| var(--pvz-content-right-gap, 1rem) + 15px
| |
| ) !important;
| |
| }
| |
| | |
| /* 검색바 상단을 보조창 상단과 동일하게 맞춤 */
| |
| body.skin-vector-legacy #pvz-content-search,
| |
| .skin-vector-legacy #pvz-content-search,
| |
| #pvz-content-search {
| |
| top: var(--pvz-layout-edge-gap, 1rem) !important;
| |
| }
| |
| | |
| /* 검색 버튼 오른쪽 끝에 밝고 얇은 세로선 추가 */
| |
| body.skin-vector-legacy #pvz-content-search #simpleSearch #searchButton,
| |
| body.skin-vector-legacy #pvz-content-search #simpleSearch .searchButton:not(#mw-searchButton),
| |
| .skin-vector-legacy #pvz-content-search #simpleSearch #searchButton,
| |
| .skin-vector-legacy #pvz-content-search #simpleSearch .searchButton:not(#mw-searchButton),
| |
| #pvz-content-search #simpleSearch #searchButton,
| |
| #pvz-content-search #simpleSearch .searchButton:not(#mw-searchButton) {
| |
| background: #106a40 !important;
| |
| background-color: #106a40 !important;
| |
| background-image: none !important;
| |
| overflow: hidden !important;
| |
| box-shadow:
| |
| inset -1px 0 0 rgba(142, 255, 163, 0.9) !important;
| |
| }
| |
| | |
| /* 로고칸 내부 상하 여백을 최대한 축소 */
| |
| body.skin-vector-legacy #mw-panel #p-logo,
| |
| .skin-vector-legacy #mw-panel #p-logo,
| |
| #mw-panel #p-logo {
| |
| padding-top: 0 !important;
| |
| padding-bottom: 0 !important;
| |
| }
| |
| | |
| | |
| /* =========================
| |
| v33 최종 오버라이드
| |
| ========================= */
| |
| | |
| html {
| |
| --pvz-right-action-offset: 230px;
| |
| --pvz-compact-search-width: 175px;
| |
| --pvz-compact-search-gap: 15px;
| |
| }
| |
| | |
| /* 오른쪽 액션바를 왼쪽으로 크게 이동해 검색바 공간 확보 */
| |
| body.skin-vector-legacy #right-navigation,
| |
| .skin-vector-legacy #right-navigation,
| |
| #right-navigation {
| |
| top: var(--pvz-navigation-top, 30px) !important;
| |
| right: calc(
| |
| var(--pvz-content-right-gap, 1rem) +
| |
| var(--pvz-right-action-offset)
| |
| ) !important;
| |
| left: auto !important;
| |
| }
| |
| | |
| /* 더보기 버튼만 기존 위치보다 4px 위로 이동 */
| |
| body.skin-vector-legacy #p-cactions-label,
| |
| .skin-vector-legacy #p-cactions-label,
| |
| #p-cactions-label {
| |
| top: 3px !important;
| |
| }
| |
| | |
| /* 비워 둔 오른쪽 공간에 축소 검색바 배치 */
| |
| body.skin-vector-legacy #pvz-content-search,
| |
| .skin-vector-legacy #pvz-content-search,
| |
| #pvz-content-search {
| |
| position: absolute !important;
| |
| top: var(--pvz-navigation-top, 30px) !important;
| |
| right: calc(
| |
| var(--pvz-content-right-gap, 1rem) +
| |
| var(--pvz-compact-search-gap)
| |
| ) !important;
| |
| left: auto !important;
| |
| width: var(--pvz-compact-search-width) !important;
| |
| max-width: var(--pvz-compact-search-width) !important;
| |
| min-width: 0 !important;
| |
| margin: 0 !important;
| |
| }
| |
| | |
| body.skin-vector-legacy #pvz-content-search #simpleSearch,
| |
| .skin-vector-legacy #pvz-content-search #simpleSearch,
| |
| #pvz-content-search #simpleSearch {
| |
| height: 26px !important;
| |
| border-width: 1px !important;
| |
| border-radius: 11px !important;
| |
| }
| |
| | |
| body.skin-vector-legacy #pvz-content-search #searchInput,
| |
| .skin-vector-legacy #pvz-content-search #searchInput,
| |
| #pvz-content-search #searchInput {
| |
| padding: 0.15rem 0.32rem !important;
| |
| font-size: 0.76rem !important;
| |
| line-height: 1.1 !important;
| |
| }
| |
| | |
| body.skin-vector-legacy #pvz-content-search #searchButton,
| |
| body.skin-vector-legacy #pvz-content-search .searchButton:not(#mw-searchButton),
| |
| .skin-vector-legacy #pvz-content-search #searchButton,
| |
| .skin-vector-legacy #pvz-content-search .searchButton:not(#mw-searchButton),
| |
| #pvz-content-search #searchButton,
| |
| #pvz-content-search .searchButton:not(#mw-searchButton) {
| |
| background: #106a40 !important;
| |
| background-color: #106a40 !important;
| |
| background-image: none !important;
| |
| flex-basis: 34px !important;
| |
| width: 34px !important;
| |
| border-left-width: 1px !important;
| |
| }
| |
| | |
| body.skin-vector-legacy #pvz-content-search .pvz-search-button-icon,
| |
| .skin-vector-legacy #pvz-content-search .pvz-search-button-icon,
| |
| #pvz-content-search .pvz-search-button-icon {
| |
| width: 34px !important;
| |
| }
| |
| | |
| body.skin-vector-legacy #pvz-content-search .pvz-search-button-icon::before,
| |
| .skin-vector-legacy #pvz-content-search .pvz-search-button-icon::before,
| |
| #pvz-content-search .pvz-search-button-icon::before {
| |
| width: 18px !important;
| |
| height: 18px !important;
| |
| }
| |
| | |
| /* 더보기 메뉴 */
| |
| body.skin-vector-legacy #p-cactions .vector-menu-content,
| |
| .skin-vector-legacy #p-cactions .vector-menu-content,
| |
| #p-cactions .vector-menu-content {
| |
| top: calc(100% + 7px) !important;
| |
| right: 0 !important;
| |
| left: auto !important;
| |
| width: 100% !important;
| |
| min-width: 100% !important;
| |
| max-width: 100% !important;
| |
| box-sizing: border-box !important;
| |
| margin: 0 !important;
| |
| padding: 0.35rem !important;
| |
| overflow: visible !important;
| |
| border: 1.5px solid #c79a4a !important;
| |
| border-radius: 11px !important;
| |
| background: rgba(255, 255, 255, 0.98) !important;
| |
| background-image: none !important;
| |
| box-shadow: 0 5px 14px rgba(86, 51, 22, 0.22) !important;
| |
| }
| |
| | |
| | |
| | |
| body.skin-vector-legacy #p-cactions .vector-menu-content-list,
| |
| .skin-vector-legacy #p-cactions .vector-menu-content-list,
| |
| #p-cactions .vector-menu-content-list {
| |
| display: block !important;
| |
| margin: 0 !important;
| |
| padding: 0 !important;
| |
| background: transparent !important;
| |
| }
| |
| | |
| body.skin-vector-legacy #p-cactions .vector-menu-content li,
| |
| .skin-vector-legacy #p-cactions .vector-menu-content li,
| |
| #p-cactions .vector-menu-content li {
| |
| display: block !important;
| |
| margin: 0 !important;
| |
| padding: 0 !important;
| |
| background: transparent !important;
| |
| }
| |
| | |
| body.skin-vector-legacy #p-cactions .vector-menu-content li + li,
| |
| .skin-vector-legacy #p-cactions .vector-menu-content li + li,
| |
| #p-cactions .vector-menu-content li + li {
| |
| margin-top: 0.3rem !important;
| |
| }
| |
| | |
| body.skin-vector-legacy #p-cactions .vector-menu-content li > a,
| |
| .skin-vector-legacy #p-cactions .vector-menu-content li > a,
| |
| #p-cactions .vector-menu-content li > a {
| |
| display: block !important;
| |
| width: 100% !important;
| |
| min-height: 0 !important;
| |
| margin: 0 !important;
| |
| padding: 0.48rem 0.65rem !important;
| |
| border: 0 !important;
| |
| border-radius: 8px !important;
| |
| box-sizing: border-box !important;
| |
| background: #ffffff !important;
| |
| background-image: none !important;
| |
| color: #75462d !important; | | color: #75462d !important; |
| font-family:
| |
| "SB Aggro M",
| |
| "SB 어그로 M",
| |
| "SB Aggro",
| |
| "SB 어그로",
| |
| sans-serif !important;
| |
| font-size: 0.76rem !important;
| |
| font-weight: 500 !important;
| |
| line-height: 1.3 !important;
| |
| text-align: left !important;
| |
| text-shadow: none !important; | | text-shadow: none !important; |
| box-shadow: none !important;
| |
| transform: none !important;
| |
| } | | } |
|
| |
|
| body.skin-vector-legacy #p-cactions .vector-menu-content li > a:hover,
| | .skin-timeless #mw-footer-container a:hover, |
| .skin-vector-legacy #p-cactions .vector-menu-content li > a:hover, | | .skin-timeless .mw-footer-container a:hover { |
| #p-cactions .vector-menu-content li > a:hover {
| |
| border: 0 !important;
| |
| background: #fff8e9 !important;
| |
| color: #5e321e !important; | | color: #5e321e !important; |
| text-decoration: none !important;
| |
| } | | } |
|
| |
|
|
| |
|
| /* ========================= | | /* ========================= |
| v34 최종 오버라이드 | | 화면 크기별 보드 두께 |
| ========================= */ | | ========================= */ |
|
| |
|
| html {
| | @media screen and (min-width: 851px) { |
| --pvz-content-top-v34: 24px; | | body.skin-timeless { |
| --pvz-compact-search-width: 205px;
| | --pvzt-frame: 13px; |
| --pvz-search-down-offset: 5px; | | --pvzt-pad-x: 30px; |
| } | | } |
|
| |
|
| /* 본문창을 조금 더 위로 이동 */
| | .skin-timeless #mw-content { |
| body.skin-vector-legacy #content,
| | border-radius: 28px !important; |
| body.skin-vector-legacy .mw-body,
| | } |
| .skin-vector-legacy #content,
| |
| .skin-vector-legacy .mw-body {
| |
| top: var(--pvz-content-top-v34) !important;
| |
| } | |
|
| |
|
| /* 왼쪽 액션바를 기존 위치보다 조금 더 왼쪽으로 이동 */
| | .skin-timeless #mw-content::before { |
| body.skin-vector-legacy #left-navigation,
| | border-radius: 16px; |
| .skin-vector-legacy #left-navigation,
| | } |
| #left-navigation {
| |
| top: var(--pvz-content-top-v34) !important;
| |
| margin-left: calc(
| |
| var(--pvz-layout-edge-gap) + | |
| var(--pvz-side-panel-width) +
| |
| var(--pvz-layout-edge-gap) -
| |
| 8px
| |
| ) !important; | |
| } | |
|
| |
|
| /* 오른쪽 액션바도 본문 높이 변경에 맞춰 유지 */
| | .skin-timeless #firstHeading, |
| body.skin-vector-legacy #right-navigation,
| | .skin-timeless .mw-first-heading { |
| .skin-vector-legacy #right-navigation, | | font-size: 1.8em !important; |
| #right-navigation {
| | } |
| top: var(--pvz-navigation-top, var(--pvz-content-top-v34)) !important;
| |
| } | | } |
|
| |
|
| /* 검색바를 소폭 늘리고 본문 오른쪽 끝에 정확히 맞춤 */ | | @media screen and (max-width: 850px) { |
| body.skin-vector-legacy #pvz-content-search,
| | /* 모바일에서 보드 좌우 숨통 */ |
| .skin-vector-legacy #pvz-content-search,
| | .skin-timeless #mw-content { |
| #pvz-content-search {
| | margin: 0.5em 0.35em 1.3em !important; |
| top: calc(
| | } |
| var(--pvz-navigation-top, var(--pvz-content-top-v34)) + | |
| var(--pvz-search-down-offset)
| |
| ) !important;
| |
| right: var(--pvz-content-right-gap, 1rem) !important;
| |
| left: auto !important;
| |
| width: var(--pvz-compact-search-width) !important;
| |
| max-width: var(--pvz-compact-search-width) !important; | |
| } | | } |
|
| |
|
| /* 검색 버튼 배경을 문서 제목과 같은 #106A40으로 통일 */
| | @media (prefers-reduced-motion: reduce) { |
| body.skin-vector-legacy #pvz-content-search #simpleSearch #searchButton,
| | .skin-timeless .pvz-watch-spinning > a, |
| body.skin-vector-legacy #pvz-content-search #simpleSearch .searchButton:not(#mw-searchButton),
| | .skin-timeless a.pvz-watch-spinning { |
| .skin-vector-legacy #pvz-content-search #simpleSearch #searchButton,
| | animation-duration: 1ms; |
| .skin-vector-legacy #pvz-content-search #simpleSearch .searchButton:not(#mw-searchButton),
| | } |
| #pvz-content-search #simpleSearch #searchButton,
| |
| #pvz-content-search #simpleSearch .searchButton:not(#mw-searchButton) {
| |
| background: #106a40 !important; | |
| background-color: #106a40 !important;
| |
| background-image: none !important;
| |
| border-left-color: #0b5432 !important;
| |
| }
| |
| | |
| body.skin-vector-legacy #pvz-content-search #simpleSearch #searchButton:hover,
| |
| body.skin-vector-legacy #pvz-content-search #simpleSearch .searchButton:not(#mw-searchButton):hover,
| |
| .skin-vector-legacy #pvz-content-search #simpleSearch #searchButton:hover,
| |
| .skin-vector-legacy #pvz-content-search #simpleSearch .searchButton:not(#mw-searchButton):hover,
| |
| #pvz-content-search #simpleSearch #searchButton:hover,
| |
| #pvz-content-search #simpleSearch .searchButton:not(#mw-searchButton):hover {
| |
| background: #106a40 !important; | |
| background-color: #106a40 !important;
| |
| background-image: none !important;
| |
| }
| |
| | |
| /* 로고칸의 상하 길이를 크게 축소 */
| |
| body.skin-vector-legacy #mw-panel #p-logo,
| |
| .skin-vector-legacy #mw-panel #p-logo,
| |
| #mw-panel #p-logo {
| |
| height: 66px !important;
| |
| min-height: 0 !important;
| |
| max-height: 66px !important;
| |
| margin-bottom: 0.72rem !important;
| |
| padding: 0 !important;
| |
| }
| |
| | |
| body.skin-vector-legacy #mw-panel #p-logo a,
| |
| body.skin-vector-legacy #mw-panel #p-logo .mw-wiki-logo,
| |
| .skin-vector-legacy #mw-panel #p-logo a,
| |
| .skin-vector-legacy #mw-panel #p-logo .mw-wiki-logo,
| |
| #mw-panel #p-logo a,
| |
| #mw-panel #p-logo .mw-wiki-logo {
| |
| width: 100% !important;
| |
| height: 66px !important;
| |
| min-height: 0 !important;
| |
| max-height: 66px !important; | |
| aspect-ratio: auto !important;
| |
| background-size: contain !important;
| |
| } | |
| | |
| body.skin-vector-legacy #mw-panel #p-logo img,
| |
| .skin-vector-legacy #mw-panel #p-logo img,
| |
| #mw-panel #p-logo img {
| |
| width: 100% !important;
| |
| height: 66px !important;
| |
| min-height: 0 !important;
| |
| max-height: 66px !important;
| |
| object-fit: contain !important;
| |
| } | | } |