메뉴 여닫기
37
87
11
1.6천
Project ZETA Wiki
환경 설정 메뉴 여닫기
개인 메뉴 여닫기
로그인하지 않음
지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.

Template:MainPage/styles.css: 두 판 사이의 차이

틀 문서
내용 삭제됨 내용 추가됨
새 문서: .main-header { margin: 0; } .fullwidth-banner { margin-bottom: 15px; } .fullwidth-banner img { width: 100%; height: auto; } .main-intro { margin-bottom: 15px; font-size: 15px; line-height: 1.6; } .main-intro blockquote { margin-top: var(--space-sm); font-style: italic; color: var(--color-subtle); }
 
편집 요약 없음
1번째 줄: 1번째 줄:
.main-header { margin: 0; }
.main-header {
margin: 0 0 0.5rem 0;
font-size: 1.4rem;
font-weight: 600;
color: var(--color-emphasized);
line-height: 1.3;
}


.fullwidth-banner { margin-bottom: 15px; }
.fullwidth-banner {
margin-bottom: 15px;
}


.fullwidth-banner img {
.fullwidth-banner img {

2026년 4월 6일 (월) 15:33 판

.main-header {
    margin: 0 0 0.5rem 0;
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--color-emphasized);
    line-height: 1.3;
}

.fullwidth-banner {
    margin-bottom: 15px;
}

.fullwidth-banner img {
    width: 100%;
    height: auto;
}

.main-intro {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.6;
}

.main-intro blockquote {
    margin-top: var(--space-sm);
    font-style: italic;
    color: var(--color-subtle);
}