2023年政策修订增补工作正在进行中,欢迎参与!
  • Moegirl.ICU:萌娘百科流亡社群 581077156(QQ),欢迎对萌娘百科运营感到失望的编辑者加入
  • Moegirl.ICU:账号认领正在试运行,有意者请参照账号认领流程

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]] */