MediaWiki:Print.css: Difference between revisions

From greek.doctor
No edit summary
No edit summary
Line 23: Line 23:
h3,
h3,
h4 {
h4 {
   font-family: "Linux Libertine", Georgia, Times, serif;
   font-family: Georgia;
}
}

Revision as of 17:31, 20 June 2024

/* CSS placed here will affect the print output */

/* Infobox template style */
.infobox {
	border: 1px solid #a2a9b1;
	border-spacing: 3px;
	background-color: #f8f9fa;
	color: black;
	/* @noflip */
	margin: 0.5em 0 0.5em 1em;
	padding: 0.2em;
	/* @noflip */
	float: right;
	/* @noflip */
	clear: right;
	font-size: 88%;
	line-height: 1.5em;
	width: 22em;
}

h1,
h2,
h3,
h4 {
  font-family: Georgia;
}