2006年11月15日 星期三

修改標題型式

為了將文章標題可以很明確的畫分,
於是更改了部落格的設定。

設定預設變數在最前頭

 <Variable name="postTitleColor" description="Post
Title Color"
type="color" default="#3399FF" / value="#3399FF">
<Variable name="postTitleBgColor" description="Post Title Background Color"
type="color" default="#eeeeee" / value="#eeeeee">
<Variable name="postTitleFont" description="Post Title Font"
type="font" default="normal bold 110% Verdana, Sans-serif" value="normal bold
110% Verdana, Sans-serif">

加入CSS設定中

h3 {
margin: 0px 0px 10px 0px;
padding: 2px 0px 2px 2px;
color: $postTitleColor;
background: $postTitleBgColor;
font: $postTitleFont;
}
h3.post-title a,
h3.post-title a:visited {
color: $postTitleColor;
}

沒有留言:

張貼留言

熱門文章