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


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


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


.footer-places::before {
.pre-content h1, .content h1, .content h2 { font-family: sans-serif; color: #A00; }
  content: 'whatever it is you want to add';
}
 
#footer-places::before {
  content: 'whatever it is you want to add';
}

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