Template:Editbox/styles.css
.infektiopedia-editbox{
float: right;
font-size: 0.7em !important;
line-height: 1em;
background: #d9d9d9;
padding: 10px;
}
.hide {
display: none;
}
.infektiopedia-editbox > i {
font-size: 1.5em;
}
.infektiopedia-editbox:hover > .hide {
display: block !important;
}