MediaWiki:Common.css: Difference between revisions

From Fishtank Live Wiki
No edit summary
No edit summary
Line 3: Line 3:
     background-image: url(https://fishtanklive.wiki/images/green-bg.webp);
     background-image: url(https://fishtanklive.wiki/images/green-bg.webp);
     background-size: cover;
     background-size: cover;
}
.vector-feature-zebra-design-disabled .mw-page-container {
    border-radius: 0 0 35px 35px;
}
}

Revision as of 22:33, 1 February 2024

/* CSS placed here will be applied to all skins */
.vector-feature-zebra-design-disabled body {
    background-image: url(https://fishtanklive.wiki/images/green-bg.webp);
    background-size: cover;
}

.vector-feature-zebra-design-disabled .mw-page-container {
    border-radius: 0 0 35px 35px;
}