七日内新公告:全站维护公告
  • 你好~!欢迎来到萌娘百科镜像站!如需查看或编辑,请联系本站管理员注册账号。
  • 本镜像站和其他萌娘百科的镜像站无关,请注意分别。

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;
}