MediaWiki:Common.css: Difference between revisions

From Micheal's Really Cool Wiki
No edit summary
No edit summary
Line 6: Line 6:


#bodycontent { background-color: #CD855F; }
#bodycontent { background-color: #CD855F; }
#grad {
  background-image: linear-gradient(to bottom, red, yellow);
}

Revision as of 23:29, 28 July 2026

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

body { background-color: #E09C67; }

#p-tb .body { background-color: #e6ffb4; }

#bodycontent { background-color: #CD855F; }

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