| 🌟 | 現在、 鉄壁HSは通常HSと同じダメージになります。LMG及びDMR、チャージライフル、ハンマーポイント弾を除き、すべてのダメージ値が一致していることを確認しています。 |
「MediaWiki:Common.css」の版間の差分
ナビゲーションに移動
検索に移動
(議論タブの非表示) |
(ホップアップのスタイルを追加) |
||
| 28行目: | 28行目: | ||
.text-rarity-heirloom { | .text-rarity-heirloom { | ||
color: #FF4E1D; | color: #FF4E1D; | ||
} | |||
/* Hop-ups style */ | |||
.image-hopup-size16 { | |||
border-radius: 4px; | |||
padding: 3px; | |||
} | |||
.image-hopup-size24 { | |||
border-radius: 6px; | |||
padding: 4px; | |||
} | |||
.image-hopup-size32 { | |||
border-radius: 8px; | |||
padding: 5px; | |||
} | |||
.image-hopup-level1, | |||
.image-hopup-common { | |||
background: linear-gradient(#1F1F1F, #4d4d4d); | |||
} | |||
.image-hopup-level2, | |||
.image-hopup-rare { | |||
background: linear-gradient(#0C2431, #1D5B7C); | |||
} | |||
.image-hopup-level3, | |||
.image-hopup-epic { | |||
background: linear-gradient(#2C0D30, #6D2079); | |||
} | |||
.image-hopup-level4, | |||
.image-hopup-legendary { | |||
background: linear-gradient(#352D08, #846F15); | |||
} | |||
.image-hopup-level5, | |||
.image-hopup-heirloom { | |||
background: linear-gradient(#3D0D00, #992100); | |||
} | } | ||
2021年1月24日 (日) 10:57時点における版
/* ここに記述したCSSはすべての外装に反映されます */
/* Hide talk */
#pt-mytalk, #ca-talk { display: none !important; }
/* Rarity style */
.text-rarity-level1,
.text-rarity-common {
color: #A8A8A8;
}
.text-rarity-level2,
.text-rarity-rare {
color: #51A8D6;
}
.text-rarity-level3,
.text-rarity-epic {
color: #B237C8;
}
.text-rarity-level4,
.text-rarity-legendary {
color: #CEAD21;
}
.text-rarity-level5,
.text-rarity-heirloom {
color: #FF4E1D;
}
/* Hop-ups style */
.image-hopup-size16 {
border-radius: 4px;
padding: 3px;
}
.image-hopup-size24 {
border-radius: 6px;
padding: 4px;
}
.image-hopup-size32 {
border-radius: 8px;
padding: 5px;
}
.image-hopup-level1,
.image-hopup-common {
background: linear-gradient(#1F1F1F, #4d4d4d);
}
.image-hopup-level2,
.image-hopup-rare {
background: linear-gradient(#0C2431, #1D5B7C);
}
.image-hopup-level3,
.image-hopup-epic {
background: linear-gradient(#2C0D30, #6D2079);
}
.image-hopup-level4,
.image-hopup-legendary {
background: linear-gradient(#352D08, #846F15);
}
.image-hopup-level5,
.image-hopup-heirloom {
background: linear-gradient(#3D0D00, #992100);
}