« 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 : | ||
img { height: auto; max-width: 100%; } | img { height: auto; max-width: 100%; } | ||
/** EDITEUR VISUEL **/ | |||
a[title="SMW::off"], | a[title="SMW::off"], | ||
a[title="SMW::on"] { | a[title="SMW::on"] { | ||
Ligne 15 : | Ligne 16 : | ||
{ | { | ||
display:none !important; | display:none !important; | ||
} | |||
div.ve-ce-branchNode { | |||
border:0; | |||
} | } | ||
Version du 2022-11-09 à 00:28:23
/* 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"); @import url("https://labo.laferme.wiki/labo/cetab2/themes/wikimaraicher_v1/polices/polices.css"); img { height: auto; max-width: 100%; } /** EDITEUR VISUEL **/ a[title="SMW::off"], a[title="SMW::on"] { display:none !important; } .client-js div.mw-collapsed:not(.mw-made-collapsible)::before, .client-js div.mw-collapsible:not(.mw-made-collapsible)::before { display:none !important; } div.ve-ce-branchNode { border:0; } /** 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"); }