Logo Dico Logo FMSH Logo CNAM Logo Inalco

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

De Wiktionnaire-SHS
Aller à :navigation, rechercher
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 19 : Ligne 19 :


/* Tableaux */
/* Tableaux */
table.wikitable {
table.wikitable,
table.wikitable-AR,
table.wikitable-FR,
table.wikitable-EN {
     width: 100%;
     width: 100%;
     border: 5px solid #999;
     border: 5px solid #999;
Ligne 25 : Ligne 28 :
}
}


table.wikitable tr {
table.wikitable tr,
table.wikitable-AR tr,
table.wikitable-FR tr,
table.wikitable-EN tr {
     border: 5px solid white;
     border: 5px solid white;
}
}


table.wikitable th {
table.wikitable th,
table.wikitable-AR th,
table.wikitable-FR th,
table.wikitable-EN th {
     width: 20%;
     width: 20%;
     color: #036635;
     color: #036635;
Ligne 42 : Ligne 51 :
}
}


table.wikitable td {
table.wikitable td,
table.wikitable-AR td,
table.wikitable-FR td,
table.wikitable-EN td {
     width: 80%;
     width: 80%;
     border-left: 5px solid white;
     border-left: 5px solid white;

Version du 5 janvier 2023 à 16:23

/* Le CSS placé ici sera appliqué à tous les habillages. */
label.checkboxLabel {
    display: block;
}

span.checkboxesSpan {
    width: 550px;
}

/* Couleur menus */
.portlet h3,
.vector-menu-portal .vector-menu-heading {
    background : #104e8b;
    color: white;
}
.vector-menu-portal .vector-menu-heading {
    padding-left: 3px;
}

/* Tableaux */
table.wikitable,
table.wikitable-AR,
table.wikitable-FR,
table.wikitable-EN {
    width: 100%;
    border: 5px solid #999;
    border-color: white;
}

table.wikitable tr,
table.wikitable-AR tr,
table.wikitable-FR tr,
table.wikitable-EN tr {
    border: 5px solid white;
}

table.wikitable th,
table.wikitable-AR th,
table.wikitable-FR th,
table.wikitable-EN th {
    width: 20%;
    color: #036635;
    padding-left: 1px;
    text-align: left;
    font-weight: normal;
    margin-left: 1px;
    vertical-align: top;
    border: 5px solid white;
    border-color: white;
    background: #EFF0FF;
}

table.wikitable td,
table.wikitable-AR td,
table.wikitable-FR td,
table.wikitable-EN td {
    width: 80%;
    border-left: 5px solid white;
    color: #333;
    padding-left: 1px;
    text-align: left;
    font-weight: normal;
    margin-left: 1px;
    vertical-align: top;
    border: 5px solid white;
    background: #E1E6FA;
}