「MediaWiki:Common.css」の版間の差分
表示
編集の要約なし |
編集の要約なし |
||
| 19行目: | 19行目: | ||
color: #15803d !important; | color: #15803d !important; | ||
font-weight: 500; | font-weight: 500; | ||
} | |||
/* 目次(TOC)の背景色・枠線を変更 */ | |||
.toc, | |||
.mw-table-of-contents-container, | |||
.vector-toc { | |||
background-color: #f0f7ff !important; /* 淡いブルーの背景色 */ | |||
border: 1px solid #d0e3ff !important; /* 優しい青色の枠線 */ | |||
border-radius: 8px !important; /* 角を丸くする */ | |||
} | } | ||
2026年9月21日 (月) 22:02時点における版
/* ここに記述したCSSはすべての外装に反映されます */
/* フッターの各種リンク(プライバシー・ポリシー等)だけを非表示 */
#footer-places,
.footer-places {
display: none !important;
}
/* 左側のサイドバー(メインメニューエリア)をミントグリーンに変更 */
.vector-main-menu-container,
.mw-sidebar {
background-color: #f0fdf4 !important; /* 爽やかなミントグリーン背景 */
padding: 12px !important;
border-radius: 8px !important; /* 角を少し丸くする */
border: 1px solid #bbf7d0 !important; /* 優しく馴染むグリーンの枠線 */
}
/* サイドバー内のリンク文字色(読みやすい濃いめグリーン) */
.vector-main-menu-container a,
.mw-sidebar a {
color: #15803d !important;
font-weight: 500;
}
/* 目次(TOC)の背景色・枠線を変更 */
.toc,
.mw-table-of-contents-container,
.vector-toc {
background-color: #f0f7ff !important; /* 淡いブルーの背景色 */
border: 1px solid #d0e3ff !important; /* 優しい青色の枠線 */
border-radius: 8px !important; /* 角を丸くする */
}