« MediaWiki:Common.css » : différence entre les versions
De Wiki maraîcher
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 7 : | Ligne 7 : | ||
a[title="SMW::off"], | a[title="SMW::off"], | ||
a[title="SMW::on"] { | a[title="SMW::on"] { | ||
display:none !important; | |||
} | |||
.client-js div.mw-collapsed:not(.mw-made-collapsible)::before { | |||
display:none !important; | display:none !important; | ||
} | } |
Version du 2022-11-08 à 14:30:56
/* Le CSS placé ici sera appliqué à tous les habillages. */ /** Style de l'ancienne maquette **/ @import url("https://labo.laferme.wiki/labo/cetab/themes/wikimar/style.css"); img { height: auto; max-width: 100%; } a[title="SMW::off"], a[title="SMW::on"] { display:none !important; } .client-js div.mw-collapsed:not(.mw-made-collapsible)::before { display:none !important; } /** Images des bandeaux de page **/ .page-ACCUEIL_v2 .bandeauPage { background-image: url("https://labo.laferme.wiki/labo/cetab/images/5/5f/L%C3%A9gumes_en_kiosque.jpg"); object-fit: cover; overflow: hidden; } .Module3 .bandeauPage { background-image: url("https://labo.laferme.wiki/labo/cetab/images/thumb/a/a4/Engrais_verts_Vesce_Avoine_Planches_permanentes.JPG/600px-Engrais_verts_Vesce_Avoine_Planches_permanentes.JPG"); }