미디어위키: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 | ||
* | * v44: 문단 기본선을 실제 잔디 구분선 요소로 교체 | ||
*/ | */ | ||
| 490번째 줄: | 490번째 줄: | ||
/* 문단 | /* 문단 기본선을 실제 잔디 구분선 요소로 교체 */ | ||
.skin-vector-legacy .mw-parser-output h2 { | .skin-vector-legacy .mw-heading2, | ||
position: relative; | .skin-vector-legacy .mw-parser-output h2.pvz-grass-heading { | ||
position: relative !important; | |||
margin-bottom: 0.9em !important; | margin-bottom: 0.9em !important; | ||
padding-bottom: | padding-bottom: 16px !important; | ||
border: 0 !important; | border: 0 !important; | ||
border-bottom: 0 !important; | border-bottom: 0 !important; | ||
| 502번째 줄: | 503번째 줄: | ||
} | } | ||
.skin-vector-legacy .mw-parser-output h2::before { | .skin-vector-legacy .mw-heading2::before, | ||
.skin-vector-legacy .mw-heading2::after, | |||
.skin-vector-legacy .mw-parser-output h2.pvz-grass-heading::before, | |||
.skin-vector-legacy .mw-parser-output h2.pvz-grass-heading::after { | |||
content: none !important; | content: none !important; | ||
display: none !important; | display: none !important; | ||
border: 0 !important; | |||
background: none !important; | |||
box-shadow: none !important; | |||
} | } | ||
.skin-vector-legacy .mw-parser-output h2:: | .skin-vector-legacy .mw-heading2 > h2, | ||
.skin-vector-legacy .mw-parser-output h2.pvz-grass-heading { | |||
margin-bottom: 0 !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; | position: absolute; | ||
right: 0; | right: 0; | ||
bottom: 0; | bottom: 0; | ||
left: 0; | left: 0; | ||
z-index: 1; | |||
display: block; | display: block; | ||
height: | height: 14px; | ||
overflow: hidden; | |||
pointer-events: none; | pointer-events: none; | ||
background | background: #ead9b8; | ||
-webkit-mask-image: | -webkit-mask-image: | ||
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 112 16'%3E%3Cpath fill='black' d='M0 16V11Q3 10 5 5Q6 2 7 5L10 11Q13 9 15 3Q16 0 18 4L21 11Q24 8 26 6Q28 3 29 7L32 12Q35 9 38 2Q39 0 41 4L44 11Q48 9 50 5Q52 2 53 6L56 12Q60 8 63 1Q64 0 66 4L69 11Q73 9 75 6Q77 3 79 7L82 12Q86 9 89 2Q90 0 92 4L95 11Q99 8 102 5Q104 2 106 6L109 12Q111 11 112 10V16Z'/%3E%3C/svg%3E"); | |||
mask-image: | mask-image: | ||
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 112 16'%3E%3Cpath fill='black' d='M0 16V11Q3 10 5 5Q6 2 7 5L10 11Q13 9 15 3Q16 0 18 4L21 11Q24 8 26 6Q28 3 29 7L32 12Q35 9 38 2Q39 0 41 4L44 11Q48 9 50 5Q52 2 53 6L56 12Q60 8 63 1Q64 0 66 4L69 11Q73 9 75 6Q77 3 79 7L82 12Q86 9 89 2Q90 0 92 4L95 11Q99 8 102 5Q104 2 106 6L109 12Q111 11 112 10V16Z'/%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 16px; | |||
mask-size: 112px 16px; | |||
} | } | ||
