« MediaWiki:Common.css » : différence entre les versions
De decaf-fr
Page créée avec « →Le CSS placé ici sera appliqué à tous les habillages. : ul.interProject { list-style: none; padding-left: 0; margin-left: 0; } li.interProject, →for Vector skin since the above doesn't take for some reason : #mw-panel div.portal div.body ul.interProject li.interProject { background-repeat: no-repeat; background-position: left center; padding-left: 18px; margin-left: 0; } » |
(Aucune différence)
|
Dernière version du 15 janvier 2024 à 15:02
/* Le CSS placé ici sera appliqué à tous les habillages. */
ul.interProject {
list-style: none;
padding-left: 0;
margin-left: 0;
}
li.interProject,
/* for Vector skin since the above doesn't take for some reason */
#mw-panel div.portal div.body ul.interProject li.interProject {
background-repeat: no-repeat;
background-position: left center;
padding-left: 18px;
margin-left: 0;
}
