DePo Masthead

depomasthead09

テーマの解説(英語) DePo Masthead — WordPress.com
〃(日本語)
デモ(英語) DePo Masthead Demo
〃(日本語) DePo Masthead
更新情報(英語) DePo Masthead Theme Launch — Blog — WordPress.com
〃(日本語)
ソースコード Revision 5806: /depo-masthead

設定のバリエーション

3つのウィジェットエリアがあります。

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

背景を変更することができます。

depomasthead08

CSS編集のバリエーション

ieでのフォント表示をきれいにする

以下のCSSを追加するとIEでのフォント表示がきれいになります。

#content small,html,body,div,span,applet,object,iframe,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,
big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
font-family:Meiryo, 'Trebuchet MS', Verdana,sans-serif;
}

#container h1.sitename, #container h1.sitename a {
font-family:Georgia, serif;
}

depomasthead10

arrow02

depomasthead11

言語設定を日本語にした場合の表示の乱れを補正する

以下のCSSを追加すると、

#content .readmore {
bottom:-25px;
}

#content .readmore a,#content .readmore a:link,#content .readmore a:visited {
position:relative;
left:100%;
width:100%;
}

言語設定を日本語にした場合でも、下記部分がきれいに表示されます。

depomasthead13

arrow02

depomasthead12