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
No edit summary
No edit summary
Line 6: Line 6:
}
}


#footer-info, #footer-places {
    display: none;
}


#footer-places {
#footer-places {
     display: none; /* Hides the footer links like Privacy Policy, About, Disclaimers */
     display: none; /* Hides the footer links like Privacy Policy, About, Disclaimers */
}
}

Revision as of 03:21, 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;
}


#footer-places {
    display: none; /* Hides the footer links like Privacy Policy, About, Disclaimers */
}