/*#home{
background-color:#d6e6f2 ;
}*/

.CalTitle,.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory{
   /*background-color:#d6e6f2 ; */
   background: rgba(255, 255, 255, 0.1); /* 半透明白色背景 */
}

#navigator{
    border-bottom:1px solid #d6e6f2;
    border-top:1px solid #d6e6f2;
}

#footer{  
    border-top:0px solid rgba(255, 255, 255, 0.8);
}

.entrylistTitle, .PostListTitle, .thumbTitle{
    border-bottom:0px solid rgba(255, 255, 255, 0.1);
}

#blog-calendar{
box-shadow:0 1px 3px rgba(255, 255, 255, 0.1);
border:1px solid rgba(255, 255, 255, 0.1);
}

.CalTitle td{
    background:rgba(255, 255, 255, 0.1) !important;
}

.CalTitle tr{
    background:rgba(255, 255, 255, 0.1) !important;
}

.CalDayHeader{
    background:rgba(255, 255, 255, 0.1);
}

.input_my_zzk{
    border:1px solid #b50d0d;
}


body {
    background-image: url('https://images.cnblogs.com/cnblogs_com/blogs/837734/galleries/2445534/o_250304063057_%E8%83%8C%E6%99%AF.jpg') !important;
    background-attachment: fixed;  /* 固定背景图的关键属性 */
    background-repeat: no-repeat; /* 防止图片重复 */
    background-size: cover;       /* 覆盖整个屏幕 */
    background-position: center;  /* 居中显示 */
}

#home {
    background: rgba(255, 255, 255, 0.8); /* 半透明白色背景 */
}




/* 隐藏顶部广告栏 */
 #top_nav,.imagebar.forpc,.ad,#cnblogs_ch,#blog_c1, #blog_c1 img,.c_ad_block, .under-post-card { 
    display: none !important; 
}




/* 配套CSS样式 */
#custom-nav {
    list-style: none;
    padding: 0;
    margin: 18px  0px;
    display: flex;
    gap: 25px;
    font-size:16px ;
}
#custom-nav li a {
    color: #333;
    font-weight: 500;
    transition: color 0.3s;
}
#custom-nav li a:hover {
    color: #007bff;
}
.dropdown-content {
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.dropdown:hover .dropdown-content {
    display: block;
}


// 移动端适配（添加在CSS中）
@media (max-width: 768px) {
    #custom-nav {
        flex-direction: column;
    }
    .dropdown-content {
        position: static;
        box-shadow: none;
    }
}




