바뀜

791 바이트 제거됨 ,  2026년 4월 2일 (목)
편집 요약 없음
1번째 줄: 1번째 줄:  
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
 
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
 +
 +
#siteNotice {
 +
display: none;
 +
}
 +
 
.externalimage-holder {
 
.externalimage-holder {
 
     position: relative;
 
     position: relative;
17번째 줄: 22번째 줄:  
h2 { font-size: 1.8em; }
 
h2 { font-size: 1.8em; }
 
h3 { font-size: 1.6em; }
 
h3 { font-size: 1.6em; }
  −
.liberty-notice {
  −
    border: none !important;
  −
    background: transparent !important;
  −
    box-shadow: none !important;
  −
    padding: 0 !important;
  −
    margin: 0 !important;
  −
    color: #333 !important;
  −
    line-height: 1.5 !important;
  −
}
  −
  −
.liberty-notice .alert {
  −
    border: none !important;
  −
    background: transparent !important;
  −
    box-shadow: none !important;
  −
    padding: 0 !important;
  −
    margin: 0 !important;
  −
    color: inherit !important;
  −
    line-height: inherit !important;
  −
}
  −
  −
.liberty-notice div {
  −
    margin: 0 !important;
  −
    padding: 0 !important;
  −
}
  −
  −
.liberty-notice .close {
  −
    display: none !important;
  −
}
  −
  −
.liberty-notice .alert-dismissible {
  −
    padding-right: 0 !important;
  −
}
  −
  −
/* 다크 모드 대응 */
  −
@media (prefers-color-scheme: dark) {
  −
    .liberty-notice {
  −
        color: #ddd !important;
  −
    }
  −
}