« MediaWiki:Common.css » : différence entre les versions
De Wiki des possibles
Aucun résumé des modifications |
mAucun résumé des modifications |
||
| (3 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 { | body { | ||
background-image: url(" | background-image: url("themes/possibles2/Foire_des_Possibles2023_3.jpg"); | ||
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; | ||
| Ligne 10 : | Ligne 15 : | ||
counter-increment: ligne; | counter-increment: ligne; | ||
} | } | ||
table.pages tr.ligne td:first-child | table.pages tr.ligne td:first-child::before { | ||
content: counter(rowNumber); | content: counter(rowNumber); | ||
min-width: 1em; | min-width: 1em; | ||
margin-right: 0.5em; | 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;
}
