« MediaWiki:Common.css » : différence entre les versions
De Wiki des possibles
Aucun résumé des modifications |
mAucun résumé des modifications |
||
(5 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: | counter-reset: ligne; | ||
} | } | ||
table tr.noligne { | table.pages tr.noligne { | ||
counter-increment: | counter-increment: ligne; | ||
} | } | ||
table tr td:first-child::before { | 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 à 12: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; }