미디어위키:Common.css

최근 편집: 2018년 9월 26일 (수) 20:36

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

  • 파이어폭스 / 사파리: 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 {
	 font-family: 'Apple SD Gothic Neo', 'Noto Sans KR', '본고딕', 'Noto Sans CJK KR', 'KoPubDotum Medium', '나눔바른고딕', '나눔고딕', NanumGothic, '맑은고딕', 'Malgun Gothic', Arial, Dotum, sans-serif;
}

.mw-wiki-logo {
	background-image: url(/fw-resources/logo.png);
	background-size: 120px 100px;
	background-repeat: no-repeat;
	background-position: center center;
}

.textthumbinnertext  {
	background-color: white;
	border: 1px solid #ccc;
	text-align: left;
	padding: 1em;
	margin-bottom: .5em;
}

/*'페미위키에 게시'*/
.wikiEditor-publish-dialog-copywarn > ul {
	list-style-type: none;
    margin-left: 0;
}