Community Central

The Admin Code of Conduct is now live! This new policy outlines clear expectations for wiki admins. Check out the announcement blog!

READ MORE

Community Central
Community Central

It may not be obvious how to style certain dynamic notifications displayed briefly via JavaScript. You can use the following code snippets to style some of these (colors in these snippets are merely examples).

Add/remove from Watchlist[]

/* Watchlist notifications */
.mw-notification {
    background-color: #fff !important;
    border: 1px solid red !important;
    color: black !important;
}

Page save[]

/* Page save notifications */
.postedit-container .postedit {
    background: #fff !important;
    border: 1px solid red !important;
    color: black !important;
}

cs:Změna barev v dynamických notifikacích