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:Citizen.css » : différence entre les versions

Page de l’interface de MediaWiki
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 7 : Ligne 7 :
}
}


/**
* Cacher les sous-titres
*/
#siteSub{ display: none !important; }
#siteSub{ display: none !important; }


/* Move page header to the bottom for portal pages */
/**
* Style spécifiques des portails
*/


/* Règles */
/* Règles */
/* Désactiver Sticky header */
.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{
.page-R\00E8 gles.action-view #content{
display: flex;  
display: flex;  
Ligne 18 : Ligne 29 :
.page-R\00E8 gles.action-view .citizen-page-header {  
.page-R\00E8 gles.action-view .citizen-page-header {  
order: 9999;  
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 {  
.page-R\00E8 gles.action-view .citizen-page-heading {  
Ligne 25 : Ligne 43 :
         margin-top: var( --space-xl );
         margin-top: var( --space-xl );
}
}
.page-R\00E8 gles.action-view .citizen-page-header-inner {
 
    justify-content: center;
/* Introduction */
}
.page-Introduction.action-view #citizen-page-header-sticky-sentinel{
@media screen and (min-width: 1120px) {
display: none;
    .page-R\00E8 gles.action-view .citizen-page-header-inner {
        border-top: var(--border-width-base) solid var(--border-color-base);
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: rgba(0, 0, 0, 0.08);
    }
}
}
/* Introduction */
.page-Introduction.action-view #content{
.page-Introduction.action-view #content{
display: flex;  
display: flex;  
Ligne 52 : Ligne 63 :
.page-Introduction.action-view .citizen-page-header-inner {
.page-Introduction.action-view .citizen-page-header-inner {
     justify-content: center;
     justify-content: center;
}
@media screen and (min-width: 1120px) {
    .page-Introduction.action-view .citizen-page-header-inner {
        border-top: var(--border-width-base) solid var(--border-color-base);
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: rgba(0, 0, 0, 0.08);
    }
}
}


Ligne 78 : Ligne 81 :
.page-Exostation.action-view .citizen-page-header-inner {
.page-Exostation.action-view .citizen-page-header-inner {
     justify-content: center;
     justify-content: center;
}
@media screen and (min-width: 1120px) {
    .page-Exostation.action-view .citizen-page-header-inner {
        border-top: var(--border-width-base) solid var(--border-color-base);
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: rgba(0, 0, 0, 0.08);
    }
}
}


Ligne 95 : Ligne 90 :
.page-Exonar.action-view .citizen-page-header {  
.page-Exonar.action-view .citizen-page-header {  
order: 9999;  
order: 9999;  
}
.page-Exonar.action-view .citizen-page-header-inner {
    justify-content: center;
}
}
.page-Exonar.action-view .citizen-page-heading {  
.page-Exonar.action-view .citizen-page-heading {  
Ligne 102 : Ligne 100 :
         margin-top: var( --space-xl );
         margin-top: var( --space-xl );
}
}
.page-Exonar.action-view .citizen-page-header-inner {
 
    justify-content: center;
/* 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);
        border-top-width: 1px;
     }
        border-top-style: solid;
        border-top-color: rgba(0, 0, 0, 0.08);
     }
}
}