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

식물 vs 좀비 위키
편집 요약 없음
태그: 수동 되돌리기
편집 요약 없음
1번째 줄: 1번째 줄:
/* Vector 2010 Legacy 인터페이스 디자인
/* Vector 2010 Legacy 인터페이스 디자인
  * 기준: MediaWiki-Gadget-Vector.css-actionbar-v20.txt
  * 기준: MediaWiki-Gadget-Vector.css-actionbar-v20.txt
  * v39: 더보기 재클릭 닫기·탄성 스크롤 배경 동기화
  * v39: 더보기 재클릭 닫기·분류창 디자인
  */
  */


10번째 줄: 10번째 줄:


html {
html {
--pvz-background-overscroll-y: 0px;
min-height: 100% !important;
min-height: 100% !important;
background-color: #f5ead7 !important;
background-color: #f5ead7 !important;
27번째 줄: 26번째 줄:
content: "";
content: "";
position: fixed;
position: fixed;
top: -96px;
inset: 0;
right: 0;
bottom: -96px;
left: 0;
z-index: -1;
z-index: -1;
display: block;
display: block;
width: 100vw;
width: 100vw;
height: auto;
height: 100vh;
pointer-events: none;
pointer-events: none;
background-color: #f5ead7;
background-color: #f5ead7;
42번째 줄: 38번째 줄:
background-repeat: no-repeat;
background-repeat: no-repeat;
background-size: cover;
background-size: cover;
transform:
translate3d(
0,
var(--pvz-background-overscroll-y),
0
);
transition: none;
will-change: transform;
}
html.pvz-background-resetting body.skin-vector-legacy::before {
transition:
transform 180ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
}


1,075번째 줄: 1,058번째 줄:
}
}


/* =========================
  분류창
  ========================= */
.skin-vector-legacy #catlinks,
.skin-vector-legacy .catlinks {
margin-top: 1.35rem !important;
padding: 0.82rem 1rem !important;
border: 2px solid #c79a4a !important;
border-radius: 12px !important;
box-sizing: border-box !important;
background: #f2e2c3 !important;
background-image: none !important;
color: #75462d !important;
font-family:
"SB Aggro M",
"SB 어그로 M",
"SB Aggro",
"SB 어그로",
sans-serif !important;
font-weight: 500 !important;
line-height: 1.55 !important;
text-shadow: none !important;
box-shadow: none !important;
}
.skin-vector-legacy #catlinks a,
.skin-vector-legacy .catlinks a,
.skin-vector-legacy #mw-normal-catlinks a,
.skin-vector-legacy .mw-normal-catlinks a,
.skin-vector-legacy #mw-hidden-catlinks a,
.skin-vector-legacy .mw-hidden-catlinks a {
color: #75462d !important;
font-family:
"SB Aggro M",
"SB 어그로 M",
"SB Aggro",
"SB 어그로",
sans-serif !important;
font-weight: 500 !important;
text-shadow: none !important;
}
.skin-vector-legacy #catlinks a:hover,
.skin-vector-legacy .catlinks a:hover {
color: #5e321e !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;
}


/* =========================
/* =========================