User:Dan the Hedgehog/sig4
Jump to navigation
Jump to search
<css>
.dannyboy {;
font-family: 'Times New Roman', serif;
}
.dannyboy a:hover {
text-decoration: none
}
span.hedgehog{
color:dark blue;
text-decoration:none;
font-family:monospace;
font-size:14px;
}
span.hedgehog:hover .visible{
display:none;
}
span.hedgehog .invisible{
display:none;
}
span.hedgehog:hover .invisible {
display:inline;
}
</css>~[
TheHappySpacemanDan the Hedgehog]