「利用者:Tmyt105/common.css」の版間の差分
提供: 舞山市ファンWiki
その他の操作
細編集の要約なし |
|||
| 1行目: | 1行目: | ||
@media screen and (max-width: 720px) { | @media screen and (max-width: 720px) { | ||
.infobox { | .infobox { | ||
width: | width: 95% !important; | ||
margin: 10px auto !important; | |||
float: none !important; | float: none !important; | ||
display: table !important; | |||
clear: both; | clear: both; | ||
border: none !important; | |||
box-shadow: none !important; | |||
padding: 0 !important; | |||
background-color: transparent !important; | |||
} | |||
.infobox td, .infobox th { | |||
border: 1px solid var(--border-color, #a2a9b1) !important; | |||
} | } | ||
} | } | ||
2026年1月13日 (火) 21:27時点における版
@media screen and (max-width: 720px) {
.infobox {
width: 95% !important;
margin: 10px auto !important;
float: none !important;
display: table !important;
clear: both;
border: none !important;
box-shadow: none !important;
padding: 0 !important;
background-color: transparent !important;
}
.infobox td, .infobox th {
border: 1px solid var(--border-color, #a2a9b1) !important;
}
}