MediaWiki:Mobile.css

De Les Archives de Vault-Tec

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.
/* ----------------------- */
/* Variables               */
/* ----------------------- */

:root {
    --background-color-dp-00: #020601;
    --background-color-dp-01: #040d02;
    --background-color-dp-02: #071403;
    --background-color-dp-03: #091b04;
    --background-color-dp-04: #0c2205;
    --background-color-dp-06: #0e2806;
    --background-color-dp-08: #102f07;
    --background-color-dp-12: #133608;
    --background-color-dp-16: #153d09;
    --background-color-dp-24: #18440b;
    --background-color-overlay: rgba(0,0,0,0.99);
    --background-color-overlay--lighter: rgba(19,26,33,0.6);
    --background-color-framed: #040d02;
    --background-color-framed--hover: #091b04;
    --background-color-framed--active: #020601;
    --background-color-input: rgba(0,0,0,0.5);
    --background-color-icon: rgba(255,255,255,0.4);
    --background-color-icon--hover: rgba(255,255,255,0.6);
    --background-color-icon--active: rgba(255,255,255,0.2);
    --background-color-quiet--hover: rgba(255,255,255,0.07);
    --background-color-quiet--active: rgba(255,255,255,0.03);
    --background-color-primary--hover: #18440b;
    --background-color-primary--active: #26437f;
    --background-color-destructive: #b32424;
    --background-color-warning: #ac6600;
    --background-color-success: #14866d;
    --background-main: #000100;
    --box-background-color: #000300;
    --box-shadow: 0 0 10px #071403;
    --color-base: #999999;
    --color-base--emphasized: rgba(255,255,255,0.87);
    --color-base--subtle: rgba(255,255,255,0.38);
    --color-primary: #51E527;
    --color-primary--hover: #18440b;
    --color-primary--active: #2a4b8d;
    --color-destructive: #0066cc;
    --color-destructive--hover: #e35b5b;
    --color-destructive--active: #b32424;
    --color-warning: #ffcc33;
    --color-success: #00af89;
    --color-link: #51E527;
    --color-link--hover: #18440b;
    --color-link--active: #2a4b8d;
    --color-link-new: #e35b5b;
    --color-link-new--hover: #fee7e6;
    --color-link-new--active: #b32424;
    --opacity-base--disabled: 0.2;
    --opacity-icon-base: 0.4;
    --opacity-icon-base--hover: 0.6;
    --opacity-icon-base--active: 0.2;
    --size-icon: 20px;
    --border-color-base: rgba(255,255,255,0.05);
    --border-color-base--lighter: rgba(255,255,255,0.02);
    --border-color-base--darker: rgba(255,255,255,0.08);
    --border-color-input: rgba(255,255,255,0.05);
    --border-color-input--hover: rgba(255,255,255,0.5);
    --border-radius--small: 4px;
    --border-radius--medium: 8px;
    --border-radius--large: 12px;
}

/* ------------------------------ */
/* Général                        */
/* ------------------------------ */

body {
    color: var(--color-base);
}
.mw-body {
    background: var(--background-main);
    color: var(--color-base);
}
/* Couleur des liens */
a,
a:visited,
.vector-menu-portal .vector-menu-content li a,
.vector-menu-portal .vector-menu-content li a:visited,
.vector-menu-tabs li a,
.vector-menu-dropdown li a,
.toctogglelabel,
#mw-mf-page-left ul.hlist li a,
a:not([href]) {
    color: var(--color-link);
}
/* Barre de navigation */
.header-container.header-chrome {
    background-color: var(--background-color-dp-02);
    border-bottom: 1px solid var(--border-color-base--darker);
}
/* Barre d'actions de l'article */
.page-actions-menu {
    border-top: 1px solid var(--border-color-base--darker);
    border-bottom: 1px solid var(--border-color-base--darker);
}
.header .branding-box h1,
.header .branding-box a {
    color: var(--color-base);
}
.mw-ui-icon::before,
.mw-ui-icon-before::before {
    filter: invert(1);
}
/* Barre de recherche */
.search-box .search {
    background-color: var(--box-background-color);
    border: 1px solid var(--border-color-base--darker);
    box-shadow: var(--box-shadow);
    color: var(--color-base);
}
.overlay-content, .overlay.search-overlay {
    background-color: var(--box-background-color) !important;
}
.overlay.search-overlay .search-content {
    border-bottom: 1px solid var(--border-color-base--darker) !important;
}
.overlay.search-overlay .results, .overlay.search-overlay .search-feedback {
    background-color: var(--background-color-dp-01) !important;
    box-shadow: var(--box-shadow) !important;
}
.overlay-header-container, .overlay-footer-container {
    background: var(--box-background-color) !important;
    border-top: 1px solid var(--border-color-base--darker) !important;
}
.mw-ui-anchor.mw-ui-progressive {
	color: var(--color-link) !important;
}
.client-nojs .search-box .search:focus, .search-overlay .search-box .search:focus {
    border-color: var(--color-link);
    box-shadow: inset 0 0 0 1px var(--color-link),0 1px 1px rgba(0,0,0,0.05);
}
.page-list li, .topic-title-list li, .site-link-list li {
    color: var(-color-base);
    border-bottom: 1px solid var(--border-color-base--darker);
}
.list-thumb.list-thumb-none {
    background-color: transparent;
    filter: invert(1);
}
/* menu de gauche */
#mw-mf-page-left {
    background-color: var(--box-background-color);
    border-right: 1px solid var(--border-color-base--darker);
}
#mw-mf-page-left ul li {
    background-color: var(--background-color-dp-02);
    border-top: 1px solid var(--border-color-base--darker);
}
#mw-mf-page-left ul li a {
    color: var(--color-base);
}
#mw-mf-page-left .secondary-action {
    border-left: 1px solid var(--border-color-base--darker);
}
#mw-mf-page-left ul li a:hover {
    box-shadow: inset 4px 0 0 0 var(--color-link);
}
/* Menu personnel */
.toggle-list__list {
    background: var(--box-background-color);
    box-shadow: var(--box-shadow);
}
.toggle-list-item__label {
    color: var(--color-base);
}
.toggle-list-item:hover {
    background: var(--background-color-dp-02);
}
/* Menu des notifications */
.overlay {
    background: var(--box-background-color) !important;
}
.notifications-overlay {
    border-left: 1px solid var(--border-color-base--darker);
}
.mw-echo-ui-notificationItemWidget {
    border: 1px solid var(--border-color-base--darker);
}
.mw-echo-ui-notificationItemWidget:last-child {
    border-bottom: 1px solid 1px solid var(--border-color-base--darker);
}
.mw-echo-ui-notificationItemWidget-unread {
    background: var(--background-color-dp-02) !important;
}
.mw-echo-ui-notificationItemWidget {
    background-color: var(--background-color-dp-03);
}
.mw-echo-ui-notificationItemWidget:hover {
    background-color: var(--background-color-dp-04);
}
.oo-ui-buttonElement.oo-ui-widget-enabled > .oo-ui-buttonElement-button > .oo-ui-iconElement-icon:not(.oo-ui-image-invert),
.oo-ui-buttonElement.oo-ui-widget-enabled > .oo-ui-buttonElement-button > .oo-ui-indicatorElement-indicator:not(.oo-ui-image-invert) {
    filter: invert(1);
}
.mw-echo-ui-notificationItemWidget-content-message-header,
.mw-echo-ui-menuItemWidget > .oo-ui-labelElement-label,
.mw-echo-ui-notificationItemWidget-content-actions-timestamp {
    color: var(--color-base) !important;
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
    background-color: var(--background-color-dp-00) !important;
    color: var(--color-base) !important;
    border-color: var(--border-color-base--darker) !important;
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover {
    background-color: var(--background-color-dp-03);
    color: var(--color-base);
    border-color: var(--border-color-base--darker);
}
.header {
    border-top: 1px solid var(--border-color-base--darker);
}
.header-container {
    border-bottom: 1px solid var(--border-color-base--darker);
}
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
    color: var(--color-base);
}
.mw-echo-ui-crossWikiNotificationItemWidget-group, .mw-echo-ui-bundleNotificationItemWidget-group {
    background-color: var(--box-background-color);
}
.mw-echo-ui-crossWikiNotificationItemWidget-separator, .mw-echo-ui-bundleNotificationItemWidget-separator {
    border-bottom: 1px solid var(--border-color-base--darker);
}
/* Pied de page */
.last-modified-bar.active {
    background-color: var(--background-color-dp-24);
    color: var(--color-base);
}
.minerva-footer {
    border-top: 1px solid var(--border-color-base--darker);
    background-color: var(--background-color-dp-02);
}
.last-modified-bar {
    border-bottom: solid 1px var(--border-color-base--darker);
    color: var(--color-base);
}
footer > .post-content > h2,
.mw-footer > .post-content > h2 {
    border-bottom: solid 1px var(--border-color-base--darker);
}
/* Catégories */
.overlay .content-header {
    background-color: var(--box-background-color);
    border-bottom: 1px solid var(--border-color-base--darker);
}
.category-header li {
    border: none;
}
.category-header li.selected a {
    border-bottom-color: var(--color-link);
}
.category-header li a {
    color: var(--color-base);
}
.overlay-header .header-action .continue {
    background-color: var(--color-link);
    color: var(--color-base);
}
/* Table des matières */
.toc {
    background: var(--box-background-color);
    box-shadow: var(--box-shadow);
    border: 1px solid var(--border-color-base--darker);
}
/* Titres */
.content .mw-parser-output > h2,
.content .section-heading {
    border-bottom: 1px solid var(--border-color-base--darker);
}
/* Balise gallery */
li.gallerybox div.thumb {
    border: 1px solid var(--border-color-base--darker);
    background-color: var(--box-background-color);
}
/* Spécial */
.ns-special .mw-body {
    background: var(--background-main);
}
.ns-special .pre-content {
    background: var(--background-color-dp-02);
}
.ns-special .mw-body form {
    background: var(--background-color-dp-02);
}
form.mw-mf-settings .oo-ui-fieldLayout:first-child {
    border-top: solid 1px var(--border-color-base--darker);
}
form.mw-mf-settings .oo-ui-fieldLayout {
    border-bottom: solid 1px var(--border-color-base--darker);
}
/* Différences */
#mw-mf-diffview #mw-mf-userinfo {
    background-color: var(--background-color-dp-02);
    border-top: solid 1px var(--border-color-base--darker);
}
.mw-ui-button.mw-ui-progressive {
    background-color: var(--color-link);
    color: #000;
    border: 1px solid var(--color-link);
}
#mw-mf-diffview #mw-mf-userinfo .mw-mf-edit-count {
    color: var(--color-base);
}
/* éditeur */
.editor-overlay .overlay-header {
    outline: 1px solid var(--border-color-base--darker);
}

/* Adaptation spéciale en fonction des dimensions de l'écran */
@media all and (max-width:720px) {
    /* On vire le comportement qui aligne les images les unes en dessous des autres */
    .gallery .gallerybox {
        width: 0;
    }
}
@media screen and (min-width: 720px) {
    .avt-infobox {
        clear: right;
        float: right !important;
        margin: 0 0 0.5em 1em;
        max-width: 400px;
    }
    .avt-content-game-box {
        max-width: 400px;
    }
    .avt-game-listpage {
    	float: right;
    	margin: 0 0 0.5em 1em;
    	max-width: 20rem;
    	width: 100%;
    }
}

/* ----------------------- */
/* Tables personnalisées   */
/* ----------------------- */

.va-table {
    box-shadow: var(--box-shadow);
    background-color: var(--box-background-color);
    border-collapse: collapse;
    empty-cells: show;
    font-size: 12px;
    line-height: 16px;
    font-family: sans-serif;
}
.va-table > tr > td,
.va-table > * > tr > td,
.va-table > tr > th,
.va-table > * > tr > th {
    border: 1px solid var(--border-color-base--darker);
    padding: 1px 2px;
}
.va-table > tr > th,
.va-table > * > tr > th {
    background-color: var(--background-color-dp-02);
    font-weight: bold;
    text-align: center;
}
/* Adapting lists & paragraphs */
.va-table ul,
.va-table ol,
.va-table p {
    line-height: 16px;
    margin-bottom: 0;
}
.va-table ul,
.va-table ol {
    margin-left: 20px;
    margin-top: 0;
}
.va-table p,
.va-table * + ul,
.va-table * + ol {
    margin-top: 3px;
}
.va-table ul li,
.va-table ol li {
    margin-bottom: 0;
}
/* Highlighted rows */
.va-table > tr.va-table-highlight,
.va-table > * > tr.va-table-highlight,
.va-table > tr.va-table-highlight > th,
.va-table > * > tr.va-table-highlight > th {
    background-color: var(--background-color-dp-01);
}
/* Tables with specific vertical alignment for cells */
.va-table-top > tr > td,
.va-table-top > * > tr > td {
    vertical-align: top;
}
.va-table-middle > tr > td,
.va-table-middle > * > tr > td {
    vertical-align: middle;
}
.va-table-bottom > tr > td,
.va-table-bottom > * > tr > td {
    vertical-align: bottom;
}
/* Tables with specific horizontal alignment for cells/columns */
.va-table-center > tr > td,
.va-table-center > * > tr > td,
.va-table-center-col1 > * > tr > td:first-child,
.va-table-center-col2 > * > tr > *:first-child + td,
.va-table-center-col3 > * > tr > *:first-child + * + td,
.va-table-center-col4 > * > tr > *:first-child + * + * + td,
.va-table-center-col5 > * > tr > *:first-child + * + * + * + td,
.va-table-center-col6 > * > tr > *:first-child + * + * + * + * + td,
.va-table-center-col7 > * > tr > *:first-child + * + * + * + * + * + td,
.va-table-center-col8 > * > tr > *:first-child + * + * + * + * + * + * + td,
.va-table-center-col9 > * > tr > *:first-child + * + * + * + * + * + * + * + td,
.va-table-center-col10 > * > tr > *:first-child + * + * + * + * + * + * + * + * + td,
.va-table-center-col11 > * > tr > *:first-child + * + * + * + * + * + * + * + * + * + td,
.va-table-center-col12 > * > tr > *:first-child + * + * + * + * + * + * + * + * + * + * + td,
.va-table-center-col13 > * > tr > *:first-child + * + * + * + * + * + * + * + * + * + * + * + td,
.va-table-center-col14 > * > tr > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + td,
.va-table-center-col15 > * > tr > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + td {
    text-align: center;
}
.va-table-left > tr > td,
.va-table-left > * > tr > td,
.va-table-left-col1 > * > tr > td:first-child,
.va-table-left-col2 > * > tr > *:first-child + td,
.va-table-left-col3 > * > tr > *:first-child + * + td,
.va-table-left-col4 > * > tr > *:first-child + * + * + td,
.va-table-left-col5 > * > tr > *:first-child + * + * + * + td,
.va-table-left-col6 > * > tr > *:first-child + * + * + * + * + td,
.va-table-left-col7 > * > tr > *:first-child + * + * + * + * + * + td,
.va-table-left-col8 > * > tr > *:first-child + * + * + * + * + * + * + td,
.va-table-left-col9 > * > tr > *:first-child + * + * + * + * + * + * + * + td,
.va-table-left-col10 > * > tr > *:first-child + * + * + * + * + * + * + * + * + td,
.va-table-left-col11 > * > tr > *:first-child + * + * + * + * + * + * + * + * + * + td,
.va-table-left-col12 > * > tr > *:first-child + * + * + * + * + * + * + * + * + * + * + td,
.va-table-left-col13 > * > tr > *:first-child + * + * + * + * + * + * + * + * + * + * + * + td,
.va-table-left-col14 > * > tr > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + td,
.va-table-left-col15 > * > tr > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + td {
    text-align: left;
}
.va-table-right > tr > td,
.va-table-right > * > tr > td,
.va-table-right-col1 > * > tr > td:first-child,
.va-table-right-col2 > * > tr > *:first-child + td,
.va-table-right-col3 > * > tr > *:first-child + * + td,
.va-table-right-col4 > * > tr > *:first-child + * + * + td,
.va-table-right-col5 > * > tr > *:first-child + * + * + * + td,
.va-table-right-col6 > * > tr > *:first-child + * + * + * + * + td,
.va-table-right-col7 > * > tr > *:first-child + * + * + * + * + * + td,
.va-table-right-col8 > * > tr > *:first-child + * + * + * + * + * + * + td,
.va-table-right-col9 > * > tr > *:first-child + * + * + * + * + * + * + * + td,
.va-table-right-col10 > * > tr > *:first-child + * + * + * + * + * + * + * + * + td,
.va-table-right-col11 > * > tr > *:first-child + * + * + * + * + * + * + * + * + * + td,
.va-table-right-col12 > * > tr > *:first-child + * + * + * + * + * + * + * + * + * + * + td,
.va-table-right-col13 > * > tr > *:first-child + * + * + * + * + * + * + * + * + * + * + * + td,
.va-table-right-col14 > * > tr > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + td,
.va-table-right-col15 > * > tr > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + td {
    text-align: right;
}
/* Tables which are full width */
.va-table-full {
    width: 100%;
}
/* Tables which leave enough space for an infobox on the right */
.va-table-full-infobox {
    width: 960px;
}
/* Tables which are floated */
.va-table-float-left {
    clear: left;
    float: left;
    margin: 0 10px 10px 0;
}
.va-table-float-right {
    clear: right;
    float: right;
    margin: 0 0 10px 10px;
}
/* Tables in which the first column starts with an icon */
.va-table-icon > tr > td:first-child,
.va-table-icon > * > tr > td:first-child {
    padding-left: 18px;
    text-indent: -18px;
}

/* ------------------------------ */
/* Modèle:Citation                */
/* ------------------------------ */

blockquote {
    border-left: none;
    margin: 0 auto;
}
q::before, q::after {
    content: "";
}
blockquote small {
    margin-bottom: 10px;
    display: block;
    padding-left: 150px;
}
blockquote small, q small {
    font-size: inherit;
}
blockquote .mediaContainer {
    display: inline-block;
}

/* ------------------------------ */
/* Modèle:Infobox                 */
/* ------------------------------ */

.avt-infobox {
    background-color: var(--box-background-color);
    border: 1px solid var(--border-color-base--darker);
    font-size: 0.9em;
    line-height: 1.4;
    word-wrap: break-word;	
    box-shadow: var(--box-shadow);
}
.avt-infobox-header {
    padding: 3px;
    text-align: center;
    font-size: 1.4em;
    line-height: 1.1;
    margin-bottom: 10px;
    background-color: var(--background-color-dp-02);
    display: grid;
    grid-template-columns: 1fr 1.7fr 0.3fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-auto-flow: row;
    gap: 0 0;
}
.avt-infobox-header-icon,
.avt-infobox-header-title,
.avt-infobox-header-subhead {
    justify-self: center;
    align-self: center;
}
.avt-infobox-header-icon {
    grid-area: 1 / 3 / 4 / 4;
    opacity: 0.1;
}
.avt-infobox-header-title {
    grid-area: 2 / 1 / 4 / 4;
    font-weight: bold;
}
.avt-infobox-header-subhead {
    grid-area: 1 / 1 / 2 / 4;
    font-size: 0.6em;
}
.avt-infobox-images {
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 2px 0;
}
.avt-infobox-images a {
    max-width: 100%;
    flex: 0 0 auto;
}
.avt-infobox-images img {
    max-width: 100%;
    height: auto;
}
.avt-infobox-images-legend {
    text-align: center;
    font-size: 0.8em;
}
.avt-infobox table {
    width: 100%;
    margin: 5px 0;
    table-layout: fixed;
    border-collapse: collapse;
    display: table;
}
.avt-infobox caption {
    text-align: center !important;
    display: table-caption;
}
.avt-infobox p.bloc,
.avt-infobox caption {
    font-weight: bold;
    line-height: 1.1;
    margin: 0 0 5px 0;
    padding: 4px;
    background-color: var(--background-color-dp-02) !important;;
}
.avt-infobox th[scope="row"],
.avt-infobox td {
    padding: 7px 10px;
    vertical-align: super;
}
.avt-infobox th[scope="row"] {
    text-align: left;
    padding-right: 10px;
    width: 8em;
    max-width: 140px;
    word-wrap: normal;
}
.avt-infobox span.mw-collapsible-toggle {
    float: right;
}
.avt-infobox span.mw-collapsible-toggle a {
    color: var(--color-base)
}

/* ------------------------------ */
/* Modèle:Bandeau de source       */
/* ------------------------------ */

.avt-source-banner {
    margin: 0.5em 0;
    display: inline-flex;
    gap: 8px;
}
.avt-source-banner-img {
    margin: auto;
}
.avt-source-banner-text {
    padding: 5px;
    font-size: 0.9em;
    border-top: 1px solid var(--border-color-base--darker);
    border-bottom: 1px solid var(--border-color-base--darker);
}

/* ------------------------------ */
/* Modèle:Boîte de contenu de jeu */
/* ------------------------------ */

.avt-content-game-box {
    float: right;
    border: 1px solid var(--border-color-base--darker);
    box-shadow: var(--box-shadow);
    margin: 0 0 0.5em 1em;
    font-size: 0.85em;
    background-color: var(--box-background-color);
    overflow: hidden;
}
#avt-content-game-box-title {
    text-align: center;
    background-color: var(--background-color-dp-02);
    padding: 3px;
}
.avt-content-game-box-list {
    margin: 0 !important;
    padding: 5px !important;
    list-style: none !important;;
    column-count: 2;
    column-rule: 1px solid var(--border-color-base--darker);
}

/* ------------------------ */
/* Modèle:Liste horizontale */
/* ------------------------ */

.liste-horizontale ul,
.liste-horizontale li {
    margin-left: 0;
    display: inline;
}
.liste-horizontale ul:after {
    white-space: normal;
}
.liste-horizontale li:after {
    content: " "; /* au cas ou Mediawiki supprime les retours ligne */
}
.liste-horizontale li + li:before {
    white-space: normal;
    content: "· ";
    font-weight: bold;
}
.liste-horizontale li li:first-child:before {
    white-space: normal;
    content: " (";
}
.liste-horizontale li ul:after {
    content: ")";
    margin-left: -0.28em;
}

/* ------------------------ */
/* Modèle:Palette           */
/* ------------------------ */

.palette .mw-collapsible-toggle a {
    color: var(--color-base);
}
.palette-groupe {
    border-top: 2px solid var(--box-background-color);
    font-weight: bold;
    text-align: right;
    white-space: normal;
}
.palette-banniere,
.palette-groupe,
.palette-section {
    background: var(--background-color-dp-03);
}
.palette-listes .palette-groupe {
    background: var(--background-color-dp-04);
}
.palette {
    clear: both;
    margin: 1em 0 1em 0;
    padding: 3px;
    font-size: 88%;
    border: 1px solid var(--border-color-base--darker);
}
.palette ul,
.palette li,
.palette p {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.6em;
    list-style: none none;
}
.palette-liens {
    float: left;
    font-variant: small-caps;
}
.palette-liens a {
    background: none !important;
    padding: 0 !important;
}
.palette span.mw-collapsible-toggle {
    float: right;
}
.palette-liens,
.palette .mw-collapsible-toggle,
.palette-groupe {
    padding: 0.25em 1em;
}
.palette-titre {
    background-color: var(--background-color-dp-02);
}
.palette-titre,
.palette-section {
    font-size: 105%;
    font-weight: bold;
    padding: 0.25em 8em;
    text-align: center;
}
.palette-banniere,
.palette-liste,
.palette-liste-simple {
    padding: 0.25em;
}
.palette-liste,
.palette-listes {
    width: 100%;
}
.palette-groupe,
.palette-banniere,
.mw-collapsible-content > ul > li > .palette-liste-simple {
    text-align: center;
}
div.palette-image {
    padding: 0.25em 0 0.25em 0.25em;
    width: 1%;
}

/* ------------------------------ */
/* Modèle:Documentation           */
/* ------------------------------ */

.va-documentation,
.va-documentation-bar-top,
.va-documentation-bar-bottom {
	border-color: var(--border-color-base--darker);
	border-style: solid;
	clear: both;
}
.va-documentation {
	border-width: 1px;
	margin: 10px 0;
	box-shadow: var(--box-shadow);
	background: var(--box-background-color);
}
.va-documentation-bar-top,
.va-documentation-bar-bottom {
	background-color: var(--background-color-dp-02);
	margin: 0;
	padding: 10px;
}
.va-documentation-bar-top {
	border-width: 0 0 1px 0;
}
.va-documentation-bar-bottom {
	border-width: 1px 0 0 0;
	text-align: right;
}
.va-documentation-links {
	float: right;
	text-align: right;
}
.va-documentation-content {
	margin: 0;
	padding: 20px;
}
.va-documentation-small {
	font-size: 0.8em;
}
.va-documentation-bar-top .external {
	background: none !important;
	padding: 0 !important;
}

/* ---------------------------------- */
/* Modèle:Interactions                */
/* ---------------------------------- */

.avt-interactions {
    list-style: none;
    margin: 0.5em 0 !important;
    max-width: 40rem;
   padding: 0 !important;
}
.avt-interactions-row {
    display: grid;
    grid-template-columns: 5rem auto;
    border: 1px solid var(--border-color-base--darker);
    margin: 0.25em 0;
    background-color: var(--box-background-color);
    box-shadow: var(--box-shadow);
    padding: 7px;
}
.avt-interactions-img {
    margin: auto;
}
.avt-interactions-text {
    align-self: center; 
    font-size: 0.85em;
}

/* ------------------------------ */
/* Modèle:Homonymie               */
/* ------------------------------ */

.homonymie {
  padding: 5px;
  font-style: italic;
  border-bottom: 1px solid var(--border-color-base--darker);
}
  
/* ------------------------------ */
/* Modèle:Transcription           */
/* ------------------------------ */

.va-transcript-icon {
  display: none;
}
.va-transcript-text {
  font-family: monospace;
  font-size: 0.9em;
}

/* ---------------------------------- */
/* Modèle:Galerie de vidéos           */
/* ---------------------------------- */

.avt-videogallery {
  list-style: none !important;;
  margin: 0.5em 0 !important;
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0 !important;
}

/* ------------------------------ */
/* Modèle:Bandeau de rubrique     */
/* ------------------------------ */

.avt-section-banner {
  padding: 0.25em 0.5em;
  border-top: 1px solid var(--border-color-base--darker);
  border-bottom: 1px solid var(--border-color-base--darker);
  margin: 0.5em 0;
  background-color: var(--background-color-dp-00);
  font-size: 0.9em;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* ------------------------------ */
/* Modèle:Infobulle               */
/* ------------------------------ */

.avt-tooltip {
	border-bottom: 1px dotted;
	cursor:help
}
.avt-tooltip-popup {
	position: absolute;
	background: var(--background-color-dp-02);
	border: 1px solid var(--border-color-base--darker);
	padding: 4px;
	left: 0;
	white-space: nowrap;
    z-index: 2;
}

/* ------------------------------ */
/* Modèle:Bandeau d'avertissement */
/* ------------------------------ */

.avt-warn-banner {
    margin: 0.5em 0;
    display: grid;
    grid-template-columns: max-content auto;
    gap: 8px;
    padding: 0 10px;
    border-style: solid;
    border-width: 1px 0 1px 0;
    background-color: var(--background-color-dp-00);
}
.avt-warn-banner-header {
    font-weight: bold;
}
.avt-warn-banner-img {
    margin: auto;
}
.avt-warn-banner-text {
    padding: 5px;
}
.avt-warn-banner-desc,
.avt-warn-banner-note {
    font-size: 0.8em;
}
/* Types de bandeau */
.avt-warn-banner-maintenance {
    border-color: var(--color-warning);
}
.avt-warn-banner-info {
    border-color: #77ccff;
}
.avt-warn-banner-license {
    border-color: #c0c0ff;
}

/* ------------------------------ */
/* Portails                       */
/* ------------------------------ */

.homepage {
display: grid;
grid-gap: 1rem;
}
.homepage-box {
border: 1px solid var(--border-color-base--darker);
background: var(--box-background-color);
box-shadow: var(--box-shadow);
padding: 1rem;
}
.homepage-welcome-subtitle,
.homepage-welcome-links,
.homepage-portal-theme {
text-align: center;
}
.homepage-welcome-fogen {
margin-bottom: 1rem;
text-align: center;
}
.homepage-welcome-title {
text-align: center;
font-size: 200%;
margin: 0 50px 5px 50px;
border-bottom: 1px solid var(--border-color-base--darker);
text-shadow: 0 0 8px var(--color-link);
color: var(--color-link);
}
.homepage-portal-games-title,
.homepage-portal-theme-title {
text-align: center;
font-size: 150%;
border-bottom: 1px solid var(--border-color-base--darker);
margin: 0 50px 20px 50px;
text-shadow: 0 0 8px var(--color-link);
color: var(--color-link);
}
.homepage-portal-games-list {
list-style: none !important;;
margin: 0 !important;
display: grid;
grid-template-columns: 1fr 1fr; 
grid-template-rows: 1fr 1fr 1fr 1fr;
grid-gap: 30px 0;
padding: 0 !important;
}
.homepage-portal-games-item {
text-align: center;
font-size: 0.85em;
}
.homepage-portal-games-logo {
height: 60px;   
}
.homepage-presentation-title,
.homepage-participation-title,
.homepage-articleday-title,
.homepage-imageday-title {
border-bottom: 1px solid var(--border-color-base--darker);
margin-bottom: 20px;
text-shadow: 0 0 8px var(--color-link);
color: var(--color-link);
}
.homepage-presentation-content,
.homepage-participation-content,
.homepage-articleday-content,
.homepage-imageday-content {
font-size: 0.85em;
}

/* ------------------------------ */
/* Modèle:Bandeau de note         */
/* ------------------------------ */

.avt-note-banner {
    margin-top: 0.5em;
    padding-left: 2em;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    background: var(--background-main);
    font-style: italic;
    border-bottom: 1px solid var(--border-color-base--darker);
    display: flex;
    align-items: center;
    gap: 10px;
}
.avt-note-banner + .avt-note-banner {
    margin-top: calc(-0.5em - 1.05px);
}

/* ---------------------------------- */
/* Modèle:Références                  */
/* ---------------------------------- */
  
.avt-references {
    font-size: 0.8em;
    line-height: 1.6;
}

/* ------------------------------ */
/* Modèle:Citation ligne          */
/* ------------------------------ */

.np-quote-snd-trigger {
    display: inline-block;
    position: relative;
    top:auto;
    left:auto;
    padding: 0px 2px;
}
.np-quote-snd-trigger:hover .np-quote-snd-player {
    display:block;
}
.np-quote-snd-player {
    display:none;
    position:absolute;
    top: -30px;
    left: 100%;
    z-index:100 !important;
    width: 300px;
    overflow-x: hidden;
    margin: 0px;
    padding: 5px 10px 10px 10px;
    border: 1px solid var(--border-color-base--darker);
    box-shadow: var(--box-shadow);
    background-color: var(--box-background-color);
    text-align: left;
    font-size: 0.85em;
}
.np-quote-snd-player-img {
    float: left;
    width: 55px;
}
.np-quote-snd-player-title {
    width: 250px;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}
.np-quote-snd-player-title span {
    font-size: 18px;
}

/* ---------------------------------- */
/* Modèle:Introduction de page-liste  */
/* ---------------------------------- */

.avt-introduction {
    margin: 0.5em 0;
}

/* ------------------------------ */
/* Modèle:Liste de pages-listes   */
/* ------------------------------ */

.avt-game-listpage {
    border: 1px solid var(--border-color-base--darker);
    box-shadow: var(--box-shadow);
    padding: 5px;
    font-size: 0.85em;
    background-color: var(--box-background-color);
    text-align: center;
}
.avt-game-listpage-title {
    border: 1px solid var(--border-color-base--darker);
    background-color: var(--background-color-dp-02);
    padding: 0.25em 0;
    margin-bottom: 0.5em;
    font-weight: bold;
}
.avt-game-listpage-list {
    margin: 0 !important;
    list-style: none;
}

/* -------------------------- */
/* Modèle:Tableau d'artisanat */
/* -------------------------- */

.artisanat {
	font-size: 0.85em;
	margin: 10px 0 10px 0;
}
.artisanat-colonne-titre {
	text-align: center;
	border: 1px solid #383838;
	margin-bottom: 3px;
	background: #171717;
	padding: 3px;
}
.artisanat-colonne {
	margin-top: 8px;
}
.artisanat-colonne-liste > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.artisanat-separateur {
	display: none;
}
.artisanat-colonne-liste > ul > li {
	border: 1px solid #383838;
	padding: 5px;
	margin-bottom: 3px;
	background: rgba(58,58,58,0.2);
}

/* ------------------------------ */
/* MediaWiki:Sitenotice           */
/* ------------------------------ */

.avt-sitenotice {
	border: 1px solid var(--border-color-base--darker);
	background-color: var(--box-background-color);
	box-shadow: var(--box-shadow);
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.avt-sitenotice a {
	color: var(--color-link) !important;
}

/*
  --------------------------------------------------- 
  Cross classes
  --------------------------------------------------- 
  Les classes ci-dessous sont utilisées par plusieurs
  modèles ou modules
  ---------------------------------------------------
*/

/* Pour créer des listes simples, souvent appelées
dans des modèles ou des tables */
.avt-simple-list {
  margin: 0 !important;
  list-style: none;
}
/* Séparateur <hr/> */
.separator {
  background-color: var(--border-color-base--darker);
}