MediaWiki:Common.css: Difference between revisions

From semantic-hub.io
Created page with "CSS placed here will be applied to all skins: body { background: #1e293b; }"
 
mNo edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Backgroundcolor footer */
body { background: #1e293b; }
body { background: #1e293b; }
/* Page title h1 */
.mw-heading mw-heading1 {
    background: #1e293b;
    padding: 15px;
    border-radius: 10px;
}
.mw-heading mw-heading1  h1 {
    color: #38bdf8;
    margin: 0;
}

Revision as of 17:26, 12 April 2026

/* CSS placed here will be applied to all skins */

/* Backgroundcolor footer */
body { background: #1e293b; }

/* Page title h1 */
.mw-heading mw-heading1 {
    background: #1e293b;
    padding: 15px;
    border-radius: 10px;
}

.mw-heading mw-heading1  h1 {
    color: #38bdf8;
    margin: 0;
}