MediaWiki:Common.css: Difference between revisions
From 20R1
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 4: | Line 4: | ||
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;
}
