미디어위키: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
  * v41: 분류창 여백·테두리 축소 및 각주창 디자인
  * v42: 문단 구분선을 크림색 잔디밭 디자인으로 변경
  */
  */


487번째 줄: 487번째 줄:
.skin-vector-legacy .mw-first-heading * {
.skin-vector-legacy .mw-first-heading * {
color: #ffffff !important;
color: #ffffff !important;
}
/* 문단 제목 아래 기본 선을 잔디밭 모양으로 교체 */
.skin-vector-legacy .mw-parser-output h2 {
position: relative;
margin-bottom: 0.8em !important;
padding-bottom: 0.5em !important;
border-bottom: 0 !important;
}
.skin-vector-legacy .mw-parser-output h2::after {
content: "";
position: absolute;
right: 0;
bottom: 0;
left: 0;
display: block;
height: 10px;
pointer-events: none;
background:
linear-gradient(
135deg,
transparent 0 42%,
#ead9b8 43% 64%,
transparent 65%
)
0 0 / 14px 10px repeat-x,
linear-gradient(
45deg,
transparent 0 42%,
#ead9b8 43% 64%,
transparent 65%
)
7px 0 / 14px 10px repeat-x,
linear-gradient(
to bottom,
transparent 0 55%,
#ead9b8 56% 100%
);
}
}