MediaWiki:Common.css: Difference between revisions

From FamilySearch Wiki
No edit summary
No edit summary
Line 39: Line 39:
#mw-head .vector-menu-dropdown .vector-menu-content-list {
#mw-head .vector-menu-dropdown .vector-menu-content-list {
font-size: 1.6em;
font-size: 1.6em;
}
#mw-head .vector-menu-dropdown .vector-menu-content-list {
    top: 38px;
}
}

Revision as of 09:50, 24 August 2022

/** Header stylying */

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

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

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

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

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

#mw-head .vector-menu-dropdown h3 {
	font-size: 0.875em;
	line-height: 1.125em;
}

#mw-head .vector-menu-dropdown .vector-menu-content-list {
	font-size: 1.6em;
}

#mw-head .vector-menu-dropdown .vector-menu-content-list {
    top: 38px;
}