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

Template:赛马娘支援卡小故事/style.css

猛汉♂百科,万男皆可猛的百科全书!转载请标注来源页面的网页链接,并声明引自猛汉百科。内容不可商用。
跳到导航 跳到搜索
.uma-spcard-show .textToggleDisplayButtons input {
    display: none;
}

.uma-spcard-show .textToggleDisplayButtons > span {
    display: block;
    width: 165px;
}

.uma-spcard-show .textToggleDisplayButtons .textToggleDisplayButtonLabel {
    border: none;
    background: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.uma-spcard-show .mobile-only {
    display: none;
}
.uma-spcard-show .mobile-only input {
    display: initial;
}

.uma-spcard-show .mobile-only .textToggleDisplayButtons .textToggleDisplayButtonLabel {
    border: 1px solid rgba(0, 0, 0, .3);
    border-left-width: 4px;
    box-shadow: 1px 1px 2px black;
    color: rgba(0, 0, 0, .7);
    background-color: white;
    margin: 4px;
    padding: 0 8px;
}

.uma-spcard-show .textToggleDisplayButtons .textToggleDisplayButtonLabel.cancelButton {
    display: none;
}

.uma-spcard-show .textToggleDisplayButtons .textToggleDisplayButtonLabel .textToggleDisplayButtonLabelText .uma-selected > center {
    background-color: #bff7bb;
	border-bottom: thick solid #69C10C;
    border-radius: 5px;
}

@media screen and (max-width: 600px) {
    .uma-spcard-show .textToggleDisplayButtons {
        width: initial;
        float: initial;
    }

    .uma-spcard-show .mobile-only {
        display: initial;
    }

    .uma-spcard-show .mobile-only .textToggleDisplayButtons > span {
        width: initial;
    }
}

/* [[Category:赛马娘 Pretty Derby模板CSS]] */