div#header {
    height: 350px;
    background: url(https://www.apull.net/zb_users/theme/tpure/style/images/abanner.webp) no-repeat;
    background-size: cover;
}

div.header{
    background:none  ;
}

#leftcontent{
   top: 410px; 
}



/*
使用 Visual Studio 深色主题的固定样式
*/

pre {
    /* 控制代码不换行 */
    white-space: pre;
    word-wrap: normal;
}

.cnblogs-markdown .hljs {
    font-family: Consolas, "Courier New", monospace !important;
    display: block;
    overflow: auto;
    padding: 1.3em 0.5em !important;
    font-size: 17px !important;
    background: #1e1e1e !important; /* 深灰色背景 */
    color: #dcdcdc !important; /* 浅灰色字体 */
    max-height: 700px;
}

/* 代码文本样式 */
.hljs,
.hljs-tag,
.hljs-subst {
    color: #dcdcdc !important; /* 默认浅灰色 */
}

.hljs-strong,
.hljs-emphasis {
    color: #569cd6 !important; /* 蓝色强调 */
}

.hljs-bullet,
.hljs-quote,
.hljs-number,
.hljs-regexp,
.hljs-literal,
.hljs-link {
    color: #b5cea8 !important; /* 浅绿色 */
}

.hljs-code,
.hljs-title,
.hljs-section,
.hljs-selector-class {
    color: #4ec9b0 !important; /* 青绿色 */
}

.hljs-strong {
    font-weight: bold;
}

.hljs-emphasis {
    font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-name,
.hljs-attr {
    color: #569cd6 !important; /* 蓝色关键字 */
}

.hljs-symbol,
.hljs-attribute {
    color: #9cdcfe !important; /* 浅蓝色 */
}

.hljs-params,
.hljs-class .hljs-title {
    color: #dcdcaa !important; /* 浅黄色 */
}

.hljs-string,
.hljs-type,
.hljs-built_in,
.hljs-builtin-name,
.hljs-selector-id,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-addition,
.hljs-variable,
.hljs-template-variable {
    color: #ce9178 !important; /* 红褐色字符串 */
}

.hljs-comment,
.hljs-deletion,
.hljs-meta {
    color: #6a9955 !important; /* 绿色注释 */
}


