MediaWiki:Common.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 sera appliqué à tous les habillages. */ /** Pour votre info - linear -> pas universel!! http://www.w3schools.com/css/css3_gradients.asp) **/ .btn-primary { background:linear-gradient(#FFFFFF,#FFFFFF ); color : #C25B5C; border: 1px solid #C25B5C; } .panel-primary > .panel-heading { /* background-color: #C25B5C;*/ background:linear-gradient(#FFFFFF,#FFFFFF ); color : #C25B5C; border: 1px solid #C25B5C; } .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary { background:linear-gradient(#ce7e7f,#C25B5C ); } .btn-block.open .dropdown-menu { background:linear-gradient(#C25B5C,#ce7e7f ); } .panel-info { border: 1px solid #337ab7; } .panel-info > .panel-heading { color: #000000; background-color: #F2782E; }