미디어위키:Common.css: 두 판 사이의 차이

(문단 옆 편집 버튼 크기 조절)
(위로 아래로 제거)
32번째 줄: 32번째 줄:
display: flex;
display: flex;
align-items: center;
align-items: center;
}
/* 위로 아래로 제거 */
.mascot_wrap {
display: none;
}
}

2023년 1월 3일 (화) 14:04 판

/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
.mw-highlight pre {
	font-size: 90%;
}

.external {
	color: #33b733!important;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

.mw-editsection {
	font-size: initial;
	margin-left: 10px;
}

/* 1.39 버전에서 분류 표시가 li로 표시돠는 문제 해결 */
#mw-normal-catlinks > ul {
	list-style: none;
}

#mw-normal-catlinks > ul > li {
	float: left;
	margin-right: 15px;
}

/* 분류: 밑부분에 분류값이 표시되는 문제 해결 */
#mw-normal-catlinks {
	display: flex;
	align-items: center;
}

/* 위로 아래로 제거 */
.mascot_wrap {
	display: none;
}
• 현재 페이지 URL 줄이기