谁能翻译一下百度默认模版的代码?

来源:百度知道 编辑:UC知道 时间:2024/06/05 19:57:48
谁能翻译一下百度默认模版的代码?

body{background-color:#FFFFFF}

#header{height:89px;background:#3399CC}
#header div.lc{background:url(http://img.baidu.com/hi/temp1/hdl.jpg) no-repeat}
#header div.rc{background:url(http://img.baidu.com/hi/temp1/hdr.jpg) no-repeat top right}
#header div.tit{top:8px;left:20px;line-height:22px;font-size:20px;font-family:黑体}
#header div.tit a.titlink{color:#FFFFFF;text-decoration:none}
#header div.tit a.titlink:visited{color:#FFFFFF;text-decoration:none}
#header div.desc{top:33px;left:20px;color:#FFFFFF;font-size:13px}
#tabline{top:89px;background-color:#FFFFFF}
#tab{top:67px;background:url(http://img.baidu.com/hi/temp1/tabbg.gif) repeat-x

http://hi.baidu.com/moxinxi/那里有比较详细的空间说明
其他的是导航栏(主业、博客....)
还有其他(显示xxx人登陆空间模块)

百度帮助:
http://www.baidu.com/search/hi/hi_css.html

空间名称和简介区域
#header 主体部分{height:89px;background:#3399CC}
#header div.lc 左背景图{background:url(temp1/hdl.jpg) no-repeat}
#header div.rc 右背景图{background:url(temp1/hdr.jpg) no-repeat top right}
#header div.tit 空间名称{top:8px;left:20px;line-height:22px;font-size:20px;font-family:黑体}
#header div.tit a.titlink 空间名称链接{color:#FFFFFF;text-decoration:none}
#header div.tit a.titlink:visited{color:#FFFFFF;text-decoration:none}
#header div.desc 空间简介{top:33px;left:20px;color:#FFFFFF;font-size:13px}
#tabline TAB菜单下方的横线{top:89px;background-color:#FFFFFF}
#tab TAB菜单主体{top:67px;background:url(temp1/tabbg.gif) repeat-x}
#tab a.o