.navbar {
    display: none;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#sub {
display: none;
}

#footer {
    display: none;
}

/* 构建之法主题*/
.c_b_p_desc {
    font-size: 14px !important;
}

/* black sun 主题改造 */
.HeaderTitles {
    background-image: none !important;
    background-color: #3E5B76;
}

#HeaderBar {
    background-image: none !important;
    background-color: #507AAA !important;
}

#Header1_HeaderTitle {
    color: white;
}
#leftmenu {
    background-image: none;
    background-color: #F6F6F6;
}

body {
    margin-left: 10px;
    margin-right: 10px;
    // background-color: #F1EFE2;
    background-image: "https://images.pexels.com/photos/1342460/pexels-photo-1342460.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500";
}

/* 字体大小调整 */
p {
    font-size: 15px;
}

ul {
    font-size: 14px;
}

table {
    font-size: 15px;
}

.postTitle {
    font-size: 18px !important;
}

.postText {
     font-size: 14px !important;
}

/* 代码高亮 */
/*!
 * Agate by Taufik Nurrohman <https://github.com/taufik-nurrohman>
 * ---------------------------------------------------------------
 *
 * #ade5fc
 * #a2fca2
 * #c6b4f0
 * #d36363
 * #fcc28c
 * #fc9b9b
 * #ffa
 * #fff
 * #333
 * #62c8f3
 * #888
 *
 */

.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #333 !important;
  color: white;

  /* padding: 10px !important; */
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.hljs-name,
.hljs-strong {
  font-weight: bold;
}

.hljs-code,
.hljs-emphasis {
  font-style: italic;
}

.hljs-tag {
  color: #62c8f3;
}

.hljs-variable,
.hljs-template-variable,
.hljs-selector-id,
.hljs-selector-class {
  color: #ade5fc;
}

.hljs-string,
.hljs-bullet {
  color: #a2fca2;
}

.hljs-type,
.hljs-title,
.hljs-section,
.hljs-attribute,
.hljs-quote,
.hljs-built_in,
.hljs-builtin-name {
  color: #ffa;
}

.hljs-number,
.hljs-symbol,
.hljs-bullet {
  color: #d36363;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-literal {
  color: #fcc28c;
}

.hljs-comment,
.hljs-deletion,
.hljs-code {
  color: #888;
}

.hljs-regexp,
.hljs-link {
  color: #c6b4f0;
}

.hljs-meta {
  color: #fc9b9b;
}

.hljs-deletion {
  background-color: #fc9b9b;
  color: #333;
}

.hljs-addition {
  background-color: #a2fca2;
  color: #333;
}

.hljs a {
  color: inherit;
}

.hljs a:focus,
.hljs a:hover {
  color: inherit;
  text-decoration: underline;
}

/* add by owenqing*/
.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    /*font-family: "Courier New",sans-serif !important;*/
    font-family: Consolas, Monaco, monospace !important;
    /*font-size: 13px !important;*/
    font-size: 10pt !important;
    line-height: 1.5 !important;
    padding: 5px !important;
    background: #333 !important;
    color: white;
}

pre {
    margin-right: 10px !important;
}

/* 行内代码 */
code {
    font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace !important;
    padding: 2px 4px;
    color: #404040;
    background-color: #F0F0F0 !important;
    border-radius: 4px;
    font-size: 90%;
}

.cnblogs-markdown code, .cnblogs-post-body code {
    font-family: "Consolas",sans-serif !important;
    font-size: 13px !important;
    line-height: 20px;
    /* background-color: #f5f5f5 !important; */
    border: 1px #ccc !important;
    padding: 0 5px !important;
    border-radius: 3px !important;
    vertical-align: middle;
    display: inline-block;
    overflow-x: auto;
    background-color: #F0F0F0 !important;
    color: #404040;
}

/* 分割线 */
#sideBar {
  display: none;
}

#mainContent {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  background-color: white;
  margin-top: 25px;
}

.postCon {
  display: none;
}

.postDesc {
  display: none;
}

.forFlow {
  /* position: absolute; */
  left: 20% !important;
  right: 20% !important;
  margin-bottom: 20px;
  margin-left: 200px !important;
  margin-right: 200px;
}

.blogStats {
  display: none;
}

html {
  background-color: white;
}

#header {
  display: none;
}

#homepage_top_pager {
  display: none;
}
a {
  color: #005da6 !important;
}

.postTitle {
  font-size: 18px !important;
}

.postTitle2 {
  font-size: 20px !important;
}

#page_begin_html {
  border-bottom: 2px solid #e7e7e7;
  background-color: white;
}

.xheader {
  padding-top: 10px;
  padding-bottom: 10px;
}

.day {
  margin-bottom: 30px;
}

html header body {
  width: 100%;
  height: 100%;
}

body {
  background-color: white !important;
}

#under_post_card1 {
  display: none;
}

#under_post_card2 {
  display: none;
}

#cnblogs_c1 #cnblogs_c2 {
  display: none;
}

.under-post-card {
  display: none;
}

#tip_comment2 {
  display: none;
}

img {
  display: block;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 0 6px #555 !important;
}

.hljs {
  padding-left: 10px !important;
}