Difference between revisions of "MediaWiki:Common.css"

From ISMOC
Jump to: navigation, search
Line 6: Line 6:
 
}
 
}
  
 +
/* 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 {
 
span.texhtml span.texhtml {
font-size: 50%;
+
font-size: 100%;
 
}
 
}
 
span.mwe-math-mathml-inline {
 
span.mwe-math-mathml-inline {
font-size: 100%;
+
font-size: 118%;
 
}
 
}

Revision as of 17:58, 29 January 2019

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

/* Bring the text to 14px */
#bodyContent {
  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%;
}