
設定のバリエーション
1つのウィジェットエリアがあります。

サイドバーエリアを空っぽにすると、

1カラムになります。

1つのメニューエリアがあります。

テーマカラーを変更することができます。(3種類)
背景を変更することができます。

ヘッダー画像を変更することができます。

CSS編集のバリエーション
以下のCSSを追加すると、
body, input, textarea {
color: #333333;
font: 13px/1.625 Meiryo,'Trebuchet MS',Verdana,sans-serif;
}
.entry-title {
font: 33px/41px Meiryo,'Trebuchet MS',Verdana,sans-serif;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
font-family: Meiryo,'Trebuchet MS',Verdana,sans-serif;
}
.wp-caption .wp-caption-text {
font-family: Meiryo,'Trebuchet MS',Verdana,sans-serif;
}
#site-description {
font-family: Meiryo,'Trebuchet MS',Verdana,sans-serif;
}
IE(インターネットエクスプローラ)でのフォント表示がきれいになります。

![]()

(ヘッダー画像:dogwood | Flickr – Photo Sharing!)


