当前位置:中国易下载软件教材中心文章中心百度空间百度空间代码 → 空间个性标题

空间个性标题

减小字体 增大字体 作者:佚名  来源:不详  发布时间:2008-3-25 15:08:20
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
喜欢这些内容嘛,请告诉你身边的朋友,易下载中心-QQ资源-itnetcn.com一起享受这份乐趣,本站内容来源互联网
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

#header div.tit{top:5px;left:20px;line-height:60px;font-size:60px;font-family:隶书}
#header div.tit a.titlink{color:#813533;text-decoration:none}
#header div.tit a.titlink:visited{color:#813533;text-decoration:none}
#header div.tit a.titlink:hover{color:#FFFFFF;text-decoration:none}
#header div.desc{top:27px;left:320px;color:#813533;font-size:16px}
说明:
#header div.tit{}                                      这是标题的设置
#header div.tit a.titlink{}                          这是标题超链接的设置
#header div.tit a.titlink:visited{}             这是标题超链接已经被访问过的设置
#header div.tit a.titlink:hover{}               这是当鼠标移动到标题超链接上时显示的属性
#header div.desc{}                                 这是空间标题后面的简介的内容设置
属性和详细参数
top:5px                             距离模版顶部的间隔距离为5px
left:20px                            距离模版左边的间隔距离为20px
line-height:60px               设置总高度为60px
font-size:60px                  设置字体大小为60px,这个不能设置的比的line-height大,不然标题字体的一部分会被遮掉的
font-family:隶书               设置字体的型号
color:#813533                 设置字体的颜色代码为#813533,这里也可以写颜色的英文名,比如black,white,red,green等
text-decoration:none         字体的划线修饰属性,none为无下划线,关于text-decoration的具体参数可以查看我前面写的关于定义超链接的文章