操作

MediaWiki

Foreground.css

2017年10月2日 (月) 02:09時点におけるMusic765plus (トーク | 投稿記録)による版

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

  • Firefox / Safari: Shift を押しながら 再読み込み をクリックするか、Ctrl-F5 または Ctrl-R を押してください (Mac では ⌘-R)
  • Google Chrome: Ctrl-Shift-R を押してください (Mac では ⌘-Shift-R)
  • Internet Explorer: Ctrl を押しながら 最新の情報に更新 をクリックするか、Ctrl-F5 を押してください
  • Opera: メニュー → 設定 (Mac では Opera → 環境設定) に移動し、プライバシーとセキュリティ → 閲覧データを消去 → キャッシュされた画像およびファイル からキャッシュをクリアしてください。
#ca-talk { display:none!important; } /*議論タブを消す*/
#ca-history { display:none!important; } /*履歴表示タブを消す*/
#ca-viewsource { display:none!important; } /*ソース表示タブを消す*/
#footer-places-privacy { display: none; } /* プライバシーポリシー */
#footer-places-disclaimer { display: none; } /* 免責事項 */

/*見出しの変更 */
.ns-subject h2{clear:both;font-weight:bold;font-size:24px;padding-top:12px;}

/* TABLES */

.mw-content-ltr table#toc {
  float:right;
  width: auto;
}

.mw-content-rtl table#toc {
  float:left;
  width: auto;
}

table.formtable {
  border: none;
}

table td[align="right"] {text-align: right;}

/* TURN OFF TABLE STRIPING FOR EDITFORMS */
table.formedit tr.even,
table.formedit tr.alt,
table.formedit tr:nth-of-type(even) {
  background: transparent;
}


table {
  width: 100%;
}

td.mw-label {
  width: 20%;
}

td.mw-input {
  width: 80%;
}

thead tr th {
  cursor: pointer;
}

table.formtable th {
  text-align: right !important;
}

td.smwpropname, th.smwpropname, td.smwspecname {
  text-align:left;
}

table tbody tr td, table tr td {
  line-height: 1.6em;
}

table.wikitable {
  margin: 0em 0 1em 0;
}

table.wikitable > tr > th,
table.wikitable > * > tr > th {
  text-align: left;
}

table.wikitable > tr > th,
table.wikitable > tr > td,
table.wikitable > * > tr > th,
table.wikitable > * > tr > td {
  border: 3px #fff solid;
  padding: 0.6em;
}