MediaWiki:Common.css
(版間での差分)
細 |
|||
31行: | 31行: | ||
.talkpagetext { | .talkpagetext { | ||
font-size: 85%; | font-size: 85%; | ||
+ | } | ||
+ | |||
+ | /* wikitable */ | ||
+ | /* sample | ||
+ | {| class="wikitable" | ||
+ | ! th1 !! th2 | ||
+ | |- | ||
+ | | td1 || td2 | ||
+ | |} | ||
+ | */ | ||
+ | table.wikitable { | ||
+ | border-collapse: collapse; | ||
+ | } | ||
+ | .wikitable th td { | ||
+ | border: 1px solid #aaa; | ||
+ | } | ||
+ | .wikitable th { | ||
+ | font-weight: bold; | ||
+ | text-align: center; | ||
+ | background-color: #eee; | ||
} | } |
2007年4月17日 (火) 22:36時点における版
/* ここに書いた 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 td { border: 1px solid #aaa; } .wikitable th { font-weight: bold; text-align: center; background-color: #eee; }