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

편집 요약 없음
태그: 되돌려진 기여
편집 요약 없음
 
(같은 사용자의 중간 판 744개는 보이지 않습니다)
1번째 줄: 1번째 줄:
/* 이 CSS 설정은 리버티 스킨을 사용하는 사용자에게 적용됩니다 */
.mw-headline-number { color: #0275d8; }
.mw-headline-number::after { content: "."; }
/* 분류칸 그림자 제거 */
.skin-liberty .catlinks {
    box-shadow: none !important; /* 그림자 제거 */
    border: 1px solid #ddd; /* 필요 시 테두리 스타일을 정의 */
}
/* 기본 폰트 변경 */
body {
    font-family: 'Pretendard', sans-serif !important; /* 폰트를 강제로 적용 */
}


/* 제목 부분 폰트 변경 */
.liberty-content-header {
#firstHeading {
border-bottom: 0.8px !important;
    font-family: 'Pretendard', sans-serif !important;
}
 
/* 제목과 본문을 하나로 이어지게 조정 */
#content {
    background-color: transparent; /* 본문 배경색 투명화 */
    margin-top: 0; /* 제목과 본문의 간격 제거 */
}
 
#content h1.firstHeading {
    background-color: transparent; /* 제목 배경색 투명화 */
    margin-bottom: 0; /* 본문과의 간격 제거 */
    border-bottom: none; /* 구분선 제거 */
    padding-bottom: 0; /* 여백 제거 */
}
 
#contentSub {
    margin-top: -5px; /* 본문 바로 아래의 설명 간격 조정 */
}
 
.mw-body {
    background-color: #ffffff; /* 전체 배경을 동일한 색으로 통합 */
    padding: 0; /* 불필요한 여백 제거 */
    border: none; /* 테두리 제거 */
}
}

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

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