« 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 71 : | Ligne 71 : | ||
transform: translateY(-2px); | transform: translateY(-2px); | ||
box-shadow: 0 4px 10px rgba(80, 110, 140, 0.25); | box-shadow: 0 4px 10px rgba(80, 110, 140, 0.25); | ||
} | |||
/* Désactiver les sections pliables Citizen */ | |||
.citizen-section-arrow, | |||
.citizen-toc-toggle, | |||
.mw-collapsible-toggle, | |||
.citizen-collapsible-toggle { | |||
display: none !important; | |||
} | |||
.mw-collapsible-content, | |||
.citizen-collapsible-content { | |||
display: block !important; | |||
} | |||
details.citizen-toc summary::marker, | |||
details summary .citizen-toc-toggle { | |||
display: none !important; | |||
} | |||
details[open] { | |||
pointer-events: none; | |||
} | |||
details { | |||
open: true; | |||
} | } | ||
Version du 9 mars 2026 à 03:34
#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 */
.mw-parser-output a .guide-button {
display: block;
padding: 22px;
background: #d0dae6;
border: 1px solid #b8c6d6;
border-radius: 12px;
text-align: center;
font-weight: 600;
font-size: 18px;
margin: 14px auto;
max-width: 700px;
color: #1a2a3a !important;
text-decoration: none !important;
transition: all 0.15s ease;
box-shadow: 0 1px 3px rgba(80, 110, 140, 0.15);
}
.mw-parser-output a:hover .guide-button {
background: #bfcdde;
border-color: #9ab0c8;
color: #1a2a3a !important;
transform: translateY(-2px);
box-shadow: 0 4px 10px rgba(80, 110, 140, 0.25);
}
/* Désactiver les sections pliables Citizen */
.citizen-section-arrow,
.citizen-toc-toggle,
.mw-collapsible-toggle,
.citizen-collapsible-toggle {
display: none !important;
}
.mw-collapsible-content,
.citizen-collapsible-content {
display: block !important;
}
details.citizen-toc summary::marker,
details summary .citizen-toc-toggle {
display: none !important;
}
details[open] {
pointer-events: none;
}
details {
open: true;
}