国民男神是女生小说:自己如何做博客模板,怎么上传到博客?

来源:百度文库 编辑:高校问答 时间:2024/05/11 01:31:33
请问我想传到博客上,怎么传啊?比如www.bokee.com,多谢!

通过下面的代码你可以自己动手修改博客的模板,尽显非凡个性,不过小心弄不好可就面目全非了...

<STYLE type=text/css>

body
{background:url(页面背景图片) repeat
scroll!important;}

.logo
{background:url(题图logo图片) 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("正文背景图片");}

</STYLE>

说明:

页面背景图片指的是模板两边空白的地方的照片。

题图logo图片,又叫题图上。

题图大图,又叫题图下。

正文标题栏上翻时的图片指的是文章发表了之后文章标题后的图片。

面板标题栏下翻时的图片指的是点击标题后出现标题后的后面的图片。

正文背景图片指的是我们的文章发表了之后文字下面的图片。

其他的就不言而喻了,不知道的可以自己摸索一下,需要修改哪项就添加哪项,不需要的就去掉。

又:图片必须来源于网上,当然也可以自己上传到博客然后再做链接。