사용자:Latem20/newiwiki.css

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

  • 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
  • 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
  • 인터넷 익스플로러 / 엣지: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
  • 오페라: Ctrl-F5를 입력.
/* 상단바, 우측바 화면 고정 취소 */
div.top_navi { position: relative; }
div.navbar { position: static !important;  }
div.main_content { margin-top: 13px !important; }
div.right_col { position: static !important;  }

/* 공지 가리기 */
div#alertmsg { display:none !important; }

/* 주석 미리보기 */
/*
div.tooltip-inner
{
	background-color: #ffe !important;
	border: 1px solid #ff5 !important;
	border-radius: 3px !important;
	padding: 5px !important;
	opacity:1 !important;
	font-size: 12px !important;
	color: #000 !important;
}
*/
/* 본문 */
h1#firstHeading { font-size: 2em; !important; }
div#mw-content-text { font-size: inherit !important; }
div#mw-content-text h1 { font-size:2em !important; }
div#mw-content-text h2 { font-size:1.5em !important; }
div#mw-content-text h3 { font-size:1.17em !important; }
div#mw-content-text h4 { font-size:1em !important; }
div#mw-content-text h5 { font-size:0.83em !important; }
div#mw-content-text h6 { font-size:0.67em !important; }

/* 편집창 하단 */
div.mw-editTools { display: none; !important; }