Copyright statement: Original work, reprinting is allowed. When reprinting, please be sure to indicate the original publication of the article, author information and this statement in the form of a hyperlink. Otherwise legal liability will be pursued. http://blog.csdn.net/mayongzhan - Mayongzhan,myz,mayongzhan
v3 was released only one day apart.
Fixed a bug, the content width on the left side of Firefox was wrong.
Modified a few things
The search on the upper right defaults to searching your own blog,
Hidden personal information and blog statistics on the left,
The favorite button is grayed out and not bold,
Previous Add the next article below the title,
See red text for details
#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;}
The following cannot be solved with css, so you have to use js to solve it.
First quote google’s jquery, or quote your own site’s jquery.
By the way, there is also highlighter.js
csdn actually used this, and it was a mess, which seriously affected my js. But this is still a small problem,
The big problem is that the js written by csdn has There are grammatical errors in the error document.write. They don’t know it yet, which is really frustrating. I’ll bear with it, and when they find out, my stuff will be normal.