MediaWiki:Common.css

2014年3月28日 (金) 20:52時点における*>鯉色マッリによる版 (裁判判例風に)

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

  • 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を押してください
/* ここに記述したCSSはすべての外装に反映されます */
.ol { list-style-type: katakana-iroha; }
.small { font-size: 80%; }
.softbank { font-size: 30%; color: gray; }
/* 汎用ボックス */
#stubbox { width: 80%; margin: 0.5em auto; clear: both; }
#stubbox .st_image { width: 10%; text-align: right; }

/* 恒心色 */
.koushincolor { color: #1B85B5; }
.koushinback { background-color: #1B85B5; }
.koushinbox { border: dashed #1B85B5 3px; background: #C5F0FE; }

/* [[テンプレート:Infobox Person]]専 */
.infoPers {
 width: 21em; font-size: 90%; float:right; margin: 0 0 1em 1em; background: #f9f9f9;
 border: 1px #999999 solid; border-collapse: collapse; clear: right;
 }
.infoPers th { white-space: nowrap; }
.infoPers td { text-align: center; }

/* [[MediaWiki:Edittools]]専 */
#edittools_wikimarkup {
 border-width: 1px; border-style: solid none; border-color: #ccc;
 margin-top: 0.25em; padding: 0.25em; font-size: 80%;
 }
#edittools_wikimarkup span { margin-left: 1ex; white-space: nowrap; }

/* [[メインページ]]専 */
#mainpage_header {
 background-color: darkblue; color: white !important;
 padding: 1em; font: bold x-large serif; text-align: center;
 }
#mainpage_header a { color: white !important; }
#mainpage_header .hiro { font-size: x-small; }