MediaWiki:Gadget-watchlist-counter.css

De Wikimedica

Note : après avoir enregistré vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

#pt-watchlist a:after {
    cursor: pointer;
    top: 9px;
    vertical-align: sub;
    font-size: 0.9em;
    font-weight: bold;
    padding: 0 0.3em;
    margin: 0 0 0 0.3em;
    border: 1px solid #fff;
    border-radius: 2px;
    background-color: #72777d;
    content: "?";
    color: #fff;
}

#pt-watchlist .pt-watchlist-new {
	font-weight: bold;
}

#pt-watchlist .pt-watchlist-set:after {
    content: attr(data-counter-text);
}

#pt-watchlist .pt-watchlist-new:after {
    background-color: #3466cc;
}