MediaWiki:Common.css: Difference between revisions

From FamilySearch Wiki
No edit summary
No edit summary
Line 3: Line 3:
h2 {
h2 {
font-weight:bold;
font-weight:bold;
line-height:1.3;
line-height:1.3 !important;
font-size:1.5rem;
font-size:1.5rem !important;
}
}


h3 {
h3 {
font-weight:bold;
font-weight:bold;
line-height:1.6;
line-height:1.6 !important;
font-size:1.4rem;
font-size:1.4rem !important;
}
}


h4 {
h4 {
font-weight:bold;
font-weight:bold;
line-height: 1.6;
line-height: 1.6 !important;
font-size:1.3rem;
font-size:1.3rem !important;
}
}


h5 {
h5 {
font-weight:normal;
font-weight:normal;
line-height:1.6;
line-height:1.6 !important;
font-size:1.2rem;
font-size:1.2rem !important;
}
}


h6 {
h6 {
font-weight:normal;
font-weight:normal;
line-height:1.6;
line-height:1.6 !important;
font-size:1.1em;
font-size:1.1em !important;
font-style:italic;
font-style:italic;
}
}

Revision as of 20:47, 4 August 2022

/** Header stylying */

h2 {
	font-weight:bold;
	line-height:1.3 !important;
	font-size:1.5rem !important;
}

h3 {
	font-weight:bold;
	line-height:1.6 !important;
	font-size:1.4rem !important;
}

h4 {
	font-weight:bold;
	line-height: 1.6 !important;
	font-size:1.3rem !important;
}

h5 {
	font-weight:normal;
	line-height:1.6 !important;
	font-size:1.2rem !important;
}

h6 {
	font-weight:normal;
	line-height:1.6 !important;
	font-size:1.1em !important;
	font-style:italic;
}