사용자:Salamander724/modern.css

위키백과, 우리 모두의 백과사전.

참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다. 구글 크롬, 파이어폭스, 마이크로소프트 엣지, 사파리: ⇧ Shift 키를 누른 채 "새로 고침" 버튼을 클릭하십시오. 더 자세한 정보를 보려면 위키백과:캐시 무시하기 항목을 참고하십시오.

/* <pre><nowiki> */

/* 이하 [[미디어위키:Monobook.css]]에서 */

/* 차이 보기의 글자 크기 조절. */
td.diff-addedline, td.diff-deletedline, td.diff-context {
font-size: 85%;
color: inherit;
}

/* toccolours 클래스: 일부 틀의 디자인에 사용됨 */
.toccolours {
border:1px solid #aaaaaa;
background-color: #f9f9f9;
padding: 5px;
font-size: 95%;
}

/* [[그림:Example.jpg|thumb]] 프레임이 붙어 있는 그림의 배경을 하얀색으로 */
div.thumb div a img {
background-color:#ffffff;
}

/* 글자 크기 조절 */
.portlet h5,
.portlet ul,
#toc .toctoggle {
font-size: 100%;
}

.pBody,
#footer,
div.thumb div {
font-size: 95%;
}

h2 {
font-weight: bold;
}

/* 최근 바뀜에서의 편집 관련 표시 */
.minor {
font-size: smaller;
color: #808080;
}

.newpage {
font-size: smaller;
color: #FF0000;
}

.bot {
font-size: smaller;
color: #3CB371;
}

/* 편집 요약, 이유의 모양 설정.
(기울임 대신 글자 크기 약간 작게 하여 구별) */
.comment {
font-style: normal !important;
font-size: 9pt;
}

/* 최근 바뀜에서 문서 분량 변경에 색깔 넣기
(증가는 초록색 감소는 빨간색) */
.mw-plusminus-pos {
color:green;
}
.mw-plusminus-neg {
color:red;
}

/* 문서 목록과 주시문서 목록에서 넘겨주기의 모양 설정
(연한 회색) */
.allpagesredirect a,
.watchlistredir a {
color:#888888;
}

/* 이상 [[미디어위키:Monobook.css]]에서 */


/* 보정 */

/* 대문에서 특정 요소를 숨김 */
body.page-위키백과_대문 #contentSub, {
display: none !important;
}

/* 개인 도구 */
#p-personal li {
font-weight: normal !important;
text-transform: none !important;
}

/* 본문 글자 크기 */
#mw_contentholder {
font-size:118%;
}

/* 본문 문단 */
#mw_contentholder p {
margin-top: 0.4em;
margin-right: 0pt;
margin-bottom: 0.5em;
margin-left: 0pt;
line-height: 1.5em;
}

/* 그림 */
img {
border: none;
vertical-align: middle;
}