body
{
    background-color: #efefef;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 0;
    background-size: 100% auto;
}
#home
{
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: multiply;
    padding: 20px;
    border-radius: 10px;
}
#sidebar_news
{
    background-color: rgba(255, 255, 255, 0.2);
}
#blogs_calender
{
    background-color: rgba(255, 255, 255, 0.2);
}
#sidebar_scorerank
{
    background-color: rgba(255, 255, 255, 0.2);
}
.catListBlogRank,
.catListBlogRank h3,
.catListBlogRank ul li
{
    background-color: inherit;
}

#sidebar_postcategory
{
    background-color: rgba(255, 255, 255, 0.2); /* 半透明白色背景 */
}
.catListTitle,
.catListTitle a,
.sidebar-postcategory ul li
{
    background-color: inherit; /* 继承父元素的背景颜色 */
}

#sidebar_topviewedposts
{
    background-color: rgba(255, 255, 255, 0.2); /* 半透明白色背景 */
}
.catListView,
.catListView h3,
.catListView a,
#TopViewPostsBlock ul li
{
    background-color: inherit; /* 继承父元素的背景颜色 */
}

.progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #e0e0e0;
  z-index: 9999;
  pointer-events: none;
  
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.progress-bar-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: #1e90ff;
  transition: width 0.1s ease;

  border-radius: 0 0 4px 0;
}