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

MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
/* All CSS here will be loaded for users of the Citizen skin */
/* All CSS here will be loaded for users of the Citizen skin */
/* Rende il colore del footer uguale al resto della pagina */
/* Nasconde completamente il footer */
#footer {
#footer {
     background-color: #ffffff; /* Usa la variabile principale di sfondo */
     display: none !important;
    color: inherit; /* Mantiene il colore del testo */
    border-top: none; /* Opzionale: rimuove una linea di separazione, se presente */
    box-shadow: none; /* Rimuove eventuali ombreggiature */
}
}

Revision as of 15:22, 22 May 2025

/* All CSS here will be loaded for users of the Citizen skin */
/* Nasconde completamente il footer */
#footer {
    display: none !important;
}