/* 最简单有效版本 */
#top_nav, #cnblogs-toolbar, .cnblogs-header {
    display: none !important;
}

.blog-quote {
    text-align: left !important;
    font-size: 13px !important;
    color: #666;
    margin: 5px 0 8px 0 !important;
    padding: 0 10px 5px 10px !important;
    font-family: "Microsoft YaHei", "SimSun", serif;
    letter-spacing: 0.5px;
    line-height: 1.4 !important;
    border-bottom: none !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-height: 30px !important;
}

.blog-quote .source {
    font-size: 11px !important;
    color: #999;
    margin-left: 1em !important;
    display: inline !important;
    margin-top: 0 !important;
}
/* 基础版 - 适用于大多数情况 */
body {
    background-image: url("https://images.cnblogs.com/cnblogs_com/blogs/858858/galleries/2500095/o_260325090948_Back.jpg");
    background-size: cover;           /* 关键：等比缩放铺满全屏 */
    background-position: center;      /* 图片居中 */
    background-repeat: no-repeat;     /* 不重复 */
    background-attachment: fixed;     /* 固定背景，不随滚动条滚动 */
    min-height: 100vh;                /* 最小高度为视口高度 */
}
/* ==================== 整个主页容器 - 大白框半透明 ==================== */
#home {
    background-color: rgba(255, 255, 255, 0.75) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1) !important;
    border-radius: 16px !important;
    margin: 20px auto !important;
    max-width: 1200px !important;
}

/* ==================== 内部所有组件 - 透明背景 ==================== */
#header,
#navigator,
#main,
#mainContent,
.forFlow,
.day,
.postSeparator,
#topics,
.post,
.postBody,
#cnblogs_post_body,
#sideBar,
#sideBarMain,
.sidebar-block,
.newsItem,
.catListTitle,
.catList,
#blog-comments-placeholder,
#comment_form,
.feedback_area_title,
.feedbackItem,
.feedbackCon,
#footer,
.entrylistItem,
.topicListFooter,
#under_post_card,
#blog-calendar,
#calendar,
.Cal,
.divRecentComment,
.mySearch {
    background-color: transparent !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
    border: none !important;
}

/* ==================== 超链接统一绿色 ==================== */
a,
a:link,
a:visited {
    color: #2d8a2d !important;
    text-decoration: none !important;
    background-color: transparent !important;
}

a:hover,
a:active {
    color: #1a5c1a !important;
    text-decoration: underline !important;
}

.postTitle a,
.postTitle a:link,
.postTitle a:visited,
.entrylistPosttitle a,
.entrylistPosttitle a:link,
.entrylistPosttitle a:visited {
    color: #2d8a2d !important;
}

.postTitle a:hover,
.entrylistPosttitle a:hover {
    color: #1a5c1a !important;
}

.catList a,
.catList a:link,
.catList a:visited,
.sidebar-block a,
.sidebar-block a:link,
.sidebar-block a:visited {
    color: #3a9c3a !important;
}

.catList a:hover,
.sidebar-block a:hover {
    color: #1a5c1a !important;
}

#navList a,
#navList a:link,
#navList a:visited {
    color: #2d8a2d !important;
    font-weight: 500 !important;
}

#navList a:hover {
    color: #1a5c1a !important;
    background-color: rgba(45, 138, 45, 0.1) !important;
    border-radius: 4px !important;
}

.feedbackCon a,
.feedbackCon a:link,
.feedbackCon a:visited {
    color: #2d8a2d !important;
}

.feedbackCon a:hover {
    color: #1a5c1a !important;
}

#footer a,
#footer a:link,
#footer a:visited {
    color: #3a9c3a !important;
}

#footer a:hover {
    color: #1a5c1a !important;
}

#blogTitle h1 a,
#blogTitle h1 a:link,
#blogTitle h1 a:visited {
    color: #2d8a2d !important;
}

#blogTitle h1 a:hover {
    color: #1a5c1a !important;
}

.postBody a,
.postBody a:link,
.postBody a:visited,
#cnblogs_post_body a,
#cnblogs_post_body a:link,
#cnblogs_post_body a:visited {
    color: #2d8a2d !important;
    border-bottom: 1px solid rgba(45, 138, 45, 0.3) !important;
}

.postBody a:hover,
#cnblogs_post_body a:hover {
    color: #1a5c1a !important;
    border-bottom: 1px solid #1a5c1a !important;
}

#EntryTag a,
#BlogPostCategory a,
.catListTag a {
    color: #fff !important;
    background-color: #5cb85c !important;
    padding: 2px 8px !important;
    border-radius: 12px !important;
    font-size: 12px !important;
}

#EntryTag a:hover,
#BlogPostCategory a:hover,
.catListTag a:hover {
    background-color: #4cae4c !important;
}

/* ==================== 推荐/反对按钮 ==================== */
#div_digg {
    background-color: transparent !important;
    padding: 10px !important;
    position: fixed !important;
    bottom: 100px !important;
    right: 20px !important;
    z-index: 999 !important;
}

.diggit,
.buryit {
    background: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    padding: 10px 15px !important;
    margin: 5px 0 !important;
    cursor: pointer !important;
    text-align: center !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
}

.diggit span,
.diggit .diggnum {
    color: #2d8a2d !important;
    font-weight: bold !important;
    display: inline !important;
}

.buryit span,
.buryit .burynum {
    color: #999 !important;
    display: inline !important;
}

.diggit:hover {
    background: rgba(45, 138, 45, 0.1) !important;
    border-color: #2d8a2d !important;
}

.buryit:hover {
    background: rgba(200, 200, 200, 0.2) !important;
}

/* ==================== 评论提交按钮 ==================== */
#btn_comment_submit,
#comment_form_container input[type="submit"] {
    background-color: #2d8a2d !important;
    color: #fff !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 8px 20px !important;
    cursor: pointer !important;
    font-size: 14px !important;
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    line-height: normal !important;
}

#btn_comment_submit:hover {
    background-color: #1a5c1a !important;
}

/* ==================== 评论输入框 ==================== */
#tbCommentBody,
#comment_form_container textarea,
#comment_form_container input[type="text"] {
    background-color: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    padding: 8px !important;
    color: #333 !important;
    display: block !important;
    width: 100% !important;
}

#tbCommentBody:focus,
#comment_form_container textarea:focus,
#comment_form_container input[type="text"]:focus {
    border-color: #2d8a2d !important;
    outline: none !important;
}

/* ==================== 微调 ==================== */
.day, .entrylistItem {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    padding: 20px 0 !important;
}

.sidebar-block {
    background-color: rgba(255, 255, 255, 0.3) !important;
    border-radius: 8px !important;
    padding: 15px !important;
    margin-bottom: 15px !important;
}

#blog-comments-placeholder,
#comment_form {
    background-color: rgba(255, 255, 255, 0.3) !important;
    border-radius: 8px !important;
    padding: 20px !important;
    margin-top: 20px !important;
}

pre, code, .cnblogs_code, .hljs {
    background-color: rgba(240, 248, 240, 0.8) !important;
    border-radius: 6px !important;
}

button, .btn, input[type="button"] {
    background-color: #f0f0f0 !important;
    color: #333 !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    padding: 6px 16px !important;
    cursor: pointer !important;
}

button:hover, .btn:hover {
    background-color: #e0e0e0 !important;
}