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

편집 요약 없음
태그: 되돌려진 기여
편집 요약 없음
 
(같은 사용자의 중간 판 579개는 보이지 않습니다)
1번째 줄: 1번째 줄:
/* 이 CSS 설정은 리버티 스킨을 사용하는 사용자에게 적용됩니다 */
.mw-headline-number { color: #0275d8; }
.mw-headline-number::after { content: "."; }
.content-wrapper {
    margin-top: 72px !important; /* 본문 위쪽 간격 */
}
.liberty-content-header .content-tools {
    position: relative;
    margin-top: 10px; /* 제목과 content-tools 사이 간격 */
    margin-bottom: 10px; /* content-tools와 본문 사이 간격 */
}


.liberty-content-header {
.liberty-content-header {
    display: flex;
border-bottom: 0.8px !important;
    flex-direction: column;
    align-items: flex-start;
}
}

2025년 7월 4일 (금) 06:03 기준 최신판

.liberty-content-header {
	border-bottom: 0.8px !important;
}