「MediaWiki:Common.css」の版間の差分
MediaWikiインターフェイスページ
その他の操作
今川 凌 (MONACA) (トーク | 投稿記録) 編集の要約なし |
今川 凌 (MONACA) (トーク | 投稿記録) 編集の要約なし |
||
| 610行目: | 610行目: | ||
@media | @media all and (max-width: 480px) { | ||
.portable-infobox { | .portable-infobox { | ||
width: 100% !important; | width: 100% !important; | ||
| 736行目: | 736行目: | ||
.plainlist ul li { | .plainlist ul li { | ||
margin-bottom: 0; | margin-bottom: 0; | ||
} | |||
} | |||
@media all and (min-width: 480px) and (max-width: 768px) { | |||
.portable-infobox { | |||
width: 100% !important; | |||
font-size: 90% !important; | |||
} | |||
.portable-infobox .pi-title { | |||
background-color: #ff9800 !important; | |||
font-size: 110% !Important; | |||
text-align: center !Important; | |||
color: #000000; | |||
} | |||
.portable-infobox .pi-header { | |||
text-align: center !Important; | |||
font-size: 105% !Important; | |||
} | |||
.portable-infobox .pi-data-label { | |||
text-align: left; | |||
} | } | ||
} | } | ||