"미디어위키:Common.css"의 두 판 사이의 차이

이 문서는 2020년 7월 15일 (수) 17:30에 마지막으로 편집되었습니다.
(Gomdoli4696 (토론)의 585판 편집을 되돌림)
태그: 대체됨 편집 취소
39번째 줄: 39번째 줄:
font-size: 12px;
font-size: 12px;
color: #3DB7CC;
color: #3DB7CC;
}
/* 링크 밀줄 제거. 위키백과 참고. */
.nounderlines a {
  text-decoration: none;
}
/* 목차의 블라인드 */
.toclimit-2 .toclevel-2,
.toclimit-3 .toclevel-3,
.toclimit-4 .toclevel-4,
.toclimit-5 .toclevel-5,
.toclimit-6 .toclevel-6,
.toclimit-7 .toclevel-7 {
  display:none;
}
/* Redirect article */
.allpagesredirect a,
.watchlistredir a,
.redirect-in-category a:link,
.redirect-in-category a:visited {
  color:#888888;
}
/* 준보호 문서 편집 색 */
.mw-textarea-sprotected {
  background: yellow;
}
}

2020년 7월 15일 (수) 17:30 판

/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
.page-특수기능_최근바뀜 .mw-rollback-link,
.page-특수기능_주시문서목록 .mw-rollback-link {
  font-size: smaller;
}

/* 최근 바뀜에서의 편집 관련 표시 작게. */
.minoredit {
  font-size: smaller;
  color: #808080;
}
.newpage {
  font-size: smaller;
  color: #FF0000;
}
.botedit {
  font-size: smaller;
  color: #3CB371;
}
.unpatrolled {
  font-size: smaller;
}

/* 최근바뀜에서의 편집 요약 */
.comment {
  font-style: normal !important;
  font-size: 9pt;
}

.mw-plusminus-pos {
  color:green;
}
.mw-plusminus-neg {
  color:red;
}

/* 태그 */
.mw-tag-markers {
	font-size: 12px;
	color: #3DB7CC;
}

/* 링크 밀줄 제거. 위키백과 참고. */
.nounderlines a {
  text-decoration: none;
}

/* 목차의 블라인드 */
.toclimit-2 .toclevel-2,
.toclimit-3 .toclevel-3,
.toclimit-4 .toclevel-4,
.toclimit-5 .toclevel-5,
.toclimit-6 .toclevel-6,
.toclimit-7 .toclevel-7 {
  display:none;
}

/* Redirect article */
.allpagesredirect a,
.watchlistredir a,
.redirect-in-category a:link,
.redirect-in-category a:visited {
  color:#888888;
}


/* 준보호 문서 편집 색 */
.mw-textarea-sprotected {
  background: yellow;
}