Logo Dico Logo FMSH Logo CNAM Logo Inalco

MediaWiki:Chameleon.css

De Wiktionnaire-SHS
Aller à :navigation, rechercher

Note : après avoir publié vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
  • Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
  • Internet Explorer / Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
  • Opera : appuyez sur Ctrl + F5.
/* navbar */
.navbar-nav {
    width: 100%;
    justify-content: space-around;
}

/* Navbar logo */
.p-navbar .navbar-brand.p-logo {
    display: none;
}

/* Catlinks */
#catlinks {
    box-shadow: 0px 2px 8px rgb(0 0 0 / 15%);
    border: none;
    border-radius: 8px;
    background-color: white;
    padding: 0.3rem 0.6rem;
}


/* Pages */
.mw-references-wrap {
    margin-top: 5rem;
}


/* Backgrounds */
.p-navbar { background: none !important; }

div#p-contentnavigation {
    margin: 0.5rem 0 !important;
    background: none !important;
}



/* Menu top */
div.container:not(.mt-4) > .row:nth-child(1),
div.container:not(.mt-4) > .row:nth-child(2) {
    background: white;
    box-shadow: 0px 3px 2px var(--shadow);
}
div.container:not(.mt-4) > .row:nth-child(3){
	background: white;
    box-shadow: 0px 3px 2px var(--shadow);
    border-radius: 0 0 6px 6px;
}



/* Menu bot */
.mb-2.mt-4.container {
    box-shadow: 0px -1px 2px var(--shadow);
    border-radius: 6px 6px 0 0;
}



/* Pagetools */
.pagetools a, .pagetools .tab-group a { color: var(--pagetools); }
.pagetools a.selected, .pagetools .tab-group a.selected { color: var(--links); }
.pagetools a.new, .pagetools .tab-group a.new { color: var(--pagetools-new); }



/* Logos top website */
div#logos-top-website {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 3px;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    border-bottom: 1px solid lightgray;
    background-color: #2b72bf;
}

div#logos-top-website img {
    height: 95px;
    width: auto;
    margin: 0 5px;
}