怎么修改百度空间主页的空间名称和简介的字体颜色和大小

来源:百度知道 编辑:UC知道 时间:2024/05/05 00:20:11
呵呵,我是新手,如果能够对怎么改变标题和简介的字体颜色大小作简要说明或者示例就更好了,请给一些字体颜色大小的代码,还有怎么修改导航栏的字体位置和大小啊

#header div.tit{top:25px;left:10px;background:url( ) no-repeat center left;text-indent:50px;height:25px;font-size:20px;font-family:黑体;line-height:25px}
#header div.tit a.titlink{color:#4a7ff8;text-decoration:none;}
#header div.tit a.titlink:visited{color:#4a7ff8;text-decoration:none}

上面是标题的代码,你可以根据需要修改。在设置-自定义模板 里面

路径:设置-高级设置-自定义设置修改一下代码
#header div.tit{top:25px;left:10px;background:url( ) no-repeat center left;text-indent:50px;height:25px;font-size:20px;font-family:黑体;line-height:25px}
#header div.tit a.titlink{color:#4a7ff8;text-decoration:none;}
#header div.tit a.titlink:visited{color:#4a7ff8;text-decoration:none}