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

ATRI -My Dear Moments-/style.css

萌娘百科,万物皆可萌的百科全书!转载请标注来源页面的网页链接,并声明引自萌娘百科。内容不可商用。
跳转到导航 跳转到搜索
/* for [[ATRI -My Dear Moments-]]系列页面 */
/*标题*/

h2 .mw-headline::before {
    content: "\00A0";
    background: url("https://img.moegirl.org.cn/common/0/04/ATRI_ui2.png") center/contain no-repeat;
    display: inline-block;
    width: 1.4em;
}

h2 .mw-headline {
    font-weight: 400;
    font-family: sans-serif;
}

h2, h3, h4, h5, h6 {
    color: #175ebf;
}


/*圆角表格*/

.infoBox,
.toc,
pre,
.card,
.radius,
.TabContent {
    border-radius: 5px;
}


/* 角色卡文字颜色,圆角矩形 */

td {
    border-radius: 4px;
    color: #0b2a74;
}


/*目录*/

div.toc {
    min-width: 280px;
}

/*人物介绍卡*/

div.TabLabelText {
    margin: 20px;
    height: 90px;
    width: 90px;
    transition: all .3s !important;
    border-radius: 50%;
}

div.TabLabelText img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    background-color: rgba(62, 179, 250, 0.9);
}

.TabLabelText:hover {
    transform: scale(1.15);
    transition: all .3s !important;
}


/*角色介绍卡片样式*/

.multimediaViewerScrollSet {
    background-color: rgba(62, 179, 250, 0.1);
}

.infotemplatebox,
img.multimediaViewerscrollSet {
    border-radius: 5px;
}

/* [[Category:在主名字空间下的CSS页面]] */