« MediaWiki:Bepo.css » : différence entre les versions
m (Page créée avec « →Bandeaux de notes et avertissements : .note { background: #F9F9F9; border: 1px solid #E9E9E9; clear: both; font-size: 1em; margin: 1em 0 0.3 0; pa… ») |
mAucun résumé des modifications |
||
Ligne 1 : | Ligne 1 : | ||
/* Bandeaux de notes et avertissements */ | /* Bandeaux de notes et avertissements */ | ||
.note { | .note { | ||
background: # | background: #red; | ||
border: 1px solid | border: 1px solid blue; | ||
clear: both; | clear: both; | ||
font-size: 1em; | font-size: 1em; |
Version du 14 août 2009 à 11:12
/* Bandeaux de notes et avertissements */
.note {
background: #red;
border: 1px solid blue;
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;
}