39 lines
2.0 KiB
CSS
39 lines
2.0 KiB
CSS
/* CSS Document */
|
|
|
|
/****** body start 通用样式 ****************/
|
|
|
|
body { margin:0 auto; height:auto; background:#ecf0f1;}
|
|
body { font-family:Arial, Helvetica, sans-serif, "宋体",; font-size:12px; font-size-adjust:none; font-stretch:normal; font-style:normal; font-variant:normal; font-weight:normal;}
|
|
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, label, dl, dt, dd, fieldset, img, pre { margin:0px; padding:0px; list-style-image:none; list-style-position:outside; list-style-type:none; border:0;}
|
|
input{margin:0px; padding:0px;font-size:12px;}
|
|
.clearFloat { clear:both;}
|
|
|
|
/****** hd start 头部样式 ****************/
|
|
|
|
#header{ min-width:960px;}
|
|
.topnav {background:url(images/top_bg.jpg) top repeat-x;border-bottom:#8e595b solid 1px;height:30px;}
|
|
.topnav .bar_01 { margin:0 auto; width:960px; text-align:left;}
|
|
.topnav .rightbar { float:right; font-size:12px; color:#4f4e4e; margin:3px 15px 0 -15px; height:20px;}
|
|
.topnav .leftbar { padding-left:5px; background:url(images/logo.jpg) no-repeat; height:30px; color:#4f4e4e;}
|
|
.leftbar span.blog_index {padding:8px 0 5px 120px; display:block;}
|
|
|
|
.topnav a{margin-left:5px;}
|
|
|
|
.topbanner { background:url(images/banner.jpg) no-repeat center 0; height:261px;}
|
|
.blogname { margin:0 auto; width:960px; text-align:left;height:210px;position:relative;}
|
|
.talk {position:absolute;top:50px;left:10px;}
|
|
.topbanner .blogname span.pc_01 { font-size:26px; font-weight:bold;}
|
|
.topbanner .blogname span.pc_02 { font-size:18px;}
|
|
.topbanner .blogname span.look { padding-left:20px;}
|
|
|
|
.mainnav { width:960px; height:38px; font-size:14px; margin:0 auto;}
|
|
.mainnav ul {padding-left:200px;}
|
|
.mainnav li { float:left; margin:0; height:37px;line-height:37px;background:url(images/line.gif) no-repeat right center; padding:0px 10px;}
|
|
.mainnav ul li.current { font-weight:bold;}
|
|
|
|
|
|
/****** footer start 脚部样式 ****************/
|
|
|
|
#footer { clear:both; bottom:0px; padding:30px; height:auto; text-align:center;}
|
|
#siteDom {font-size:12px;font-family:"宋体";color:#776c48; margin:0;padding:0 10px;}
|