「MediaWiki:Citizen.css」の版間の差分
MediaWikiインターフェイスページ
その他の操作
今川 凌 (MONACA) (トーク | 投稿記録) 編集の要約なし タグ: 差し戻し済み |
今川 凌 (MONACA) (トーク | 投稿記録) 編集の要約なし タグ: 差し戻し済み |
||
| 15行目: | 15行目: | ||
/* Portable Infobox用CSS */ | /* Portable Infobox用CSS */ | ||
.portable-infobox { | .portable-infobox { | ||
width: 80% | width: 80%; | ||
max-width: 30em | max-width: 30em; | ||
} | } | ||
.portable-infobox .pi-title { | .portable-infobox .pi-title { | ||
2024年7月4日 (木) 13:31時点における版
/* 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; }
/* Portable Infobox用CSS */
.portable-infobox {
width: 80%;
max-width: 30em;
}
.portable-infobox .pi-title {
background-color: #ff9800 !important;
font-size: 110% !Important;
text-align: center !Important;
color: #000000;
}
.portable-infobox .pi-header {
text-align: center !Important;
font-size: 105% !Important;
}
.portable-infobox .pi-data-label {
text-align: left;
}