« MediaWiki:Chameleon.css » : différence entre les versions
De Wiktionnaire-SHS
(Page créée avec « →Couleur menus : .portlet h3, .vector-menu-portal .vector-menu-heading { background : #104e8b; color: white; } .vector-menu-portal .vector-menu-heading { padding-left: 3px; } →Logos top website : div#logos-top-website { display: flex; align-items: center; justify-content: flex-start; height: auto; padding: 3px; } div#logos-top-website img { height: auto; width: 200px; margin-right: 15px; } ») |
Aucun résumé des modifications |
||
Ligne 1 : | Ligne 1 : | ||
/* | /* Catlinks */ | ||
#catlinks { | |||
box-shadow: 0px 2px 8px rgb(0 0 0 / 15%); | |||
background : | 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 */ | /* Logos top website */ |
Version du 11 janvier 2023 à 11:54
/* 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: flex-start;
height: auto;
padding: 3px;
}
div#logos-top-website img {
height: auto;
width: 200px;
margin-right: 15px;
}