MediaWiki:Common.css
Page de l’interface de MediaWiki
Autres actions
Note : après avoir publié vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.
- Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
- Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
- Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
#footer {
display: none;
}
.last-modified {
display: none;
}
.citizen-dropdown-summary {
display: none;
}
/* Date modified */
.page-info {
display: none !important;
}
/* Wrapper parent pour images normales adaptatives sur mobile */
.mobile-responsive-wrapper {
display: block;
width: 100vw; /* largeur de l’écran */
max-width: 100%; /* jamais dépasser l’écran */
box-sizing: border-box; /* inclut les padding/borders */
}
/* L’image elle-même */
.mobile-responsive-wrapper img {
width: 100%;
max-width: 100%;
height: auto;
display: block;
}
.dashboard-button {
display: inline-block;
background: #f4f6f8;
color: #1a1a1a;
text-align: center;
font-size: 20px;
font-weight: 600;
padding: 30px 20px;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(0,0,0,0.08);
text-decoration: none;
margin: 10px;
transition: all 0.2s ease;
}
.dashboard-button:hover {
background: #e8f0ff;
transform: translateY(-3px);
}