Basculer le menu
Changer de menu des préférences
Basculer le menu personnel
Non connecté(e)
Votre adresse IP sera visible au public si vous faites des modifications.

« MediaWiki:Common.css » : différence entre les versions

Page de l’interface de MediaWiki
Aucun résumé des modifications
Aucun résumé des modifications
 
(28 versions intermédiaires par 2 utilisateurs non affichées)
Ligne 1 : Ligne 1 :
#footer {
.last-modified {
     display: none;
     display: none;
}
}
 
.citizen-footer__bottom {
 
     display: none !important;
.last-modified {
     display: none;
}
}


img[alt="Powered by MediaWiki"] {
.noprint {
     display: none !important;
     display: none !important;
}
}
.citizen-dropdown-summary {
.citizen-dropdown-summary {
display: none;
    display: none;
}
}
/* Ne plus avoir le téléverser sur menu hamburger */
#t-upload { display: none !important; }


/* Date modified */
/* Date modified */
Ligne 20 : Ligne 21 :
     display: none !important;
     display: none !important;
}
}
/* Wrapper parent pour images normales adaptatives sur mobile */
/* Wrapper parent pour images normales adaptatives sur mobile */
.mobile-responsive-wrapper {
.mobile-responsive-wrapper {
  display: block;
    display: block;
  max-width: 100%;
    max-width: 100%;
  box-sizing: border-box;
    box-sizing: border-box;
}
}
/* L'image elle-même */
/* L'image elle-même */
.mobile-responsive-wrapper img {
.mobile-responsive-wrapper img {
  max-width: 100%;
    max-width: 100%;
  height: auto;
    height: auto;
  display: block;
    display: block;
}
}


/* Pour que les séparation se voit sur skin citizen */
/* Séparations */
.mw-parser-output h2 {
.mw-parser-output h2 {
     border-bottom: 2px solid #d1d5db;
     border-bottom: 2px solid #5b8fa8;
     padding-bottom: 6px;
     padding-bottom: 6px;
     margin-bottom: 12px;
     margin-bottom: 12px;
}
}
.mw-parser-output h3 {
.mw-parser-output h3 {
     border-bottom: 1px solid #e5e7eb;
     border-bottom: 1px solid #5b8fa8;
     padding-bottom: 4px;
     padding-bottom: 4px;
     margin-bottom: 10px;
     margin-bottom: 10px;
}
}


 
/* Boutons */
/* Pour avoir des boutons */
.mw-parser-output a .guide-button {
.mw-parser-output a .guide-button {
     display: block;
     display: block;
Ligne 66 : Ligne 63 :
     box-shadow: 0 1px 3px rgba(80, 110, 140, 0.15);
     box-shadow: 0 1px 3px rgba(80, 110, 140, 0.15);
}
}
.mw-parser-output a:hover .guide-button {
.mw-parser-output a:hover .guide-button {
     background: #bccad8;
     background: #bccad8;
Ligne 74 : Ligne 70 :
     box-shadow: 0 4px 10px rgba(80, 110, 140, 0.25);
     box-shadow: 0 4px 10px rgba(80, 110, 140, 0.25);
}
}
 
/* Sections pliables Citizen */
/* Désactiver les sections pliables Citizen */
.citizen-section-indicator {
.citizen-section-indicator {
     display: none !important;
     display: none !important;
}
}
.citizen-section-heading {
.citizen-section-heading {
     cursor: default !important;
     cursor: default !important;
     pointer-events: none !important;
     pointer-events: none !important;
}
}
.citizen-section-heading a {
.citizen-section-heading a {
     pointer-events: auto !important;
     pointer-events: auto !important;
     cursor: pointer !important;
     cursor: pointer !important;
}
/* Pus de boutons sur la sidebar pour changer les couleurs du site */
.citizen-preferences-dropdown {
    display: none !important;
}
}

Dernière version du 9 mai 2026 à 20:06

.last-modified {
    display: none;
}
.citizen-footer__bottom {
    display: none !important;
}

.noprint {
    display: none !important;
}
.citizen-dropdown-summary {
    display: none;
}

/* Ne plus avoir le téléverser sur menu hamburger */

#t-upload { display: none !important; }

/* Date modified */
.page-info {
    display: none !important;
}
/* Wrapper parent pour images normales adaptatives sur mobile */
.mobile-responsive-wrapper {
    display: block;
    max-width: 100%;
    box-sizing: border-box;
}
/* L'image elle-même */
.mobile-responsive-wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Séparations */
.mw-parser-output h2 {
    border-bottom: 2px solid #5b8fa8;
    padding-bottom: 6px;
    margin-bottom: 12px;
}
.mw-parser-output h3 {
    border-bottom: 1px solid #5b8fa8;
    padding-bottom: 4px;
    margin-bottom: 10px;
}

/* Boutons */
.mw-parser-output a .guide-button {
    display: block;
    padding: 22px;
    background: #cdd8e3;
    border: 1px solid #b0c0d0;
    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: #bccad8;
    border-color: #9ab0c8;
    color: #1a2a3a !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(80, 110, 140, 0.25);
}
/* Sections pliables Citizen */
.citizen-section-indicator {
    display: none !important;
}
.citizen-section-heading {
    cursor: default !important;
    pointer-events: none !important;
}
.citizen-section-heading a {
    pointer-events: auto !important;
    cursor: pointer !important;

}
/* Pus de boutons sur la sidebar pour changer les couleurs du site */

.citizen-preferences-dropdown {
    display: none !important;
}