MediaWiki:Mobile.css

Ce wiki, réalisé dans le cadre de la tournée pancanadienne Fab Labs Nation en 2017, est présenté à titre d'artefact informationnel. Il ne sera pas mis à jour jusqu'à nouvel ordre. Plus d'infos : https://fablabsnation.ca. //// This wiki, created for the Fab Labs Nation tour in 2017, is presented as an informational artefact. It will not be updated until further notice. More info : https://fablabsnation.ca.
Aller à : navigation, rechercher

Note : après avoir publié vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
  • Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
  • Internet Explorer / Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
  • Opera : appuyez sur Ctrl + F5.
/* Le CSS placé ici n’affectera que les utilisateurs du site mobile */


/* PAGE D'ACCUEIL*/

/*Heading Panneau accueil */
.panel-primary > .panel-heading {
background-color : #ce7b7c;
background-image: none;
color : #C25B5C;
border-bottom : 2px solid #ce7b7c;
text-align: center;
}

/*Pour changer la couleur des liens dans le heading du panneau*/
.panel-primary > .panel-heading a {
color: white;
}


/*Texte de type lien dans le panel*/

.panel-primary {
border : 1px solid #ce7b7c;

}

/*AUTRE*/

/* Pour afficher un des titre de panel à la page d'accueil qui était transparent*/
.panel-title {
color : white;
}

.mw-headline {
display:none;
}