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 edit summary
Line 5: Line 5:
     background-size: cover;
     background-size: cover;
     background-attachment: fixed;
     background-attachment: fixed;
}
#content{
    background-color: #00000011;
    color: #ffffff;
}
#bodyContent{
    background-color: #00000011;
    color: #ffffff;
}
}

Revision as of 00:01, 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;
}

#content{
    background-color: #00000011;
    color: #ffffff;
}

#bodyContent{
    background-color: #00000011;
    color: #ffffff;
}