MediaWiki: Common.css
De ECU
Révision datée du 19 avril 2019 à 10:18 par Root (discussion | contributions)
Note : après avoir enregistré 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 pressez Ctrl-F5 ou Ctrl-R (⌘-R sur un Mac)
- Google Chrome : appuyez sur Ctrl-Maj-R (⌘-Shift-R sur un Mac)
- Internet Explorer : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5
- Opera : allez dans Menu → Settings (Opera → Préférences sur un Mac) et ensuite à Confidentialité & sécurité → Effacer les données d’exploration → Images et fichiers en cache.
body, html {
padding
margin: 0;
background-color: #6ab04c;
}
.button_container{
width: 100%;
text-align: center;
}
#button_modal {
height: 50px;
width: 300px;
background-color:#4a69bd;
color: #ffffff;
font-family: helvetica;
font-size: 20px;
border: none;
cursor: pointer;
margin-top: 200px;
}
#modal {
height: 300px;
width: 30%;
background-color: ##30336b;
font-family: helvetica;
text-align: center
color: #ffffff;
position: absolute;
top: -300px;
left: 35%;
}
