讷讷!百度空间的模板怎么做

作者&投稿:爱新觉罗虎 (若有异议请与网页底部的电邮联系)
百度空间里的模板怎么制做?~

/*背景设置*/
body{}中加入background:url(http://***.gif) repeat-x #FFFFFF
注:
repeat 背景图像在纵向和横向上平铺
no-repeat 背景图像不平铺
repeat-x 背景图像在横向上平铺
repeat-y 背景图像在纵向平铺

/*半透明设置*/
.modbox,.modbl,.modbc,.modbr{filter:alpha(opacity=80);-moz-opacity:0.8;width:auto !important;width:100%}

/*解决回车换两行的问题*/
Shift+回车

/*全能隐藏代码*/
display:none

/*不停变换空间背景图片*/
http://magic.qtutu.com/



参数
color:green 表示字体颜色。
font-size:14px 表示字体大小。
font-family:Georgia,黑体 表示英文字体和中文字体
border:1px 表示边框的粗细。
solid green 表示边框的颜色。
background-color:black 表示背景色。

/*最顶部加字方法!*/
#tabline{margin-top:-490px;right:0px;line-height:8px; background:url(图片地址) no-repeat bottom; padding-bottom: 40px; margin-bottom: 10px}
图片上面打上你要的字~

/*添加LOGO*/
#main {background:url(顶部LOGO) no-repeat 10px 0px;} /*10px 0px;距顶部 距左*/
#layout {width:980px;margin-left:0px;background:url(底部LOGO) no-repeat bottom 0px;padding-bottom:80px} /*margin-left:0px底部图片距离最左边长度;bottom 0px边框大小;padding-bottom:80px主体模块最下端距离底部图片最顶端距离*/

/*添加小背景图片*/
.stage{background:url(小背景图片) repeat-y 0px 0px} /*0px 0px距左 距顶(建议为0)*/

/*空间整体宽度*/
#main{width:740px!important;text-align:center}或#main{width:80%!important}

/*版块长度及间距*/
#layout td.c2t1{padding-left:55px;width:570px} /*最左版块*/
#layout td.c2t2{width:60px} /*左右两版块间距*/
#layout td.c2t3{width:260px;padding-right:30px} /*第2竖列版块信息*/

/*定义阅读文章时 文章块宽度 距左长度*/
.stagepad {width:570px;margin-left:44px;}
.stagepad a:link{text-decoration:none;font-weight:bold}
.stagepad a:visited{text-decoration:none;font-weight:bold}

/*文章虚线边框*/
#m_blog div.cnt{color:#333333;line-height:20px;font-size:14px;border:1px dashed #090688;background:#Ffffff;PADDING: 10px;}
/
#m_blog div.cnt{color:#808080;line-height:20px;font-size:16px;border-top:2px dashed #1DC01D;border-bottom:2px dashed #1DC01D;border-left:2px dashed #1DC01D;border-right:2px dashed #1DC01D;PADDING-RIGHT: 10px; PADDING-LEFT: 10px;PADDING-TOP: 10px;PADDING-bottom: 10px;}

dotted: 点线
dashed : 虚线
double : 双线边框
groove : 3D凹槽
ridge : 菱形边框
inset : 3D凹边
outset : 3D凸边

/*前景图片透明设置*/
filter:alpha(opacity=90,finishopacity=100,style=0,)

/*播放器*/
#phx{FILTER: Alpha(Opacity=100, FinishOpacity=60, Style=2, StartX=20, StartY=40, FinishX=0, FinishY=0)Invert(); WIDTH: 224px;HEIGHT:200px}
Invert(); 滤镜效果 可以更换
/*不显示播放器,不影响音乐的播放*/
添加#mod_bgmusic{display:none}

/*日志背景*/
#m_blog.modbox{background:url(图片)}
或#m_blog div.cnt{background:url(图片) repeat; /*图片*/color:#666666;line-height:20px;font-size:14px}

/*滚动条*/
#m_blog{scrollbar-face-color: #E100E1;
scrollbar-shadow-color: maroon;
scrollbar-highlight-color: white;
scrollbar-3dlight-color: #E100E1;
scrollbar-darkshadow-color:#E100E1;
scrollbar-arrow-color:#E100E1;
scrollbar-base-color: #E100E1;
scrollbar-track-color: #E100E1;
overflow-y:auto;height:1330px;
filter: chroma(color=#E100E1)}

/*去掉横向滚动条*/
在body{ }里加上overflow-x : hidden;

/*禁止选择 鼠标右键特效*/
#main{
background:url('javascript:
document.oncontextmenu=new Function("event.returnValue=false;");
document.onselectstart=new Function("event.returnValue=false;");
')}
(已经失效,只预览时显示效果)
document.oncontextmenu=new Function("event.returnValue=false;");禁止鼠标右键
document.onselectstart=new Function("event.returnValue=false;");
禁止选择/*鼠标触碰 按钮下陷*/
a:hover{}中加入 position:relative; left:2px; top:1px; clip:rect( );

/*弹出窗口*/
#comm_info 和#comm_info a 替换#comm_info a{color:#D77B18 border: 1px solid #000000; padding: 10px; background-image: url('javascript:alert("你要说的话");')}

#comm_info{}或#m_links div.item{}
添加
background:url(javascript:alert(你要说的内容))


/*文章在新窗口中打开*/
a:active { text: (target="_blank");}

/*屏蔽Rss链接,baidu图片*/
#comm_info a {display:none;}

/*标题背景*/
#header div.lc{} -左
#header div.rc{} -右
插入 background:url(http://***)

/*百度空间 进入后弹出对话框*/
去掉#comm_info div.line 把#comm_info a换成
#comm_info a{color:#D77B18 border: 1px solid #000000; padding: 10px; background-image: url('javascript:alert("你要说的话");')}

/*文章日期旁加小图案*/
#m_blog div.date
{text-indent:1.5cm;background:url(这里要填上你自己选的小图片的连接地址) 30% 0% no-repeat; /*背景图片*/margin:5px 0 8px 0;color:#999999;
line-height:50px; /*调整行高*/}

/*标题栏主体加小图案*/
模块ID span.modtit{background:url(图片) no-repeat top left;font-size:0px;width:100%;margin-left:-18px;padding-top:3px}

/*常用插入时间图片位置的代码*/
图片显示位置——个人档案照片下面:
#m_pro div.act{margin-top:5px; background:url(http://escati.linkopp.net/cgi-bin/date.cgi?trgb=red&srgb=red&prgb=red&timezone=GMT-0500) no-repeat bottom; padding-bottom: 22px; margin-bottom: 6px; }

图片显示位置——文章列表 标题下面:
#m_blog div.tit{font-size:14px;font-weight:bold; background:url(http://escati.linkopp.net/cgi-bin/date.cgi?trgb=red&srgb=red&prgb=red&timezone=GMT-0500) no-repeat bottom; padding-bottom: 22px; margin-bottom: 6px; }

图片显示位置——文章列表 标题左面:
#m_blog div.tit{font-size:14px;font-weight:bold; line-height:24px; text-indent:120px; background:url(http://escati.linkopp.net/cgi-bin/date.cgi?trgb=red&srgb=red&prgb=red&timezone=GMT-0500) no-repeat; }

图片显示位置——TAB导航栏:
#tabline{top:89px; background:url(http://escati.linkopp.net/cgi-bin/date.cgi?trgb=red&srgb=red&prgb=red&timezone=GMT-0500) no-repeat bottom; padding-bottom: 32px; margin-bottom: 6px; }

图片显示位置——相册下面:
#m_album div.image{text-align:center; background:url(http://escati.linkopp.net/cgi-bin/date.cgi?trgb=red&srgb=red&prgb=red&timezone=GMT-0500) no-repeat bottom; padding-bottom: 45px; margin-bottom: 1px; }

图片显示位置——每个友情链接下面:
#m_links div.line{margin-top:5px;line-height:8px;border-top:1px solid #F4C1B5; background:url(http://escati.linkopp.net/cgi-bin/date.cgi?trgb=red&srgb=red&prgb=red&timezone=GMT-0500) no-repeat bottom; padding-bottom: 16px; margin-bottom: 10px; }

图片显示位置——每个最新评论下面:
#m_comment div.item{color:#000000;font-size:12px; background:url(http://escati.linkopp.net/cgi-bin/date.cgi?trgb=red&srgb=red&prgb=red&timezone=GMT-0500) no-repeat bottom; padding-bottom: 22px; margin-bottom: 6px; }

图片显示位置——每个文章分类下面:
#m_artclg div.line{margin-top:5px;line-height:8px;border-top:1px solid #F4C1B5; background:url(http://escati.linkopp.net/cgi-bin/date.cgi?trgb=red&srgb=red&prgb=red&timezone=GMT-0500) no-repeat bottom; padding-bottom: 16px; margin-bottom: 10px; }

图片显示位置——其他区域:
#comm_info div.line{margin-top:5px;line-height:8px;border-top:1px solid #BBC1C6; background:url(http://escati.linkopp.net/cgi-bin/date.cgi?trgb=red&srgb=red&prgb=red&timezone=GMT-0500) no-repeat bottom; padding-bottom: 22px; margin-bottom: 6px; }

其他样式显示http://www.csufresno.edu/cgi-bin/Count.cgi?display=date&dd=A

/*调整图片位置*/
padding-bottom: 20px; margin-bottom: 5px; padding-bottom为距上高度,margin-bottom为距下高度。

/*调整TAB距离*/
在TAB{}内加入text-indent:30px

/*分割线*/
模块ID div.line{margin-top:17px;line-height:17px;background:url(http://***.gif) repeat-x}

/*模块中只显示访问人数*/
#comm_info a {display:none}

/*发光效果*/
{}中加入filter:glow (color= #299BE8,strength=2);

/*阴影效果字体阴影*/
{}中加入filter:DropShadow(Color=#000000:,OffX=2, OffY=3,Positive=1);或filter:shadow(Color=#000000:,OffX=2, OffY=3,Positive=1);
参数作用:
Color=阴影的颜色代码
OffX=设置阴影与对象(文字或图片)的横向距离偏移
OffY=设置阴影与对象的竖向距离偏移
Positive=设置建立阴影的对象,true是为非透明像素建立阴影,false是为透明的像素建立阴影,一般不建议使用false
另外,如果添加阴影的地方已经有了filter的参数,例如设置透明度的filter:alpha(),只需把DropShadow(Color=#000000, OffX=3, OffY=3, Positive=true)添加到alpha()的后面即可,这里不需要间隔,当中留空格可以,间隔将无效
例如在原来的filter:alpha(opacity=50);后面加上阴影效果代码:
filter:alpha(opacity=50)DropShadow(Color=#000000, OffX=3, OffY=3, Positive=true);

/*投影的代码*/
filter:Shadow(Color=gray/*颜色*/,Direction=135/*方向*/)

/*文章标题背景*/
#m_blog div.tit{text-indent:1.5cm/*缩近*/;line-height:75px;/*增大行高,使背景图片完全显示*/font-size:16px;font-weight:bold;background:url(http://***.gif) no-repeat;/*标题背景图片,不重复*/}
line-height:多少px; 设置标题的高度,其实这里的设置为图片的高度就可以了
text-indent:多少px; 设置标题的文本前面空多少宽度,这里可以填图片的宽度,为了美观起见,可以再多+5、6px,因为图片和标题贴着不好看,这个主要还是看个人感觉和喜好设置了

/*空间透明*/
.modbox,.modbl,.modbc,.modbr{filter:alpha(opacity=80);-moz-opacity:0.8;width:auto !important;width:100%}

/*添加自己的LOGO图片*/
#comm_info div.line{margin-top:4px;line-height:8px;border-top:2px solid #ff3333; background:url(http://***.gif) no-repeat bottom; padding-bottom: 32px; margin-bottom: 32px}

/*添加LOGO*/
#m_pro div.image{}加入background:url(http://***.jpg) no-repeat bottom;padding-bottom:100px
bottom让图片沉底
padding-bottom增加头像模块底下的宽度
padding-bottom数值一般设置为LOGO的高度值,LOGO的上边与头像的下边距离0,加大padding-bottom的数值,LOGO的上边与头像的下边距离亦加大



/*如何设定+固定百度空间的背景*/
在body{}中加入
background-image:url(图片地址) ; 定义背景图片
background-repeat: no-repeat; 定义背景图片不重复
background-position: center; 定义背景居中
background-attachment: fixed; 定义背景固定,不滚动参数fixed

/*去除模块背景即完全背景透明*/
删除模块background-color:……的属性;加background:transparent即可
在header{}中加入
background:transparent 这个参数的作用是使完全背景透明,并删除原来的属性background:url(……)
#header div.rc{}以及.stage{}与header{}同样设置

/*右下角弹出窗口*/
#main{
background:url('javascript:
var sunPop = window.createPopup();
var popTop=50;
function popmsg(msgstr){
var winstr="";
winstr+=" ";
winstr+=""+msgstr+"";
sunPop.document.body.innerHTML=winstr;
popshow();
}
function popshow(){
window.status=popTop;
if(popTop>1720){
clearTimeout(mytime);
sunPop.hide();
return;
}else if(popTop>1520&&popTop<1720){
sunPop.show(screen.width-250,screen.height,200,1720-popTop);
}else if(popTop>1500&&popTop<1520){
sunPop.show(screen.width-250,screen.height+(popTop-1720),200,150);
}else if(popTop<180){
sunPop.show(screen.width-250,screen.height,200,popTop);
}else if(popTop<220){
sunPop.show(screen.width-250,screen.height-popTop,200,150);
}
popTop+=10;
var mytime=setTimeout("popshow();",50);
}
popmsg("2006年12月1日你好,亲爱得朋友。你要说的话。你要说的话~");
')
}

/*“发表评论”区域*/
#spBlogCmtor{background:url(图片地址)} /* 姓名*/
#spBlogCmtURL{background:url(图片地址) }/* 网址或邮箱*/
#spBlogCmtText{background:url(图片地址) } /* 评论内容*/
#in_send div.tit{margin:10px 0 10px 0;color:#FFFFFF;font-size:14px;font-weight:bold}

设置“发表评论”区域上方的“发表评论”四个大字,其中color:#FFFFFF设置字的颜色,font-size设置字的大小,font-weight:hold设置让这字体加粗,不加粗删掉。

#in_send td{color:#FFFFFF}

设置“姓名”、“网址或邮箱”和“内容”字的颜色。

#spBlogCmtText {border: 1px solid #FFCCFF;background:#FFFFFF no-repeat top center; background-attachment: fixed}

设置评论框底色。background:#FFFFFF设置颜色,添加图片则改为background:url(图片),
图片最佳尺寸是503*153 1px 表示评论边框的宽度 #FFCCFF 表示评论边框的颜色。

/*隐藏“查看该用户在百度的”分类*/
加入#m_pro .basic a.nlk{display:none}代码即可

/*隐藏“百度空间测试版”*/
#m_comm_info img{display:none}

/*添加天气预报*/
#m_mylink1 div.line{background:url(http://firetear.com/weather/weather.aspx?city=宿迁&style=1) no-repeat bottom;line-height:40px;margin-bottom: 10px;margin-top:5px;padding-bottom: 138px}
先编辑自定义模块,链接地址为http://www.tq121.com.cn,然后更换为以上代码,(注意:要把地址换在你所在地的地址,可以到 http://firetear.com/weather 网站里去找,只需把生成代码里面SRC后面的地址替换以上地址即可)

/*更多文章居右*/
#m_blog div.more{margin:14px 0 16px 0;text-align:right}

/*在友情链接添加“发送消息”的链接*/
在友情链接里的链接地址内填上:http://msg.baidu.com/ms?ct=21&cm=1&tn=bmSendMessage&un=你的百度用户名
这样点击该链接就可以给你发送消息,而这个链接另一个功能就是可以给自己发送消息。

/*鼠标样式设置*/
在body{} 中添加;CURSOR: url('http://webme.bokee.com/inc/mouse028.cur')}
a:hover{CURSOR: url('http://webme.bokee.com/inc/mouse031.ani')
第一行是鼠标指针初始形态,第二行是鼠标指针碰到链接的形态
CSS鼠标样式大全

/*改变你的按钮和输入栏的颜色及字体*/
input,select,textarea{color:green;font-size:14px;font-family:Tahoma,黑体;border:1px solid green;background-color:black}
textarea{overflow:hidden}

/*空间最顶部添加图片*/
#tabline{margin-top:-340px;right:310px;line-height:8px; background:url(http://***.gif) no-repeat bottom; padding-bottom: 110px; margin-bottom: 10px}

现在百度空间新增了可视化编辑器,CSS 代码编辑器也提供了一套基准代码,框架结构非常完整,所以现在 hier 们制作模板可以说是易如反掌啦。先说可视化编辑器。进入你的空间,点“管理中心”——“空间装扮”——“挑选模板”——“我也来设计”,就可以进入可视化编辑器了。第一步,你选择一个基准的色调,然后点击“下一步”。第二步,你可以设置背景图片和模块位置等信息,之后设置好模板的名称、标签,以及色系,就可以保存了。这是最简单的制作模板的方法。下面,就让我再来详细说说用 CSS 代码怎么实现精密的编辑。基准模板已经保存在了你的自定义模板中。你需要调出来。进入空间装扮,然后点击“挑选模板”——“我设计的”,找到刚刚做好的基准模板,点“编辑”——“CSS 编辑器”。你首先要做的是,往下翻页,找到“最新动态模块”下方的/*---==css-edit code here==---*/这一行文字,把其下的所有文字全部删除。下方的这些代码是可视化编辑器多出来的代码,若不删除,那么后面做精密修改时,上方的 CSS 代码会与其下的 CSS 代码发生冲突,这样精密修改就无法实现。1. 设置背景图片和文字颜色找到“大背景颜色及背景图片设置”模块的第一行:#body{background:#f3f3f3;}background: 后面的是颜色代码,简单地说,你可以使用下面的颜色:white:白色silver:银色gray:灰色black:黑色red:红色yellow:黄色green:绿色lime:鲜绿色blue:蓝色skyblue:天蓝色pink:粉色magenta 或 violet 或 purple:紫色cyan:青色orange:橙色brown:棕色当然,可以使用的英文单词远远不只这些,【这里】列出的颜色的英文单词最多,绝大多数都可以使用。在颜色下方添加一行background-image: url(********)可以设置背景图片,括号里的内容就是背景图片的 URL 地址。背景图片默认是横向、纵向均平铺,如果觉得不好看,那么可以在小括号后面添加代码,请你根据需要选择合适的代码:no-repeat 表示横向、纵向均不平铺repeat-x 表示仅横向平铺repeat-y 表示仅纵向平铺接下来是{color:#555b6e}这一行是设置页面的文字颜色的,你可以使用任意一个英文单词直接设置颜色,也可以参考 CSS 帮助,选择你所需要的颜色,然后复制其颜色代码,把原来的替换掉,就可以实现了。如 {color:red} 或者 {color:#ff0000} 就是设置文字颜色为红色。注意行末的分号一定不要丢掉。background-position 是指背景图片的位置。你可以使用如下九中方案:left top:位于左上角center top:位于正上方right top:位于右上角left center:位于左侧的正中央center:位于正中央right center:位于右侧的正中央left bottom:位于左下角center bottom:位于正下方right bottom:位于右下角在使用后六种方案的时候,可能会遇到因为加载出了整个空间页面,而导致图片的位置移动了。比如使用 center 方案的时候,同时你又设置了不平铺,等到整个网页加载出来的时候,你就看不到背景图片了。因为设置的是位于整个网页的正中央,而不是整个屏幕的正中央。包括前三种方案也一样,当网页下移时,图片也就随之滚动了。如果希望图片固定住,也就是实现所谓的“水印”效果,你可以在这行文字下方,添加一行文字:background-attachment:fixed;这样图片就能固定住了。示例代码:body{background:lightblue;/*设置背景颜色为淡蓝色*/color:black;/*设置文字的颜色为黑色*/background-position: center;/*图片位于屏幕的正中央*/ background-attachment:fixed;/*固定图片,不随滚动条滚动*/overflow-x:hidden;}2. 设置文章中的链接样式在“页面链接样式设置”板块中,有三个模块,分别是 #a(普通链接),#a_visited(已访问过的链接),#a_hover(鼠标移到链接地址上)。color 设置的是颜色,可以使用标准英文单词,也可以使用颜色代码,代码可以在 CSS 帮助中获取。font-size 设置的是字号(pt 是磅的单位,),如 12pt 表示 12 号字(等价于 Word 中的小四号字)。font-family 设置的是字体,可以直接使用中文,但是要注意在字体名称的前后加上英文的双引号(正确格式:" ",错误格式:“”)。font-style 设置的是字形(可以使用:normal 正常;bold 加粗;italic 倾斜;underline 下划线,多个样式可以组合,在中间加空格就可以。)示例代码:a{color: blue; /*设置基本链接颜色为蓝色*/font-size: 12px; /*设置字号为 12 磅*/font-family: Arial;/*设置字体为 Arial*/font-weight: italic;/*设置链接字体倾斜*/text-decoration: none; }a:visited{color:magenta; /*设置已点击过的超链接颜色为粉色*/font-size:12px;text-decoration:none}a:hover{color:red; /*当鼠标移动到超链接上时,文字变为红色*/font-size:12px; text-decoration:underline;/*当鼠标移动到超链接上时,加下划线*/}3. 头图设置#header div.tit 设置的是大标题的样式,#header div.tit a.titlink 设置的是大标题的链接样式,#header div.tit a.titlink:visited 设置的是大标题已点击过的链接样式,#header div.tit a.titlink:hover 设置的是鼠标移到大标题上时的链接样式,#header div.desc 设置的是空间简介的文字样式。样式设置可以参考上面的设置链接样式的方式。另外补充一个,top 和 left 设置的是文字的位置,top 是距顶端多少像素,left 是距左端多少像素,请根据需要进行设置。如果觉得标题那一行的背景图片不太适合,可以去色。找到 #header 这一行,把 background 这一行字全部去掉就可以了。如果你想换成别的图片,只需要更改括号里的 url 地址就可以了。示例代码:#header{height:160px;/*设置导航栏下方的正文的显示位置(数字越大越靠下方)*/}#header div.tit{color:green;/*设置主标题的颜色为绿色*/line-height:30px; /*设置主标题的行高(相当于使用 Word 里段落设置的行距固定值,如果字号大则需要加大行距)*/font-size:28px; /设置主标题的字号为 28 磅/font-family:"幼圆"; /*设置主标题的字体为幼圆*/font-style:bold;/*加粗字体*/top:75px; left:370px; /*设置主标题的位置,距屏幕最顶端 75 像素(数字越大越靠下),距屏幕最左端 370 像素(数字越大越靠右)*/}#header div.tit a.titlink{color:green;font-size:28px;font-family:"幼圆"; text-decoration:none}#header div.tit a.titlink:visited{color:green;font-size:28px;text-decoration:none}#header div.tit a.titlink:hover{color:purple;/*当鼠标移动到主标题上时,字体变为紫色*/}#header div.desc{top:115px; left:300px;/*设置小标题的位置为距顶端 115 像素,距左端 300 像素*/color:black;/*设置小标题颜色为黑色*/font-size:20px;/*设置小标题字号为 20 磅*/}4. 导航栏设置#tab 这一块设置的是“主页 博客 相册 个人档案 好友”这一行字的显示样式,设置方法可以参考上面的“设置链接样式”和“头图设置”。外补充一个,#tab span 设置的是两项之间的分隔符的颜色,如果不想要分隔符,只需要在大括号里输入 display:none 就可以实现了。如果觉得背景图片不适合,只需要把对应的 background 那一行字去掉,或者修改 url 地址,就可以实现了。如果希望加大各项目之间的距离,可以将 margin-left 后面的数字加大些示例代码:#tabline{display:none}#tab{top:150px; left:100px; line-height:26px; /*设置导航栏的位置和行高*/background:none;height:26px;padding-top:3px;}#tab a{color:darkblue;/*设置导航条的基本文字颜色为深蓝色*/font-weight:normal;background:none; height:26px;margin-left:60px;/*两项之间的距离为 60 像素*/}#tab span{display:none;/*不显示两项之间的分隔符“|”*/}#tab a:visited{color:darkgreen;/*已点击过的导航条的项目变为深绿色*/font-size:12px;font-weight:normal;text-decoration:none; }#tab a:hover{color:lightgreen;/*当鼠标移动到导航条项目上时,颜色变为浅绿色*/font-size:12px;font-weight:normal;text-decoration:none;}#tab a.on{color:blue;/*当前页面指示为蓝色*/font-size:12px;font-weight:bold;/*当前页面的指示加粗*/}#tab a.on:visited{font-weight:bold;color:pink;/*已点击过的当前页面指示为粉色*/}#tab a.on:hover{color:red;/*当鼠标移动到当前页面指示上时,文字变为红色*/}5. 模块设置.mod 里的 magin-bottom 设置的是行距,数字越大,行距就越大。在这个大括号里,同样可以添加 font-size(字号)font-face(字体)font-style(字型)等参数,也同样可以添加背景图片。.modtit 设置的是模块标题的样式(如“文章列表”、“友情链接”的文字样式),可以参考前面的方法进行设置。.modth 里的 height 设置的是模块标题的行高,应该按照标题的字号大小进行合理设置。.modpt 设置的是模块右侧的操作区(如友情链接右侧的“编辑”,文章列表右侧的“写新文章”等)的文字样式,可以参考前面的方法进行设置如果觉得预览的时候,模块的背景色比较碍眼,挡住了背景图片,那么就需要进行去色处理。找到代码中的#modbox 模块把这三行字去掉:border-left:1px solid #d8d8d8; border-right:1px solid #d8d8d8; background-color:#fff;之后,把下面的 .modtl,.modtc,.modtr,.modbl,.modbc,.modbr 这几个模块也统统去掉,效果就实现啦。示例代码:.mod{margin-bottom:5px;/*模块内的行距为 5 像素*/}.modhandle{cursor:move}.modth{height:26px;/*设置模块标题行高为 26 像素*/}.modhead{padding:2px 4px 0 4px;}.modopt{padding:4px 4px 0 0;color:darkred;/*设置模块右侧的操作按钮颜色为深红色*/}.modtit{color:darkblue;/*设置模块标题为深蓝色*/font-size:18px;/*设置模块标题字号为 18 磅(等价于三号字)*/font-weight:bold;/*设置模块标题加粗*/}.modbox{padding:10px; }.modlabel{color:#000;font-size:12px;font-weight:bold}这样,模板就做好了,你就可以设置模板名称、标签、色系和最佳适用版式啦。 你可以看一下效果图:

添加多首背景音乐: http://hi.baidu.com/linzai/blog/item/5622cbea095301d3d439c950.html

设置透明背景图: http://hi.baidu.com/linzai/blog/item/42dd22a4b9bf3ef79152ee50.html

在空间顶部加入图片: http://hi.baidu.com/linzai/blog/item/28bad62a3fa8039b023bf657.html

宣传百度空间的6种方法: http://hi.baidu.com/linzai/blog/item/30fa57fb486274166c22eb55.html

空间的名称如何用艺术字?: http://hi.baidu.com/linzai/blog/item/bca231faf612911ea9d31154.html

让自己的空间下雨: http://hi.baidu.com/linzai/blog/item/fe49b68fdbcda3eef11f3654.html

如何在"其它"下面加上图片: http://hi.baidu.com/linzai/blog/item/c6844b546cbbea54574e004b.html

为评论和链接加上图片: http://hi.baidu.com/linzai/blog/item/dabd625930bae32a2934f04a.html

如何让你的浏览器滚动条变色: http://hi.baidu.com/linzai/blog/item/d72348edfae5bcd4b21cb14a.html

让空间自动弹出对话框: http://hi.baidu.com/linzai/blog/item/4ca3950a4ad8121f94ca6b49.html

自制闪字空间名称: http://hi.baidu.com/linzai/blog/item/ce6afe0303d0e188d53f7c48.html

去掉文章题目下划线: http://hi.baidu.com/linzai/blog/item/01409323b8499644ac34de4f.html

给链接添加背景色效果代码: http://hi.baidu.com/linzai/blog/item/7e1aab77f581841bb151b94f.html

如何插入多处背景图片: http://hi.baidu.com/linzai/blog/item/37643887cbc3022ac75cc34e.html

空间常用特殊符号介绍: http://hi.baidu.com/linzai/blog/item/bf8691139af1fd806438db42.html

如何改变空间名称的效果: http://hi.baidu.com/linzai/blog/item/288897caac469086c8176841.html

在BLOG里加时钟和挂件: http://hi.baidu.com/linzai/blog/item/95b5700e087de0ca7acbe141.html

边框的设置: http://hi.baidu.com/linzai/blog/item/a544ff1f39b9a00a314e1540.html

屏蔽你认为多余的栏目的方法: http://hi.baidu.com/linzai/blog/item/046092529aae450e0df3e347.html

给空间首页添加翻页按钮: http://hi.baidu.com/linzai/blog/item/7e1aab77f599841bb151b947.html

空间的CSS运用的三种方式: http://hi.baidu.com/linzai/blog/item/72a965094bb647cf3ac76346.html

字体修改之光晕字体: http://hi.baidu.com/linzai/blog/item/f06dad51a655838f8d543046.html

如何修改百度空间的鼠标样式: http://hi.baidu.com/linzai/blog/item/5c98dbf9c4a15759242df246.html

更换空间主体背景及文章背景: http://hi.baidu.com/linzai/blog/item/d72348edfaf9bcd4b21cb146.html

把QQ空间里的鼠标弄到百度: http://hi.baidu.com/linzai/blog/item/2062e2fec4af8b315d600845.html

隐藏播放器而不影响音乐播放: http://hi.baidu.com/linzai/blog/item/02240d24ee2eee33c9955944.html

在你的空间显示IP地址的代码: http://hi.baidu.com/linzai/blog/item/9fd2d48847b6b094a5c27244.html

如何自定义空间背景图片: http://hi.baidu.com/linzai/blog/item/9cb495dd91cd9a345882dd44.html

专栏分割线的代码修改方法: http://hi.baidu.com/linzai/blog/item/da5d79cb0dcfc51fbf09e644.html

为友情链接增加一个滚动条: http://hi.baidu.com/linzai/blog/item/288897caac409086c817687b.html

教你如何制作个性化的标题栏: http://hi.baidu.com/linzai/blog/item/7f1c45103595fffcc2ce797a.html

空间模块移动+文字快速链接: http://hi.baidu.com/linzai/blog/item/234aa1cc415eba1000e9287a.html

让你的空间半透明: http://hi.baidu.com/linzai/blog/item/2ae89c2fdb8e1f381e30897a.html

透明的背景音乐的播放器: http://hi.baidu.com/linzai/blog/item/63911f95eea23a087af48015.html

给超链接添加按钮效果: http://hi.baidu.com/linzai/blog/item/767b56e7720b172eb8382015.html

个性你的IP显示,自定义颜色: http://hi.baidu.com/linzai/blog/item/d05353da1d1101dbb7fd4815.html

百度空间文字发光的方法: http://hi.baidu.com/linzai/blog/item/be8cb25136c3be18377abe16.html

显示"点击给你发消息"怎么做: http://hi.baidu.com/linzai/blog/item/f54bd3003d7af511738b6516.html

无缝调用不同模板CSS的办法: http://hi.baidu.com/linzai/blog/item/185934d3c8e58e003bf3cf17.html

自动变化的背景图片: http://hi.baidu.com/linzai/blog/item/dcd4af4b61cf4bf083025c17.html

改变TAB菜单栏的位置及颜色: http://hi.baidu.com/linzai/blog/item/8a96a38b5f0a1f7f9f2fb410.html

玩转百度空间的"背景音乐": http://hi.baidu.com/linzai/blog/item/51f736a83e01b5b1ca130c11.html

自动变化的背景图片: http://hi.baidu.com/linzai/blog/item/6dce272ddfa26a34359bf77b.html

这有所有模板的原代码:
http://hi.baidu.com/cdzb/blog/item/9a5c90ef9a638befce1b3e97.html

BODY {BACKGROUND-POSITION: center 50%; BACKGROUND-ATTACHMENT: fixed; BACKGROUND-IMAGE: url(http://mumayi1.999kb.com/pic/2006-10-10/o1k0w1wh4vtk01kexpkx.jpg); } A:hover{LEFT: 1px; POSITION: relative; TOP: 1px; TEXT-DECORATION: underline} td,div{color:#F9E3F5} BODY{CURSOR: url('http://imgcache.qq.com/qzone/space_item/orig/13/3341.ani') } A {CURSOR: url('http://imgcache.qq.com/qzone/space_item/orig/0/3344.ani') ;background-repeat: no-repeat;background-position: center;background-attachment: fixed;;CURSOR:url('http://imgcache.qq.com/qzone/space_item/orig/13/3341.ani')}a:hover{CURSOR:url('http://imgcache.qq.com/qzone/space_item/orig/1/4257.ani')}a:hover {position:relative; left:1px; top:1px; clip:rect()} body{background-color:#FB7CC8}}body{CURSOR: url('http://imgcache.qq.com/qzone/space_item/orig/9/7257.ani');}body{a:hover{position:relative; left:1px; top:1px; clip:rect()}} BODY {scrollbar-face-color: #F6C7E1; scrollbar-shadow-color: maroon; scrollbar-highlight-color:#F6C7E1; scrollbar-3dlight-color: #F6C7E1; scrollbar-darkshadow-color:#F6C7E1; scrollbar-arrow-color:#F9369F; scrollbar-base-color: #F6C7E1; scrollbar-track-color: #F6C7E1; filter: chroma(color=#F6C7E1);} #header{height:150px;background:url(http://album.sina.com.cn/pic/454db7da020006et) repeat;} #header div.lc{background:url(



) no-repeat top right} #header div.rc{background:url(http://sc.yunzi.net/sozai/line/14/14.gif) no-repeat top right} #header div.rc{background:url(



) no-repeat top center} #header div.tit{top:15px;left:50px;line-height:40px;font-size:35px;font-family黑体;FILTER: glow(color=#FF11A0,direction=2)} #header div.tit a.titlink{color:#F9058F;text-decoration:none} #header div.tit a.titlink:visited{color:#F9E3F5;text-decoration:none} #header div.desc{top:90px;left:70px;line-height:25px;font-size:20px;font-family黑体;FILTER: glow(color=#DA06F9,direction=3)} #tabline{top:199px} #tab{top:140px;padding-top:3px;padding-bottom:3px;background:url(http://www.mvzz.com/sck/fgx/fgx11/04.gif) repeat-x#F6E844;border-left:0px solid #F9E3F5;border-right:0pxsolid #F9E3F5}#tab a.on,#tab a.on:link,#tab a.on:visited{margin-top:0px;line-height:19px;color:#FF11A0;font-size:14px} #tab span{color:#FF11A0;font-size:14px} #tab a:link{color:#FF11A0;text-decoration:none;font-size:14px} #tab a:visited{color:#FF11A0;text-decoration:none;font-size:14px} #tab a:visited{ color:#FF11A0; text-decoration:blink; font-size:14px; filter: Glow(Color=#F9E3F5, Strength=7); font-weight: bold; } #tab2{background:#FF11A0} #tab2 span{color:#FF11A0;font-size:14px;font-weight:bold} #tab2 a{font-size:12px} #tab2 a:link{color:#DA06F9} #tab2 a:visited{color:#DA06F9}.stage{background:transparent} #tabline{top:0px;background:transparent;background-color:#F9E3F5} #tab{top:130px;background:transparent;background:url(http://hometown.aol.com/slimprincess3/pagee/sparklebanner.gif)} #tab a.on,#tab a.on:link,#tab a.on:visited{border: 1px dotted #F9E3F5;} #tab span{color:#F9E3F5;font-size:14px} #tab a:link{ color:#F9E3F5; text-decoration:blink; font-size:14px; filter: Glow(Color=FF11A0, Strength=7); font-weight: bold;} #tab a:visited{ color:#F9E3F5; text-decoration:blink; font-size:14px; filter: Glow(Color=FF11A0, Strength=7); font-weight: bold;} #tab2{background:#FF11A0} #tab2 span{color:#F9E3F5;font-size:12px;font-weight:bold} #tab2 a{font-size:12px} #tab2 a:link{color:#DA06F9} #tab2 a:visited{color:#DA06F9} .stage{background:url(



) no-repeat bottom right} #m_mylink1 div.item{ filter: glow(color=#F9E3F5,strength=5);color:#AD06FB;font-size:25px;font-size:25px;line-height:110px;text-indent:220px;background:url(http://storage.msn.com/x1pbglk-vqL4BvPH5Zdx0rr_isFpdc5EsxQIsP59mAdbrJvZwUnUOB8e_8xAhmpxCZL7smQdzFAS8aLLX3V3scoYbZm1RhPw9d6owmXNW7fV8LGcXHixf35OsKfqrsH2iVkzoBzSEGfuF3cbS9qMq2yIrWIcpy4dUp8) repeat;} #m_mylink1 div.item a{color:#FF11A0;font-size:30px;text-decoration:none} #m_mylink1 div.item a:visited{color:#F35795} #m_mylink1 div.line{margin-top:20px;line-height:30px;border-top:px solid #D2E9F4 ;background:url()} #comm_info{background:url() repeat} #comm_info {filter: glow(color=#F9E3F5,strength=3);color:#FF11A0;font-size:15px;font-size:18px} #comm_info div.line{filter: glow(color=#F9E3F5,strength=3);color:#cccccc;font-size:12px;font-size:12px;background:url(



) repeat-x;background:url(http://www.ip.cn/s.php) no-repeat bottom;padding-bottom: 40px; margin-bottom: 10px } #comm_info a{display:none} /**/#page{height:30px;font-size:14px;font-family:Arial;text-align:center} #page span{padding:3px;color:#FF11A0;font-size:14px;font-weight:bold} #page a.pc{color:#FF11A0;font-size:14px;font-weight:bold} #page a.pc:visited{color:#FF11A0} #page a.pi{padding:3px;color:#FF11A0;font-size:14px} #page a.pi:visited{color:#FF11A0} /**/.mod{margin-bottom:4px} .modhandle{cursor:move} .modth{height:24px} .modhead{padding:4px 4px 0 4px;text-align:center} .modopt{padding:4px 4px 0 0} .modtit{color:#FF11A0;font-size:14px;font-weight:bold}a.modtit{color:#FF11A0}a.modtit:visited{color:#FF11A0} .modtitlink{color:#FF11A0;font-size:14px;font-weight:bold}a.modtitlink{color:#FF11A0;text-decoration:none}a.modtitlink:visited{color:#FF11A0;text-decoration:none}a.modtitlink:hover{color:#FF11A0;text-decoration:underline} .modact{color:#FF11A0;font-size:14px}a.modact:link{color:#FF11A0}a.modact:visited{color:#FF11A0} .modbox{padding:10px 10px 0 10px} #phx{FILTER: Alpha(Opacity=100, FinishOpacity=10, Style=2, StartX=20, StartY=40, FinishX=0, FinishY=0)gray(); WIDTH: 18x;HEIGHT: 32px} .modtl{background:url();border-top:0px solid #C9F1F1;border-left:1px solid #C9F1F1;line-height:0px;filter:alpha(opacity=0)}/*opacity=0,完全透明*/} .modtc{background:url();;border-top:0px solid #C9F1F1;filter:alpha(opacity=200)}/*opacity=0,完全透明*/} .modtr{background:url();;border-top:0px solid #C9F1F1;border-right:1px solid #C9F1F1;line-height:0px;filter:alpha(opacity=0)}/*opacity=0,完全透明*/} #pvshow{font-family:Georgia;font-size:20pt;} #m_blog{ overflow-y:auto;height:1000px; scrollbar-face-color: #F65F9B; scrollbar-shadow-color: maroon; scrollbar-highlight-color:#F65F9B; scrollbar-3dlight-color: #F65F9B; scrollbar-darkshadow-color:#F65F9B; scrollbar-arrow-color:#000000; scrollbar-base-color: #F6C7E1; scrollbar-track-color: #F6C7E1; filter: chroma(color=#F6C7E1);} #m_blog{overflow-y:auto;height:400px} .modbox,.modbl,.modbc,.modbr{filter:alpha(opacity=100);-moz-opacity:0.8;width:auto !important;width:100%} #m_blog div.tit{filter: glow(color=#FF11A0,strength=3);color:#FF11A0;font-size:12px;font-size:15px;font-weight:bold;background:url(http://bbsimg.qq.com/2005/11/19/006/546.gif) no-repeat top left;text-indent:22px;height:70px;line-height:75px} #m_blog div.tit a{filter: glow(color=#FF11A0,strength=3);color:#FF11A0;font-size:12px;font-size:15px;font-weight:bold;background:url() no-repeat top left;text-indent: 22px;height:70px;line-height:75px} #m_blog div.tit a:visited{color:#FF11A0;background:url()} #m_blog div.date{margin:5px 0 8px 0;color:#AECC33} #m_blog div.cnt{filter: glow(color=#FCFCCF,strength=5);color:#FF11A0;font-size:12px;font-size:16px;background:url()} #m_blog div.more{margin:14px 0 16px 0} #m_blog div.more a{color:#FF11A0;font-size:14px} #m_blog div.more a:visited{color:#FF11A0} #m_blog div.opt{color:#FF11A0;font-size:12px} #m_blog div.opt a{color:#FF11A0;font-size:12px} #m_blog div.opt a:visited{color:#FF11A0} #m_blog div.line{margin-top:17px;line-height:37px;background:url(http://www.apoints.com/sucai/UploadFiles_5610/200607/20060731102147967.gif) repeat-x} #m_blog {background: url("") repeat} #m_blog div.none{padding:100px 0 100px 0;color:#FF11A0;font-size:14px} /**/ #mod_profile{background:url(



) no-repeat right top} #m_pro{background:url(



) no-repeat right top} #m_pro a{color:pink} #m_pro a:visited{color:pink} #m_pro div.image{text-align:center;background:url(



) no-repeat } #m_pro div.act{margin-top:10px} #m_pro div.user{filter: glow(color=#F9E3F5,strength=3);color:#FF11A0;font-size:16px;font-weight:bold;text-align:center} #m_pro div.desc{filter: glow(color=#F9E3F5,strength=3);color:#DA06F9;font-size:14px;text-align:center} #m_pro div.line{margin-top:17px;line-height:17px;border-top:1px solid #D71864} #m_pro td{filter: glow(color=#F9E3F5,strength=3);color:#DA06F9;font-size:14px} #m_album div.image{text-align:center;background:url(



) no-repeat bottom;padding-bottom:100px} #m_album div.page{filter: glow(color=#F9E3F5,strength=3);color:#FF11A0;font-size:14px;text-align:center} #m_album div.page a{filter: glow(color=#F9E3F5,strength=3);color:#FF11A0;font-size:14px} #m_album div.page a:visited{color:#FF11A0} #m_links{ overflow-y:auto;height:1000px; scrollbar-face-color: #F65F9B; scrollbar-shadow-color: maroon; scrollbar-highlight-color:#F65F9B; scrollbar-3dlight-color: #F65F9B; scrollbar-darkshadow-color:#F65F9B; scrollbar-arrow-color:#000000; scrollbar-base-color: #F6C7E1; scrollbar-track-color: #F6C7E1; filter: chroma(color=#F6C7E1);} #m_links{overflow-y:auto;height:300px} #m_links div.item{{filter: glow(color=#F9E3F5,strength=3);color:#FF11A0;font-size:15px;font-size:15px;line-height:30px;text-indent:30px;background:url(http://www.apoints.com/sucai/UploadFiles_5610/200607/20060731102242883.gif) no-repeat;} #m_links div.item a{color:#DA06F9;font-size:15px;text-decoration:none} #m_links div.item a:visited{color:#DA06F9} #m_links div.line{background:url(http://www.apoints.com/sucai/UploadFiles_5610/200607/20060731102147495.gif);line-height:30px} #m_links {background: url("http://bbs.muwen.com/fileuploaddir/55315129749.gif") repeat} #m_artclg {overflow-y:auto;height:200px} #m_artclg div.item{filter: glow(color=#F9E3F5,strength=3);color:#FF11A0;font-size:17px;font-size:17px;line-height:30px;text-indent:30px;background:url(http://www.apoints.com/sucai/UploadFiles_5610/200607/20060731102242883.gif) no-repeat;} #m_artclg div.item a{color:#DA06F9;font-size:15px} #m_artclg div.item a:visited{color:#DA06F9} #m_artclg div.line{background:url(http://www.apoints.com/sucai/UploadFiles_5610/200607/20060731102147274.gif);line-height:21px} #m_artclg {background: url("http://bbs.muwen.com/fileuploaddir/55315134733.gif") repeat} #mod_artclg{background:url(http://city.9sky.com/non-cgi/usr/27/27_4200_358.gif) no-repeat right bottom } #m_comment{ overflow-y:auto;height:1000px; scrollbar-face-color: #F65F9B; scrollbar-shadow-color: maroon; scrollbar-highlight-color:#F65F9B; scrollbar-3dlight-color: #F65F9B; scrollbar-darkshadow-color:#F65F9B; scrollbar-arrow-color:#000000; scrollbar-base-color: #F6C7E1; scrollbar-track-color: #F6C7E1; filter: chroma(color=#F6C7E1);} #m_comment{overflow-y:auto;height:100px} #m_comment div.item{filter: glow(color=#F9E3F5,strength=3);color:#FF11A0;font-size:15px;font-size:15px;line-height:30px;text-indent:30px;background:url(http://www.apoints.com/sucai/UploadFiles_5610/200607/20060731102242883.gif) no-repeat;}#m_comment div.item a{color:#DA06F9;font-size:14px} #m_comment div.item a:visited{color:#DA06F9} #m_comment div.item a.cnt{filter: glow(color=#F9E3F5,strength=3);color:#FF11A0;font-size:14px;font-size:14px;text-decoration:none} #m_comment div.item a.cnt:visited{color:#FF11A0;text-decoration:none} #m_comment div.item a.cnt:hover{color:#FF11A0;text-decoration:underline} #m_comment div.line{margin-top:3px;line-height:27px;background:url(http://www.apoints.com/sucai/UploadFiles_5610/200607/20060731102015887.gif) repeat-x} #mod_comment{background:url(http://www.bolizun.org/bolizun/sucai/pixel/hang/001/083.gif) no-repeat center} #m_comment {background: url("http://bbs.muwen.com/fileuploaddir/55315129749.gif") repeat}#mod_links.mod{background:url(



) no-repeat;background-position:bottom;padding-bottom: 120px;} /**/#m_albumlist{background:url() repeat} #m_albumlist div.note{filter: glow(color=#F9E3F5,strength=3);color:#FF11A0;font-size:12px;font-size:12px} #m_albumlist div.desc{margin-bottom:12px;padding:3px 10px 3px 10px;line-height:22px;background-color:#F9E3F5;font-size:14px} #m_albumlist div.none{padding:100px 0 100px 0;color:#FF11A0;font-size:14px} #m_albumlist div.line{margin-top:10px;line-height:16px;border-top:1px solid #DA06F9} #m_albumlist div.tit{filter: glow(color=#F9E3F5,strength=3);color:#FF11A0;font-size:12px;font-size:12px} #m_albumlist div.tit a{color:#FF11A0;font-size:14px} #m_albumlist div.tit a:visited{color:#FF11A0} #m_albumlist span.count{color:#F9E3F5;font-size:15px;font-weight:bold} #m_albumlist span.size{color:#F9E3F5;font-size:15px;font-family:Arial} #m_albumlist a.act{color:#FF11A0;font-size:15px} #m_albumlist a.act:visited{color:#FF11A0} #m_albumlist a.page{color:#FF11A0 ;font-size:14px} #m_albumlist a.page:visited{color:#FF11A0 } #m_albumlist td.image{padding:5px;border:1px solid#F9E3F5;background:#F9E3F5} #m_friend div.filter{margin-bottom:10px;padding-left:10px;padding-top:10px;height:27px;line-height:27px} #m_friend div.catalog{margin-bottom:10px;padding-left:10px;height:27px;line-height:27px;background-color:#FF11A0;font-size:14px} #m_friend div.user{margin-top:4px;color:#F9E3F5;font-size:12px} #m_friend div.user a{color:#FF11A0;font-size:12px} #m_friend div.user a:visited{color:#FF11A0} #m_friend div.line{margin-top:10px;line-height:16px;border-top:1px solid #FF11A0} #m_setting a{color:#FF11A0} #m_setting a:visited{color:#FF11A0} #m_setting{line-height:22px;color:#F9E3F5;font-size:14px} #m_setting img.sel{border:4px solid #FF11A0} #m_setting img.unsel{border:1px solid #F9E3F5} #m_setting span.tit{font-size:14px} #in_comment{width:710px} #in_comment div.tit{margin-bottom:14px;color:#FF11A0;font-size:14px;font-weight:bold} #in_comment div.user{margin-bottom:6px;color:#FF11A0;font-size:14px} #in_comment div.user a{color:#FAA511;font-size:14px} #in_comment div.user a:visited{color:#FF11A0} #in_comment div.user span.date{color:#FF11A0;font-size:14px} #in_comment div.desc{filter: glow(color=#F9E3F5,strength=3);color:#FF11A0;font-size:16px;font-size:16px} #in_send div.tit{margin:10px 0 10px 0;color:#FF11A0;font-size:14px;font-weight:bold}#spBlogCmtText {border: 5px solid #FF11A0;background:url()


讷讷!百度空间的模板怎么做
百度空间文字发光的方法: http:\/\/hi.baidu.com\/linzai\/blog\/item\/be8cb25136c3be18377abe16.html显示"点击给你发消息"怎么做: http:\/\/hi.baidu.com\/linzai\/blog\/item\/f54bd3003d7af511738b6516.html无缝调用不同模板CSS的办法: http:\/\/hi.baidu.com\/linzai\/blog\/item\/185934d3c8e58e003bf3cf17.html自动...

求答案: 为什么别人更新的个签 在我空间不显示讷 是不是证明 他把我...
空间里就没有他的任何信息啊,那可能是把你删了

自我介绍优秀作文精选模板8篇
我的名字叫陈毅讷,今年9岁,读小学三年级了。我长得可不一般,圆头圆脑圆眼睛,鼻梁上还架着一副小眼镜,我姥爷说我像个小博士。 我的爱好可多了,女孩喜欢的唱歌,弹琴,画画我样样都落不下,偶尔还在班里露一小手呢。可有一件事我怎么也不明白,为什么我每次唱歌唱到尽兴的时候我老妈都会抱头鼠窜扫我的兴。我唱...

木讷的近义词
木讷的近义词:呆板,迟钝。怎么提高反应速度:1、信号刺激法 利用突然发出的信号提高运动员对信号的反应能力。该方法要求运动员能对各种信号迅速做出反应,如通过教练员的口令、鸣哨和鸣枪等信号,提高起跑、入水和起划的反应能力。2、运动感觉法 通过提高运动员本体感受及对时间空间的感知能力,来提高反应...

性格很内向的人应该怎么应对职场面试?
1、千万不要把全部的希望都寄托在这一次面试上,不然可能会遭受失败的打击。在等待这个面试结果的同时,我还会继续投简历为自己赢得更多的面试机会,一是防止没被录取;二是如果多赢得几个offer,自己也可以有更大的选择空间。2、当然,等待不是唯一自己可以做的事情。如果觉得当时表现还不错,可以主动...

qq空间说说?
QQ空间个性签名经典说说句子一: 1、幸运之神的降临,往往只是因为你多看了一眼,多想了一下,多走了一步。 2、你目前所拥有的都将随着你的死亡而成为他人的,那为何不现在就乐施给真正需要的人呢? 3、夸奖我们,赞叹我们的,这都不是名师。会讲我们,指示我们的,这才是良师,有了他们我们才会进步。 4、原谅别人...

...法则网上有的下载吗?有的话请链接地址,谢谢
玄宗开元二年,即以并州长史薛讷为同紫薇黄门三品,将兵御契丹;二十二年,幽州节度使张守珪斩契丹王屈烈及可突干。这首诗的写作时期,大约在这二十年之间,其时祖咏当系游宦范阳。 燕台原为战国时燕昭王所筑的黄金台,这里代称燕地,用以泛指平卢、范阳这一带。“燕台一去”犹说“一到燕台”,四字倒装,固然是诗律中...

球东方神起歌曲的钢琴曲谱,越多越好!!!拜托啦~~~
http:\/\/soso.gangqinpu.com\/tosearch.asp?searchname=%B6%AB%B7%BD%C9%F1%C6%F0&songtype=0&searchtype=2&subjectsearch=%CB%D1%CB%F7%2FSearch 我相信http:\/\/www.gangqinpu.com\/html\/6175.htm 为什么会喜欢上你 http:\/\/www.gangqinpu.com\/html\/5964.htm Timeless http:\/\/www.gangqinpu....

怎么改变老实的性格啊
太老实的人改变的方法如下:多和性格开朗的人在一起。人的性格开朗了,就会愿意和各种各样的人交往。当交往的人性格各种各样,我们就能够从不同性格的人身上潜移默化的学到一点东西。多点经历,实际上,经历会逼迫我们去改变,如果不改变,我们就会很难生存。做事多留个心眼,可实际上,这个社会是个...

近朱者赤近墨者黑的事例,名言
孟子的妈妈看到了,就皱起眉头:“不行!我不能让我的孩子住在这里了!”孟子的妈妈就带着孟子搬到市集,靠近杀猪宰羊的地方去住。到了市集,孟子又和邻居的小孩,学起商人做生意和屠宰猪羊的事。孟子的妈妈知道了,又皱皱眉头:“这个地方也不适合我的孩子居住!”于是,他们又搬家了。这一次,他们...

沂源县13649225684: 请问百度空间的模板怎么弄啊 -
松阳蒲参: 设置——模板设置(如果不喜欢原有的,可以向下拖动,右下角处有“更多精彩模板”字样)——选好心仪模版——按“使用此模板” 模块设置——点“设置”——“高级设置”——“开始自定义”——就可以了(别忘了最后点击“保存”)^O^ 希望对你有帮助

沂源县13649225684: 百度空间的模板是怎么制作的 -
松阳蒲参: 很多都是自己做的! 如何制作空间: 打开“空间装扮”-“模板”,然后找见“我制作的模板”,“管理我制作的模板” 点开后会看到里面有很多代码就对了 下面就开始自己设计了 这个是关于百度空间的设计的教程 简单代码可以参照百度官方CSS说明: http://www.baidu.com/search/hi/hi_css.html 这里面有教程:

沂源县13649225684: 怎样制作百度空间模板 -
松阳蒲参: 登录空间后:上面有我的空间(点击下拉按钮)-模板-我制作的模板-创建新模板,这时就会跳出一个窗口,出现可编辑的CSS代码文件.但是,这并不是你自己当前使用的模板的代码,而是一个百度默认模板的代码,这个是无法选择的,百度目...

沂源县13649225684: 如何自己制作百度空间模板?
松阳蒲参: 最佳答案 打开你的空间- 点击设置 -点击模板设置 -点击创建新模板 点开后会看到里面有很多代码就对了 下面就开始自己设计了 这个是关于百度空间的设计的教程 简单代码可以参照百度官方CSS说明:http://www.baidu.com/search/hi/hi_css.html 这里面有教程: http://zhidao.baidu.com/question/49155225.htmlhttp://zhidao.baidu.com/question/28669235.html?si=7

沂源县13649225684: 在百度空间里,怎么制作百度空间的模板呢?
松阳蒲参: 用鼠标拖动,步骤如下: 你先登陆你的空间后点设置——高级设置——开始自定义设置——在下面就会显示你空间的所有模块了~ 先点最小化(就是每个模块上面有“≡”“-”和“X”)这样三个符号~ “-”表示最小化,“X”表示关闭此模块(关闭后也就是不在主页上显示,但可以恢复的),“≡”表示拖动到某个位置~ 你先全部最小化后,把鼠标指针指在“≡”上面,然后按住鼠标左键进行拖动,拖动到你想要的位置

沂源县13649225684: 如何制作空间模版 -
松阳蒲参: 长期泡在百度空间的你我,深知一个模板的优劣程度是一个空间成功与否的重要因素之一,一个好的模板会起到增加点击率和回头率的作用,一直在用别人制作的模板同时,你是否有过自己也要制作一个符合自己风格特色的优秀模板的冲动呢? ...

沂源县13649225684: 怎么制作百度空间模块 -
松阳蒲参: (1)空间主页-设置-空间装扮-增减模块-自定义模块1(或2,3,4) 然后编辑 (2)编辑 空间主页,自定义模块1 设置,进行标题等设置 (3)然后进行css设置 空间主页-设置-空间装扮-模板-编辑此模板 找到如下代码 自定义模块1 #m_mylink1 div....

沂源县13649225684: 百度空间的模版怎么做出来的啊? -
松阳蒲参: 登陆→设置→模板设置→创建新模板

沂源县13649225684: 百度空间模板怎么做? -
松阳蒲参: 恩恩,能明白你的心情,当时开始做模板时也是想自己做个模板,不过想做好那就要学CSS,只是一时兴趣,不想深入的话,用新出的可视化编辑就可以了.点击右上角的“装扮空间”-模板,最又边的“我的设计”-创建新模板-可视化编辑,按提示放图就可.做好后保存.如果有百度空间其它模板问题的话欢迎提问.

沂源县13649225684: 百度空间模板制作
松阳蒲参: 1.打开你要看的那个空间,点右手键,菜单上会有一个选项“查看源文件”,点这个后会弹出一个记事本文件,在这个文件中查找“CSS”,直到出现这种格式的文字 “href="/msnib/css/item/ed14a84473384f82b2b7dcb2.css">”(以MSNIB...

本站内容来自于网友发表,不代表本站立场,仅表示其个人看法,不对其真实性、正确性、有效性作任何的担保
相关事宜请发邮件给我们
© 星空见康网