分类: 博客技术 |
★’二、下面就是博客模版背景的全部代码:
<STYLE type=text/css>
body
{background:url("页面大背景图片地址") repeat scroll!important;}
.logo
{background:url("题图上背景图片地址") no repeat no
scroll!mportant;}
.banner
{background:url("题图下背景图片地址") no repeat no
scroll!mportant;}
.menu
{background:url("题图下的菜单背景图片地址") no-repeat center;}
.feeds .up
{background:url("正文标题栏上翻时的图片地址") no-repeat
center;}
.feeds .down
{background:url("正文标题栏下翻时的图片地址") no-repeat
center;}
.feeds .function
{background:url("正文摘要结尾处菜单的图片地址") no-repeat
right;}
.links .up
{background:url("面板标题栏上翻时的图片地址");}
.links .down
{background:url("面板标题栏下翻时的图片地址");}
.links .mid
{background:url("面板的背景图片地址");}
.photo .mid
{background:url(个人形象照片处的背景图片地址);}
.label .mid
{background:url("自定义面板的背景图片地址");}
.calendar .mid
{background:url("日历面板背景图片地址");}
.callboard .up
{background:url("公告栏标题栏上翻时的图片地址");}
.callboard .down
{background:url("公告栏标题栏下翻时的图片地址");}
.callboard .mid
{background:url("公告栏背景图片地址");}
.bodyBg
{background:url("正文背景图片地址");}
.bodyBottom
{background:url("正文背景图片地址");}
.gbook .up
{background:url("留言板标题栏上翻时的图片地址") no-repeat;}
.gbook .down
{background:url("留言板标题栏下翻时的图片地址") no-repeat;}
.feeds .page
{background:url("正文文章页数图片地址") no-repeat center;}
</STYLE>
