csdn博客美化

csdn博客美化

 


 

 

今天晚上试着将csdn的博客美化了一下,其中主要做了如下的改变:

  • 将原先的header图片改掉,增加长度,同时将搜索框去掉
  • 去掉其中的“公告”部分
  • 去掉头像显示部分

实现css代码:

 

.aboutauthor dl dd a img{ display:none } #csdnblog_header { background-image:url(http://hi.csdn.net/attachment/201012/6/4295126_1291637151lkWW.jpg); height:197px; width:100%; } #csdnblog_header ul#menu { background:transparent; float:left; font-size:12px; height:26px; position:absolute; top:160px; width:100%; } #csdnblog_header ul#blogsearchsty { display:none } .chal { display:none } .commentnew dl dd.recruit { display:none } #google_ads_div_blog_postpage_72890_ad_container { display:none }

 

 

 

 

 

你可能感兴趣的:(Css,&,Html)