MediaWiki:Common.css

提供:水上家wiki
2024年7月26日 (金) 20:21時点におけるNimizu reo (トーク | 投稿記録)による版

注意: 保存後、変更を確認するにはブラウザーのキャッシュを消去する必要がある場合があります。

  • Firefox / Safari: Shift を押しながら 再読み込み をクリックするか、Ctrl-F5 または Ctrl-R を押してください (Mac では ⌘-R)
  • Google Chrome: Ctrl-Shift-R を押してください (Mac では ⌘-Shift-R)
  • Internet Explorer / Microsoft Edge: Ctrl を押しながら 最新の情報に更新 をクリックするか、Ctrl-F5 を押してください
  • Opera: Ctrl-F5を押してください
/* インライン要素に変更 */
figure { display: inline !important; }

/* サムネイルの無駄表示を削除 */
figure[typeof~='mw:File/Thumb'] { margin: 0 !important; border: none !important; }
figure[typeof~='mw:File/Thumb'] > figcaption { display: none !important; }
figure[typeof~='mw:File/Thumb'] > .mw-file-magnify::after { bottom: 10px !important; }
@media screen and (max-width: 850px) {
figure[typeof~='mw:File/Thumb'] > .mw-file-magnify::after { right: 10px !important; }
}

/* 左の不要メニュー */
#site-navigation:has(.sidebar-inner:empty) { display: none !important; }
#site-tools:has(li:first-child:last-child) { display: none !important; }
#site-tools:not(:has(#t-upload)) #t-specialpages { display: none !important; }

/* 中央の不要メニュー */
#mw-page-header-links:not(:has(.mw-watchlink)) { display: none !important; }
#ca-talk { display: none !important; }
#ca-viewsource { display: none !important; }
ul:not(:has(#ca-edit)) #ca-history { display: none !important;}

/*
#ca-nstab-main { display: none !important; }
#ca-nstab-user { display: none !important; }
#ca-view { display: none !important; }
#ca-edit { display: none !important; }
#ca-ve-edit { display: none !important; }
#ca-formedit { display: none !important; }
#ca-watch { display: none !important; }
#ca-unwatch { display: none !important; }
#ca-delete { display: none !important; }
#ca-move { display: none !important; }
#ca-protect { display: none !important; }
*/

/* 標準の変なとこ上書き */
/* 謎ボーダー */
.wikitable { border-bottom-width: 1px; }
/* セル内の見出し */
.mw-body th h1, .mw-body th h2, .mw-body th h3, .mw-body th h4, .mw-body th h5, .mw-body th h6, .mw-body th dt {
    margin: 0;
}
/* セル内のテーブル */
td:has(> table) { padding: 0 !important; }
td> table.wikitable { margin: 0 !important; }

/* トップページ調整 */
.section_more {}
@media screen and (min-width: 851px) {
.section_more { margin-top: -2.3em; margin-left: 18em; }
}

/* 水上家一覧 */
#table_fam th:first-child,
#table_fam td:first-child { width: 108px; max-width: 108px; }

/* イメージカラー */
/* あいすママ */
#mizukami_ICE.wikitable th {
    background-color: #d5eff6;
}
/* 甘音 流華 */
#AmaneR0114.wikitable th {
    /*background-color: inherit;*/
}
/* モモ侍 */
#ff14momo39.wikitable th {
    /*background-color: inherit;*/
}
/* 小雪 美空 */
#koyuki_sor.wikitable th {
    /*background-color: inherit;*/
}
/* 弛憑 たんぼ */
#ShidukuTanbo.wikitable th {
    background-color: #92e47e;
}
/* 桜庭 ゆーや */
#sakurabayuya.wikitable th {
    /*background-color: inherit;*/
}
/* 夏奈 くるみ */
#Natuna_Kurumi.wikitable th {
    background-color: #d9a9a9;
}