미디어위키: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
  * v40: 더보기 재클릭 닫기 안정화·분류창 밝기 폰트 조정
  * v41: 분류창 여백·테두리 축소 각주창 디자인
  */
  */


1,068번째 줄: 1,068번째 줄:
.skin-vector-legacy .catlinks {
.skin-vector-legacy .catlinks {
margin-top: 1.35rem !important;
margin-top: 1.35rem !important;
padding: 0.82rem 1rem !important;
padding: 0.52rem 0.72rem !important;
border: 2px solid #c79a4a !important;
border: 1px solid #c79a4a !important;
border-radius: 12px !important;
border-radius: 10px !important;
box-sizing: border-box !important;
box-sizing: border-box !important;
background: #f8ecd3 !important;
background: #f8ecd3 !important;
1,117번째 줄: 1,117번째 줄:
background: transparent !important;
background: transparent !important;
color: inherit !important;
color: inherit !important;
}
/* =========================
  각주창
  ========================= */
.skin-vector-legacy .mw-parser-output > .mw-references-wrap,
.skin-vector-legacy .mw-parser-output > ol.references,
.skin-vector-legacy .mw-parser-output > .references {
margin-top: 1.35rem !important;
padding: 0.72rem 0.9rem !important;
border: 3px solid #8f632d !important;
border-radius: 12px !important;
box-sizing: border-box !important;
background: #f8ecd3 !important;
background-image: none !important;
color: #75462d !important;
font-family:
"SB Aggro L",
"SB 어그로 L",
"SB Aggro",
"SB 어그로",
sans-serif !important;
font-weight: 300 !important;
line-height: 1.55 !important;
text-shadow: none !important;
box-shadow: none !important;
}
.skin-vector-legacy .mw-parser-output > .mw-references-wrap > ol.references {
margin-top: 0 !important;
margin-bottom: 0 !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
border: 0 !important;
background: transparent !important;
color: inherit !important;
font: inherit !important;
}
.skin-vector-legacy .mw-parser-output > .mw-references-wrap a,
.skin-vector-legacy .mw-parser-output > ol.references a,
.skin-vector-legacy .mw-parser-output > .references a {
color: #75462d !important;
font-family:
"SB Aggro L",
"SB 어그로 L",
"SB Aggro",
"SB 어그로",
sans-serif !important;
font-weight: 300 !important;
text-shadow: none !important;
}
.skin-vector-legacy .mw-parser-output > .mw-references-wrap a:hover,
.skin-vector-legacy .mw-parser-output > ol.references a:hover,
.skin-vector-legacy .mw-parser-output > .references a:hover {
color: #5e321e !important;
}
}