/* 隐藏头部标题和描述 */
#blogTitle {
    display: none !important;
}

/* 隐藏顶部广告和其他元素 */
#ad_header, #headerMenu {
    display: none !important;
}

/* 确保导航栏可见 */
#navList {
    display: flex !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    background-color: #2e587f;
    
}

/* 调整导航栏样式 */
#navList li {
    margin-right: 15px !important;
    background-color: #2e587f;
    
}

/* 方案三：通用侧边栏链接区域（若位置在侧边栏） */
#sidebar .navList {
    background-color: #FF0000 !important;
}


/* 调整内容位置 */
#mainContent {
    margin-top: 0 !important;
}

