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

이 문서는 2020년 7월 20일 (월) 14:07에 마지막으로 편집되었습니다.
잔글
68번째 줄: 68번째 줄:
.mw-textarea-sprotected {
.mw-textarea-sprotected {
   background: #FFFFE6;
   background: #FFFFE6;
}
.infobox {
border: 1px solid #a2a9b1;
border-spacing: 3px;
background-color: #f8f9fa;
color: black;
/* @noflip */
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
/* @noflip */
float: right;
/* @noflip */
clear: right;
font-size: 88%;
line-height: 1.5em;
width: 25em;
}
}

2020년 7월 20일 (월) 14:07 판

/* 이 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: #FFFFE6;
}

.infobox {
	border: 1px solid #a2a9b1;
	border-spacing: 3px;
	background-color: #f8f9fa;
	color: black;
	/* @noflip */
	margin: 0.5em 0 0.5em 1em;
	padding: 0.2em;
	/* @noflip */
	float: right;
	/* @noflip */
	clear: right;
	font-size: 88%;
	line-height: 1.5em;
	width: 25em;
}