欧美一区二区三区,国内熟女精品熟女A片视频小说,日本av网,小鲜肉男男GAY做受XXX网站

newsblur css

NewsBlur是一個(gè)類似于谷歌閱讀器的RSS閱讀器。NewsBlur提供了一個(gè)易于使用的用戶界面,但是如果您想要讓它看起來更加獨(dú)特,您可以使用自定義CSS。下面是一些有用的NewsBlur CSS代碼:

/* 閱讀文章時(shí)隱藏頭部導(dǎo)航欄 */
.river_stories .NB-feedbar {
display: none !important;
}
/* 調(diào)整文章內(nèi)容寬度 */
.entry-content {
max-width: 800px;
}
/* 添加可讀性 */
.entry-content p {
line-height: 1.5;
font-size: 18px;
margin-bottom: 20px;
}
/* 改變主題顏色 */
.NB-theme-hacker, .NB-theme-emerald {
color: #fff !important;
background-color: #333 !important;
}
/* 高亮當(dāng)前閱讀的文章 */
.river_stories .unread.selected .NB-story-title {
color: #e74c3c !important;
font-weight: bold;
}

您可以將這些代碼添加到您的NewsBlur主題中,并根據(jù)需要進(jìn)行修改。您可以使用它們更改頁面的顏色和布局,并增強(qiáng)頁面的可讀性。Happy reading!