※2011年11月29日以降、更新をストップしています。
WordPress.comのテーマの中には、装飾のなされた表をもつテーマがいくつかあります。
装飾のなされた表が表示されるテーマ
シンプルな表が表示されるテーマの一例
装飾のなされた表をシンプルにするためのCSS
装飾のなされた表をシンプルにするためのCSSの一例は以下のとおりです。
Beach
.entry-content th {border:none;}
.entry-content tr:nth-child(2n+1) td, .entry-content tr:hover td {background:transparent;}

![]()

Clean Home
.hentry th, .hentry td, .hentry tr:nth-child(2n+1) td, .hentry tr:hover td {background:transparent;border:none;}

![]()

Dark Wood
table th, table tr td {background:transparent;}

![]()

Motion
table th, table td, table tr.even td, table tr:hover td {background:transparent;border:none;}

![]()

Mystique
.entry table th {
background-color:transparent;
color:#4E4E4E;
border:none;
}
.entry table td {
background-color:transparent;
}

![]()

Titan
table th, table tr td {background:transparent;}

![]()

参照先(テーマ「Mystique」のCSSを除く):Overriding default table colors « wordpress tips






