« MediaWiki:Mobile.css » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 1 : | Ligne 1 : | ||
// LOGOS EN BAS DE PAGE | |||
.navigation-drawer:after { content: 'whatever it is you want to add'; } | |||
// Enlever le mot MODIFIER des sections | // Enlever le mot MODIFIER des sections | ||
.content .mw- | |||
.mw-content-ltr .mw-editsection, .mw-content-rtl .mw-content-ltr .mw-editsection { display:none; } | |||
.mw-editsection { display:none; } | |||
content .section-heading > span, | |||
.content .in-block > span { | |||
display: none; | |||
} |
Version du 27 avril 2019 à 00:14
// LOGOS EN BAS DE PAGE
.navigation-drawer:after { content: 'whatever it is you want to add'; }
// Enlever le mot MODIFIER des sections
.mw-content-ltr .mw-editsection, .mw-content-rtl .mw-content-ltr .mw-editsection { display:none; }
.mw-editsection { display:none; }
content .section-heading > span,
.content .in-block > span {
display: none;
}
