« MediaWiki:Common.css » : différence entre les versions
Page de l’interface de MediaWiki
Autres actions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 31 : | Ligne 31 : | ||
height: auto; | height: auto; | ||
display: block; | 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); | |||
} | } | ||
Version du 8 mars 2026 à 15:16
#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);
}