置顶公告:【置顶】关于临时开启评论区所有功能的公告(2022.10.22) | 【置顶】关于本站Widget恢复使用的公告
  • 你好~!欢迎来到萌娘百科镜像站!如需查看或编辑,请联系本站管理员注册账号。
  • 本镜像站和其他萌娘百科的镜像站无关,请注意分别。

Template:NoWorld/style.css

猛汉♂百科,万男皆可猛的百科全书!转载请标注来源页面的网页链接,并声明引自猛汉百科。内容不可商用。
跳到导航 跳到搜索
/* Template:NoWorld用css */
.noworldtitle {
    color: #414141;
    font-size: 21px;
    font-weight: bold;
}

.noworldtitle a {
    color: #414141;
    text-decoration-color: #414141;
}

.noworldtitle:hover {
    color: #9ea7a6;
}

.noworldtitle:hover a {
    color: #9ea7a6;
    text-decoration-color: #9ea7a6;
}

.noworldtitle:active {
    color: #414141;
}

.noworldtitle:active a {
    color: #414141;
    text-decoration-color: #414141;
}

.noworldnavcontent {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 200px;
    border-top: 1px solid #a6a5a6;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
}

.noworldnavmain {
    grid-area: 1/1/2/2;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
}

.noworldmembers {
    overflow: hidden;
    border-radius: 50%;
    display: grid;
    grid-template-columns: 154px;
    grid-template-rows: 154px;
    z-index: 1;
    border: solid currentcolor;
    margin: 10px;
    transition: border-width 1s ease, margin 1s ease;
}

.noworldmembers:hover,
.noworldmemberscurrent {
    border-width: 5px;
    margin: 5px;
    box-shadow: 0 0 3px 4px #888888;
}

.noworldname {
    grid-area: 1/1/2/2;
    text-align: center;
    line-height: 1.8;
    font-size: 16px;
    margin-top: 100%;
    background: rgba(65, 65, 65, 0.7);
    color: #fefefe;
    transition: margin-top 1s ease;
}

.noworldmemberscurrent .noworldname,
.noworldmembers:hover .noworldname {
    margin-top: 80% !important;
}

.noworldmemberscurrent .noworldname {
    background: rgba(254, 254, 254, 0.8);
    color: #414141;
}

.noworldmembers:active {
    box-shadow: none;
}

.noworldavatarimg {
    grid-area: 1/1/2/2;
    cursor: not-allowed;
}

.noworldavatar {
    width: 100%;
    height: 100%;
}

.noworldcover {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -120px;
    z-index: 0;
}

.noworldrightbottom {
    z-index: 1;
    grid-area: 1/1/2/2;
    justify-self: end;
    align-self: end;
    padding: 0 6px;
    font-family: "Nimbus Roman No9 L", "Songti SC", "Noto Serif CJK SC", "Source Han Serif SC", "Source Han Serif CN", STSong, "AR PL New Sung",
        "AR PL SungtiL GB", NSimSun, SimSun, "TW\-Sung", "WenQuanYi Bitmap Song", "AR PL UMing CN", "AR PL UMing HK", "AR PL UMing TW",
        "AR PL UMing TW MBE", PMingLiU, MingLiU, serif;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
}

.noworldrightbottom a {
    color: #626262;
    text-decoration-color: #626262;
}
/* [[Category:在模板名字空间下的CSS页面]] */