« MediaWiki:Mobile.css » : différence entre les versions


Aucun résumé des modifications
Balises : mobile edit mobile web edit
Aucun résumé des modifications
Ligne 4 : Ligne 4 :


.navigation-drawer:after { content: 'whatever it is you want to add';  }
.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; }
.ltr .mw-editsection {display:none; }

Version du 27 avril 2019 à 00:07

//   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; }

.ltr .mw-editsection {display:none; }