MediaWiki:Common.css: Difference between revisions

From Micheal's Really Cool Wiki
Created page with "CSS placed here will be applied to all skins: #mw-panel { background-color: #e6ffb4; } -"
 
No edit summary
 
(39 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


#mw-panel { background-color: #e6ffb4; } -
#p-tb .body { background-image: linear-gradient(to bottom, red, orange);  }
 
#mp-1 {
    background-color: #2d499b;
}

Latest revision as of 18:23, 29 July 2026

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

#p-tb .body { background-image: linear-gradient(to bottom, red, orange);  }

#mp-1 {
    background-color: #2d499b;
}