「MediaWiki:Citizen.css」の版間の差分
MediaWikiインターフェイスページ
その他の操作
今川 凌 (MONACA) (トーク | 投稿記録) 編集の要約なし |
今川 凌 (MONACA) (トーク | 投稿記録) 編集の要約なし |
||
| 7行目: | 7行目: | ||
:root { | :root { | ||
--width-layout: | --width-layout: 100vw; /* Slightly wider content */ | ||
} | } | ||
2023年5月8日 (月) 19:13時点における版
/* All CSS here will be loaded for users of the Citizen skin */
#ca-talk { display:none!important; } /*議論タブを消す*/
#ca-history { display:none!important; } /*履歴表示タブを消す*/
#ca-viewsource { display:none!important; } /*ソース表示タブを消す*/
#footer { display: none; }
:root {
--width-layout: 100vw; /* Slightly wider content */
}