MediaWiki:Common.css: Difference between revisions

From VLTK
No edit summary
No edit summary
Line 15: Line 15:
div.color-right{
div.color-right{
     background: #fd9209;
     background: #fd9209;
}
.mw-body h1.firstHeading {
    margin: 0.25em 0 0.5em;
    border-bottom: none;
    font-size: 240%;
    font-family: sans-serif;
    line-height: 1.25;
    font-weight: bold;
}
}

Revision as of 17:45, 26 November 2021

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

body{
    background: #48b955 !important;
}
div#mw-header-container{
    background: #b06fff !important;
}
div.color-middle{
    background: yellow;
}
div.color-left{
    background: #ff148d;
}
div.color-right{
    background: #fd9209;
}
.mw-body h1.firstHeading {
    margin: 0.25em 0 0.5em;
    border-bottom: none;
    font-size: 240%;
    font-family: sans-serif;
    line-height: 1.25;
    font-weight: bold;
}