Modifications

Sauter à la navigation Sauter à la recherche

MediaWiki:Common.css

628 octets ajoutés, 18 octobre 2019 à 00:03
aucun résumé de modification
}
/* Horizontal list */
#bodyContent .hlist ul {
display: inline;
margin: 0;
padding: 0;
}
#bodyContent .hlist li {
display: inline;
}
#bodyContent .hlist li:not(:last-child) {
padding-right: 0.286em;
}
#bodyContent .hlist li:not(:last-child)::after {
content: "";
display: inline-block;
position: relative;
left: 0.286em;
bottom: 0.214em;
background-color: #000;
height: 3px;
width: 3px;
}
#bodyContent .hlist li li:first-child::before {
content: "(";
font-weight: normal;
}
#bodyContent .hlist li li:last-child::after {
content: ")";
font-weight: normal;
}
#bodyContent .hlist li li li {
font-size: x-small;
}

Menu de navigation