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

賽馬娘 Pretty Derby/遊戲劇情索引/style.css

萌娘百科,萬物皆可萌的百科全書!轉載請標註來源頁面的網頁連結,並聲明引自萌娘百科。內容不可商用。
跳至導覽 跳至搜尋
/* Only for [[赛马娘 Pretty Derby/游戏剧情索引]] */
.wikitable th {
    padding: 0 !important;
}

.chpList {
    text-align: justify;
}

.chpList sup {
    font-weight: bold;
    margin-right: 1px;
}

.wikitable td:first-child {
    background:#ECECEC;
    width:4em;
    padding:0 1em;
}

.wikitable td:nth-child(2) {
    padding:0.6em;
}

/********************/

.headline {
    display: flex;
    align-items: center;
    justify-content: center;
}

h3 {
    margin: 0.2em 0.6em;
    padding: 0;
    font-size: larger;
}

.tlDisplay {
    margin:0;
    display: inline-block;
    font-weight: normal;
}

.tlDisplay th {
    font-weight: normal !important;
}

.tlDisplay td {
    position: absolute !important;
    z-index: 1 !important;
    background-color: #fff !important;
    padding: 0.8em 1em 0.6em !important;
    border: 1px solid black !important; 
    text-align: left !important;
}

.tlDisplay pre {
    word-break: break-all;
    text-align: justify;
    margin: 0.8em 0 0;
}

.umaStoryBox {
    margin: 0 !important;
    width: auto !important;
}

@media screen and (max-width: 600px) {
    .tlDisplay {
        display: none;
    }
}
/* [[Category:在主名字空间下的CSS页面]] */