「MediaWiki:Common.css」の版間の差分
ナビゲーションに移動
検索に移動
*>鯉色マッリ |
*>鯉色マッリ (メインページ専) |
||
15行目: | 15行目: | ||
} | } | ||
#edittools_wikimarkup span { margin-left: 1ex; white-space: nowrap; } | #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; | |||
} |
2014年3月28日 (金) 16:37時点における版
/* ここに記述したCSSはすべての外装に反映されます */
.small { font-size: 80%; }
.softbank { font-size: 30%; color: gray; }
/* [[テンプレート: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;
}