User:Leranjun/signature/styles v1.css
跳到导航
跳到搜索
.lr-signature {
border: 0;
background-color: black;
color: #F2F2F2;
font-family: Courier, "Courier New", "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
padding: 0.25em 0.5em;
}
.lr-signature::before {
content: "> ";
}
.lr-signature .lr-links {
position: relative;
cursor: pointer;
}
.lr-signature .lr-links .lr-label {
display: inline-block;
}
.lr-signature .lr-links .lr-menu {
display: none;
}
.lr-signature .lr-links:hover .lr-menu,
.lr-signature .lr-links:active .lr-menu {
display: inline-block;
margin-left: 0.5em;
}
.lr-signature .lr-links .lr-item {
display: inline;
white-space: nowrap;
}
.lr-signature .lr-links .lr-item:hover {
background-color: gray;
}
.lr-signature .lr-links .lr-item a {
color: #F2F2F2;
text-decoration: none;
padding: 0 0.5em;
border: thin solid gray;
}
.lr-signature .medal {
margin-left: 0.5em;
}
.lr-signature .medal a {
color: #F2F2F2;
text-decoration: none;
border: thin dotted #F2F2F2;
padding: 0 0.25em;
}