MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 34: | Line 34: | ||
/* ========== Dark mode: white background for images ========== */ | /* ========== Dark mode: white background for images ========== */ | ||
.citizen-body img { | |||
background-color: #ffffff; | background-color: #ffffff; | ||
} | } | ||
Revision as of 12:28, 12 May 2026
/* ========== Main page hero ========== */
.altered-hero {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding: 3em 1em 2.5em;
gap: 0.75em;
width: 100%;
box-sizing: border-box;
}
.altered-hero__logo img {
width: 128px;
height: 128px;
filter: drop-shadow(0 4px 24px rgba(0, 0, 0, 0.18));
}
.altered-hero__title {
font-size: 2.5em;
font-weight: 700;
letter-spacing: -0.02em;
line-height: 1;
}
.altered-hero__tagline {
font-size: 1.1em;
opacity: 0.75;
max-width: 520px;
line-height: 1.6;
}
/* ========== Dark mode: white background for images ========== */
.citizen-body img {
background-color: #ffffff;
}