MediaWiki:Common.css: Difference between revisions

From 흡혈양파의 번역工房
Jump to navigation Jump to search
(Common.css 페이지 추가)
 
(Common.css 에 TeX 과 LaTeX 에 대한 로고 출력 css 내용 추가)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
/** 이 CSS 설정은 모든 스킨에 적용됩니다 */
.tex sub, .latex sub, .latex sup {
div.mw-geshi {
  text-transform: uppercase;
   padding: 1em;  
}
   margin: 1em 0;  
 
   border: 1px dashed #2f6fab;
.tex sub, .latex sub {
   background-color: #f9f9f9;
  vertical-align: -0.5ex;
  margin-left: -0.1667em;
  margin-right: -0.125em;
}
 
.tex, .latex, .tex sub, .latex sub {
   font-size: 1em;
}
 
.latex sup {
   font-size: 0.85em;
  vertical-align: 0.15em;
   margin-left: -0.36em;
   margin-right: -0.15em;
}
}

Latest revision as of 08:33, 21 April 2016

.tex sub, .latex sub, .latex sup {
  text-transform: uppercase;
}

.tex sub, .latex sub {
  vertical-align: -0.5ex;
  margin-left: -0.1667em;
  margin-right: -0.125em;
}

.tex, .latex, .tex sub, .latex sub {
  font-size: 1em;
}

.latex sup {
  font-size: 0.85em;
  vertical-align: 0.15em;
  margin-left: -0.36em;
  margin-right: -0.15em;
}