Autres actions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
(Une version intermédiaire par le même utilisateur non affichée) | |||
Ligne 1 : | Ligne 1 : | ||
/* La totalité du CSS placé ici s’appliquera aux utilisateurs de l’habillage Citizen. */ | /* La totalité du CSS placé ici s’appliquera aux utilisateurs de l’habillage Citizen. */ | ||
/* | |||
/** | |||
* Soulignement des sous-titre 2 | |||
*/ | |||
h2 { | h2 { | ||
Ligne 45 : | Ligne 48 : | ||
/* Introduction */ | /* Introduction */ | ||
/* Désactiver Sticky header */ | |||
.page-Introduction.action-view #citizen-page-header-sticky-sentinel{ | .page-Introduction.action-view #citizen-page-header-sticky-sentinel{ | ||
display: none; | display: none; | ||
} | } | ||
/* Déplacer le header en bas de page */ | |||
.page-Introduction.action-view #content{ | .page-Introduction.action-view #content{ | ||
display: flex; | display: flex; | ||
Ligne 54 : | Ligne 59 : | ||
.page-Introduction.action-view .citizen-page-header { | .page-Introduction.action-view .citizen-page-header { | ||
order: 9999; | order: 9999; | ||
} | |||
/* Style du header déplacé */ | |||
.page-Introduction.action-view .citizen-page-header-inner { | |||
justify-content: center; | |||
} | |||
.page-Introduction.action-view #contentSub{ | |||
display: none; | |||
} | } | ||
.page-Introduction.action-view .citizen-page-heading { | .page-Introduction.action-view .citizen-page-heading { | ||
Ligne 60 : | Ligne 72 : | ||
.page-Introduction.action-view .citizen-body-container { | .page-Introduction.action-view .citizen-body-container { | ||
margin-top: var( --space-xl ); | margin-top: var( --space-xl ); | ||
} | } | ||
/* Exostation */ | /* Exostation */ | ||
/* Désactiver Sticky header */ | |||
.page-Exostation.action-view #citizen-page-header-sticky-sentinel{ | |||
display: none; | |||
} | |||
/* Déplacer le header en bas de page */ | |||
.page-Exostation.action-view #content{ | .page-Exostation.action-view #content{ | ||
display: flex; | display: flex; | ||
Ligne 72 : | Ligne 86 : | ||
.page-Exostation.action-view .citizen-page-header { | .page-Exostation.action-view .citizen-page-header { | ||
order: 9999; | order: 9999; | ||
} | |||
/* Style du header déplacé */ | |||
.page-Exostation.action-view .citizen-page-header-inner { | |||
justify-content: center; | |||
} | |||
.page-Exostation.action-view #contentSub{ | |||
display: none; | |||
} | } | ||
.page-Exostation.action-view .citizen-page-heading { | .page-Exostation.action-view .citizen-page-heading { | ||
Ligne 78 : | Ligne 99 : | ||
.page-Exostation.action-view .citizen-body-container { | .page-Exostation.action-view .citizen-body-container { | ||
margin-top: var( --space-xl ); | margin-top: var( --space-xl ); | ||
} | } | ||
/* Exonar */ | /* Exonar */ | ||
/* Désactiver Sticky header */ | |||
.page-Exonar.action-view #citizen-page-header-sticky-sentinel{ | |||
display: none; | |||
} | |||
/* Déplacer le header en bas de page */ | |||
.page-Exonar.action-view #content{ | .page-Exonar.action-view #content{ | ||
display: flex; | display: flex; | ||
Ligne 91 : | Ligne 114 : | ||
order: 9999; | order: 9999; | ||
} | } | ||
/* Style du header déplacé */ | |||
.page-Exonar.action-view .citizen-page-header-inner { | .page-Exonar.action-view .citizen-page-header-inner { | ||
justify-content: center; | justify-content: center; | ||
} | |||
.page-Exonar.action-view #contentSub{ | |||
display: none; | |||
} | } | ||
.page-Exonar.action-view .citizen-page-heading { | .page-Exonar.action-view .citizen-page-heading { |