« MediaWiki:Common.css » : différence entre les versions
De Wiki des possibles
Aucun résumé des modifications |
mAucun résumé des modifications |
||
| Ligne 4 : | Ligne 4 : | ||
background-attachment:fixed; | background-attachment:fixed; | ||
} | } | ||
span.img-fluid a img { | |||
max-width: 100% !important; | |||
height: auto !important; | |||
} | |||
table.pages { | table.pages { | ||
counter-reset: ligne; | counter-reset: ligne; | ||
Version du 10 février 2025 à 13:43
/* Le CSS placé ici sera appliqué à tous les habillages. */
body {
background-image: url("https://wikidespossibles.org/images/8/81/Foire_des_Possibles_dans_Ahuntsic.jpg");
background-attachment:fixed;
}
span.img-fluid a img {
max-width: 100% !important;
height: auto !important;
}
table.pages {
counter-reset: ligne;
}
table.pages tr.noligne {
counter-increment: ligne;
}
table.pages tr.ligne td:first-child::before {
content: counter(rowNumber);
min-width: 1em;
margin-right: 0.5em;
}
.no-label .fileupload-container label {
display:none;
}
