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.
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; border-bottom : 2px solid #ce7b7c; text-align: center; } .panel-primary { background-color: #ce7b7c; border: 1px solid #ce7b7c; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(206, 123, 124); border-right-color: rgb(206, 123, 124); border-bottom-color: rgb(206, 123, 124); border-left-color: rgb(206, 123, 124); -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image-source: none; border-image-slice: 100% 100% 100% 100%; border-image-width: 1 1 1 1; border-image-outset: 0 0 0 0; border-image-repeat: stretch stretch; } /*Pour changer la couleur des liens dans le heading du panneau*/ .panel-primary > .panel-heading > a { color: white; } .panel-primary { border : 1px solid #ce7b7c; } /* Pour afficher un des titre de panel à la page d'accueil qui était transparent*/ .panel-title { color : white; }