Difference between revisions of "MediaWiki:Common.css"

From ISMOC
Jump to: navigation, search
Line 4: Line 4:
 
#bodyContent {
 
#bodyContent {
 
   font-size: 0.875em;
 
   font-size: 0.875em;
}
 
 
/* Generic class for Times-based serif, texhtml class for inline math */
 
.times-serif,
 
span.texhtml {
 
font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
 
font-size: 118%;
 
line-height: 1;
 
}
 
span.texhtml {
 
white-space: nowrap;
 
}
 
span.texhtml span.texhtml {
 
font-size: 100%;
 
}
 
span.mwe-math-mathml-inline {
 
font-size: 118%;
 
 
}
 
}

Revision as of 18:00, 29 January 2019

/* CSS placed here will be applied to all skins */

/* Bring the text to 14px */
#bodyContent {
  font-size: 0.875em;
}