「MediaWiki:Common.css」の版間の差分

提供:ロマサガ2リメイク 攻略Wiki(ロマンシング サガ2 リベンジオブザセブン)
移動先:案内検索
編集の要約なし
タグ: 差し戻し済み
編集の要約なし
タグ: 手動差し戻し
4行目: 4行目:
  display: none;
  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;
}
}

2024年9月23日 (月) 04:32時点における版

/* ここに記述したCSSはすべての外装に反映されます */
@media (max-width: 768px) {
 .mw-editsection {
 	display: none;
 }
}