미디어위키:Vector.css

L위키, 시민들이 참여하여 가꾸는 리버럴 위키

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

  • 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
  • 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
  • 인터넷 익스플로러 / 엣지: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
  • 오페라: Ctrl-F5를 입력.
/* 이 CSS 설정은 벡터 스킨을 사용하는 사용자에게 적용됩니다
** 이 문서는 한국어 위키백과에 있는 동명의 문서를 가져왔음을 밝힙니다.
*/

/* 대문에서 특정 요소를 숨김 */
.page-L위키_대문 #deleteconfirm,
.page-L위키_대문 #t-cite,
.page-L위키_대문 #footer-info-lastmod,
.action-view.page-L위키_대문 #siteSub,
.action-view.page-L위키_대문 #contentSub,
.action-view.page-L위키_대문 .firstHeading,
.page-메타_대문 #deleteconfirm,
.page-메타_대문 #t-cite,
.page-메타_대문 #footer-info-lastmod,
.action-view.page-메타_대문 #siteSub,
.action-view.page-메타_대문 #contentSub,
.action-view.page-메타_대문 .firstHeading{
	display: none !important;
}

/* 광장 등지에 토론 탭 숨김 */
.action-view.page-L위키_광장 #ca-talk, .action-view.page-L위키_운영진_요청 #ca-talk, .action-view.page-메타_광장 #ca-talk {
	display: none;
}

/* Position coordinates */
#coordinates {
	position: absolute;
	top: 0;
	right: 0;
	float: right;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	text-align: right;
	text-indent: 0;
	font-size: 85%;
	text-transform: none;
	white-space: nowrap;
}
/* correct position for VE */
.ve-ce-surface-enabled #coordinates {
	margin-right: 2em;
	margin-top: -1em;
}
.mw-indicator #coordinates {
	position: absolute;
	top: 3em;
	right: 0;
	line-height: 1.6;
	text-align: right;
	font-size: 92%;
	white-space: nowrap;
}

#p-cactions li a {
    background-color: #fbfbfb;
}
#mw-subcategories table, #mw-pages table {
    background-color: transparent;
}

/* 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;
}

/* FR topicon position */
.flaggedrevs_short {
	position: absolute;
	top: -3em;
	right: 100px;
	z-index: 1;
}

/* 표어 표시하는 모양 조절. */
#siteSub {
    font-size: 13px;
}

/* Move page status indicators down slightly */
/*.mw-body .mw-indicators {
	padding-top: 0.4em;
}*/

/* 편집 요약, 이유의 모양 설정.
 (기울임 대신 글자 크기 약간 작게 하여 구별) */
.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, #ca-ve-edit a {
	font-weight: bold !important;
}

/* [[MediaWiki:Edittools]] 편집 입력 도구의 버튼 */
.my-buttons {
	text-align: left;
	font-size: 110%;
}

.my-buttons a {
	color: black;
	background-color: #f9f9f9 !important;
	text-decoration: none;
	border: 1px solid #dddddd;
	margin: 0.25em;
	padding-left: 3px;
	padding-right: 3px;
}

/* [[:m:Typography refresh]]에서 {{다른 뜻}} 등에 italic 준 것 무효화 */
.rellink, .dablink {
  font-style: normal;
}

/* increase Vector sidebar width to accommodate ads */
#p-Ads div.body {margin: 0em !important; }