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



爆裂小队维基

注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:Ctrl-F5
@import url("https://fonts.googleapis.com/css?family=Jura"); /*科技感包含希腊字母*/
@import url("https://fonts.googleapis.com/css?family=Tajawal"); /*阿拉伯字母字体*/
@import url("https://fonts.googleapis.com/css?family=Google Sans"); /*谷歌的字体*/
@import url("https://fonts.googleapis.com/css?family=Noto Sans SC"); /*思源黑体*/
@import url("https://fonts.googleapis.com/css?family=Fira Code"); /*等宽字体常规*/
@import url("https://fonts.googleapis.com/css?family=Kalam"); /*较窄的字体*/
@import url("https://fonts.googleapis.com/css?family=JetBrains Mono"); /*等宽字体用作目录*/

@font-face {
        font-family: "Squad Text";
	src: url("/w/fonts/Squad_Text.woff2");
}

@font-face {
        font-family: "Squad Bold";
	src: url("/w/fonts/Squad_Latin.woff2");
}

@font-face {
        font-family: "Squad CN Text";
	src: url("/w/fonts/Clash_CN.ttf");
}

body * {
  font-family: "Squad Text", Tajawal, "Google Sans", "Noto Sans SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", sans-serif;
}

body pre,
body code,
.mw-highlight *, 
.wikiEditor-ui * {
  font-family: "Fira Code", "Ubuntu Mono", "Google Sans", monospace;
  line-height: 20px;
}

body > #mw-content-container {
    padding-top: 90px;
}

#cosmos-footer {
    background-color: rgba(0, 0, 0, 0.73);
    height: auto;
}

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

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

body #mw-content-text,
.cosmos-footerLinks-list,
.editOptions,
body #mw-content {
    color: #fff;
}
.mw-body h1.firstHeading {
    color: #fff;
}

#mw-content-text h2, #mw-content-text h3 {
    color: #fff;
}

#mw-content h2 {
    padding-bottom: 0px;
    border-bottom: solid 1px #4b4b4b;
    font-weight: bold;
}

#cosmos-banner {
    background-color: #ff68eb;
}

.wds-tabs__tab-label wds-dropdown__toggle,
.cosmos-header .cosmos-header__counter,
.cosmos-header .wds-tabs .wds-tabs__tab-label a,
.cosmos-header__sitename a:any-link,
body .mw-changeslist-line {
    color: #fff;
}

.cosmos-header .wds-tabs .wds-tabs__tab:hover .wds-tabs__tab-label a {
    color: #ff68eb;
}
body {
    background-image: url(/w/images/7/72/SBwiki_Background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.cosmos-header__sitename {
    margin: 30px 0 0 18px;
    padding-top: 3px;
}
/* 链接颜色 */
.cosmos-footerLinks-list li a,
#mw-content a:not(.new),
.mw-parser-output a.external,
.editOptions .oo-ui-fieldLayout-body .oo-ui-labelElement-label,
.oo-ui-labelElement .oo-ui-labelElement-label {
    color: #ff68eb;
}
/* SB ICON */
.sb-icon {
  position: relative;
  display: inline-block;
}

.sb-icon a::before,
.sb-icon a::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.sb-icon a{
  overflow: hidden;
  display: block;
  border-radius: 0.3em;
  border: 2px solid transparent;
  transform: scale(0.90);
  transition: all .14s cubic-bezier(0.33, 1, 0.68, 1);
}

.sb-icon a:hover, 
.sb-icon a:focus{
  border-radius: 0.3em;
  border: 2px solid transparent;
  transform: scale(1);
}
/* 分类 */
#catlinks {
   background-color: rgba(0, 0, 0, 0.73);
   border-radius: .2em;
   color: #fff;
   border: 1px solid #696969;
}
#catlinks li:not(:nth-of-type(1)) {
    border-left: 1px solid #fff;
}
.cosmos-button-primary {
    background-color: #ff68eb;
}
.cosmos-button.cosmos-button-secondary {
    display: none;
}
/* TOC */
#mw-toc-heading {
    border-bottom: 0px !important;
}

.skin-cosmos .toc {
    background-color: transparent;
    border: 1px solid #ff68eb;
    display: table;
    margin: 1em 0;
    max-width: 300px;
    padding: 10px;
    border-radius: 10px;
}/*目录*/

#mw-content .toc > ul {
    border:none;
    padding: 0 5px 5px 5px;
}

.skin-cosmos .toc .tocnumber {
    color: #fff;
    font-family: "JetBrains Mono", monospace;
}

#mw-content .toctitle h2 {
    font-size: 20px;
    background-image: none !important;
    font-weight: 900;
}

/*表格*/
.sb-table {
    border:2px solid #ff68eb;
    border-collapse: collapse;
}
.sb-table th {
    border:1px solid #ff68eb;
    padding: 6px 12px;
    background-color: rgba(0,0,0,0.5);
}

.sb-table td {
    border:1px solid #ff68eb;
    padding: 6px 12px;
}

#searchform input {
    padding: 3px 20px;
    border: 0;
    background: transparent;
    border-bottom: 2px solid #bd15a7;
}

.char-card-frame {
    width: 220px;
    border: 5px solid black;
    border-radius: 1rem;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    height: 160px;
    display: inline-block;
    background-repeat: no-repeat;
}

.char-card-text {
    position: absolute;
    bottom: 0.2em;
    left: 0.7em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display:inline-block;
    width:8em;
    text-align: left;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.sb-portriat img {
    transform: scale(1);
    transition: transform .14s cubic-bezier(0.33, 1, 0.68, 1);
}

.sb-portriat a:hover img {
    transform: scale(1.1);
}
.stroke-text,
.stroke-text * {
    font-weight: bold;
    color: white !important;
    text-shadow: -1px 1px 0px #000, -1px -1px 0px #000, 1px -1px 0px #000, 1px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, 0px 3px 0px #000;
}

.stroke-text a.mw-selflink {
    /* background: #ff68eb87; */
    /* padding: 0em 0.8em 0.2em 0.8em; */
    /* border-radius: 3px; */
    color: #ff68eb !important;
}
.round-pic img {
    border-radius: 0.5em;
    border: 2px solid #111017;
}
.emote-bg {
border: 2px solid black;
border-radius: 13px;
width: 90px;
height: 65px;
box-shadow: inset 0px 0px 0px 3px #ffffff57;
margin-left: auto;
margin-right: auto;
}
/*音频*/
.audio-player-s {
  margin-right: 0rem;
}

.audio-player-s .audio-player-button-s {
  height: 1rem;
  width: 1rem;
  text-align: center;
  border: 1px solid rgb(0 0 0 / 15%);
  background-color: #ff68eb;
  border-radius: 2px;
  transition: all 140ms ease-in-out;
  outline: 0;

  background-size: 40% 40%;
  background-position: 56% 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjFlbSIgaGVpZ2h0PSIxZW0iPjxwYXRoIGQ9Ik05MTIuNzI0ODg0IDQyOS4zNTU2ODFMMjA4Ljc5NzU0NSAxMy4xOTg2MzhDMTUxLjYwMzQ0OS0yMC41OTc4NzQgNjQuMDEyNDkgMTIuMTk4NzQxIDY0LjAxMjQ5IDk1Ljc5MDExMlY5MjcuOTA0MjE5YzAgNzQuOTkyMjU5IDgxLjM5MTU5OSAxMjAuMTg3NTk0IDE0NC43ODUwNTUgODIuNTkxNDc1bDcwMy45MjczMzktNDE1Ljk1NzA2NGM2Mi43OTM1MTgtMzYuOTk2MTgxIDYyLjk5MzQ5OC0xMjguMTg2NzY4IDAtMTY1LjE4Mjk0OXoiIHAtaWQ9IjEzODQiPjwvcGF0aD48L3N2Zz4=");
}

.audio-player-s .audio-player-button-s:hover,
.audio-player-s .audio-player-button-s:focus {
  background-color: #a54498;
}

.audio-player-s .audio-player-button-s.audio-player-playing-s {  
  background-position: 51% 50%; 
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjFlbSIgaGVpZ2h0PSIxZW0iPjxwYXRoIGQ9Ik0yMDIuNjA4IDBoMC41OTRxMTI5LjM4MyAwIDEyOS4zODMgMTI5LjM4MnY3NjUuMjM2cTAgMTI5LjM4Mi0xMjkuMzgzIDEyOS4zODJoLTAuNTk0cS0xMjkuMzgyIDAtMTI5LjM4Mi0xMjkuMzgyVjEyOS4zODJRNzMuMjI2IDAgMjAyLjYwOCAwek03ODQuNjI0IDBoMC41OTRROTE0LjYgMCA5MTQuNiAxMjkuMzgydjc2NS4yMzZROTE0LjYgMTAyNCA3ODUuMjE4IDEwMjRoLTAuNTk0cS0xMjkuMzgzIDAtMTI5LjM4My0xMjkuMzgyVjEyOS4zODJRNjU1LjI0MSAwIDc4NC42MjQgMHoiIHAtaWQ9IjIxMjEiPjwvcGF0aD48L3N2Zz4=");
}
/*批量替换的选项卡*/
.ext-replacetext-searchoptions {
    background-color: #474747;
}

/* 搜索框文本和下划线颜色 */
#searchInput {
  color: #41A5EE !important;
  font-size: 1em;
  border-bottom: 2px solid #161616;
}

/* 搜索框下划线颜色 */
#searchInput:enabled {
  border-bottom: 2px solid #161616;
}

input[type="search"]::-webkit-input-placeholder {
    color: #161616 !important; 
    font-size: 1em;
}/*搜索框文本颜色*/


.page-header__categories-in {
    padding-right: 0px;
}
.page-header__categories-links {
    line-height: normal;
}

.mw-collapsible-toggle-default .mw-collapsible-text {
    color: #ff68eb;
}

.rarity-common a{
    color: #00c8ec !important;
}
.rarity-rare a{
    color: #ebd600 !important;
}
.rarity-epic a{
    color: #bb19db !important;
}
.rarity-mega a{
    color: #7431e8 !important;
}

.mw-content-ltr figure[typeof~='mw:File/Thumb'] > figcaption, .mw-content-ltr figure[typeof~='mw:File/Frame'] > figcaption {
    text-align: left;
    color: #000;
}

li.gallerybox div.thumb {
    border: 1px solid #797979;
    background-color: rgb(35 35 35 / 52%);
    border-radius: 5px;
}


/*
 *  league-scroll-bar
 */

#league::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 -5px #222;
    background-color: #111111;
}

#league::-webkit-scrollbar
{
    background-color: #434155;
    height: 14px;
}

#league::-webkit-scrollbar-thumb
{
    border-radius: 4px;
    -webkit-box-shadow: inset 0 -5px #d900ec;
    background-color: #ef5ffe;
}
/*
 *  pass-scroll-bar
 */

#pass::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 -5px #222;
    background-color: #111111;
}

#pass::-webkit-scrollbar
{
    background-color: #434155;
    height: 14px;
}

#pass::-webkit-scrollbar-thumb
{
    border-radius: 4px;
    -webkit-box-shadow: inset 0 -5px #018d07;
    background-color: #05d117;
}

.navbox-mod img {
    border: 2px solid black;
    border-radius: 3px;
}

.out-link * {
    background-image: none !important;
    padding-right: 0px !important;
}