×
创建新页面
在此填写您的页面标题:
我们当前在爆裂小队维基上拥有117个页面。请在上方输入您的页面名称或点击以下任意标题来开始编写页面!



爆裂小队维基

MediaWiki:Common.css:修订间差异

无编辑摘要
无编辑摘要
第6行: 第6行:
#cosmos-footer {
#cosmos-footer {
background-color: rgba(0, 0, 0, 0.9);
background-color: rgba(0, 0, 0, 0.9);
}
#mw-content {
    background-color: rgba(17, 17, 17, 0.91);
    border: 0 !important;
}
.cosmos-header::before {
    background: #1d1d1f;
}
}

2024年6月1日 (六) 22:09的版本

/* 这里放置的CSS将应用于所有皮肤 */
body > #mw-content-container {
    padding-top: 90px;
}

#cosmos-footer {
background-color: rgba(0, 0, 0, 0.9);
}

#mw-content {
    background-color: rgba(17, 17, 17, 0.91);
    border: 0 !important;
}

.cosmos-header::before {
    background: #1d1d1f;
}