「MediaWiki:Citizen.css」の版間の差分
MediaWikiインターフェイスページ
その他の操作
今川 凌 (MONACA) (トーク | 投稿記録) 編集の要約なし タグ: 差し戻し済み |
今川 凌 (MONACA) (トーク | 投稿記録) 編集の要約なし タグ: 差し戻し済み |
||
| 14行目: | 14行目: | ||
/* [[Template:Infobox Person]]用のスタイル */ | /* [[Template:Infobox Person]]用のスタイル */ | ||
.Person { | .Person { | ||
width: 35em; font-size: 90%; float:right; margin: 0 0 0.5em 0.5em; | width: 35em; font-size: 90%; float:right; margin: 0 0 0.5em 0.5em; display:flex; | ||
border-collapse: collapse;clear: right; | border-collapse: collapse;clear: right; | ||
} | } | ||
.Person th { white-space: nowrap; } | .Person th { white-space: nowrap; } | ||
.Person td { text-align: left; white-space: nowrap;} | .Person td { text-align: left; white-space: nowrap;} | ||
2023年10月3日 (火) 17:36時点における版
/* 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 */
}
.mw-logo-wordmark { color:#FF9800; }
/* [[Template:Infobox Person]]用のスタイル */
.Person {
width: 35em; font-size: 90%; float:right; margin: 0 0 0.5em 0.5em; display:flex;
border-collapse: collapse;clear: right;
}
.Person th { white-space: nowrap; }
.Person td { text-align: left; white-space: nowrap;}