미디어위키: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
  * v42: 문단 구분선을 크림색 잔디밭 디자인으로 변경
  * v43: 문단 구분선을 불규칙한 크림색 잔디밭으로 완전 대체
  */
  */


490번째 줄: 490번째 줄:




/* 문단 제목 아래 기본 선을 잔디밭 모양으로 교체 */
/* 문단 제목 아래 기본 선을 불규칙한 잔디밭으로 완전 교체 */
.skin-vector-legacy .mw-parser-output h2 {
.skin-vector-legacy .mw-parser-output h2 {
position: relative;
position: relative;
margin-bottom: 0.8em !important;
margin-bottom: 0.9em !important;
padding-bottom: 0.5em !important;
padding-bottom: 0.72em !important;
border: 0 !important;
border-bottom: 0 !important;
border-bottom: 0 !important;
background: none !important;
background-image: none !important;
box-shadow: none !important;
}
.skin-vector-legacy .mw-parser-output h2::before {
content: none !important;
display: none !important;
}
}


505번째 줄: 514번째 줄:
left: 0;
left: 0;
display: block;
display: block;
height: 10px;
height: 15px;
pointer-events: none;
pointer-events: none;
background:
background-color: #ead9b8;
background-image:
linear-gradient(
112deg,
transparent 0 46%,
#ead9b8 47% 100%
),
linear-gradient(
72deg,
transparent 0 43%,
#ead9b8 44% 100%
),
linear-gradient(
126deg,
transparent 0 52%,
#ead9b8 53% 100%
),
linear-gradient(
58deg,
transparent 0 49%,
#ead9b8 50% 100%
),
linear-gradient(
linear-gradient(
135deg,
to bottom,
transparent 0 42%,
transparent 0 24%,
#ead9b8 43% 64%,
#ead9b8 25% 100%
transparent 65%
);
)
background-position:
0 0 / 14px 10px repeat-x,
0 0,
8px 3px,
17px 1px,
26px 5px,
0 0;
background-size:
17px 15px,
19px 12px,
23px 14px,
21px 10px,
100% 100%;
background-repeat:
repeat-x,
repeat-x,
repeat-x,
repeat-x,
no-repeat;
-webkit-mask-image:
linear-gradient(
linear-gradient(
45deg,
to bottom,
transparent 0 42%,
transparent 0,
#ead9b8 43% 64%,
#000 18%,
transparent 65%
#000 100%
)
);
7px 0 / 14px 10px repeat-x,
mask-image:
linear-gradient(
linear-gradient(
to bottom,
to bottom,
transparent 0 55%,
transparent 0,
#ead9b8 56% 100%
#000 18%,
#000 100%
);
);
}
}