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

提供:ゼルダの伝説 知恵のかりもの
移動先:案内検索
編集の要約なし
編集の要約なし
4行目: 4行目:
  display: none;
  display: none;
  }
  }
}
.main-content {
.main-content {
     background-color: #f6fdfe;
     background-color: #f6fdfe !important;
}
}
body {
body {
     background-color: #7f5858 !important;
     background-color: #7f5858 !important;
}
}
}

2024年10月2日 (水) 21:11時点における版

/* ここに記述したCSSはすべての外装に反映されます */
@media (max-width: 768px) {
 .mw-editsection {
 	display: none;
 }
.main-content {
    background-color: #f6fdfe !important;
}
body {
    background-color: #7f5858 !important;
}
}