/* 自定义页脚样式 */
#footer {
background-color: #2d2d2d; /* 深色背景 */
color: #aaa; /* 浅色文字 */
text-align: center;
padding: 20px 0;
margin-top: 40px;
font-size: 14px;
}
/* 隐藏博客园自带的部分广告和推广链接 */
#site_nav_under, #ad_under_post_holder, #under_post_news, #google_ad_c2c, #under_post_kb {
display: none !important;
}