MediaWiki:Common.css: Difference between revisions

From Micheal's Really Cool Wiki
No edit summary
No edit summary
Line 3: Line 3:
body { background-image: linear-gradient(to bottom, red, yellow); }
body { background-image: linear-gradient(to bottom, red, yellow); }


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

Revision as of 23:32, 28 July 2026

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

body { background-image: linear-gradient(to bottom, red, yellow); }

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