사용자:Park4223/monobook.css

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

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

/* wikitable 스타일 조정 */
table.wikitable,
table.prettytable {
  margin: 1em 1em 1em 0;
  background: #f5faff;
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
}
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
  border: 1px #aaaaaa solid;
  padding: 0.2em;
}
table.wikitable th,
table.prettytable th {
  background: #cedff2;
  text-align: center;
}
table.wikitable caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
} 

}

/* 링크 */
:link.stub {
  color: #008000;
}
:link.stub.visited {
  color: #007000;
}

/* Sitenotice*/
#siteNotice {
  margin-top: 5px;
  text-align: center;
}

/* '베타 버전 체험하기' 버튼 숨김 */
li#pt-optin-try {
display: none;
}

/* usermessage override */
.usermessage {
    background-color: lightsteelblue !important;
    border: 1px solid steelblue;
}