MediaWiki:Common.css

De uness wiki ecg

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.
/* Le CSS placé ici sera appliqué à tous les habillages. */
#ca-viewsource {
    display: none !important;
}
.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.flex-inner {
    flex-grow: 1;
    width: 19%;
    width: 200px;
}
.box-shadow {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    padding: 8px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.box-shadow .header {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.2;
}
.box-shadow .image {
    height: 148px;
}
.text-center {
    text-align: center;
}
.dataTables_wrapper .dataTables_filter input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #a2a9b1;
    border-radius: 2px;
    padding: 0.4em 1.84615385em 0.4em 0.4em;
    -webkit-box-shadow: inset 0 0 0 1px transparent;
    box-shadow: inset 0 0 0 1px transparent;
    font-size: 0.8125em;
    direction: ltr;
    -webkit-transition: border-color 250ms, box-shadow 250ms;
    -moz-transition: border-color 250ms, box-shadow 250ms;
    transition: border-color 250ms, box-shadow 250ms;
    -webkit-appearance: textfield;
    line-height: 2rem;
    font-size: 16px;
    min-width: 300px;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    padding: 32px 0;
}
.navbox {
    border: 1px solid #aaa;
    margin: auto;
    clear: both;
    background: #fdfdfd;
    padding: 1px;
    margin-bottom: 16px;
}
.navbox .wikitable {
    margin: 0;
    width: 100%;
}
.navbox .wikitable .title {
    width: 20%;
    text-align: right;
}