「MediaWiki:Common.css」の版間の差分
表示
編集の要約なし |
編集の要約なし |
||
| 13行目: | 13行目: | ||
width: 24px; | width: 24px; | ||
height: 24px; | height: 24px; | ||
} | |||
/* 未ログインユーザーには「ソースを閲覧」「履歴表示」ボタンを非表示 */ | |||
body.ns-0.action-view #ca-viewsource { | |||
display: none; | |||
} | |||
body.ns-0.action-view #ca-history { | |||
display: none; | |||
} | } | ||
2024年9月15日 (日) 06:08時点における版
/* ここに記述したCSSはすべての外装に反映されます */
/* 背景画像の設定 */
body {
background-image: url('/images/bg_beer-253791_1920.jpg');
background-size: cover;
}
/* ナビゲーションバーのカスタマイズ */
.mw-ui-icon {
background-image: url('/images/48x48_beer-311090_1280.png');
background-size: 24px 24px; /* 24x24ピクセルのアイコン */
width: 24px;
height: 24px;
}
/* 未ログインユーザーには「ソースを閲覧」「履歴表示」ボタンを非表示 */
body.ns-0.action-view #ca-viewsource {
display: none;
}
body.ns-0.action-view #ca-history {
display: none;
}