MediaWiki:Common.css
ナビゲーションに移動
検索に移動
注意: 保存後、変更を確認するにはブラウザーのキャッシュを消去する必要がある場合があります。
- 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; }
ol.references { list-style-type: decimal; }
.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;
margin: 0.5em auto; padding: 0.5em;
}
/* [[テンプレート: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; }
/* [[メインページ]]専 */
#mainpage_header {
background-color: darkblue; color: white !important;
padding: 1em; font: bold x-large serif; text-align: center;
}
#mainpage_header a { color: white !important; }
/* [[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; }
/* [[MediaWiki:Anoneditwarning]]専 */
#anoneditwarning { margin: auto; padding: 0.5em; width: 80%; text-align: center; }