미디어위키:Common.css

최근 편집: 2018년 10월 18일 (목) 07:57
낙엽1124 (토론 | 기여)님의 2018년 10월 18일 (목) 07:57 판 (https://en.wikipedia.org/w/index.php?title=MediaWiki:Common.css&oldid=864402990)

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

  • 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
  • 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
  • 인터넷 익스플로러 / 엣지: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
  • 오페라: Ctrl-F5를 입력.
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */

/* 다른 문서에서 정의된 CSS 설정을 가져옵니다 */
@import url("/index.php?title=MediaWiki:Common.css/spoiler.css&action=raw&ctype=text/css") screen;
@import url("/index.php?title=MediaWiki:Common.css/bookflap.css&action=raw&ctype=text/css") screen;

/* 시각편집기에서 분류가 둘 나오는 것 가리기 */
html.ve-active #catlinks {
	display: none;
}

/* Allow limiting of which header levels are shown in a TOC;
   <div class="toclimit-3">, for instance, will limit to
   showing ==headings== and ===headings=== but no further
   (as long as there are no =headings= on the page, which
   there shouldn't be according to the MoS). */
/* TemplateStyles */
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
	display: none;
}