MediaWiki:Common.css: Difference between revisions

From Laenkea
Jump to navigation Jump to search
No edit summary
No edit summary
Line 38: Line 38:
text-align: center;
text-align: center;
line-height: 1.3em;
line-height: 1.3em;
}
.infobox-title {
padding: 0.4em 0.6em 0.4em 0.6em;
}
}



Revision as of 21:26, 7 August 2023

/* CSS placed here will be applied to all skins */
.IPA {
	font-family: Gentium,'Gentium Plus',GentiumAlt,'DejaVu Sans','Segoe UI','Lucida Grande','Charis SIL','Doulos SIL','TITUS Cyberbit Basic','Code2000','Lucida Sans Unicode',sans-serif;
    font-size: 110%;
    font-style: normal;
    font-variant-ligatures: no-common-ligatures;
}

.gender, .number, .noun-class {
	font-style: italic;
}

/* Module:infobox */

.infobox {
	float: right;
	clear: right;
	margin: 0.5em 0 0.5em 1em;
	padding: 0.2em;
	font-size: 88%;
	border: 1px solid #a2a9b1;
	border-spacing: 3px;
	background-color: #f8f9fa;
	border-collapse: collapse;
	color: black;
	width: 22em;
	line-height: 1.2em;
	text-align: left;
}

.infobox td,
.infobox th {
	padding: 0 0.6em 0.2em 0.6em;
}

.infobox-title {
	font-size: 125%;
	text-align: center;
	line-height: 1.3em;
}

.infobox-title {
	padding: 0.4em 0.6em 0.4em 0.6em;
}

.infobox-section-toprow {
	border-top: 1px solid #a2a9b1;
}

.infobox-section-toprow td,
.infobox-section-toprow th {
	padding: 0.4em 0.6em 0.2em 0.6em;
}