Autres actions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
(3 versions intermédiaires par le même utilisateur non affichées) | |||
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 7 : | Ligne 10 : | ||
} | } | ||
/** | |||
* Cacher les sous-titres | |||
*/ | |||
#siteSub{ display: none !important; } | #siteSub{ display: none !important; } | ||
/* | /** | ||
.page-R\ | * Style spécifiques des portails | ||
.page- | */ | ||
.page- | |||
.page- | /* Règles */ | ||
.page-Introduction.action-view | |||
.page-Exostation.action-view | /* Désactiver Sticky header */ | ||
.page- | .page-R\00E8 gles.action-view #citizen-page-header-sticky-sentinel{ | ||
display: none; | |||
} | |||
/* Déplacer le header en bas de page */ | |||
.page-R\00E8 gles.action-view #content{ | |||
display: flex; | |||
flex-direction: column; | |||
} | |||
.page-R\00E8 gles.action-view .citizen-page-header { | |||
order: 9999; | |||
} | |||
/* Style du header déplacé */ | |||
.page-R\00E8 gles.action-view .citizen-page-header-inner { | |||
justify-content: center; | |||
} | |||
.page-R\00E8 gles.action-view #contentSub{ | |||
display: none; | |||
} | |||
.page-R\00E8 gles.action-view .citizen-page-heading { | |||
display: none; | |||
} | |||
.page-R\00E8 gles.action-view .citizen-body-container { | |||
margin-top: var( --space-xl ); | |||
} | |||
/* Introduction */ | |||
/* Désactiver Sticky header */ | |||
.page-Introduction.action-view #citizen-page-header-sticky-sentinel{ | |||
display: none; | |||
} | |||
/* Déplacer le header en bas de page */ | |||
.page-Introduction.action-view #content{ | |||
display: flex; | |||
flex-direction: column; | |||
} | |||
.page-Introduction.action-view .citizen-page-header { | |||
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 { | |||
display: none; | |||
} | |||
.page-Introduction.action-view .citizen-body-container { | |||
margin-top: var( --space-xl ); | |||
} | |||
/* 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{ | |||
display: flex; | |||
flex-direction: column; | |||
} | |||
.page-Exostation.action-view .citizen-page-header { | |||
order: 9999; | |||
} | } | ||
.page- | /* Style du header déplacé */ | ||
.page-Exostation.action-view .citizen-page-header-inner { | |||
justify-content: center; | |||
} | } | ||
.page- | .page-Exostation.action-view #contentSub{ | ||
display: none; | |||
} | } | ||
.page-Exostation.action-view .citizen-page-heading { | |||
display: none; | |||
} | |||
.page-Exostation.action-view .citizen-body-container { | |||
margin-top: var( --space-xl ); | margin-top: var( --space-xl ); | ||
} | } | ||
/* 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{ | |||
display: flex; | |||
flex-direction: column; | |||
} | |||
.page-Exonar.action-view .citizen-page-header { | |||
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 { | |||
display: none; | |||
} | |||
.page-Exonar.action-view .citizen-body-container { | |||
margin-top: var( --space-xl ); | |||
} | |||
/* Responsive sur les portails */ | |||
@media screen and (min-width: 1120px) { | @media screen and (min-width: 1120px) { | ||
.page-R\00E8 gles.action-view .citizen-page-header-inner { | |||
border-top: var(--border-width-base) solid var(--border-color-base); | |||
} | |||
.page-Introduction.action-view .citizen-page-header-inner { | |||
border-top: var(--border-width-base) solid var(--border-color-base); | |||
} | |||
.page-Exostation.action-view .citizen-page-header-inner { | |||
border-top: var(--border-width-base) solid var(--border-color-base); | |||
} | |||
.page-Exonar.action-view .citizen-page-header-inner { | .page-Exonar.action-view .citizen-page-header-inner { | ||
border-top: var(--border-width-base) solid var(--border-color-base); | border-top: var(--border-width-base) solid var(--border-color-base); | ||
} | |||
} | |||
} | } |