MediaWiki:Print.css: Difference between revisions

From greek.doctor
No edit summary
No edit summary
Line 31: Line 31:
h5,
h5,
h6 {
h6 {
font-family: Georgia
font-family: Georgia;
    font-weight: normal;
}
}



Revision as of 07:40, 21 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;
}

.printfooter,
.mw-footer,
.thumb,
figure,
table,
ol,
dl,
ul,
h3,
h4,
h5,
h6 {
	font-family: Georgia;
    font-weight: normal;
}

h2 {
  margin-bottom: 0;
}

p {
 margin-top: 0;
}