MediaWiki:Common.css: Difference between revisions

From Micheal's Really Cool Wiki
No edit summary
No edit summary
Line 5: Line 5:
#p-tb .body { background-image: linear-gradient(to bottom, red, orange); }
#p-tb .body { background-image: linear-gradient(to bottom, red, orange); }


body {
body { background-image: url("PrimalSponge1.png"); }
  height: 200px;
  background-color: red; /* For browsers that do not support gradients */
  background-image: linear-gradient(to bottom, red, yellow);
}

Revision as of 23:35, 28 July 2026

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

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

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

body { background-image: url("PrimalSponge1.png"); }