미디어위키:Monobook.css

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

  • 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
  • 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
  • 인터넷 익스플로러 / 엣지: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
  • 오페라: Ctrl-F5를 입력.
/* 네임스페이스 페이지의 바탕색 */

 /* 따로 정하지 않은 네임스페이스들: 흰색 */
 #content,
 #mytabs li.selected a { background-color: #FFFFFF; }

 /* 모든 토론 페이지: 연한 노랑 */
 .ns-1 * #content,
 .ns-1 * #mytabs li.selected a, 
 .ns-3 * #content,
 .ns-3 * #mytabs li.selected a,
 .ns-5 * #content,
 .ns-5 * #mytabs li.selected a,
 .ns-7 * #content,
 .ns-7 * #mytabs li.selected a,
 .ns-9 * #content,
 .ns-9 * #mytabs li.selected a,
 .ns-11 * #content,
 .ns-11 * #mytabs li.selected a,
 .ns-13 * #content,
 .ns-13 * #mytabs li.selected a,
 .ns-15 * #content,
 .ns-15 * #mytabs li.selected a,
 .ns-101 * #content,
 .ns-101 * #mytabs li.selected a { background-color: #FFFFF0; }

 /* 프로젝트 페이지: 연한 핑크 + 회색 */
 .ns-4 * #content,
 .ns-4 * #mytabs li.selected a { background-color: #FEFEFE; }

 /* MediaWiki 페이지: 연한 자주 */
 .ns-8 * #content,
 .ns-8 * #mytabs li.selected a { background-color: #FFEAF9; }

 /* 템플릿 페이지: 연한 회색 */
 .ns-10 * #content,
 .ns-10 * #mytabs li.selected a { background-color: #F3F4EF; }

 /* 도움말 페이지: 연한 연두색 */
 .ns-12 * #content,
 .ns-12 * #mytabs li.selected a { background-color: #FBFFEF; }

 /* 카테고리 페이지: 연한 회색 */
 .ns-14 * #content,
 .ns-14 * #mytabs li.selected a { background-color: #F6F6F6; }

 /* 부록 페이지: 배경 그림 */
 .ns-100 * #content,
 .ns-100 * #mytabs li.selected a {
	background-image: url(//upload.wikimedia.org/wiktionary/ko/c/c0/BGImage_c.jpg); background-repeat: repeat-y;
 }

/* 인쇄되지 않는 부분 */

 @media print {
	.editlink,
	.noprint,
	.metadata,
	.dablink,
	#disclaimer,
	#languageline {
		display: none;
		}
	}

/* 파일 올리기, 링크된 문서의 최근 바뀜, 기록 일지 sidebar에서 제거 (일지는 둘러보기 칸에서)*/
 #t-upload,
 #t-recentchangeslinked,
 #t-log {
	display: none;
	}

/* 왼쪽 둘러보기/편집실... sidebar */

 .portlet {
	border: 0;
	float: none;
	overflow: hidden;
	}
 .pBody {
	border: 0;
	border-bottom: 1px solid #006398;
	background-color: #F3F4EF;
	}
 #p-search.portlet h5,
 #p-navigation.portlet h5,
 #p-portal.portlet h5,
 #p-tb.portlet h5,
 #p-lang.portlet h5 {
	display: block !important;
	width: 100%;
	border: 0;
	padding: 3px 0 3px 10px;
	color: #004954;
	font-size: 110%;
	font-weight: bold;
	background-image: url(//upload.wikimedia.org/wiktionary/ko/9/96/BGImage_a.jpg); background-repeat: repeat-x;
	}
 #p-logo {
	background-color: transparent;
	}

/* 맨 위 Tabs (낱말, 토론, 편집...) */
 #p-cactions li {
	padding-top: 1px !important;
	}
 #p-cactions li.selected a {
	padding-top: 1px !important;
	background-color: #FFFCDD;
	}
 #ca-edit a {
	background:#0000CC !important;
	color:white !important;
	font-weight: bold !important;
	}
 #ca-edit a:hover{
	background: inherit !important;
	color: inherit !important;
	}