後台管理
設定部落格**選擇bluesky
在「頁面定製css**」中插入以下css**
儲存
/*common*/
a:hover
/*code*/
.cnblogs-markdown code, .cnblogs-post-body code
.cnblogs-markdown code.hljs, .cnblogs-post-body code.hljs
/** * github gist theme
* author : louis barranqueiro -
* source:
* change some style by yanjiez
*/.hljs
.hljs-comment,
.hljs-meta
.hljs-string,
.hljs-variable,
.hljs-template-variable,
.hljs-strong,
.hljs-emphasis,
.hljs-quote
.hljs-keyword,
.hljs-selector-tag,
.hljs-type
.hljs-literal,
.hljs-symbol,
.hljs-bullet,
.hljs-attribute
.hljs-section,
.hljs-name
.hljs-tag
.hljs-title,
.hljs-attr,
.hljs-selector-id,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo
.hljs-addition
.hljs-deletion
.hljs-link
/*main*/
#main
#maincontent
.forflow
.forflow img
/*列表item & 文章item*/
.day,.postlist, .entrylistitem,.post
#myposts .postlist
@media screen and (max-width:767px)
#myposts .postlist
}/*列表date*/
.daytitle
/*列表item title*/
.posttitle, .entrylistposttitle
.posttitle a:hover,.posttitl2 a:hover,.posttitle a:hover,.entrylistposttitle a:hover
.posttitl2
.posttitl2 a
/*列表item bottom desc*/
.postdesc, .postdesc2, .entrylistitempostdesc
/*文章*/
#cnblogs_post_body h1
#cnblogs_post_body h2
#cnblogs_post_body h3
/*引用*/
.postbody blockquote, .postcon blockquote
/*tag列表*/
#taglist
/*側邊欄*/
#sidebarmain .newsitem h3
#sidebar
#sidebarmain
@media screen and (max-width:767px)
}input.btn_my_zzk
input.btn_my_zzk:hover
.commentform
@media screen and (max-width:767px)
}div.commentform textarea
div.commentform input.author
.comment_btn
.comment_btn:hover
/*自定義footer*/
#myfooter
#cnblogs_post_body ol
部落格園CSS樣式
如圖示例 插入頁面定製css 中 cnblogs post body h3 cnblogs post body h1 cnblogs post body h4 cnblogs post body h5 cnblogs post body h2 如圖示例 插入頁面定製css 中 cnblogs pos...
測試部落格園樣式
是面向開發者的知識分享社群,不允許發布任何推廣 廣告 政治方面的內容。首頁 即 首頁 只能發布原創的 高質量的 能讓讀者從中學到東西的內容。是面向開發者的知識分享社群,不允許發布任何推廣 廣告 政治方面的內容。首頁 即 首頁 只能發布原創的 高質量的 能讓讀者從中學到東西的內容。是面向開發者的知識分...
部落格園CSS改造
今天抽了點時間把自己的樣式改了下,就是現在你看到的樣子,做的很簡單,大體符合自己的審美。使用的工具自然就是瀏覽器的 開發者模式了,有很多博文有相關的指導,如果不需要做的很複雜,最方便的方式就是先設定自己的乙個主題,然後修改css即可。可以說這其實是件很簡單的事情。以前,我也使用過拿來主義的部落格樣式...