メニューを切り替える
Toggle preferences menu
個人設定を切り替える
ログインしていません
編集を行うと、IPアドレスが公開されます。

「MediaWiki:Citizen.css」の版間の差分

MediaWikiインターフェイスページ
編集の要約なし
タグ: 差し戻し済み
編集の要約なし
タグ: 手動差し戻し
 
(同じ利用者による、間の1版が非表示)
11行目: 11行目:


.mw-logo-wordmark { color:#FF9800; }
.mw-logo-wordmark { color:#FF9800; }
/* Portable Infobox用CSS */
.portable-infobox {
width: 80% !Important;
max-width: 30em !Important;
}
.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;
}

2024年7月9日 (火) 14:05時点における最新版

/* 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; }