미디어위키

Common.css

North Korea Humanities

김지선 (토론 | 기여)님의 2024년 11월 23일 (토) 16:49 판

참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다.

  • 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
  • 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
  • 인터넷 익스플로러: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
  • 오페라: 메뉴 → 설정(맥의 경우 오페라 → 환경 설정)으로 이동한 다음 개인 정보 보호 및 보안 → 검색 데이터 지우기 → 캐시한 영상 및 파일을 누름.
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
cite {
  box-shadow: inset 0 -20px 0 #FAFAFA;
}


/* Accordion header styles */
.bs-accordion .panel-heading {
  padding: 0; /* Remove padding on the heading */
}

/* Make anchor clickable area larger */
.bs-accordion .panel-heading a {
  display: block;
  padding: 10px 15px; /* Increase the padding to make the clickable area bigger */
  text-decoration: none; /* Optional: Remove underline if any */

  /* Chevron rotation on active state */
  transition: transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* Chevron icon behavior when expanded */
.bs-accordion .panel-heading a[aria-expanded="true"] .glyphicon.glyphicon-chevron-right {
  transform: rotate(90deg); /* Rotate the chevron when the panel is expanded */
  transition: transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* Default chevron behavior */
.bs-accordion .panel-heading .glyphicon.glyphicon-chevron-right {
  transition: transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1); /* Smooth transition for chevron rotation */
}