🌟 | 現在、 鉄壁ヘッドショットには対応済みです。 鉄壁HSは通常HSと同じダメージになります。LMG及びDMR、チャージライフル、ハンマーポイント弾を除き、すべてのダメージ値が一致していることを確認しています。 |
MediaWiki:Vector.css
ナビゲーションに移動
検索に移動
注意: 保存後、変更を確認するにはブラウザーのキャッシュを消去する必要がある場合があります。
- Firefox / Safari: Shift を押しながら 再読み込み をクリックするか、Ctrl-F5 または Ctrl-R を押してください (Mac では ⌘-R)
- Google Chrome: Ctrl-Shift-R を押してください (Mac では ⌘-Shift-R)
- Internet Explore/Edger: Ctrl を押しながら 最新の情報に更新 をクリックするか、Ctrl-F5 を押してください
- Opera: Ctrl-F5を押してください
/* Responsive for legacy vector */ body { -webkit-text-size-adjust: 100%; } @media screen and (max-width: 720px) { #mw-head { position: static !important; /* stylelint-disable-line declaration-no-important */ margin-top: 0.5em; } /* Move the panel to the bottom and display it as in-line lists */ #mw-navigation #mw-panel { display: table; position: static; table-layout: fixed; width: 100%; overflow: hidden; font-size: 150%; } #mw-navigation #mw-panel .portal { display: block; width: 100%; } #mw-navigation #mw-panel ul li { list-style: none; } /* Hide the logo and tabs */ #p-logo { display: none; } /* Rearrange various page elements to fill the now-available space */ body .mw-footer { margin-left: 0; padding: 1em 1.5em 0; /* don't need these in the footer either... */ } body .mw-footer #footer-info-lastmod, body .mw-footer #footer-info-viewcount { display: none; } #p-personal { display: table; position: relative; width: 100%; top: inherit; left: inherit; right: inherit; } #p-personal ul { padding-left: 0; } #right-navigation { position: absolute; top: inherit; right: 0; margin-top: 0; } #left-navigation { position: absolute; top: inherit; margin: 0; display: block; } #p-namespaces, #p-views, #p-variants { position: relative; top: 2.5em; } #p-namespaces { padding-left: 0; } #p-cactions { top: 2.5em; float: right; } #p-search { position: absolute; right: 0; width: 100vw; margin: 0; } #simpleSearch { margin: 0 3em; width: 80vw; padding: 0; } .vector-menu-dropdown .vector-menu-content { left: inherit; right: 0; border-right-width: 0; } #mw-head .vector-menu-dropdown h3 { margin-right: 0; background-image: none; } .mw-body { /* Hide the 1px blue border on the left side */ border-left: 0; margin-left: 0; } #mw-data-after-content { margin-left: 0; } } @media screen and (min-width: 481px) and (max-width: 720px) { .vector-menu-portal .vector-menu-content ul { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: .5em; -moz-column-gap: .5em; column-gap: .5em; } } /* ここに記述したCSSはベクター外装の利用者に影響します */ .wikitable > caption { margin-bottom: .2em; font-size: 110%; }