편집 요약 없음 |
편집 요약 없음 |
||
1번째 줄: | 1번째 줄: | ||
.liberty-content-header { | .liberty-content-header { | ||
background-color: #222; /* 어두운 배경 */ | background-color: #222 !important; /* 매우 어두운 배경 색상 */ | ||
border-bottom: 2px solid #dd0000 !important; /* 아래쪽 테두리 색상 */ | |||
border-top: 2px solid transparent !important; /* 상단 테두리는 투명 */ | |||
border-right: none !important; /* 오른쪽 테두리는 없앰 */ | |||
border-left: none !important; /* 왼쪽 테두리는 없앰 */ | |||
box-shadow: 0px 0px 25px #222; /* 어두운 색상으로 그림자 효과 */ | |||
} | } |
2024년 11월 7일 (목) 23:33 판
.liberty-content-header {
background-color: #222 !important; /* 매우 어두운 배경 색상 */
border-bottom: 2px solid #dd0000 !important; /* 아래쪽 테두리 색상 */
border-top: 2px solid transparent !important; /* 상단 테두리는 투명 */
border-right: none !important; /* 오른쪽 테두리는 없앰 */
border-left: none !important; /* 왼쪽 테두리는 없앰 */
box-shadow: 0px 0px 25px #222; /* 어두운 색상으로 그림자 효과 */
}