首页 > 其他 > 详细

简单修改BOOK主题样式

时间:2015-12-16 00:24:19      阅读:188      评论:0      收藏:0      [点我收藏+]

body
{
 font-size: 13px;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 margin: 0px;
 word-wrap: break-word;
 background:#28557E url("images/o_bookBG1280.jpg") repeat-y left;
}

#header
{
 /*1280*1024*/
 background: url("images/o_bookTop1280.jpg") no-repeat top left;
 width:1265px;  
 height: 318px;
 border: none;
 left: 0px;
 top: 0px;
 position: absolute;
 background-color: transparent; 
}#main
{
 /*right: 270px;*/ 
 width: 810px;
 top: 0px;
 padding-top: 150px;
 left: 60px;
 position: absolute;
}#footer
{
 border-top: 1px solid #7AC;
  padding-top: 5px;
  text-align: center;
  font-size: 11px;
  width:800px;  
}

简单修改BOOK主题样式

原文:http://www.cnblogs.com/JDmei/p/5049934.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!