csdn部落格的css樣式 v11

來源:互聯網
上載者:User

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

 

書接上回,上次說到下次更新是很久很久之後的事,果不其然,確實是久了一點,也正說明csdn在穩定中前進。今天發現原來在部落格右下的廣告框,現在出現了一個變種,是類似於人人網工具條一樣的長條廣告,很是不爽,決定搞掉它,調試不太方便,因為此廣告在點關閉後今天就不會再出現。

 

#_popup_msg_container {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;}
#_popup_msg_container {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('img[alt^="XML"]:first').replaceWith("");
$jQ("#Search_ddlSearchScope > option[value!='all']").attr("selected","true");
$('#userInfo').replaceWith('<dt style="text-align: left;">使用者資訊</dt><dd class="middle"><a href="http://blog.csdn.net/mayongzhan"><img alt="" src="http://avatar.profile.csdn.net/3/6/3/1_mayongzhan.jpg"/></a></dd><span  style="display:none;"><span id="userInfo"></span></span>');
$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.