MediaWiki:Common.css
(版間での差分)
44行: | 44行: | ||
border-collapse: collapse; | border-collapse: collapse; | ||
} | } | ||
− | .wikitable th td { | + | .wikitable th, .wikitable td { |
border: 1px solid #aaa; | border: 1px solid #aaa; | ||
+ | padding: .1em; | ||
} | } | ||
.wikitable th { | .wikitable th { | ||
51行: | 52行: | ||
text-align: center; | text-align: center; | ||
background-color: #eee; | background-color: #eee; | ||
+ | } | ||
+ | .wikitable td { | ||
+ | background-color: #fafafa; | ||
} | } |
2007年4月17日 (火) 22:37時点における版
/* ここに書いた 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; } .wikitable th { font-weight: bold; text-align: center; background-color: #eee; } .wikitable td { background-color: #fafafa; }