可以自定义模板吗?可以对自己的模
模板宽度调整的源代码(改变网页的宽度)
。bodyTop{width:900px;}
。bodyBg{width:900px;}
。bodyBottom{width:900px;}
。feeds 。 text{width:640px;}
。label{width:240px;}
。photo{width:240px;}
。callboard{width:240px;}
。links{width:240px;}
。 calendar{width:240px;}
。sysBr180{width:240px;}
下面是修改sina blog 页面宽度的源代码的说明:
。bodyTop{wid...全部
模板宽度调整的源代码(改变网页的宽度)
。bodyTop{width:900px;}
。bodyBg{width:900px;}
。bodyBottom{width:900px;}
。feeds 。
text{width:640px;}
。label{width:240px;}
。photo{width:240px;}
。callboard{width:240px;}
。links{width:240px;}
。
calendar{width:240px;}
。sysBr180{width:240px;}
下面是修改sina blog 页面宽度的源代码的说明:
。bodyTop{width:900px;}指的是页面顶部的宽度。
。bodyBg{width:900px;}指的是整个页面的宽度。
。bodyBottom{width:900px;}指的是页面底部的宽度。
。feeds 。text{width:640px;}指的是正文部分的宽度(也就是文章框架的宽度)
。
label{width:240px;}指的是面板的宽度。
。photo{width:240px;}指的是形象照片面板的宽度。
。callboard{width:240px;}指的是公告栏的宽度。
。links{width:240px;}指的是最新留言、最新评论等面板的宽度。
。calendar{width:240px;}指的是日历的宽度。
。sysBr180{width:240px;}这个值同以上各面板宽度近似。
但不一定相同。应当根据自己设置的宽度进行调节。(多测试)
width:为宽度值,可根据自己的需要适当进行调节。(注意:此代码必须添加在已有内容的面板里,否则无效)
更换整体模板背景的源代码:
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;}
具体操作如下所示:
控制面板----个人首页维护----自定义空白面板----新增----钩显示源代码----粘贴代码----去掉钩----保存
如果是新增的面板可以再在--控制面板里--接着点----左上角的 定制我的首页----添加模块----钩选----选取----保存。
自己多试试 祝好运!
我的博客里有很多闪动背景图片,你也可以在网上找一些自己喜欢的。收起