|
一 文章发表日期,加个小人物:
#m_blog div.date { background:url(/Article/UploadFiles/200610/20061010213452443.gif) 30% 0% no-repeat; /*背景图片*/ margin:5px 0 8px 0; color:#999999; line-height:50px; /*调整行高*/ }
二 专栏分割线代码:
/*文章栏目分割线*/ #m_blog div.line{margin-top:17px;line-height:17px;background:url(图片地址) repeat-x}
/*评论栏目分割线*/ #m_comment div.line{background:url(图片地址);line-height:12px}
/*文章分类分割线*/ #m_artclg div.line{background:url(图片地址);line-height:12px}
/*友情连接分割线*/ #m_links div.line{background:url(图片地址);line-height:12px}
三 显示访问者IP地址:
:#comm_info div.line{margin-top:5px;line-height:8px;border-top:1px solid #BBC1C6; background:url(http://www.ip.cn/s.php) no-repeat bottom; padding-bottom: 40px; margin-bottom: 10px}
|