装飾のなされた表が表示されるテーマ

※2011年11月29日以降、更新をストップしています。

WordPress.comのテーマの中には、装飾のなされた表をもつテーマがいくつかあります。

装飾のなされた表が表示されるテーマ

table28
Beach

table27
Clean Home

table26
Dark Wood

table25
Motion

table23
Mystique

table24
Titan

シンプルな表が表示されるテーマの一例

table16
Monochrome

装飾のなされた表をシンプルにするためのCSS

装飾のなされた表をシンプルにするためのCSSの一例は以下のとおりです。

Beach

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

 

table28

arrow02

table17

Clean Home

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

 

table27

arrow02

table18

Dark Wood

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

 

table26

arrow02

table19

Motion

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

 

table25

arrow02

table20

Mystique

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

.entry table td {
background-color:transparent;
}

 

table23

arrow02

table22

Titan

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

 

table24

arrow02

table21

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

 

以下に詳細を記入するか、アイコンをクリックしてログインしてください。

WordPress.com ロゴ

WordPress.com アカウントを使ってコメントしています。 ログアウト / 変更 )

Twitter 画像

Twitter アカウントを使ってコメントしています。 ログアウト / 変更 )

Facebook の写真

Facebook アカウントを使ってコメントしています。 ログアウト / 変更 )

%s と連携中