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) **/ /* MODÈLE ÉVÉNEMENT*/ /*Pour changer la couleur du texte (lien) dans le heading */ .panel-info > .panel-heading a { color : white; } /*panel modèle événement*/ .panel-info { border: 1px solid rgb(194, 91, 92); background-image: none; overflow : auto; overflow-wrap: break-word; } /*BARRE LATÉRAL GAUCHE*/ /*Boutons barre latéral gauche inactifs */ .btn-primary { background-color : #FFFFFF ; color : #C25B5C; border: 1px solid #C25B5C; background-image: none; } /*Mouse over */ .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 ); opacity : 0.8; border: 1px solid #C25B5C; } /*Boutons ouverts*/ .btn-block.open .dropdown-menu { background:linear-gradient(#eccdce, #e3a0a2); } /* PAGE D'ACCUEIL*/ /*Heading Panneau accueil */ .panel-primary > .panel-heading { background-color : rgb(194, 91, 92); background-image: none; color : #C25B5C; border-bottom : 2px solid #C25B5C; } /*Pour changer la couleur des liens dans le heading du panneau*/ .panel-primary > .panel-heading a { color: white; } /*heading panneau info*/ .panel-info > .panel-heading { color: green; background-color : #C25B5C; border-bottom : 2px solid #C25B5C; background-image: none; /*Pour enlever le bleu gradient */ } /*Texte de type lien dans le panel*/ .panel-primary { border : 1px solid #C25B5C; } .panel-heading { border-bottom : 2px solid #C25B5C; background-color: #C25B5C; opacity : 0.8; } /* Pour afficher un des titre de panel à la page d'accueil qui était transparent*/ .panel-title { color : white; }