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

주소용어집
둘러보기로 이동 검색으로 이동
편집 요약 없음
편집 요약 없음
1번째 줄: 1번째 줄:
/* 상단 로고 옆에 Sitename 텍스트 숨기기 */
/* 상단 로고 옆에 Sitename 텍스트 숨기기 */
.vector-header .vector-logo-text {
.vector-header .vector-logo-text {
  display: none !important;
}
.mw-logo-container {
   display: none !important;
   display: none !important;
}
}

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

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

.mw-logo-container {
  display: none !important;
}