미디어위키:Common.css: 두 판 사이의 차이

편집 요약 없음
태그: 되돌려진 기여
편집 요약 없음
태그: 수동 되돌리기
15번째 줄: 15번째 줄:
.custom-content {
.custom-content {
     display: none; /* 초기 상태는 접힘 */
     display: none; /* 초기 상태는 접힘 */
}
/* MediaWiki:Common.css 또는 MediaWiki:YourSkin.css에 추가 */
/* 글로우 효과를 위한 기본 클래스 (필요 시 사용) */
.glow-text {
    color: #ffffff; /* 기본 글자 색상 */
    text-shadow: 0 0 5px #ffffff; /* 기본 외부 광선 효과 */
}
}

2024년 9월 24일 (화) 04:03 판

/* 이 CSS 설정은 모든 스킨에 적용됩니다 */

/* ReferenceTooltip 스타일 로드 */
@import url('//en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-ReferenceTooltips.css&action=raw&ctype=text/css');

.no-link-style a {
  text-decoration: none; /* 링크 밑줄 제거 */
  color: inherit; /* 부모 요소의 색상 사용 */
}

.custom-toggle {
    cursor: pointer;
}

.custom-content {
    display: none; /* 초기 상태는 접힘 */
}