미디어위키:Vector.css

리버티게임(개발), 모두가 만들어가는 자유로운 게임
백괴게임>아라님의 2012년 1월 2일 (월) 13:08 판
둘러보기로 이동 검색으로 이동

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

  • 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
  • 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
  • 인터넷 익스플로러 / 엣지: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
  • 오페라: Ctrl-F5를 입력.
/* <pre><nowiki>*/

/* 인쇄용 문서에서 일부 객체를 숨김 */
@media print {
  .editlink, .noprint, .metadata, .dablink {
    display: none;
  }
}

/* 로그인 상자의 모양 조절. */
#pt-login {
  font-weight: bold;
  font-size: 110%;
}
form#userlogin {
  float: left;
  padding: 1em 1em .7em 1em;
  background-color: #ffffe6;
  border: 2px solid #fc6;
  color: #000;
  margin-right: 2em;
}
form#userlogin table {
  background-color: #ffffe6;
  color: #000;
}
form#userlogin2 {
  float: left;
  padding: 1em 1em .7em 1em;
  background-color: #ffffe6;
  border: 2px solid #fc6;
  color: #000;
  margin-right: 2em;
}
form#userlogin2 table {
  background-color: #ffffe6;
  color: #000;
}

/* 이하 용도 및 목적 불명 */
#p-nav h5 {
   display: none;
}
#p-nav .pBody {
   padding-right: 0;
}
#p-nav a {
   display: block;
   width: 100%;
}
#spoken {
  position: absolute;
  float: right;
  text-align: right;
  font-size: 90%;
  right: 0;
  z-index: 1;
  background: none;
  border-bottom-style: none;
  top: -2.2em;
  display: block !important;
}
p.error {
  font-weight: bold;
}

/**
 *
 * 특정 이름공간 문서의 배경을 하늘색, 토론 이름공간 문서의 배경을 노란색,
 * 프로젝트 이름공간 문서의 배경을 초록색으로 지정합니다.
 *
 * 적용 대상: 특수기능(-1), 토론(1), 사용자토론(3), 백괴게임(4), 백괴게임토론(5), 파일토론(7),
 * 미디어위키(8), 미디어위키토론(9), 틀토론(11), 도움말(12), 도움말토론(13), 분류토론(15)
 *
 **/
 
.ns-6 #content, .ns-6 #p-cactions li a:hover, .ns-6 #p-cactions li.selected a,
.ns-8 #content, .ns-8 #p-cactions li a:hover, .ns-8 #p-cactions li.selected a,
.ns--1 #content, .ns--1 #p-cactions li a:hover, .ns--1 #p-cactions li.selected a {
  background-color: #f5f5ff;
}

.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-7 #content, .ns-7 #p-cactions li a:hover, .ns-7 #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 {
  background-color: #fafaee;
}

.ns-4 #content, .ns-4 #p-cactions li a:hover, .ns-4 #p-cactions li.selected a,
.ns-12 #content, .ns-12 #p-cactions li a:hover, .ns-12 #p-cactions li.selected a {
  background-color: #f5fff5;
}

/* 이름공간의 번호, 명칭
 '-2' : '미디어', '-1' : '특수기능'
 '0' : '게임', '1' : '토론'
 '2' : '사용자', '3' : '사용자토론'
 '4' : '백괴게임', '5' : '백괴게임토론'
 '6' : '파일', '7' : '파일토론'
 '8' : '미디어위키', '9' : '미디어위키토론'
 '10' : '틀', '11' : '틀토론'
 '12' : '도움말', '13' : '도움말토론'
 '14' : '분류', '15' : '분류토론'
 '100' : '백괴나라', '101' : '백괴나라토론'
*/


/*</nowiki></pre>*/