文章标题:我加了背景图片,并且让标题居中
#m_blog div.tit
{
text-indent:4cm; /*标题居中,采用了缩进*/
line-height:60px;/*增大行高,使背景图片完全显示*/
font-size:16px;
font-weight:bold;
background:url(http://hiphotos.baidu.com/troy/pic/item/2b4e020872f809d162d98625.jpg) no-repeat; /*标题背景图片,不重复*/
}
文章发表日期,我加了个小人物
#m_blog div.date
{
background:url(http://www.bjcg.com/UpLoadFiles/NewsPhoto/7a141200.gif) 30% 0%
no-repeat; /*背景图片*/
margin:5px 0 8px 0;
color:#999999;
line-height:50px; /*调整行高*/
}
日志背景控制
#m_blog div.cnt
{
background:url(http://hiphotos.baidu.com/troy/pic/item/421262d0e413928fa0ec9c21.jpg) repeat; /*背景图片*/
color:#666666;
line-height:20px;
font-size:14px
}
网友评论背景
#in_comment div.tit
{
line-height:150px;/*调整行高*/
background:url(http://hiphotos.baidu.com/troy/pic/item/52c582028c98a70f4bfb5108.jpg) no-repeat ; /*背景图片*/
margin-bottom:12px;
color:#666666;
font-size:14px;
font-weight:bold;
}
发表评论背景控制
#in_send div.tit
{
background:url(http://hiphotos.baidu.com/troy/pic/item/b1679822573b0ff3d7cae20e.jpg) 30% 0% no-repeat;/*背景图片*/
margin:10px 0 10px 0;
color:#666666;
font-size:14px;
font-weight:bold
}