


#cnblogs_c1, #cnblogs_c2, #ad_t2, #opt_under_post,#under_post_news {
            
      display: none !important;

}

.itnews,.c_ad_block {

            display: none !important;
}

body {

    background:url(https://images.cnblogs.com/cnblogs_com/vitcou/1817664/o_200730152100home_forest_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    height:100%;
    width:100%;

}

#Header1_HeaderTitle {
  font-size: 36px;
}

#home {
  border-radius:10px;
}


#topics .postTitle {
    border: 0;
    font-size: 200%;
    font-weight: bold;
    float: left;
    line-height: 1.5;
    width: 100%;
    padding-left: 5px;
}


/* sideBar */
#sideBar {
    margin-top: 45px;
    padding-left: 15px;
    margin-left: 15px;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: visible;
    word-break: break-all;
    box-shadow: 0 2px 6px rgba(100,100,100,.3)
}

/** markdown beatify start */
.cnblogs-markdown .hljs {
    display: block;
    border-radius: 4px;
    overflow-x: auto;
    padding: 0.5em;
    background-color: #2f3138 !important;
    color: #FFF;
    white-space: pre;
    word-break: normal;
}

.cnblogs - markdown.hljs, .cnblogs - post - body.hljs {
	font - family: "Courier New",
	sans - serif!important;
	font - size: 12px!important;
	line - height: 1.5!important;
	padding: 5px!important
}

/* Death Star Comment */
.hljs-comment,
.hljs-quote 
{
  color: #B6B18B;
}

/* Darth Vader */
.hljs-variable,
.hljs-template-variable,
.hljs-tag,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class,
.hljs-regexp,
.hljs-deletion 
{
  color: #EB3C54;
}

/* Threepio */
.hljs-number,
.hljs-built_in,
.hljs-builtin-name,
.hljs-literal,
.hljs-type,
.hljs-params,
.hljs-meta,
.hljs-link 
{
  color: #E7CE56;
}

/* Luke Skywalker */
.hljs-attribute 
{
  color: #EE7C2B;
}

/* Obi Wan Kenobi */
.hljs-string,
.hljs-symbol,
.hljs-bullet,
.hljs-addition 
{
  color: #4FB4D7;
}

/* Yoda */
.hljs-title,
.hljs-section 
{
  color: #78BB65;
}

/* Mace Windu */
.hljs-keyword,
.hljs-selector-tag 
{
  color: #B45EA4;
}

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

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

/** markdown beatify end */