MediaWiki:Common.css
(版間での差分)
(リダイレクトをグレー表示 w:MediaWiki:Common.cssに書いたのと同じ) |
|||
55行: | 55行: | ||
.wikitable td { | .wikitable td { | ||
background-color: #fafafa; | background-color: #fafafa; | ||
+ | } | ||
+ | |||
+ | /* リダイレクトの表示 */ | ||
+ | |||
+ | /* [[特別:Allpages]]・[[特別:Prefixindex]] */ | ||
+ | .allpagesredirect a:link, | ||
+ | .allpagesredirect a:visited, | ||
+ | /* カテゴリ内 */ | ||
+ | .redirect-in-category a:link, | ||
+ | .redirect-in-category a:visited, | ||
+ | /* ウォッチリスト */ | ||
+ | .watchlistredir a:link, | ||
+ | .watchlistredir a:visited { | ||
+ | color: #666; | ||
} | } |
2007年10月15日 (月) 16:16時点における版
/* ここに書いた CSS は全ての外装に反映されます */ .floatedinfo { clear: right; float: right; margin: 0 0 .5em .5em; } dl.navbox, table.navbox, div.navbox { clear: both; margin: .5em auto; padding: .1em; text-align: center; font-size: 90%; background-color: #f7f7f7; border: 1px solid #aaa; } dl.navbox dt { width: 100%; font-weight: bold; background-color: #ccf; margin: 0; padding: .1em; } dl.navbox dd { width: 100%; margin: 0; padding: .1em; } .talkpagetext { font-size: 85%; } /* wikitable */ /* sample {| class="wikitable" ! th1 !! th2 |- | td1 || td2 |} */ table.wikitable { border-collapse: collapse; } .wikitable th, .wikitable td { border: 1px solid #aaa; padding: .1em .3em; } .wikitable th { font-weight: bold; text-align: center; background-color: #eee; } .wikitable td { background-color: #fafafa; } /* リダイレクトの表示 */ /* [[特別:Allpages]]・[[特別:Prefixindex]] */ .allpagesredirect a:link, .allpagesredirect a:visited, /* カテゴリ内 */ .redirect-in-category a:link, .redirect-in-category a:visited, /* ウォッチリスト */ .watchlistredir a:link, .watchlistredir a:visited { color: #666; }