« MediaWiki:Common.css » : différence entre les versions
De Wiki des possibles
(Contenu remplacé par « →Le CSS placé ici sera appliqué à tous les habillages. : ») Balises : Contenu remplacé Révocation manuelle |
mAucun résumé des modifications |
||
| (7 versions intermédiaires par 2 utilisateurs non affichées) | |||
| Ligne 1 : | Ligne 1 : | ||
/* Le CSS placé ici sera appliqué à tous les habillages. */ | /* Le CSS placé ici sera appliqué à tous les habillages. */ | ||
body { | |||
background-image: url("themes/possibles2/Foire_des_Possibles2023_3.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; | |||
} | |||
Dernière version du 12 février 2025 à 11:06
/* Le CSS placé ici sera appliqué à tous les habillages. */
body {
background-image: url("themes/possibles2/Foire_des_Possibles2023_3.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;
}
