사용자:Turror/연습장/Styles.css

위키백과, 우리 모두의 백과사전.

참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다. 구글 크롬, 파이어폭스, 마이크로소프트 엣지, 사파리: ⇧ Shift 키를 누른 채 "새로 고침" 버튼을 클릭하십시오. 더 자세한 정보를 보려면 위키백과:캐시 무시하기 항목을 참고하십시오.

.helpContents-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.helpContents-header {
	flex: 1 0 100%;
	padding-bottom: 1em;
	border-bottom: 1px solid #a2a9b1;
	text-align: center;
}

.helpContents-header .searchbox .mw-ui-checkbox {
	display: none !important; /* hide namespace checkboxes */
}

.helpContents-section {
    position: relative;
    flex: 1 0 50%;
    min-width: 380px;
    box-sizing: border-box;
    margin: 1em 0; 
    padding-left: 30px;
    padding-right: 20px;
}

.helpContents-section h2 {
	font-size: 21px;
	padding: 0;
	margin-top: 1em;
	margin-bottom: 0.25em;
	line-height: 1.5;
}

.helpContents-section ul {
	margin-left: 0;
	padding-left: 0;
}

.helpContents-icon {
    position: absolute;
    top: 25px;
    left: 0;
    line-height: 1;
    opacity: 0.7;
}

.helpContents-additional-search {
	text-align: center;
	margin-bottom: 1em;
}