MediaWiki:Common.css: Difference between revisions

From Cosmic Clash
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: body { color: white; background: linear-gradient(45deg, rgba(10, 17, 10, 0.85), rgba(10, 21, 10, 0.85)), url("https://cdn.cosmicclash.io/general/bg-main-grey-4.jpg") center no-repeat; background-size: cover; background-attachment: fixed; }")
(No difference)

Revision as of 00:00, 19 December 2023

/* CSS placed here will be applied to all skins */
body {
    color: white;
    background: linear-gradient(45deg, rgba(10, 17, 10, 0.85), rgba(10, 21, 10, 0.85)), url("https://cdn.cosmicclash.io/general/bg-main-grey-4.jpg") center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}