« 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 47 : | Ligne 47 : | ||
/* Pour avoir des boutons */ | |||
.guide-button { | .guide-button { | ||
display: block; | display: block; | ||
padding: | padding: 20px; | ||
background: # | background: #f8fafc; | ||
border-radius: | border: 1px solid #e5e7eb; | ||
border-radius: 10px; | |||
text-align: center; | text-align: center; | ||
font-weight: 600; | font-weight: 600; | ||
margin: | margin: 12px 0; | ||
transition: all 0.15s ease; | |||
} | } | ||
.guide-button:hover { | .guide-button:hover { | ||
background: # | background: #f1f5f9; | ||
transform: translateY(-1px); | |||
} | } | ||
Version du 9 mars 2026 à 03:09
#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;
}
/* Pour que les séparation se voit sur skin citizen */
.mw-parser-output h2 {
border-bottom: 2px solid #d1d5db;
padding-bottom: 6px;
margin-bottom: 12px;
}
.mw-parser-output h3 {
border-bottom: 1px solid #e5e7eb;
padding-bottom: 4px;
margin-bottom: 10px;
}
/* Pour avoir des boutons */
.guide-button {
display: block;
padding: 20px;
background: #f8fafc;
border: 1px solid #e5e7eb;
border-radius: 10px;
text-align: center;
font-weight: 600;
margin: 12px 0;
transition: all 0.15s ease;
}
.guide-button:hover {
background: #f1f5f9;
transform: translateY(-1px);
}