MediaWiki:Common.css: Difference between revisions

From 20R1
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Responsive image container */
/* Responsive image container */
.full-width-image img {
.full-width-image img {
     width: 100% !important;
     width: auto !important;
     height: auto !important;
     height: auto !important;
     max-width: 100%;
     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;
}
}

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;
}