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

De fablabo
Aller à :navigation, rechercher
Aucun résumé des modifications
toc
 
(5 versions intermédiaires par le même utilisateur non affichées)
Ligne 3 : Ligne 3 :
#toc {
#toc {
     position: fixed;
     position: fixed;
     top: 4px;
     top: 90px;
     right: 4px;
     right: 4px;
     max-width: 14.5%;
     max-width: 14.5%;
Ligne 33 : Ligne 33 :


.ve-ui-toolbar-floating > .oo-ui-toolbar-bar {
.ve-ui-toolbar-floating > .oo-ui-toolbar-bar {
     top: 94px;
     top: 48px;
}
}


Ligne 46 : Ligne 46 :


/* Header */
/* Header */
div.container:not(.mt-4) > .row:nth-child(1) {
div.container.navContainer:not(.mt-4) > .row:nth-child(1) {
     background: white;
     background: white;
     box-shadow: 0px 3px 2px #eeeeee;
     box-shadow: 0px 3px 2px #eeeeee;
Ligne 53 : Ligne 53 :


/* Footer */
/* Footer */
.mb-2.mt-4.container {
.mb-2.mt-4.container.navContainer {
     box-shadow: 0px -1px 2px #eeeeee;
     box-shadow: 0px -1px 2px #eeeeee;
     border-radius: 6px 6px 0 0;
     border-radius: 6px 6px 0 0;
Ligne 65 : Ligne 65 :


/* ---------- Modification du Layout par rapport à l'Archive  ----------  */
/* ---------- Modification du Layout par rapport à l'Archive  ----------  */
div.container:not(.mt-4) > .row:nth-child(1) {
div.container.navContainer:not(.mt-4) > .row:nth-child(1) {
     position: sticky;
     position: sticky;
     top: 0;
     top: 0;
Ligne 85 : Ligne 85 :
}
}


.flex-fill.container.navContainer {
    max-width: 100% !important;
    position: sticky;
    top: 0;
    z-index: 1000;
    flex: 0 !important;
}




Ligne 161 : Ligne 168 :


/* ------------------ Main content ------------------ */
/* ------------------ Main content ------------------ */
.flex-fill.container {
    max-width: 99% !important;
}


.mainContent.row {
.mainContent.row {
     margin-top: 2rem;
     margin-top: 2rem;
}
}