「MediaWiki:Common.css」の版間の差分
提供:ロマサガ2リメイク 攻略Wiki(ロマンシング サガ2 リベンジオブザセブン)
編集の要約なし タグ: 差し戻し済み |
編集の要約なし タグ: 差し戻し済み |
||
7行目: | 7行目: | ||
/*TOPページ用*/ | /*TOPページ用*/ | ||
.bodyContent .wrapper { | .bodyContent .wrapper { | ||
display: grid; | display: grid!important; | ||
grid-template-columns: 50% 50%; | grid-template-columns: 50% 50%!important; | ||
grid-gap: 10px; | grid-gap: 10px!important; | ||
background-color: #fff; | background-color: #fff!important; | ||
color: #444; | color: #444!important; | ||
margin: 10px auto; | margin: 10px auto!important; | ||
} | } | ||
.bodyContent .box { | .bodyContent .box { | ||
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); | box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1)!important; | ||
border-radius: 10px; | border-radius: 10px!important; | ||
overflow: hidden; | overflow: hidden!important; | ||
background-color: #fff; | background-color: #fff!important; | ||
padding: 0 20px 20px 20px; | padding: 0 20px 20px 20px!important; | ||
} | } | ||
.bodyContent .box ul { | .bodyContent .box ul { | ||
margin-top: 20px; | margin-top: 20px!important; | ||
} | } | ||
.bodyContent .box li { | .bodyContent .box li { | ||
padding: .3em; | padding: .3em!important; | ||
} | } | ||
.bodyContent .box p { | .bodyContent .box p { | ||
padding: 8px; | padding: 8px!important; | ||
} | } |
2024年9月23日 (月) 04:32時点における版
/* ここに記述したCSSはすべての外装に反映されます */
@media (max-width: 768px) {
.mw-editsection {
display: none;
}
}
/*TOPページ用*/
.bodyContent .wrapper {
display: grid!important;
grid-template-columns: 50% 50%!important;
grid-gap: 10px!important;
background-color: #fff!important;
color: #444!important;
margin: 10px auto!important;
}
.bodyContent .box {
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1)!important;
border-radius: 10px!important;
overflow: hidden!important;
background-color: #fff!important;
padding: 0 20px 20px 20px!important;
}
.bodyContent .box ul {
margin-top: 20px!important;
}
.bodyContent .box li {
padding: .3em!important;
}
.bodyContent .box p {
padding: 8px!important;
}