MediaWiki:Common.css: Difference between revisions
From Micheal's Really Cool Wiki
PrimalSponge (talk | contribs) No edit summary |
PrimalSponge (talk | contribs) No edit summary |
||
| Line 5: | Line 5: | ||
#p-tb .body { background-color: #e6ffb4; } | #p-tb .body { background-color: #e6ffb4; } | ||
#bodycontent { background- | #bodycontent { background-image: linear-gradient(to bottom, red, yellow); } | ||
#grad { | #grad { | ||
background-image: linear-gradient(to bottom, red, yellow); | background-image: linear-gradient(to bottom, red, yellow); | ||
} | } | ||
Revision as of 23:30, 28 July 2026
/* CSS placed here will be applied to all skins */
body { background-color: #E09C67; }
#p-tb .body { background-color: #e6ffb4; }
#bodycontent { background-image: linear-gradient(to bottom, red, yellow); }
#grad {
background-image: linear-gradient(to bottom, red, yellow);
}
