Template:Editbox/styles.css: Difference between revisions

From Infektiopedia
imported>Maximilian.schons@uk-koeln.de
No edit summary
imported>Maximilian.schons@uk-koeln.de
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
     padding: 10px;
     padding: 10px;
     position: relative;
     position: relative;
     top: -4.5em;
     top: -4.85em;
     clear:right;
     clear:right;
    z-index: 11;
    margin-left: 0px !important;
}
}


.infektiopedia-editbox .hide {
.hide {
transition:visibility 1s, opacity 1s;
  display: none;
    visibility:hidden;
    opacity:0;
    display: inline !important;
}
}


Line 31: Line 30:


.infektiopedia-editbox:hover .hide {
.infektiopedia-editbox:hover .hide {
visibility:visible;
  display: inline !important;
opacity:1;
}
}

Latest revision as of 08:31, 17 June 2021

.infektiopedia-editbox{
	float: right;
	font-size: 0.7em !important;
	line-height: 1.5em;
    padding: 10px;
    position: relative;
    top: -4.85em;
    clear:right;
    z-index: 11;
    margin-left: 0px !important;
}

.hide {
  display: none;
}

.infektiopedia-editbox .icon-pencil {
    float:right;
    clear: right;
    color: #999999;
}

.infektiopedia-editbox > i {
    font-size: 1.5em;
}

.infektiopedia-editbox:hover {
    background: #d9d9d9;
}

.infektiopedia-editbox:hover .hide {
  display: inline !important;
}