#home {
    margin: 0 auto;
    width: 90%;
    min-width: 950px;
    background-color:  rgba(255,255,255,0.75);
    padding: 30px;
    margin-top: 20px;
    box-shadow: 0 3px 6px rgba(100, 100, 100, 0.8);
}
#blogTitle h1 {
    font-size: 70px;
    font-weight: bold;
    line-height: 1em;
    float: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
#blogTitle h1 a {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #515151;
}

#sideBar {
    margin-top: -15px;
    width: 230px;
    min-height: 200px;
    padding: 0px 0 0px 5px;
    float: right;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: auto;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #a37c5d;
    transition: all 0.4s linear 0s;
}
.postTitle {
    border-left: 3px solid #a37c5d;
    margin-bottom: 10px;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;
    color: rgba(255,255,255,0.3);
}

#sideBar h3 {
    font-size: 20px;
    font-weight: bold;
    font-color: #0099ff;
}

body {
    background:url(https://i.loli.net/2019/10/27/9zifWY1CsOr3X4R.jpg) no-repeat fixed;
    background-size:cover;
}
.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background: rgba(255,255,255,0.55);
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgba(255, 255, 255, 0.85);
    margin-bottom: 30px;
    word-wrap: break-word;
}
#navList a:link, #navList a:visited, #navList a:active {
    color: #a37c5d;
    margin-right: 10px;
    text-align: center;
}
#sideBar {
    margin-top: -15px;
    width: 230px;
    min-height: 200px;
    padding: 0px 0 0px 5px;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: auto;
    background: transparent;
}
.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background: transparent;
    margin-bottom: 35px;
    word-wrap: break-word;
}
#blogTitle h2 {
    font-weight: 550;
    font-size: 1.5rem;
    line-height: 1;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #515151;
    float: center;
}
#navigator {
    font-size: 18px;
    height: 55px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    background-color: rgba(1,80,120,0.00);
}

.blogStats {
    font-size: 13 px;
    height: 50px;
    color: #a37c5d;
    line-height: 50px;
}
#mainContent {
    min-height: 200px;
    padding: 0px 0px 10px 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    float: right;
    margin-left: -22em;
    width: 100%;
}
/*
 代码高亮开始，使用了一个叫Monokai Sublime的黑色主题皮肤，直接拿过来还不行，有一些样式冲突，还要自己稍微改一些地方
Monokai Sublime style. Derived from Monokai by noformnocontent https://nn.mit-license.org/
*/
pre {
/*控制代码不换行*/
    white-space: pre;
    word-wrap: normal;
}
.cnblogs-markdown .hljs {
    display: block;
    overflow-x: auto;
    padding: 0.5em;
    background: #23241f !important;
    color: #FFF;
    white-space: pre;
    word-break: normal;
}

.hljs,
.hljs-tag,
.hljs-subst {
  color: #f8f8f2;
}

.hljs-strong,
.hljs-emphasis {
  color: #a8a8a2;
}

.hljs-bullet,
.hljs-quote,
.hljs-number,
.hljs-regexp,
.hljs-literal,
.hljs-link {
  color: #ae81ff;
}

.hljs-code,
.hljs-title,
.hljs-section,
.hljs-selector-class {
  color: #a6e22e;
}

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

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

.hljs-keyword,
.hljs-selector-tag,
.hljs-name,
.hljs-attr {
  color: #f92672;
}

.hljs-symbol,
.hljs-attribute {
  color: #66d9ef;
}

.hljs-params,
.hljs-class .hljs-title {
  color: #f8f8f2;
}

.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: #e6db74;
}

.hljs-comment,
.hljs-deletion,
.hljs-meta {
  color: #75715e;
}

/*黑色主题皮肤结束*/
#cnblogs_post_body
{
    color: black;      
    font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
    font-size: 15px;
}