창원아트위키
Menu
둘러보기
대문
최근 바뀜
임의 문서로
도움말
검색
여기를 가리키는 문서
가리키는 글의 바뀜
특수 문서 목록
문서 정보
최근 바뀜
도움말
로그인
행위
메시지
토론
원본 보기
역사
미디어위키
Vector.css 문서 원본 보기
←
미디어위키:Vector.css
문서 편집 권한이 없습니다. 다음 이유를 확인해주세요:
요청한 명령은 다음 권한을 가진 사용자에게 제한됩니다:
사용자
.
이 문서는 이 위키의 소프트웨어 인터페이스에 쓰이는 문서로, 부정 행위를 막기 위해 보호되어 있습니다. 모든 위키에 대한 번역을 추가하거나 바꾸려면 미디어위키 지역화 프로젝트인
translatewiki.net
에 참여하시기 바랍니다.
문서의 원본을 보거나 복사할 수 있습니다.
/* <source lang="css"> */ /* 디자인 변경에 관해 [[위키백과토론:위키프로젝트 시스템/벡터 스킨]]에서 논의 중입니다. */ /** * * 특정 이름공간 문서의 배경을 하늘색, 비활성 탭의 색깔을 연한 하늘색으로 지정합니다. * * 적용 대상: 특수기능(-1), 토론(1), 사용자토론(3), 위키백과토론(5), 그림토론(7), 미디어위키(8), 미디어위키토론(9), * 틀토론(11), 도움말토론(13), 분류토론(15), 들머리토론(101), 위키프로젝트토론(103) * **/ .ns-1 #content, .ns-1 #p-cactions li a:hover, .ns-1 #p-cactions li.selected a, .ns-3 #content, .ns-3 #p-cactions li a:hover, .ns-3 #p-cactions li.selected a, .ns-5 #content, .ns-5 #p-cactions li a:hover, .ns-5 #p-cactions li.selected a, .ns-6 #content, .ns-6 #p-cactions li a:hover, .ns-6 #p-cactions li.selected a, .ns-7 #content, .ns-7 #p-cactions li a:hover, .ns-7 #p-cactions li.selected a, .ns-8 #content, .ns-8 #p-cactions li a:hover, .ns-8 #p-cactions li.selected a, .ns-9 #content, .ns-9 #p-cactions li a:hover, .ns-9 #p-cactions li.selected a, .ns-11 #content, .ns-11 #p-cactions li a:hover, .ns-11 #p-cactions li.selected a, .ns-13 #content, .ns-13 #p-cactions li a:hover, .ns-13 #p-cactions li.selected a, .ns-15 #content, .ns-15 #p-cactions li a:hover, .ns-15 #p-cactions li.selected a, .ns-101 #content, .ns-101 #p-cactions li a:hover, .ns-101 #p-cactions li.selected a, .ns-103 #content, .ns-103 #p-cactions li a:hover, .ns-103 #p-cactions li.selected a, .ns--1 #content, .ns--1 #p-cactions li a:hover, .ns--1 #p-cactions li.selected a { background-color: #fafaff; } #p-cactions li a { background-color: #fbfbfb; } #mw-subcategories table, #mw-pages table { background-color: transparent; } /* [[위키백과토론:위키프로젝트 시스템/벡터 스킨#IE8에서 사이드바 글자 짤림 현상]] 관련 - 2010년 4월 9일 (금) 10:05 [[사용자:PuzzletChung]] */ #mw-panel div.portal div.body ul li { padding: 0.25em 0; } /* 2단계 제목을 굵은 글꼴로 */ h2 { font-weight: bold; } /* 입력창 크기 버그 수정. 영어 위키백과에서 가져옴 */ /* [[bugzilla:20276]] */ input#wpSummary { width:100%; } /* 알찬 글, 보호 문서 등의 아이콘 위치 조정 */ 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; } /* [[:m:Typography refresh]]에서 {{다른 뜻}} 등에 italic 준 것 무효화 */ .rellink, .dablink { font-style: normal; } /* </source> */
미디어위키:Vector.css
문서로 돌아갑니다.