亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

csdn 博客的css樣式 v3

 更新時(shí)間:2009年02月24日 01:13:26   作者:  
僅相隔一天就出了個(gè)v3。 修正了一個(gè)bug,firefox左側(cè)內(nèi)容寬度錯(cuò)誤。
版權(quán)聲明:原創(chuàng)作品,允許轉(zhuǎn)載,轉(zhuǎn)載時(shí)請(qǐng)務(wù)必以超鏈接形式標(biāo)明文章原始出版、作者信息和本聲明。否則將追究法律責(zé)任。http://blog.csdn.net/mayongzhan - 馬永占,myz,mayongzhan

僅相隔一天就出了個(gè)v3。
修正了一個(gè)bug,firefox左側(cè)內(nèi)容寬度錯(cuò)誤。
修改了幾個(gè)東西
右上的搜索默認(rèn)為搜自己博客的,
左邊隱藏個(gè)人信息,博客統(tǒng)計(jì),
收藏的按鈕變灰,不加粗,
上一篇下一篇加到標(biāo)題下面,

 

詳見紅字

 

#SubscriptionList {display:none;}
#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_allwrap {min-width:1000px;}
.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;}

 

以下是css解決不了的,所以要使用js解決.
先引用google的jquery,引用自己站的jquery也行。
對(duì)了還有一個(gè)highlighter.js
csdn竟然用了這個(gè),而且用的一塌糊涂,嚴(yán)重影響了我的js.不過這個(gè)還是小問題,
大問題是竟然csdn寫的js有錯(cuò)誤document.write里面竟然有語(yǔ)法錯(cuò)誤,他們自己還不知道,郁悶啊.忍了,等他們發(fā)現(xiàn),我的這個(gè)東西就正常了.


<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("dd:contains('次訪問,排名'):first").html("");
$jQ("dt:contains('ID:'):first span").html("");
$jQ("dt:contains('的文章'):first").html("");
$jQ("dd:contains('原創(chuàng)'):first").html("");
$jQ("dd:contains('翻譯'):first").html("");
$jQ("dd:contains('轉(zhuǎn)載'):first").html("");
$jQ("dd:contains('評(píng)論'):first").html("");
$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>");
}
$jQ('.fav_csdnstylebykimi').css("color","#999999");
$jQ('.fav_csdnstylebykimi').css("font-weight","normal");
});
</script>

相關(guān)文章

最新評(píng)論