미디어위키:Paper.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
24번째 줄: 24번째 줄:
}
}


* {
  font-family: "Open Sans", Helvetica, Arial, Gulim, sans-serif;
}
#wikiBody {
  font-size: 12px;
}
#wikiBody a:link {
  color: #00e;
  text-decoration:none;
}
#wikiBody a:visited {
  color: #551a8b;
}
#wikiBody a.nonexistent,
#wikiBody a.new { color: gray; }
#wikiBody a.external { color: #090; }
#wikiBody a.external:before { background-color: #090; color: #fff; content: '外'; display: inline; }
#wikiBody a:hover {
  text-decoration:underline;
}
/* 목차 리스트 스타일 조정 2015-04-17 koreapyj */
/* 목차 리스트 스타일 조정 2015-04-17 koreapyj */
#toc h2, .toc h2 {
#toc h2, .toc h2 {

2015년 4월 18일 (토) 16:49 판

/* 위키 이미지 캡션 글자 크기 작아지는 문제 수정 2015-04-17 koreapyj */

div.thumbinner, 
html .thumbcaption {
  font-size: inherit;
}

/* 목차 글자 크기 조절 2015-04-17 koreapyj */
#toc, .toc, #toc .toctoggle, .toc .toctoggle {
  font-size: inherit;
}

/* 목차 테두리 제거 2015-04-17 koreapyj */
#toc, .toc, .mw-warning {
  border: none;
}

/* 목차 타이틀 좌정렬 2015-04-17 koreapyj */
#toc #toctitle, 
.toc #toctitle, 
#toc .toctitle, 
.toc .toctitle {
  text-align: left;
}

* {
  font-family: "Open Sans", Helvetica, Arial, Gulim, sans-serif;
}
 
#wikiBody {
  font-size: 12px;
}
 
#wikiBody a:link {
  color: #00e;
  text-decoration:none;
}
 
#wikiBody a:visited {
  color: #551a8b;
}
 
#wikiBody a.nonexistent,
#wikiBody a.new { color: gray; }
 
#wikiBody a.external { color: #090; }
#wikiBody a.external:before { background-color: #090; color: #fff; content: '外'; display: inline; }
 
#wikiBody a:hover {
  text-decoration:underline;
}
/* 목차 리스트 스타일 조정 2015-04-17 koreapyj */
#toc h2, .toc h2 {
  border: none !important;
}

#toc ul, .toc ul {
  margin-left: 1em;
}

#toc li, .toc li {
  list-style-image: none;
}

/* 넘겨주기 안내문 글자 크기 조절 2015-04-17 koreapyj */
#contentSub, #contentSub2 {
  font-size: inherit;
}

/* legend 및 저작권 안내 글자 크기 조절 2015-04-17 koreapyj */
#editpage-copywarn {
  font-size: inherit;
}

legend {
  font-size: inherit;
}