미디어위키:Monobook.css

위키책, 위키책

참여자께서 편집을 한 후 바뀐 내용을 확인하기 위해서는 브라우저의 캐시를 비워야 합니다. 캐시를 비우기 위한 단축키는 참여자께서 쓰고 있는 브라우저에 따라 다음과 같습니다.

  • Mozilla Fire Fox :
    Ctrl-R
  • Windows Explorer / Opera :
    Ctrl-F5
  • Apple Safari :
    Cmd-R
  • Konqueror :
    Ctrl-R
/*** 참조: [[MediaWiki:Common.css]] ***/

/* 네임스페이스 페이지의 바탕색 */
 /* 따로 정하지 않은 네임스페이스들: 흰색 */
 #content,
 #mytabs li.selected a,

 /* 모든 토론 페이지: 연한 노랑 */
 .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 : #FFFFEB; }

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

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

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

 /* 도움말 페이지: 연한 연두색 */
 .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-color : #F6F6F6; }

/* 인쇄되지 않는 부분 */
 #content { background-color: #FFFFFF; }
 @media print{
  .editlink, .noprint, .metadata, .dablink { display: none }
 }

/* 파일 올리기 sidebar에서 제거 */
 #t-upload { display: none; }

/* 왼쪽 sidebar */
 .portlet {
  background-color: #EEEEEE;
  float: none;
  overflow: hidden;
 }
 .portlet h5 {
  background-color: #EEEEEE;
  color: #004954;
  font-size: 120%;
  font-weight: bold; 
 }
 .pBody {
  background-color: #FFFFFC;
 }
 #p-logo { background-color:transparent; }

/* 맨 위 Tabs (낱말, 토론, 편집...) */
 #p-cactions li.selected a { background-color: #EEEEEE; }