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

편집 요약 없음
편집 요약 없음
43번째 줄: 43번째 줄:


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

2015년 4월 17일 (금) 21:58 판

/* 위키 이미지 캡션 글자 크기 작아지는 문제 수정 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;
}

/* 목차 리스트 스타일 조정 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;
}