MediaWiki:Common.css: Difference between revisions

m
spacing
(Updated logo, 2026 wordmark)
m (spacing)
 
(3 intermediate revisions by the same user not shown)
Line 174: Line 174:
.mw-wiki-logo {
.mw-wiki-logo {
     background-image: url("/images/e/e1/Mozilla-wiki-logo-2026-135px.png") !important;
     background-image: url("/images/e/e1/Mozilla-wiki-logo-2026-135px.png") !important;
}
html, body {
    font-family:"Mozilla Text", sans-serif !important;
}
.mw-body h1,
.mw-body-content h1,
.mw-body-content h2 {
    font-family:"Mozilla Headline", sans-serif  !important;
}
/* Card box */
.card {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
    border:0;
    border-radius: 3px;
}
/* Watermark for pages that have the obsolete banner template */
#bodyContent:has(.obsolete_page) {
    /* Light orange background color */
    background-color: #ffe8ea26;
 
    /* The repeating text pattern */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='100'%3E%3Ctext x='50%25' y='50%25' fill='rgba(255, 206, 211, 0.6)' font-size='20' font-family='Arial, sans-serif' font-weight='bold' text-anchor='middle' dominant-baseline='middle' transform='rotate(-30, 75, 50)'%3EOBSOLETE%3C/text%3E%3C/svg%3E");
    background-repeat: repeat;
}
}
Bureaucrats, canmove, Confirmed users, Interface administrators, Administrators, MozillaWiki team
1,360

edits