MediaWiki:Common.css: Difference between revisions
Appearance
some main page formatting Tag: Reverted |
removed mobile formatting, moving to Mobile.css Tag: Reverted |
||
| Line 21: | Line 21: | ||
#welcome-box h1 { | #welcome-box h1 { | ||
border-bottom-color: #C2637A; | border-bottom-color: #C2637A; | ||
width: 50%; | |||
} | } | ||
#events-box h2 { border-bottom-color: #627ac1; } | #events-box h2 { border-bottom-color: #627ac1; } | ||
#bulletin-box h2 { border-bottom-color: #62c1aa; } | #bulletin-box h2 { border-bottom-color: #62c1aa; } | ||
.documentation .mw-editsection { | .documentation .mw-editsection { | ||
display: none; | display: none; | ||
} | } | ||
Revision as of 20:54, 11 April 2026
/* CSS placed here will be applied to all skins */
#footer-info li, #footer-places li {
font-size: 14px;
}
.mw-logo-wordmark {
font-size: 1.5rem;
color: maroon;
}
.hatnote {
font-style: italic;
padding-left: 1.5em;
margin-bottom: 0.5em;
}
.page-Main_Page .firstHeading {
display: none;
}
#welcome-box h1 {
border-bottom-color: #C2637A;
width: 50%;
}
#events-box h2 { border-bottom-color: #627ac1; }
#bulletin-box h2 { border-bottom-color: #62c1aa; }
.documentation .mw-editsection {
display: none;
}