a.hint-static-link { cursor: pointer; } .hint-static img { max-width: 80%; /* center img trick */ display: block; margin-left: auto; margin-right: auto; } .hints > div { border: 1px solid gray; border-radius: 4px; margin-bottom: 0.5em; margin-top: 0.5em; opacity: 0.8; padding: 0.5em; } .hints > div:first-child { border: 2px solid black; opacity: 1; } .hints > div:hover { opacity: 1; } .popup-hint > :last-child { margin-bottom: 0; } /* the highlighted part of the text, used in pop-up and drop-down hints */ .editor-mark { background-color: #e7c3c3; } .editor-mark.insert { background-color: #a0d850; /* fallback if gradients are not supported */ background: linear-gradient(to right, #a0d850, transparent); border-bottom: 1px solid #70a820; border-left: 1px solid #70a820; } .editor-mark.remove { background-color: #ffbb99; border-bottom: 1px solid #cf8b69; } .editor-mark.change { background-color: #f4dd32; border-bottom: 1px solid #c4ad02; }