🌟 | 現在、 鉄壁ヘッドショットには対応済みです。 鉄壁HSは通常HSと同じダメージになります。LMG及びDMR、チャージライフル、ハンマーポイント弾を除き、すべてのダメージ値が一致していることを確認しています。 |
「MediaWiki:Vector.css」の版間の差分
ナビゲーションに移動
検索に移動
(Vector向けのtableのcaptionの文字サイズを調整) |
(レスポンシブ対応の追加) |
||
1行目: | 1行目: | ||
/* Responsive for legacy vector */ | |||
@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-top: 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; | |||
} | |||
} | |||
/* ここに記述したCSSはベクター外装の利用者に影響します */ | /* ここに記述したCSSはベクター外装の利用者に影響します */ | ||
.wikitable > caption { | .wikitable > caption { |
2021年7月31日 (土) 12:12時点における版
/* Responsive for legacy vector */ @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-top: 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; } } /* ここに記述したCSSはベクター外装の利用者に影響します */ .wikitable > caption { margin-bottom: .2em; font-size: 110%; }