De Disposition de clavier bépo
|
|
(23 versions intermédiaires par 2 utilisateurs non affichées) |
Ligne 1 : |
Ligne 1 : |
| /* 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;
| |
| }
| |
Dernière version du 29 août 2016 à 18:02