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 3: | Line 3: | ||
#p-tb .body { background-image: linear-gradient(to bottom, red, orange); } | #p-tb .body { background-image: linear-gradient(to bottom, red, orange); } | ||
.pBody { | |||
border-width: 5px; | |||
border-color: #083f75; | |||
background: url(https://michealsreallycoolwiki.com/index.php/File:Imagen(4).png); | |||
} | |||
Revision as of 18:05, 29 July 2026
/* CSS placed here will be applied to all skins */
#p-tb .body { background-image: linear-gradient(to bottom, red, orange); }
.pBody {
border-width: 5px;
border-color: #083f75;
background: url(https://michealsreallycoolwiki.com/index.php/File:Imagen(4).png);
}
