미디어위키:Vector-2022.css: 두 판 사이의 차이

주소용어집
둘러보기로 이동 검색으로 이동
편집 요약 없음
편집 요약 없음
1번째 줄: 1번째 줄:
/* Vector 2022: 사이트명 텍스트 숨기기 */
/* 상단 로고 옆에 Sitename 텍스트 숨기기 */
.vector-header-start .vector-logo .vector-logo-text {
.vector-header .vector-logo-text {
    display: none !important;
  display: none !important;
}
 
/* Vector 2022: 로고를 반응형으로 표시 */
.vector-header-start .vector-logo .mw-wiki-logo {
    background-size: contain !important;  /* 비율 유지 */
    background-repeat: no-repeat !important;
    width: 100% !important;                /* 컨테이너 가로에 맞게 */
    max-width: 200px !important;          /* 너무 커지지 않도록 최대 가로 크기 */
    height: auto !important;              /* 세로 자동 조정 */
    aspect-ratio: 150 / 26 !important;    /* 원본 비율 유지 */
}
}

2025년 9월 12일 (금) 02:07 판

/* 상단 로고 옆에 Sitename 텍스트 숨기기 */
.vector-header .vector-logo-text {
  display: none !important;
}