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


Aucun résumé des modifications
Aucun résumé des modifications
 
(31 versions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :


//  LOGOS  EN BAS DE PAGE
.navigation-drawer::before  { content:  url(/images/menu-logo.png);   }


 
.pre-content h1, .content h1, .content h2 {  font-family: sans-serif;  color: #A00; }
.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 .mw-parser-output > h1 > span, .content .mw-parser-output > h2 > span, .content .mw-parser-output > h3 > span, .content .mw-parser-output > h4 > span, .content .mw-parser-output > h5 > span, .content .section-heading > span, .content .in-block > span {
 
    display: none;
 
}

Dernière version du 7 juin 2019 à 22:16

.navigation-drawer::before  { content:   url(/images/menu-logo.png);   }

.pre-content h1, .content h1, .content h2 {  font-family: sans-serif;  color: #A00; }