미디어위키:Vector.css

위키뉴스

참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다.

  • 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
  • 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
  • 인터넷 익스플로러 / 엣지: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
  • 오페라: Ctrl-F5를 입력.
#mw-subcategories table, #mw-pages table {
    background-color: transparent;
}
 
/* 벡터 스킨의 기본 글꼴 크기 키움. 시스템 기본 : 0.8em */
#bodyContent {
 font-size: 0.875em; /* 임시 설정 */
}
 
/* [[위키백과토론:위키프로젝트 시스템/벡터 스킨#IE8에서 사이드바 글자 짤림 현상]] 관련
- 2010년 4월 9일 (금) 10:05 [[사용자:PuzzletChung]] */
#mw-panel div.portal div.body ul li {
 padding: 0.25em 0;
}
 

/* 2단계 제목을 굵은 글꼴로 */
h2 { 
  font-weight: bold;
}
 
/* 보호 문서 등의 아이콘 위치 조정 */
div.topicon {
 position: absolute;
 top: -3em;
 margin-right: -10px;
 display: block !important;
}
 
body.ns-0 div.topicon,
body.ns-1 div.topicon {
 top: -2em;
}
 
/* 문서 제목 밑의 ‘위키뉴스 - 우리 모두의 뉴스.’ 모양 조절 */
body.ns-0 #siteSub,
body.ns-1 #siteSub {
    display: inline;
    font-size: 92%;
    font-weight: normal;
}
 
/* {{틀|Coord 관련}} */
 
#coordinates {
 position: absolute;
 top: -1em;
 right: 0em;
 float: right;
 margin: 0.0em;
 padding: 0.0em;
 line-height: 1.5em;
 text-align: right;
 text-indent: 0;
 font-size: 85%;
 text-transform: none;
 white-space: nowrap;
}
 
body.ns-0 #coordinates,
body.ns-1 #coordinates {
 top: 0em;
}

/* 편집 요약, 이유의 모양 설정.
 (기울임 대신 글자 크기 약간 작게 하여 구별) */
.comment {
  font-style: normal !important;
  font-size: 9pt;
}
 
/* 문서 목록과 주시문서 목록에서 넘겨주기의 모양 설정
 (연한 회색) */
.allpagesredirect a,
.watchlistredir a  {
  color:#888888;
}
 
/* 로그인·계정 등록 깨짐 수정 */
#loginend, #signupend {
 clear: both;
}
 
/* 계정 등록 폼 레이블 */
.mw-label {
 width: 6em;
}
 
/* 새내기들을 위해 윗부분 '편집' 버튼의 글씨를 언제나 굵게 */
#ca-edit a {
  font-weight: bold !important;
}
 
/* [[MediaWiki:Edittools]] 편집 입력 도구의 버튼 */
.my-buttons {
  padding: 0.5em;
}
.my-buttons a {
  color: black;
  background-color: #ccddee !important;
  font-weight: bold;
  font-size: 0.9em;
  text-decoration: none;
  border: thin #006699 outset;
  padding: 0 0.1em 0.1em 0.1em;
}
.my-buttons a:hover, .my-buttons a:active {
  background-color: #bbccdd;
  border-style: inset;
}
 
/* 사이트노티스 관련 - 영어 위키백과 참고 ([[bugzilla:19567]]) */ 
#siteNotice div {
  background-color: transparent;
}
#mw-dismissable-notice {
  background-color: transparent;
}