MediaWiki:Common.css: Difference between revisions

From VLTK
No edit summary
No edit summary
Line 9: Line 9:
div.color-middle{
div.color-middle{
     background: yellow;
     background: yellow;
}
div.color-left{
    background: #ff148d;
}
div.color-right{
    background: #fd9209;
}
}

Revision as of 17:42, 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;
}