csdn部落格的css樣式 v8

來源:互聯網
上載者:User

著作權聲明:原創作品,允許轉載,轉載時請務必以超連結形式標明文章原始出版、作者資訊和本聲明。否則將追究法律責任。http://blog.csdn.net/mayongzhan

- 馬永占,myz,mayongzhan

 

csdn伺服器不行了,這次是對部落格上的頭像下手了,頭像被去掉,並且統計資訊也一起去掉,大快人心!特此去掉手動刪除統計資訊的代碼

 

全部代碼如下

 

#SubscriptionList {display:none;}

#csdnblog_allwrap {width:1000px;}

#csdnblog_sidebar {width:200px;}

#csdnblog_sidebar div.gutter{width:100%;margin:0px;}

.aboutauthor{padding:0px;border-left:0px;border-bottom:0px;border-top:0px;border-right:1px dotted #AAA;}

#csdnblog_content {width:800px;}

#csdnblog_content div.gutter{}

.publiclist_sidebar ul li {margin:0px;padding:0px;}

.publiclist_sidebar ul li a {margin:0px;padding:0px;}

.user_article h1 img{display:none;}

.user_article p{text-indent:0em;}

.blogstory p{text-indent:0em;}

.aboutauthor{width:200px;}

.spacecommment{display:none;}

 

<script language="javascript" type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js">

</script>

<script type="text/javascript" src="/SyntaxHighlighter/jquery.highlighter.js"></script>

<script language="javascript" type="text/javascript">

$jQ = jQuery;

$jQ("#Search_ddlSearchScope > option[value!='all']").attr("selected","true");

//$jQ(document).ready(function(){

var blogTitle = $jQ('.user_article > h1');

var blogNextPrev =$jQ("#Post//.ascx_ViewPost_PreviousAndNextEntriesDown");

if (blogNextPrev.html() != null) {

blogTitle.html(blogTitle.html() + "<div>&nbsp;</div><div>" + blogNextPrev.html()  + "</div>");

}

if ($jQ('#csdnblog_content > .gutter > script').length != 0) {

var csdnTempScriptSrc = $jQ('#csdnblog_content > .gutter > script')[0].src;

if (csdnTempScriptSrc == 'http://blog.csdn.net/javascript/PrintNotice.js' || csdnTempScriptSrc == '/ javascript /PrintNotice.js') {

$jQ("script ~ .default_contents:first").css('display','none');

}

}

//});

</script>

 

 

 

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.