Link to article: SCP-6315.
.hover {
color: blue;
text-decoration: underline;
}
.hover .hover-text {
position: absolute;
display: none;
margin: 20px 0px;
height: auto;
width: auto;
background:white;
border: 1px solid black;
color: black;
padding: 0.5em;
}
.hover:hover {
text-decoration: none;
border-bottom: none;
color: #004c00;
}
.hover:hover .hover-text {
display: inline;
}
.blockquote {
border: 1px dashed #999;
background-color: #f4f4f4;
padding: 0 1em;
margin: 1em 3em;
}
hover
hover-text
hover
hover-text
blockquote
blockquote
footer-wikiwalk-nav