MediaWiki:Bepo.css
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.
/* Bandeaux de notes et avertissements */
.note {
background: #F9F9F9;
border: 1px solid #E9E9E9;
clear: both;
font-size: 1em;
margin: 1em 0 0.3 0;
padding: 0.5em;
text-align: left;
}
.note + p, .note + ul, .note + ol, .note + dl, .note + span { margin-top: 2em; }
.note + .note { margin-top: 0.2em; }
.note p { padding-top: 0.2em; }
.note-attention {
background: #E5CFCF;
border: 1px solid #AD8080;
}
.citation p {
font-style: italic;
margin: 0.3em 0;
padding: 0 3em;
}
.touche {
/* background et color sont définis dans Modèle:Touche */
font-family: monospace;
border: 0.15em outset;
/* -moz-border-radius: 2pt; */
padding: 0.1em 0.3em;
position: relative;
bottom: 0.07em;
}
/* Modèle:Touche */
.touche a, .touche a:hover, .touche a:active, .touche a:visited { color: black; }
.touche a em
{
display: none;
}
.touche a:hover {
border: 0;
position: relative;
z-index: 500;
text-decoration:none;
}
.touche a:hover em {
font-size: smaller;
text-decoration: none;
text-align: left;
padding: 0.3em 0.5em;
display: block;
position: absolute;
top: 20px;
left: -10px;
color: #000;
border: 1px solid #bbb;
background: #ffc;
width: 150px;
}
.touche a:hover em span {
position: absolute;
top: -7px;
left: 15px;
height: 7px;
width: 11px;
background: transparent url(http://www.clavier-dvorak.org/wiki/images/Touche-infobulle.gif);
margin:0;
padding: 0;
}