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

식물 vs 좀비 위키
편집 요약 없음
편집 요약 없음
 
(같은 사용자의 중간 판 2개는 보이지 않습니다)
1번째 줄: 1번째 줄:
/* Vector 2010 Legacy 인터페이스 디자인
/* Vector 2010 Legacy 인터페이스 디자인
  * 기준: MediaWiki-Gadget-Vector.css-actionbar-v20.txt
  * 기준: MediaWiki-Gadget-Vector.css-actionbar-v20.txt
  * v45: 잔디 구분선 높낮이 완화
  * v48: 최하단창 단순형 디자인
  */
  */


1,243번째 줄: 1,243번째 줄:
.skin-vector-legacy #footer {
.skin-vector-legacy #footer {
position: relative !important;
position: relative !important;
isolation: isolate;
display: flow-root;
display: flow-root;
width: auto !important;
width: auto !important;
max-width: none !important;
max-width: none !important;
margin:
margin:
5rem
4rem
var(--pvz-layout-edge-gap, 1rem)
var(--pvz-layout-edge-gap, 1rem)
0
0
1,256번째 줄: 1,255번째 줄:
var(--pvz-layout-edge-gap, 1rem)
var(--pvz-layout-edge-gap, 1rem)
) !important;
) !important;
padding:
padding: 1.15rem 1.35rem 1rem !important;
calc(1rem + 15px)
border: 1px solid #c79a4a !important;
calc(1.2rem + 15px)
1rem !important;
border: 15px solid #5b1f09 !important;
border-bottom: 0 !important;
border-bottom: 0 !important;
border-radius: 30px 30px 0 0 !important;
border-radius: 16px 16px 0 0 !important;
box-sizing: border-box !important;
box-sizing: border-box !important;
overflow: hidden !important;
background: #f3e5ca !important;
background: #e6d2b2 !important;
background-image: none !important;
background-image: none !important;
box-shadow: none !important;
box-shadow: none !important;
color: #4b3328 !important;
color: #5f4030 !important;
}
}


.skin-vector-legacy #footer::before {
.skin-vector-legacy #footer::before,
content: "";
.skin-vector-legacy #footer::after {
position: absolute;
content: none !important;
inset: 15px 15px 0;
display: none !important;
z-index: -1;
display: block;
border-radius: 18px 18px 0 0;
background: #fffae9;
pointer-events: none;
}
}


.skin-vector-legacy #footer ul,
.skin-vector-legacy #footer ul,
.skin-vector-legacy #footer li {
.skin-vector-legacy #footer li {
position: relative;
z-index: 1;
margin-bottom: 0 !important;
margin-bottom: 0 !important;
}
}