MediaWiki:Common.css: Difference between revisions

From 20R1
No edit summary
No edit summary
 
Line 9: Line 9:
width: 100%;
width: 100%;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 1.2em; color: #333333;
font-style: italic;
line-height: 1.5;
font-weight: 400;
text-align: left;"
font-size: 1.5em; color: #333333;
line-height: 1.6;
text-align: left;
}
}

Latest revision as of 05:47, 2 April 2026

/* Responsive image container */
.full-width-image img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}
.overview-row style {
	padding: 40px 50px 50px 50px;
	width: 100%;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 1.5em; color: #333333;
	line-height: 1.6;
	text-align: left;
}