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

편집 요약 없음
편집 요약 없음
 
(같은 사용자의 중간 판 572개는 보이지 않습니다)
1번째 줄: 1번째 줄:
/* 이 CSS 설정은 리버티 스킨을 사용하는 사용자에게 적용됩니다 */
.mw-headline-number { color: #0275d8; }
.mw-headline-number::after { content: "."; }


.content-wrapper {
.liberty-content-header {
    margin-top: 72px !important; /* 본문 위쪽 간격 */
border-bottom: 0.8px !important;
}
 
/* 모바일에서 content-tools을 제목 우하단으로 위치시키기 */
@media (max-width: 768px) {
    .content-wrapper .liberty-content .liberty-content-header .content-tools {
        position: absolute; /* 절대 위치 지정 */
        right: 0; /* 우측으로 위치 */
        bottom: 0; /* 하단으로 위치 */
        margin-bottom: 10px; /* 하단 여백 추가 */
        margin-right: 10px; /* 우측 여백 추가 */
    }
}
}

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

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