Vorlage:Editbox/styles.css: Unterschied zwischen den Versionen
Erscheinungsbild
Die Seite wurde neu angelegt: „.infektiopedia-editbox{ float: right; font-size: 0.7em !important; line-height: 1em; }“ |
Keine Bearbeitungszusammenfassung |
||
| Zeile 3: | Zeile 3: | ||
font-size: 0.7em !important; | font-size: 0.7em !important; | ||
line-height: 1em; | line-height: 1em; | ||
} | |||
.hide { | |||
display: none; | |||
} | |||
.infektiopedia-editbox:hover + .hide { | |||
display: block; | |||
color: red; | |||
} | } | ||
Version vom 10. Juni 2021, 07:41 Uhr
.infektiopedia-editbox{
float: right;
font-size: 0.7em !important;
line-height: 1em;
}
.hide {
display: none;
}
.infektiopedia-editbox:hover + .hide {
display: block;
color: red;
}