틀:연습장:아바투르너마저/1/styles.css: 두 판 사이의 차이

편집 요약 없음
(내용을 ".mw-body { background-size: cover; background-repeat: no-repeat; background-position: center; background-attachment: fixed; }"(으)로 바꿈)
태그: 대체됨
 
(같은 사용자의 중간 판 20개는 보이지 않습니다)
1번째 줄: 1번째 줄:
/* 헤더 배경 색상 및 텍스트 스타일링 */
.mw-body {
#header {
   background-size: cover;
   background-color: #222; /* 어두운 배경 */
   background-repeat: no-repeat;
   color: white; /* 텍스트 색상 흰색 */
   background-position: center;
  padding: 20px 0;
   background-attachment: fixed;
  text-align: center;
}
 
/* 로고 스타일링 */
#p-logo img {
  max-width: 200px; /* 로고 크기 조정 */
}
 
/* 헤더 메뉴 항목 스타일링 */
#p-navigation li {
   display: inline-block;
  margin: 0 10px;
}
 
#p-navigation a {
   color: #ecf0f1; /* 메뉴 항목 색상 */
  font-weight: bold;
  text-decoration: none;
}
 
#p-navigation a:hover {
  color: #dd0000; /* 호버 효과 */
}
}

2025년 1월 4일 (토) 02:55 기준 최신판

.mw-body {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}