怎么换其他的模版,不想用SINA的模版?????
关于版面图片的制作(大背景、标题图等)
2006-07-20 10:01:53
大 中 小
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{
bac...全部
关于版面图片的制作(大背景、标题图等)
2006-07-20 10:01:53
大 中 小
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;}
。
wn{background:url("正文标题栏下翻时的图片") no-
repeat center;}
。feeds 。function{background:url("正文摘要结尾处菜单的图片") no-
repeat right;}
。
links 。up{
background:url("面板标题栏上翻时图片");}
。 wn{background:url(面板标题栏下翻时的图片);}
。links 。mid{
background:url(面板的背景图片);}
。
photo 。mid{
background:url(形象照片处的背景图片);}
。label 。mid{
background:url(自定义面板的背景图片);}
。calendar 。mid{
background:url("日历面板背景");}
。
callboard 。up{
background:url("公告栏标题栏上翻时图片");}
。 wn{background:url("公告栏标题栏下翻时图片");}
。callboard 。
mid{
background:url("公告栏背景图片");}
。bodyBg{
background:url("正文背景图片");}
。bodyBottom{
background:url("正文背景图片");}
。
gbook 。up{
background:url('留言板标题栏上翻时的图片') no-repeat;}
。 wn{background:url('留言板标题栏下翻时的图片') no-repeat;}
。
ge{background:url("正文文章页数图片") no-repeat center;}
“页面大背景(body)”指的是整个博客的最大背景,由于中间部分被覆盖,所以显示的效果只是两边的部分(1024*768规格)。
“题图上背景(logo)”是指所在的横长条的背景。
“题图下背景(banner)”是指博客名字(如捉梦的BLOG)和博客地址(如
其中logo和banner宽各为770,logo高40,banner高134,单位均为像素。
“题图下的菜单背景”是指“HOME。。。搜索┆帮助┆退出”等字所在的那个横长条的背景。
“正文标题栏上翻时的图片”指的是文章发表了之后文章标题的图片。
“面板标题栏下翻时的图片”指的是点击标题后出现标题后的后面的图片。
“面板的背景图片”指的是左边比如我的文章列表什么的背景图片。
“页面内背景”是指整个文章文字所在的大背景!
修改模板的时候可以灵活运用上面的代码,有些可以不要改,不想改哪项就把哪项的代码删掉就可以了。
假如不知道这些背景图片的大小,就具体在哪张图片上就点击鼠标右键,点背景另存为,把图片存到电脑上,然后看大小就可以了。
注意:以上所用到的图片地址都是图片的URL地址,也就是网络地址,而不是本地地址,本地地址不能用。
在添加空白面板的时候,先按个空格键,接着在显示源代码前打勾,再把代码放进去;或者可以把代码放在已建的面板里的其他东西的代码后面,比如放在你的时钟代码后面或者天气预报代码后面什么的都可以,建议最好用此方法。
整体的过程:
控制面板----个人首页维护----自定义空白面板----新增----钩显示源代码(出现钩号,同时文档里出现DIV的字样)----粘贴代码----钩显示源代码(钩号消失)----保存。
定制我的首页----添加模块----钩选 ----选取----保存。收起