Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
(Created page with "→‎CSS placed here will be applied to all skins: body.page-Main_Page { background: url('https://predictive-pulse.com/path/to/your/image.jpg') no-repeat center center fixed; background-size: cover; }")
 
No edit summary
Line 2: Line 2:


body.page-Main_Page {
body.page-Main_Page {
     background: url('https://predictive-pulse.com/path/to/your/image.jpg') no-repeat center center fixed;
     background: url('https://predictive-pulse.com/images/5ean444_winter_cabin_forest_snow_night_sky_stars_peaceful_reali_fc7e7992-0c1e-4564-bf78-2930ff9dc2f9.png') no-repeat center center fixed;
     background-size: cover;
     background-size: cover;
}
}

Revision as of 03:12, 25 November 2024

/* CSS placed here will be applied to all skins */

body.page-Main_Page {
    background: url('https://predictive-pulse.com/images/5ean444_winter_cabin_forest_snow_night_sky_stars_peaceful_reali_fc7e7992-0c1e-4564-bf78-2930ff9dc2f9.png') no-repeat center center fixed;
    background-size: cover;
}